diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-12-10 21:18:38 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-12-10 21:18:38 +0000 |
commit | 9b2ac029540a91f9159b3d2e7b3293b8adf90bea (patch) | |
tree | 353bd8d71e6586aa2e51fcbeae82856ba459c4c5 /gas/ChangeLog | |
parent | 7bfc95d9175e2d3cdf44a013492ae54af4318063 (diff) | |
download | gdb-9b2ac029540a91f9159b3d2e7b3293b8adf90bea.zip gdb-9b2ac029540a91f9159b3d2e7b3293b8adf90bea.tar.gz gdb-9b2ac029540a91f9159b3d2e7b3293b8adf90bea.tar.bz2 |
* config/tc-mips.c (append_insn): Make sure there is enough room
in a frag after a mips16 instruction to switch it with a jump
instruction.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 00b98ee..070af76 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -5,6 +5,10 @@ Tue Dec 10 12:23:19 1996 Jeffrey A Law (law@cygnus.com) Tue Dec 10 11:37:14 1996 Ian Lance Taylor <ian@cygnus.com> + * config/tc-mips.c (append_insn): Make sure there is enough room + in a frag after a mips16 instruction to switch it with a jump + instruction. + * config/tc-mips.c (mips16_extended_frag): Give an error for an attempt to use a non absolute symbol in an extending frag. |