diff options
author | Nick Clifton <nickc@redhat.com> | 2001-11-15 21:29:00 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-11-15 21:29:00 +0000 |
commit | 94f592af1baedbbe3957436c713fd58c02d55ef9 (patch) | |
tree | e0e9b543686a52f86aa0ab7d287cf60541e69b49 /gas/config/tc-ia64.h | |
parent | ad10f812bfdac2cc9e42875246c8fe0ae5224440 (diff) | |
download | ppe42-binutils-94f592af1baedbbe3957436c713fd58c02d55ef9.tar.gz ppe42-binutils-94f592af1baedbbe3957436c713fd58c02d55ef9.zip |
Update all uses of md_apply_fix to use md_apply_fix3. Make it a void function.
Diffstat (limited to 'gas/config/tc-ia64.h')
-rw-r--r-- | gas/config/tc-ia64.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gas/config/tc-ia64.h b/gas/config/tc-ia64.h index d87b205846..7921abf0e5 100644 --- a/gas/config/tc-ia64.h +++ b/gas/config/tc-ia64.h @@ -46,7 +46,6 @@ extern const char *ia64_target_format PARAMS ((void)); #define TARGET_ARCH bfd_arch_ia64 #define DOUBLESLASH_LINE_COMMENTS /* allow //-style comments */ -#define TC_HANDLES_FX_DONE #define NEED_LITERAL_POOL /* need gp literal pool */ #define RELOC_REQUIRES_SYMBOL @@ -118,9 +117,6 @@ extern void ia64_handle_align PARAMS ((fragS *f)); #define MAX_MEM_FOR_RS_ALIGN_CODE (15 + 16) -/* Call md_apply_fix3 with segment instead of md_apply_fix. */ -#define MD_APPLY_FIX3 - #define WORKING_DOT_WORD /* don't do broken word processing for now */ #define ELF_TC_SPECIAL_SECTIONS \ |