diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-03-11 23:00:17 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-03-11 23:00:17 +0000 |
commit | be22008b2c2b17c0a704800f387f444c360053a8 (patch) | |
tree | ba2c81d6b03fb5e23258651ddac202becfc2999b /gas/ChangeLog | |
parent | e9e5a8dcb9e5aa254086f306391e0e89d76f422a (diff) | |
download | gdb-be22008b2c2b17c0a704800f387f444c360053a8.zip gdb-be22008b2c2b17c0a704800f387f444c360053a8.tar.gz gdb-be22008b2c2b17c0a704800f387f444c360053a8.tar.bz2 |
* config/tc-mips.c (mips_ip): Accept numbers between 0x8000 and
0xffff for 'j' to be compatible with MIPS assembler. These
numbers are actually treated as negative.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 7ecc649..2ad77a7 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +Fri Mar 11 17:56:23 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * config/tc-mips.c (mips_ip): Accept numbers between 0x8000 and + 0xffff for 'j' to be compatible with MIPS assembler. These + numbers are actually treated as negative. + Thu Mar 10 13:36:29 1994 Doug Evans (dje@canuck.cygnus.com) * config/tc-sparc.h (LOCAL_LABEL): Local labels are .Lfoo. |