diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2009-03-14 09:16:31 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2009-03-14 09:16:31 +0000 |
commit | 9f0eb2327b9c019347ecede4da1185ad21cca8af (patch) | |
tree | b6cfcb643f37b1f5de13d277b7061874cdf0b301 /gas/ChangeLog | |
parent | 12b2cce9148e4cfdc9f135cfa1a21485be51dc5b (diff) | |
download | gdb-9f0eb2327b9c019347ecede4da1185ad21cca8af.zip gdb-9f0eb2327b9c019347ecede4da1185ad21cca8af.tar.gz gdb-9f0eb2327b9c019347ecede4da1185ad21cca8af.tar.bz2 |
gas/
* config/tc-ppc.c (md_apply_fix): On COFF targets, always reread
"value" from fx_offset. Manually resubtract md_pcrel_from_section
where necessary.
gas/testsuite/
* gas/ppc/xcoff-branch-1.s, gas/ppc/xcoff-branch-1-32.d,
gas/ppc/xcoff-branch-1-64.d: New tests.
* gas/ppc/aix.exp: Run them.
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 b4472b2..5056d8d 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,11 @@ 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com> + * config/tc-ppc.c (md_apply_fix): On COFF targets, always reread + "value" from fx_offset. Manually resubtract md_pcrel_from_section + where necessary. + +2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com> + * configure.tgt: Extend AIX 5 behavior to AIX 6 and above. * configure.in: Likewise. * configure: Regenerate. |