* write.c (TC_FIX_ADJUSTABLE): Remove the duplicate.

This commit is contained in:
Alexandre Oliva 2000-08-23 18:20:44 +00:00
parent a8175964e0
commit aca719bf68
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2000-08-23 H.J. Lu <hjl@gnu.org>
* write.c (TC_FIX_ADJUSTABLE): Remove the duplicate.
2000-08-23 Alexandre Oliva <aoliva@redhat.com>
* config/tc-i386.h (TC_FIX_ADJUSTABLE): Do *NOT* define if target

View File

@ -48,10 +48,6 @@
#define TC_FORCE_RELOCATION_SECTION(FIXP,SEG) TC_FORCE_RELOCATION(FIXP)
#endif
#ifndef TC_FIX_ADJUSTABLE
#define TC_FIX_ADJUSTABLE(fix) 1
#endif
#ifndef TC_LINKRELAX_FIXUP
#define TC_LINKRELAX_FIXUP(SEG) 1
#endif