aboutsummaryrefslogtreecommitdiff
path: root/contrib/binutils/gas
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-01-27 12:17:17 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-01-27 12:17:17 +0000
commit3065fc221d2af218f3947bfb626de12328083bfc (patch)
treef9bcaed48ec85ef5a22b458bf3d18525cc1d512b /contrib/binutils/gas
parent4276e6793c8535e1fea968a34c671dd34df165e0 (diff)
downloadsrc-3065fc221d2af218f3947bfb626de12328083bfc.tar.gz
src-3065fc221d2af218f3947bfb626de12328083bfc.zip
Bring the binutils_2_12_cvs_20020127 version of this to the HEAD branch.
Notes
Notes: svn path=/head/; revision=89868
Diffstat (limited to 'contrib/binutils/gas')
-rw-r--r--contrib/binutils/gas/config/tc-i386.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/contrib/binutils/gas/config/tc-i386.h b/contrib/binutils/gas/config/tc-i386.h
index c52a24683605..7f74cad904bc 100644
--- a/contrib/binutils/gas/config/tc-i386.h
+++ b/contrib/binutils/gas/config/tc-i386.h
@@ -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