diff options
author | Jeff Law <law@redhat.com> | 1997-07-25 16:55:52 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1997-07-25 16:55:52 +0000 |
commit | e0362be2fcab4508842cf356b443eb7d1cebd06d (patch) | |
tree | b56a8356f3f59408afcb224a91754b73ab2c0791 /gas | |
parent | 491501de77e8bd158bd24db610a04c2ef3f55ab4 (diff) | |
download | gdb-e0362be2fcab4508842cf356b443eb7d1cebd06d.zip gdb-e0362be2fcab4508842cf356b443eb7d1cebd06d.tar.gz gdb-e0362be2fcab4508842cf356b443eb7d1cebd06d.tar.bz2 |
* tc-hppa.c (md_apply_fix): Improve warnings for out of range
unconditional branches.
(hppa_fix_adjustable): Don't adjust anything with a RR% or LR%
field selector.
Part of the 12912 fixes
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 516ce9b..71ec726 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +Fri Jul 25 10:54:43 1997 Jeffrey A Law (law@cygnus.com) + + * tc-hppa.c (md_apply_fix): Improve warnings for out of range + unconditional branches. + (hppa_fix_adjustable): Don't adjust anything with a RR% or LR% + field selector. + Thu Jul 24 15:21:49 1997 Doug Evans <dje@canuck.cygnus.com> * tc-sparc.c (md_begin): Cast sparc_opcodes to PTR for hash_insert. |