diff options
author | Alan Modra <amodra@gmail.com> | 2000-09-28 06:24:43 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-09-28 06:24:43 +0000 |
commit | 27df9f40e4e03e65859c6450b8c81a58efaabeea (patch) | |
tree | e8047235437e59146e57c787fa9a7c3c8864dbdf /gas/ChangeLog | |
parent | fa6b9313b51c68d1ebd1007d97bca95ee3a1d47d (diff) | |
download | gdb-27df9f40e4e03e65859c6450b8c81a58efaabeea.zip gdb-27df9f40e4e03e65859c6450b8c81a58efaabeea.tar.gz gdb-27df9f40e4e03e65859c6450b8c81a58efaabeea.tar.bz2 |
For SOM, don't force relocs on out-of-range 12 bit branches.
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 44d501d..3b248b5 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,11 @@ 2000-09-28 Alan Modra <alan@linuxcare.com.au> + * config/tc-hppa.c (hppa_force_relocation): If OBJ_SOM, don't + force relocs for 12 bit branches. + (md_apply_fix): Similarly, adjust logic here. + +2000-09-28 Alan Modra <alan@linuxcare.com.au> + * config/tc-hppa.c (md_apply_fix): Add fmt assertion. Don't adjust for external and weak syms as we will use a reloc. Allow for +8 offset when calculating limits of branches. |