aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-09-28 17:41:07 +0000
committerIan Lance Taylor <ian@airs.com>1994-09-28 17:41:07 +0000
commit3f42c69e797e30a17425ebbd6d95902181ebfa77 (patch)
treee2715918bbf2ae9497cadfc30571f7390d31e556
parent331c10034a650aebff1d12ac288eaddfa0822a4c (diff)
downloadgdb-3f42c69e797e30a17425ebbd6d95902181ebfa77.zip
gdb-3f42c69e797e30a17425ebbd6d95902181ebfa77.tar.gz
gdb-3f42c69e797e30a17425ebbd6d95902181ebfa77.tar.bz2
* config/tc-mips.c: Include subsegs.h.
(md_apply_fix): If an unconditional b or bal overflows, and we are not assembling PIC code, replace it with a j or jal.
-rw-r--r--gas/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index d397d43..50df216 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,9 @@
Wed Sep 28 11:50:40 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
+ * config/tc-mips.c: Include subsegs.h.
+ (md_apply_fix): If an unconditional b or bal overflows, and we are
+ not assembling PIC code, replace it with a j or jal.
+
* config/tc-mips.c (md_apply_fix): Correct branch overflow test.
Use as_bad_where and as_warn_where rather than as_bad and as_warn.