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 /bfd/reloc.c | |
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 'bfd/reloc.c')
-rw-r--r-- | bfd/reloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/reloc.c b/bfd/reloc.c index 4f4b95a..a754718 100644 --- a/bfd/reloc.c +++ b/bfd/reloc.c @@ -51,7 +51,7 @@ SECTION #include "bfdlink.h" #include "libbfd.h" #include "bfdver.h" -#include "coff/internal.h" +#include "coff/x86_64.h" /* DOCDD INODE |