aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2000-08-23 18:20:44 +0000
committerAlexandre Oliva <aoliva@redhat.com>2000-08-23 18:20:44 +0000
commitaca719bf68e953a64dce0516c15e3b5b8adb9c74 (patch)
treed5f629698d515cf157ad07a702f9732024f40e6e /gas
parenta8175964e02341c24aaf16ed8872b0cb922d7634 (diff)
downloadgdb-aca719bf68e953a64dce0516c15e3b5b8adb9c74.zip
gdb-aca719bf68e953a64dce0516c15e3b5b8adb9c74.tar.gz
gdb-aca719bf68e953a64dce0516c15e3b5b8adb9c74.tar.bz2
* write.c (TC_FIX_ADJUSTABLE): Remove the duplicate.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog4
-rw-r--r--gas/write.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index e98d769..b888775 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -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
diff --git a/gas/write.c b/gas/write.c
index 978fcc2..b2060b3 100644
--- a/gas/write.c
+++ b/gas/write.c
@@ -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