diff options
author | Alan Modra <amodra@gmail.com> | 2012-05-26 11:13:20 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2012-05-26 11:13:20 +0000 |
commit | f05eb3b73cbb938b6519ad4462ab6fd9934804f9 (patch) | |
tree | c444e4b8749b62369622239b9f5fd5d3ca5d72d1 /ld/ChangeLog | |
parent | e7c7fd1c228f4d55b47fd804e7e9c1bf77f24442 (diff) | |
download | gdb-f05eb3b73cbb938b6519ad4462ab6fd9934804f9.zip gdb-f05eb3b73cbb938b6519ad4462ab6fd9934804f9.tar.gz gdb-f05eb3b73cbb938b6519ad4462ab6fd9934804f9.tar.bz2 |
ld/
* ldlex.h (enum option_values): Move from..
* lexsup.c: ..here.
* emultempl/ppc32elf.em: Include ldlex.h.
(PARSE_AND_LIST_ARGS_CASES): Disable optimisations when
--traditional-format.
* emultempl/ppc64elf.em: Likewise.
ld/testsuite/
* ld-srec/srec.exp: Remove powerpc64 flag setting.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index d9cf590..f513cc6 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,12 @@ +2012-05-26 Alan Modra <amodra@gmail.com> + + * ldlex.h (enum option_values): Move from.. + * lexsup.c: ..here. + * emultempl/ppc32elf.em: Include ldlex.h. + (PARSE_AND_LIST_ARGS_CASES): Disable optimisations when + --traditional-format. + * emultempl/ppc64elf.em: Likewise. + 2012-05-25 Alan Modra <amodra@gmail.com> PR ld/13909 |