diff options
author | Nick Clifton <nickc@redhat.com> | 2003-04-01 13:08:06 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-04-01 13:08:06 +0000 |
commit | 5a6c681789fe44d0cfb3a3839aeb8a1060842c1f (patch) | |
tree | 71caa9c0f02720bfa21b4b77fcee77ef59cbdc22 /bfd/bfd-in.h | |
parent | 49634642a549784aaa0d26c1442a2580b697f49b (diff) | |
download | gdb-5a6c681789fe44d0cfb3a3839aeb8a1060842c1f.zip gdb-5a6c681789fe44d0cfb3a3839aeb8a1060842c1f.tar.gz gdb-5a6c681789fe44d0cfb3a3839aeb8a1060842c1f.tar.bz2 |
Fixes for iWMMXt contribution.
Diffstat (limited to 'bfd/bfd-in.h')
-rw-r--r-- | bfd/bfd-in.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/bfd-in.h b/bfd/bfd-in.h index 917b46f..c39bfedd 100644 --- a/bfd/bfd-in.h +++ b/bfd/bfd-in.h @@ -835,6 +835,16 @@ extern bfd_boolean bfd_elf32_arm_get_bfd_for_interworking extern bfd_boolean bfd_elf32_arm_add_glue_sections_to_bfd PARAMS ((bfd *, struct bfd_link_info *)); +/* ARM Note section processing. */ +extern bfd_boolean bfd_arm_merge_machines + PARAMS ((bfd *, bfd *)); + +extern bfd_boolean bfd_arm_update_notes + PARAMS ((bfd *, const char *)); + +extern unsigned int bfd_arm_get_mach_from_notes + PARAMS ((bfd *, const char *)); + /* TI COFF load page support. */ extern void bfd_ticoff_set_section_load_page PARAMS ((struct sec *, int)); |