aboutsummaryrefslogtreecommitdiff
path: root/bfd/bfd-in.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2019-09-23 10:01:31 +0930
committerAlan Modra <amodra@gmail.com>2019-09-23 10:27:20 +0930
commitd48d68b618f0950f63bdf2842a550384c0c58bc3 (patch)
treecd730750b7bb6e0677f9e6bde3c845e249319337 /bfd/bfd-in.h
parent7beeaeb8c6d84ecc899b9454d9b92521e515fe4a (diff)
downloadgdb-d48d68b618f0950f63bdf2842a550384c0c58bc3.zip
gdb-d48d68b618f0950f63bdf2842a550384c0c58bc3.tar.gz
gdb-d48d68b618f0950f63bdf2842a550384c0c58bc3.tar.bz2
v850 bfd.h tidy
bfd/ * bfd-in.h: Move v850 function declarations.. * elf32-v850.h: ..to here, new file. * elf32-v850.c: Include elf32-v850.h. * bfd-in2.h: Regenerate. ld/ * emultempl/v850elf.em: Include elf32-v850.h.
Diffstat (limited to 'bfd/bfd-in.h')
-rw-r--r--bfd/bfd-in.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/bfd/bfd-in.h b/bfd/bfd-in.h
index c2105e3..fe5e168 100644
--- a/bfd/bfd-in.h
+++ b/bfd/bfd-in.h
@@ -1012,10 +1012,3 @@ extern void bfd_elf32_ia64_after_parse
extern void bfd_elf64_ia64_after_parse
(int);
-
-/* V850 Note manipulation routines. */
-extern bfd_boolean v850_elf_create_sections
- (struct bfd_link_info *);
-
-extern bfd_boolean v850_elf_set_note
- (bfd *, unsigned int, unsigned int);