aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2019-09-23 10:01:31 +0930
committerAlan Modra <amodra@gmail.com>2019-09-23 10:27:20 +0930
commitd48d68b618f0950f63bdf2842a550384c0c58bc3 (patch)
treecd730750b7bb6e0677f9e6bde3c845e249319337 /ld/ChangeLog
parent7beeaeb8c6d84ecc899b9454d9b92521e515fe4a (diff)
downloadgdb-d48d68b618f0950f63bdf2842a550384c0c58bc3.zip
gdb-d48d68b618f0950f63bdf2842a550384c0c58bc3.tar.gz
gdb-d48d68b618f0950f63bdf2842a550384c0c58bc3.tar.bz2
v850 bfd.h tidy
bfd/ * bfd-in.h: Move v850 function declarations.. * elf32-v850.h: ..to here, new file. * elf32-v850.c: Include elf32-v850.h. * bfd-in2.h: Regenerate. ld/ * emultempl/v850elf.em: Include elf32-v850.h.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 56fc0a2..fa5913e 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,5 +1,9 @@
2019-09-23 Alan Modra <amodra@gmail.com>
+ * emultempl/v850elf.em: Include elf32-v850.h.
+
+2019-09-23 Alan Modra <amodra@gmail.com>
+
* emultempl/cskyelf.em: Include elf32-csky.h.
2019-09-22 Alan Modra <amodra@gmail.com>