aboutsummaryrefslogtreecommitdiff
path: root/bfd/reloc.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2021-03-02 12:06:14 +1030
committerAlan Modra <amodra@gmail.com>2021-03-03 17:46:24 +1030
commitdc83f2d20e964f9a7fd9a97ba9d3950b908752a1 (patch)
treeb2655d6a19d07021558a1151bf85ae70194768a6 /bfd/reloc.c
parentca87bad0e90e53de2f6509939c45cd7434329a49 (diff)
downloadfsf-binutils-gdb-dc83f2d20e964f9a7fd9a97ba9d3950b908752a1.zip
fsf-binutils-gdb-dc83f2d20e964f9a7fd9a97ba9d3950b908752a1.tar.gz
fsf-binutils-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.c2
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