diff options
author | Tristan Gingold <gingold@adacore.com> | 2007-11-07 14:10:49 +0000 |
---|---|---|
committer | Tristan Gingold <gingold@adacore.com> | 2007-11-07 14:10:49 +0000 |
commit | 8edcbfcd2e679b220d324ab908c67756fe27462e (patch) | |
tree | cec02c094b86ebdaca27ed3b0351c8b623e956bd /gas/ChangeLog | |
parent | abbda6d05d1dfded890bf0a05dda61e55cf22223 (diff) | |
download | gdb-8edcbfcd2e679b220d324ab908c67756fe27462e.zip gdb-8edcbfcd2e679b220d324ab908c67756fe27462e.tar.gz gdb-8edcbfcd2e679b220d324ab908c67756fe27462e.tar.bz2 |
* config/tc-ppc.c (md_apply_fix): For PPC_TOC16 on XCOFF, uses offset
within the TOC instead of the VMA.
* gas/ppc/test1xcoff32.d: Updated to match RTOC bug fix.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 2050971..51c6fba 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2007-11-07 Tristan Gingold <gingold@adacore.com> + + * config/tc-ppc.c (md_apply_fix): For PPC_TOC16 on XCOFF, uses offset + within the TOC instead of the VMA. + 2007-11-06 Paul Brook <paul@codesourcery.com> * config/tc-arm.c (do_mull): Allow overlapping Rm for armv6. |