diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2012-11-14 13:44:45 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2012-11-14 13:44:45 +0000 |
commit | 46b596ff8c4997f2774e832fe503a9af2bc6f4b3 (patch) | |
tree | 2856a257d0678775c7de1d07514d88ebbee57a10 /gas/ChangeLog | |
parent | 1778ad74b30a4873b8288ef88918677d333164e2 (diff) | |
download | gdb-46b596ff8c4997f2774e832fe503a9af2bc6f4b3.zip gdb-46b596ff8c4997f2774e832fe503a9af2bc6f4b3.tar.gz gdb-46b596ff8c4997f2774e832fe503a9af2bc6f4b3.tar.bz2 |
gas/ChangeLog:
* config/tc-ppc.c (md_apply_fix): Leave field zero when emitting
an ELF reloc on data as well.
gas/testsuite/ChangeLog:
* gas/ppc/astest.d: Update for fixup changes.
* gas/ppc/astest64.d: Likewise.
* gas/ppc/astest2.d: Likewise.
* gas/ppc/astest2_64.d: Likewise.
* gas/ppc/test1elf32.d: Likewise.
* gas/ppc/test1elf64.d: Likewise.
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 412ee11..a3a33d8 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2012-11-14 Ulrich Weigand <uweigand@de.ibm.com> + + * config/tc-ppc.c (md_apply_fix): Leave field zero when emitting + an ELF reloc on data as well. + 2012-11-09 Maciej W. Rozycki <macro@codesourcery.com> * read.h (s_vendor_attribute): Move to... |