diff options
author | Alan Modra <amodra@gmail.com> | 2019-09-23 10:00:21 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2019-09-23 10:27:20 +0930 |
commit | 7beeaeb8c6d84ecc899b9454d9b92521e515fe4a (patch) | |
tree | 1e93fb187daaaf4581866a0151a4a7cdc0750b9d /bfd/ChangeLog | |
parent | 6e67e6b05abcb29148cda042c1297ad63e6c75f2 (diff) | |
download | fsf-binutils-gdb-7beeaeb8c6d84ecc899b9454d9b92521e515fe4a.zip fsf-binutils-gdb-7beeaeb8c6d84ecc899b9454d9b92521e515fe4a.tar.gz fsf-binutils-gdb-7beeaeb8c6d84ecc899b9454d9b92521e515fe4a.tar.bz2 |
mips bfd.h tidy
bfd/
* bfd-in.h: Move mips function declaration to..
* elfxx-mips.h: ..here.
* bfd-in2.h: Regenerate.
opcodes/
* mips-dis.c: Include elfxx-mips.h. Move "elf-bfd.h" and
"elf/mips.h" earlier.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 906ff1d..d5521fb 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,11 @@ 2019-09-23 Alan Modra <amodra@gmail.com> + * bfd-in.h: Move mips function declaration to.. + * elfxx-mips.h: ..here. + * bfd-in2.h: Regenerate. + +2019-09-23 Alan Modra <amodra@gmail.com> + * bfd-in.h: Move csky function declarations to.. * elf32-csky.h: ..here, new file. * elf32-csky.c: Include elf32-csky.h. |