* write.c (TC_FIX_ADJUSTABLE): Remove the duplicate.
authorAlexandre Oliva <aoliva@redhat.com>
Wed, 23 Aug 2000 18:20:44 +0000 (18:20 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Wed, 23 Aug 2000 18:20:44 +0000 (18:20 +0000)
gas/ChangeLog
gas/write.c

index e98d769..b888775 100644 (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
index 978fcc2..b2060b3 100644 (file)
 #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