aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1998-06-03 18:16:11 +0000
committerIan Lance Taylor <ian@airs.com>1998-06-03 18:16:11 +0000
commit5b3fc700b4178e4e9c52549d1b8d330db2a46a17 (patch)
tree6b9a156dd4172848c1228acc250733d01ea6ff64 /gas
parent7f7d7bc009cf612e2a889699a281d597db99d860 (diff)
downloadfsf-binutils-gdb-5b3fc700b4178e4e9c52549d1b8d330db2a46a17.zip
fsf-binutils-gdb-5b3fc700b4178e4e9c52549d1b8d330db2a46a17.tar.gz
fsf-binutils-gdb-5b3fc700b4178e4e9c52549d1b8d330db2a46a17.tar.bz2
Wed Jun 3 14:11:59 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* config/tc-m68k.c (md_estimate_size_before_relax): Add more calls to relaxable_symbol to prevent references to external symbol from being relaxed. Wed Jun 3 14:10:36 1998 Ian Lance Taylor <ian@cygnus.com> * config/tc-m68k.c (relaxable_symbol): If TARGET_OS is "elf", all symbols are relaxable.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 1bae71d..8c97b00 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,14 @@
+Wed Jun 3 14:11:59 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
+
+ * config/tc-m68k.c (md_estimate_size_before_relax): Add more calls
+ to relaxable_symbol to prevent references to external symbol from
+ being relaxed.
+
+Wed Jun 3 14:10:36 1998 Ian Lance Taylor <ian@cygnus.com>
+
+ * config/tc-m68k.c (relaxable_symbol): If TARGET_OS is "elf", all
+ symbols are relaxable.
+
start-sanitize-sky
Wed Jun 3 10:26:04 1998 Doug Evans <devans@canuck.cygnus.com>