diff options
author | Alan Modra <amodra@gmail.com> | 2021-03-02 12:06:14 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2021-03-03 17:46:24 +1030 |
commit | dc83f2d20e964f9a7fd9a97ba9d3950b908752a1 (patch) | |
tree | b2655d6a19d07021558a1151bf85ae70194768a6 /include/ChangeLog | |
parent | ca87bad0e90e53de2f6509939c45cd7434329a49 (diff) | |
download | gdb-dc83f2d20e964f9a7fd9a97ba9d3950b908752a1.zip gdb-dc83f2d20e964f9a7fd9a97ba9d3950b908752a1.tar.gz gdb-dc83f2d20e964f9a7fd9a97ba9d3950b908752a1.tar.bz2 |
Split relocation defines out of coff/internal.h
include/
* coff/internal.h: Delete obsolete relocation defines. Move used
relocation defines..
* coff/i386.h: ..to here..
* coff/ti.h: ..and here..
* coff/x86_64.h: ..and here..
* coff/z80.h: ..and here..
* coff/z8k.h: ..and here.
bfd/
* reloc.c: Include x86_64.h rather than internal.h.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index d287b78..7c53c21 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,13 @@ +2021-03-03 Alan Modra <amodra@gmail.com> + + * coff/internal.h: Delete obsolete relocation defines. Move used + relocation defines.. + * coff/i386.h: ..to here.. + * coff/ti.h: ..and here.. + * coff/x86_64.h: ..and here.. + * coff/z80.h: ..and here.. + * coff/z8k.h: ..and here. + 2021-03-02 Nick Alcock <nick.alcock@oracle.com> * ctf-api.h (CTF_LINK_SHARE_DUPLICATED): Note that this might |