diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2001-08-24 13:55:55 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2001-08-24 13:55:55 +0000 |
commit | 8c98ec7dcccbe45bed00b04e04c3d7cac8f7b744 (patch) | |
tree | 6fab1a026bc634bcc426f4296398d77f32957f30 /bfd/bfd-in2.h | |
parent | 17ea634937fc598b248628b5e533323a6a9f4d82 (diff) | |
download | gdb-8c98ec7dcccbe45bed00b04e04c3d7cac8f7b744.zip gdb-8c98ec7dcccbe45bed00b04e04c3d7cac8f7b744.tar.gz gdb-8c98ec7dcccbe45bed00b04e04c3d7cac8f7b744.tar.bz2 |
* bfd.c (bfd_alt_mach_code): New function.
* bfd-in2.h: Rebuilt.
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index 4b6f44e..64c995c 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -3296,6 +3296,9 @@ extern bfd_byte *bfd_get_relocated_section_contents struct bfd_link_order *, bfd_byte *, boolean, asymbol **)); +boolean +bfd_alt_mach_code PARAMS ((bfd *abfd, int index)); + symindex bfd_get_next_mapent PARAMS ((bfd *abfd, symindex previous, carsym **sym)); |