* config/tc-mips.c: Include subsegs.h.
authorIan Lance Taylor <ian@airs.com>
Wed, 28 Sep 1994 17:41:07 +0000 (17:41 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 28 Sep 1994 17:41:07 +0000 (17:41 +0000)
(md_apply_fix): If an unconditional b or bal overflows, and we are
not assembling PIC code, replace it with a j or jal.

gas/ChangeLog

index d397d431a77d570515254e82378c66427e083d6f..50df2165399acf5abc829e977b458844d9ecbc1c 100644 (file)
@@ -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.