diff options
author | Nick Clifton <nickc@redhat.com> | 1999-12-10 18:51:35 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1999-12-10 18:51:35 +0000 |
commit | 77fb9c28ac0594b97f5b193d45118fdf09d96881 (patch) | |
tree | 7a22e35173bc78265f4b0f69ab8c0eeb303dafbf /bfd/libbfd.h | |
parent | 2f5288870a7b5ac5e892a64bab8fe83452dc162e (diff) | |
download | gdb-77fb9c28ac0594b97f5b193d45118fdf09d96881.zip gdb-77fb9c28ac0594b97f5b193d45118fdf09d96881.tar.gz gdb-77fb9c28ac0594b97f5b193d45118fdf09d96881.tar.bz2 |
Revert previous patch.
Diffstat (limited to 'bfd/libbfd.h')
-rw-r--r-- | bfd/libbfd.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bfd/libbfd.h b/bfd/libbfd.h index 6063dd5..26bf7ef 100644 --- a/bfd/libbfd.h +++ b/bfd/libbfd.h @@ -211,7 +211,6 @@ extern boolean _bfd_nocore_core_file_matches_executable_p ((bfd *(*) PARAMS ((bfd *, symindex))) bfd_nullvoidptr) #define _bfd_noarchive_generic_stat_arch_elt bfd_generic_stat_arch_elt #define _bfd_noarchive_update_armap_timestamp bfd_false -#define _bfd_noarchive_allow_commons_in_armap bfd_true /* Routines to use for BFD_JUMP_TABLE_ARCHIVE to get BSD style archives. Use BFD_JUMP_TABLE_ARCHIVE (_bfd_archive_bsd). */ @@ -230,7 +229,6 @@ extern boolean _bfd_archive_bsd_construct_extended_name_table #define _bfd_archive_bsd_generic_stat_arch_elt \ bfd_generic_stat_arch_elt extern boolean _bfd_archive_bsd_update_armap_timestamp PARAMS ((bfd *)); -#define _bfd_archive_bsd_allow_commons_in_armap bfd_true /* Routines to use for BFD_JUMP_TABLE_ARCHIVE to get COFF style archives. Use BFD_JUMP_TABLE_ARCHIVE (_bfd_archive_coff). */ @@ -249,7 +247,6 @@ extern boolean _bfd_archive_coff_construct_extended_name_table #define _bfd_archive_coff_generic_stat_arch_elt \ bfd_generic_stat_arch_elt #define _bfd_archive_coff_update_armap_timestamp bfd_true -#define _bfd_archive_coff_allow_commons_in_armap bfd_true /* Routines to use for BFD_JUMP_TABLE_SYMBOLS where there is no symbol support. Use BFD_JUMP_TABLE_SYMBOLS (_bfd_nosymbols). */ |