diff options
author | Alan Modra <amodra@gmail.com> | 2019-09-23 10:03:37 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2019-09-23 10:27:21 +0930 |
commit | c348479ddd10079b8b8714598d8e1458d25e095d (patch) | |
tree | 68ae91b67892efb2c9723716e4dfd71fec5f7c5a /bfd/bfd-in.h | |
parent | ca437b1b5fe3d3dd7987ddf6c373bc2221c0726e (diff) | |
download | gdb-c348479ddd10079b8b8714598d8e1458d25e095d.zip gdb-c348479ddd10079b8b8714598d8e1458d25e095d.tar.gz gdb-c348479ddd10079b8b8714598d8e1458d25e095d.tar.bz2 |
tic54x bfd.h tidy
* bfd-in.h: Delete ticoff function declarations.
* coff-tic54x.c (bfd_ticoff_set_section_load_page),
(bfd_ticoff_get_section_load_page): Make static.
* bfd-in2.h: Regenerate.
Diffstat (limited to 'bfd/bfd-in.h')
-rw-r--r-- | bfd/bfd-in.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/bfd/bfd-in.h b/bfd/bfd-in.h index 4216808..7080fbe 100644 --- a/bfd/bfd-in.h +++ b/bfd/bfd-in.h @@ -993,11 +993,3 @@ extern bfd_boolean elf32_aarch64_size_stubs void (*) (void)); extern bfd_boolean elf32_aarch64_build_stubs (struct bfd_link_info *); - - -/* TI COFF load page support. */ -extern void bfd_ticoff_set_section_load_page - (struct bfd_section *, int); - -extern int bfd_ticoff_get_section_load_page - (struct bfd_section *); |