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/libecoff.h | |
parent | 2f5288870a7b5ac5e892a64bab8fe83452dc162e (diff) | |
download | gdb-77fb9c28ac0594b97f5b193d45118fdf09d96881.zip gdb-77fb9c28ac0594b97f5b193d45118fdf09d96881.tar.gz gdb-77fb9c28ac0594b97f5b193d45118fdf09d96881.tar.bz2 |
Revert previous patch.
Diffstat (limited to 'bfd/libecoff.h')
-rw-r--r-- | bfd/libecoff.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bfd/libecoff.h b/bfd/libecoff.h index cd5dc49..4561805 100644 --- a/bfd/libecoff.h +++ b/bfd/libecoff.h @@ -295,7 +295,6 @@ extern boolean _bfd_ecoff_write_armap #define _bfd_ecoff_get_elt_at_index _bfd_generic_get_elt_at_index #define _bfd_ecoff_generic_stat_arch_elt bfd_generic_stat_arch_elt #define _bfd_ecoff_update_armap_timestamp bfd_true -#define _bfd_ecoff_allow_commons_in_armap bfd_true extern long _bfd_ecoff_get_symtab_upper_bound PARAMS ((bfd *abfd)); extern long _bfd_ecoff_get_symtab PARAMS ((bfd *abfd, asymbol **alocation)); |