aboutsummaryrefslogtreecommitdiff
path: root/bfd
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
parentca87bad0e90e53de2f6509939c45cd7434329a49 (diff)
downloadbinutils-dc83f2d20e964f9a7fd9a97ba9d3950b908752a1.zip
binutils-dc83f2d20e964f9a7fd9a97ba9d3950b908752a1.tar.gz
binutils-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')
-rw-r--r--bfd/ChangeLog4
-rw-r--r--bfd/reloc.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index a056a14..0e518ce 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2021-03-03 Alan Modra <amodra@gmail.com>
+
+ * reloc.c: Include x86_64.h rather than internal.h.
+
2021-03-02 Nick Clifton <nickc@redhat.com>
PR 27484
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