aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2019-12-18 14:55:35 -0500
committerAnthony Green <green@moxielogic.com>2019-12-18 14:55:35 -0500
commit4b4477b52eee60ddadd59c36ffd778bbd9ab1c07 (patch)
treeff6b0813a0a250adf92d5f11c7be65bcbe7798ca /ld/ChangeLog
parent27e4fac77ea57b288ac1e08d936d9a8fdc01a1ee (diff)
downloadgdb-4b4477b52eee60ddadd59c36ffd778bbd9ab1c07.zip
gdb-4b4477b52eee60ddadd59c36ffd778bbd9ab1c07.tar.gz
gdb-4b4477b52eee60ddadd59c36ffd778bbd9ab1c07.tar.bz2
2019-12-18 Anthony Green <green@moxielogic.com>
* emulparams/elf32moxie.sh (TEMPLATE_NAME): Switch to elf template to enable --build-id. * configure.tgt: Don't define targ_extra_ofiles for moxie-*-*.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 7c36a5d..3ddc9cc 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,9 @@
+2019-12-18 Anthony Green <green@moxielogic.com>
+
+ * emulparams/elf32moxie.sh (TEMPLATE_NAME): Switch to elf template
+ to enable --build-id.
+ * configure.tgt: Don't define targ_extra_ofiles for moxie-*-*.
+
2019-12-18 Alan Modra <amodra@gmail.com>
* pe-dll.c (pe_get32, pe_as32): Avoid signed overflow.