aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2020-02-06 11:08:37 +1030
committerAlan Modra <amodra@gmail.com>2020-02-06 13:56:29 +1030
commitb88237bc21d0e847d5c8808bfd9a789ed213cfb2 (patch)
treead7f29b2b878264889c927dbdea2a6c96662bb88 /ld/ChangeLog
parent095252be0b51750f0b135bcbf8624dd70a59bc1f (diff)
downloadgdb-b88237bc21d0e847d5c8808bfd9a789ed213cfb2.zip
gdb-b88237bc21d0e847d5c8808bfd9a789ed213cfb2.tar.gz
gdb-b88237bc21d0e847d5c8808bfd9a789ed213cfb2.tar.bz2
i386-moss and i386-openbsd ld config
i386-moss is an ELF target needing ldelf.c. x86 openbsd wouldn't even build, so I added entries to do the same as netbsd. Quite likely this isn't ideal but if the openbsd folk don't contribute their changes this is what they get. * configure.tgt (i[3-7]86-*-moss*): Don't clear targ_extra_ofiles. (i[3-7]86-*-openbsd*, x86_64-*-openbsd*): Add.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 2b885b5..3ad29e5 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,8 @@
+2020-02-06 Alan Modra <amodra@gmail.com>
+
+ * configure.tgt (i[3-7]86-*-moss*): Don't clear targ_extra_ofiles.
+ (i[3-7]86-*-openbsd*, x86_64-*-openbsd*): Add.
+
2020-02-02 H.J. Lu <hongjiu.lu@intel.com>
PR gas/25380