mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Bring the binutils_2_12_cvs_20020127 version of this to the HEAD branch.
This commit is contained in:
parent
4276e6793c
commit
3065fc221d
1 changed files with 6 additions and 5 deletions
|
|
@ -115,6 +115,11 @@ extern const char *i386_target_format PARAMS ((void));
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#if (defined (OBJ_MAYBE_ELF) || defined (OBJ_ELF))
|
||||
#define md_end i386_elf_emit_arch_note
|
||||
extern void i386_elf_emit_arch_note PARAMS ((void));
|
||||
#endif
|
||||
|
||||
#else /* ! BFD_ASSEMBLER */
|
||||
|
||||
/* COFF STUFF */
|
||||
|
|
@ -125,7 +130,7 @@ extern const char *i386_target_format PARAMS ((void));
|
|||
#define TC_COUNT_RELOC(x) ((x)->fx_addsy || (x)->fx_r_type==7)
|
||||
#define TC_COFF_FIX2RTYPE(fixP) tc_coff_fix2rtype(fixP)
|
||||
extern short tc_coff_fix2rtype PARAMS ((struct fix *));
|
||||
#define TC_COFF_SIZEMACHDEP(frag) tc_coff_sizemachdep(frag)
|
||||
#define TC_COFF_SIZEMACHDEP(frag) tc_coff_sizemachdep (frag)
|
||||
extern int tc_coff_sizemachdep PARAMS ((fragS *frag));
|
||||
|
||||
#ifdef TE_GO32
|
||||
|
|
@ -297,7 +302,6 @@ typedef struct
|
|||
#define CpuSSE 0x1000 /* Streaming SIMD extensions required */
|
||||
#define CpuSSE2 0x2000 /* Streaming SIMD extensions 2 required */
|
||||
#define Cpu3dnow 0x4000 /* 3dnow! support required */
|
||||
#define CpuUnknown 0x8000 /* The CPU is unknown, be on the safe side. */
|
||||
|
||||
/* These flags are set by gas depending on the flag_code. */
|
||||
#define Cpu64 0x4000000 /* 64bit support required */
|
||||
|
|
@ -531,9 +535,6 @@ if (fragP->fr_type == rs_align_code) \
|
|||
- fragP->fr_address \
|
||||
- fragP->fr_fix));
|
||||
|
||||
/* call md_apply_fix3 with segment instead of md_apply_fix */
|
||||
#define MD_APPLY_FIX3
|
||||
|
||||
void i386_print_statistics PARAMS ((FILE *));
|
||||
#define tc_print_statistics i386_print_statistics
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue