aboutsummaryrefslogtreecommitdiff
path: root/bfd/bfd-in.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2019-09-23 10:05:43 +0930
committerAlan Modra <amodra@gmail.com>2019-09-23 10:27:21 +0930
commit79c2ce54e1e52e5d63d96af56c544de778036a12 (patch)
treeb39eef99c0abece05b6a726d03337ef0eba92f2f /bfd/bfd-in.h
parenta8bfaadbb40406dc795d410d198a4be9d452c177 (diff)
downloadgdb-79c2ce54e1e52e5d63d96af56c544de778036a12.zip
gdb-79c2ce54e1e52e5d63d96af56c544de778036a12.tar.gz
gdb-79c2ce54e1e52e5d63d96af56c544de778036a12.tar.bz2
tic6x bfd.h tidy
* bfd-in.h: Move tic6x function declaration.. * elf32-tic6x.h: ..to here. * bfd-in2.h: Regenerate.
Diffstat (limited to 'bfd/bfd-in.h')
-rw-r--r--bfd/bfd-in.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/bfd/bfd-in.h b/bfd/bfd-in.h
index ed8e47f..c923e54 100644
--- a/bfd/bfd-in.h
+++ b/bfd/bfd-in.h
@@ -903,7 +903,3 @@ extern bfd_boolean elf32_arm_build_stubs
/* ARM unwind section editing support. */
extern bfd_boolean elf32_arm_fix_exidx_coverage
(struct bfd_section **, unsigned int, struct bfd_link_info *, bfd_boolean);
-
-/* C6x unwind section editing support. */
-extern bfd_boolean elf32_tic6x_fix_exidx_coverage
-(struct bfd_section **, unsigned int, struct bfd_link_info *, bfd_boolean);