diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-09-10 15:47:16 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-09-10 15:47:16 +0000 |
commit | 8a3bdc3d2aaacd5a3be7cf85b9b90fc0f921ba13 (patch) | |
tree | 056cf97068e57af6fc8086280e096083876d81a4 /gas | |
parent | 00d7a64b5f37d8c76e1fefd633b7187585fe6e86 (diff) | |
download | gdb-8a3bdc3d2aaacd5a3be7cf85b9b90fc0f921ba13.zip gdb-8a3bdc3d2aaacd5a3be7cf85b9b90fc0f921ba13.tar.gz gdb-8a3bdc3d2aaacd5a3be7cf85b9b90fc0f921ba13.tar.bz2 |
* config/tc-mips.c (append_insn): Fill in the value for a constant
jump, rather than creating a reloc.
PR 10589.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 906091b..72a0f02 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +Tue Sep 10 11:45:37 1996 Ian Lance Taylor <ian@cygnus.com> + + * config/tc-mips.c (append_insn): Fill in the value for a constant + jump, rather than creating a reloc. + Mon Sep 9 10:57:42 1996 Ian Lance Taylor <ian@cygnus.com> * config/tc-mips.c (append_insn): Don't swap an instruction which |