diff options
author | Jackie Smith Cashion <jsmith@redhat.com> | 1996-07-04 09:14:55 +0000 |
---|---|---|
committer | Jackie Smith Cashion <jsmith@redhat.com> | 1996-07-04 09:14:55 +0000 |
commit | fc636a52d79fd0c3528c074c1f8ded6413eec376 (patch) | |
tree | aadc601a9d4c30b5e22cf290492bca514427c248 /gas | |
parent | c5d8f96effd2cb7ad4d0bf2e25350a22b437939d (diff) | |
download | gdb-fc636a52d79fd0c3528c074c1f8ded6413eec376.zip gdb-fc636a52d79fd0c3528c074c1f8ded6413eec376.tar.gz gdb-fc636a52d79fd0c3528c074c1f8ded6413eec376.tar.bz2 |
Thu Jul 4 10:11:33 1996 James G. Smith <jsmith@cygnus.co.uk>
* config/tc-mips.c (mips_ip): Only perform range check when
dealing with O_constant expressions.
Problem noticed by QMS, where "%lo(SYM + LARGEOFFSET)" would complain
about the OFFSET being greater than 16bits or not absolute, when it
should really just be taking the lo-16bits of the final address value.
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 15aaadc..7ecda0f 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +Thu Jul 4 10:11:33 1996 James G. Smith <jsmith@cygnus.co.uk> + + * config/tc-mips.c (mips_ip): Only perform range check when + dealing with O_constant expressions. + Wed Jul 3 15:02:21 1996 J.T. Conklin <jtc@rtl.cygnus.com> * m68k-parse.h (m68k_register): Add new coldfile control |