diff options
author | Alan Modra <amodra@gmail.com> | 2020-01-07 09:29:54 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2020-01-07 09:34:52 +1030 |
commit | 85e290dc1252d77e726c0892b197be449b34bd16 (patch) | |
tree | e6664faf8ba904c153ba17d7d11c77b4dd5e5a96 /ld/ChangeLog | |
parent | 153d79c451fd852e97cdfecf2205781e3a13dd55 (diff) | |
download | gdb-85e290dc1252d77e726c0892b197be449b34bd16.zip gdb-85e290dc1252d77e726c0892b197be449b34bd16.tar.gz gdb-85e290dc1252d77e726c0892b197be449b34bd16.tar.bz2 |
Re: Prefer object over notype symbols when disassembling
Reverts unnecessary mips testsuite changes made by commit 660df28acf.
* testsuite/ld-mips-elf/eh-frame5.s,
* testsuite/ld-mips-elf/ehdr_start-new.s,
* testsuite/ld-mips-elf/ehdr_start-o32.s,
* testsuite/ld-mips-elf/mips16-call-global-1.s,
* testsuite/ld-mips-elf/mips16-intermix-1.s,
* testsuite/ld-mips-elf/mips16-pic-1b.s,
* testsuite/ld-mips-elf/mips16-pic-4c.s,
* testsuite/ld-mips-elf/no-shared-1-n64.s,
* testsuite/ld-mips-elf/no-shared-1-o32.s,
* testsuite/ld-mips-elf/pic-and-nonpic-1b-micromips.s,
* testsuite/ld-mips-elf/pic-and-nonpic-1b.s,
* testsuite/ld-mips-elf/pic-and-nonpic-2a.s,
* testsuite/ld-mips-elf/pic-and-nonpic-3b.s,
* testsuite/ld-mips-elf/pic-and-nonpic-4b.s,
* testsuite/ld-mips-elf/pic-and-nonpic-5a.s,
* testsuite/ld-mips-elf/pic-and-nonpic-6-n32c.s,
* testsuite/ld-mips-elf/pic-and-nonpic-6-n64c.s,
* testsuite/ld-mips-elf/pic-and-nonpic-6-o32c.s,
* testsuite/ld-mips-elf/pie.s,
* testsuite/ld-mips-elf/relax-jalr.s: Revert 2019-12-17 change.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index a987193..7ff108c 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,26 @@ +2020-01-07 Alan Modra <amodra@gmail.com> + + * testsuite/ld-mips-elf/eh-frame5.s, + * testsuite/ld-mips-elf/ehdr_start-new.s, + * testsuite/ld-mips-elf/ehdr_start-o32.s, + * testsuite/ld-mips-elf/mips16-call-global-1.s, + * testsuite/ld-mips-elf/mips16-intermix-1.s, + * testsuite/ld-mips-elf/mips16-pic-1b.s, + * testsuite/ld-mips-elf/mips16-pic-4c.s, + * testsuite/ld-mips-elf/no-shared-1-n64.s, + * testsuite/ld-mips-elf/no-shared-1-o32.s, + * testsuite/ld-mips-elf/pic-and-nonpic-1b-micromips.s, + * testsuite/ld-mips-elf/pic-and-nonpic-1b.s, + * testsuite/ld-mips-elf/pic-and-nonpic-2a.s, + * testsuite/ld-mips-elf/pic-and-nonpic-3b.s, + * testsuite/ld-mips-elf/pic-and-nonpic-4b.s, + * testsuite/ld-mips-elf/pic-and-nonpic-5a.s, + * testsuite/ld-mips-elf/pic-and-nonpic-6-n32c.s, + * testsuite/ld-mips-elf/pic-and-nonpic-6-n64c.s, + * testsuite/ld-mips-elf/pic-and-nonpic-6-o32c.s, + * testsuite/ld-mips-elf/pie.s, + * testsuite/ld-mips-elf/relax-jalr.s: Revert 2019-12-17 change. + 2020-01-06 Nick Clifton <nickc@redhat.com> PR 25327 |