diff options
author | Iain Sandoe <iain@codesourcery.com> | 2012-01-13 15:19:13 +0000 |
---|---|---|
committer | Iain Sandoe <iain@codesourcery.com> | 2012-01-13 15:19:13 +0000 |
commit | 34dd18bca5b8991d5e107dc1669ba6710916ce1d (patch) | |
tree | dd8c4d6ffcd6a8745710832b9abee5f444f97376 /gas/testsuite/ChangeLog | |
parent | 0ee339bc478ec8c35f4fee8998456bc33be0a3e2 (diff) | |
download | gdb-34dd18bca5b8991d5e107dc1669ba6710916ce1d.zip gdb-34dd18bca5b8991d5e107dc1669ba6710916ce1d.tar.gz gdb-34dd18bca5b8991d5e107dc1669ba6710916ce1d.tar.bz2 |
reverse the order of relocs in mach-o gas output.
gas:
* config/obj-macho.c (obj_mach_o_reorder_section_relocs): New.
* config/obj-macho.h (SET_SECTION_RELOCS): Define.
(obj_mach_o_reorder_section_relocs): Declare.
gas/testsuite:
* gas/all/redef2.d: Skip for Darwin.
* gas/all/redef3.d: Likewise.
* gas/all/weakref1.d: Likewise.
* gas/macros/irp.d: Likewise.
* gas/macros/repeat.d: Likewise.
* gas/macros/rept.d: Likewise.
* gas/macros/test2.d: Likewise.
* gas/macros/vararg.d: Likewise.
* gas/mach-o/macro-irp.d: New.
* gas/mach-o/macro-repeat.d: New.
* gas/mach-o/macro-rept.d: New.
* gas/mach-o/macro-test2.d: New.
* gas/mach-o/macro-vararg.d: New.
* gas/mach-o/redef2.d: New.
* gas/mach-o/redef3.d: New.
Diffstat (limited to 'gas/testsuite/ChangeLog')
-rw-r--r-- | gas/testsuite/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 01418cb..ea80694 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,5 +1,23 @@ 2012-01-13 Iain Sandoe <idsandoe@googlemail.com> + * gas/all/redef2.d: Skip for Darwin. + * gas/all/redef3.d: Likewise. + * gas/all/weakref1.d: Likewise. + * gas/macros/irp.d: Likewise. + * gas/macros/repeat.d: Likewise. + * gas/macros/rept.d: Likewise. + * gas/macros/test2.d: Likewise. + * gas/macros/vararg.d: Likewise. + * gas/mach-o/macro-irp.d: New. + * gas/mach-o/macro-repeat.d: New. + * gas/mach-o/macro-rept.d: New. + * gas/mach-o/macro-test2.d: New. + * gas/mach-o/macro-vararg.d: New. + * gas/mach-o/redef2.d: New. + * gas/mach-o/redef3.d: New. + +2012-01-13 Iain Sandoe <idsandoe@googlemail.com> + * gas/mach-o/dysymtab-3.d: New. * gas/mach-o/symbols-7.s: New. |