diff options
author | Michael Meissner <gnu@the-meissners.org> | 1995-11-29 18:17:24 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1995-11-29 18:17:24 +0000 |
commit | 77fa4d98a80a87ae11ab99852efd3807b034c2fa (patch) | |
tree | aef318a4e6b47a502bca02575b188341acbc5e5c /gas/ChangeLog | |
parent | 5d85ec2d4e2b5bcc6ea947aea6f28c410eeab8b9 (diff) | |
download | binutils-gdb-77fa4d98a80a87ae11ab99852efd3807b034c2fa.tar.gz |
Fix -mrelocatable
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 1070a2578c3..77d314d7ef4 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +Wed Nov 29 13:00:20 1995 Michael Meissner <meissner@tiktok.cygnus.com> + + * config/tc-ppc.c (md_apply_fix3): Don't adjust the value for 32 + bit relocs converted to PC relative relocs. This turned out to + add the offset from the beginning of .text twice. + Tue Nov 28 10:42:36 1995 Ken Raeburn <raeburn@cygnus.com> * stabs.c (s_stab_generic): In 's' case, free string from |