aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-bfin.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2019-09-23 10:10:28 +0930
committerAlan Modra <amodra@gmail.com>2019-09-23 10:27:21 +0930
commit8410a6589d7fd1e02489e7ab57bda0fcba305dba (patch)
tree765fd85525b2b842067c3837772cf141e1c0144e /bfd/elf32-bfin.c
parentca05ca5e2d8c1628c37a335635dab4714f0d3bfe (diff)
downloadgdb-8410a6589d7fd1e02489e7ab57bda0fcba305dba.zip
gdb-8410a6589d7fd1e02489e7ab57bda0fcba305dba.tar.gz
gdb-8410a6589d7fd1e02489e7ab57bda0fcba305dba.tar.bz2
bfin bfd.h tidy
bfd/ * bfd-in.h: Move bfin function declaration.. * elf32-bfin.h: ..to here, new file. * elf32-bfin.c: Include elf32-bfin.h. * bfd-in2.h: Regenerate. ld/ * emultempl/bfin.em: Include elf32-bfin.h.
Diffstat (limited to 'bfd/elf32-bfin.c')
-rw-r--r--bfd/elf32-bfin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/elf32-bfin.c b/bfd/elf32-bfin.c
index 6efee04..c4f8874 100644
--- a/bfd/elf32-bfin.c
+++ b/bfd/elf32-bfin.c
@@ -25,6 +25,7 @@
#include "elf/bfin.h"
#include "dwarf2.h"
#include "hashtab.h"
+#include "elf32-bfin.h"
/* FUNCTION : bfin_pltpc_reloc
ABSTRACT : TODO : figure out how to handle pltpc relocs. */