diff options
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. |