diff options
author | Roland McGrath <roland@gnu.org> | 2013-10-11 22:05:16 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2013-10-11 22:05:16 +0000 |
commit | 1496b4465d0f01843fd6e2e20b1d70f42359c223 (patch) | |
tree | 5d686618970ca0c75e70dc4f0cabb0208c9d9f75 /gold/ChangeLog | |
parent | cc84c10bfe2f4661a1485a5c79aec6dfb1d4e270 (diff) | |
download | gdb-1496b4465d0f01843fd6e2e20b1d70f42359c223.zip gdb-1496b4465d0f01843fd6e2e20b1d70f42359c223.tar.gz gdb-1496b4465d0f01843fd6e2e20b1d70f42359c223.tar.bz2 |
gold/
* testsuite/Makefile.am: Replace '-T foo' with '-Wl,-T,foo' throughout.
* testsuite/Makefile.in: Regenerate.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index d44c390..9498da8 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,5 +1,8 @@ 2013-10-11 Roland McGrath <mcgrathr@google.com> + * testsuite/Makefile.am: Replace '-T foo' with '-Wl,-T,foo' throughout. + * testsuite/Makefile.in: Regenerate. + * target.h (Target::adjust_elf_header, Target::do_adjust_elf_header): Remove const from declaration. * target.cc (Sized_target::do_adjust_elf_header): Update definition. |