diff options
author | Jeff Law <law@redhat.com> | 1997-05-28 16:48:32 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1997-05-28 16:48:32 +0000 |
commit | f22950b9207cc6ed7105045d2dfbcb47b345d887 (patch) | |
tree | 462eb401fe3677ecf816b7b2cfaefa5c21703655 /gas | |
parent | 3c82a73127bcaf5a6f77a561996e47bdea3125ac (diff) | |
download | gdb-f22950b9207cc6ed7105045d2dfbcb47b345d887.zip gdb-f22950b9207cc6ed7105045d2dfbcb47b345d887.tar.gz gdb-f22950b9207cc6ed7105045d2dfbcb47b345d887.tar.bz2 |
* config/tc-hppa.c (tc_fix_adjustable): Reject absolute calls/jumps.
(hppa_force_relocation): Force a relocation for an absolute
call/jump.
part of gcc/12343.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 9e0ba7b..c4c5792 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +Wed May 28 10:48:14 1997 Jeffrey A Law (law@cygnus.com) + + * config/tc-hppa.c (tc_fix_adjustable): Reject absolute calls/jumps. + (hppa_force_relocation): Force a relocation for an absolute + call/jump. + Mon May 26 13:24:25 1997 Ian Lance Taylor <ian@cygnus.com> * doc/as.texinfo: Don't use @value in section names or index |