* section.c (bfd_get_section_size_before_reloc): Ignore reloc_done.
[deliverable/binutils-gdb.git] / bfd / section.c
index 5347c2b3f8549c39eb14f9f6232547c2ae7c647f..5842748f72b7ae774f3dbab99169db82465b29c8 100644 (file)
@@ -558,8 +558,7 @@ CODE_FRAGMENT
 .extern const struct symbol_cache_entry * const bfd_und_symbol;
 .extern const struct symbol_cache_entry * const bfd_ind_symbol;
 .#define bfd_get_section_size_before_reloc(section) \
-.     ((section)->reloc_done ? (abort (), (bfd_size_type) 1) \
-.                            : (section)->_raw_size)
+.     ((section)->_raw_size)
 .#define bfd_get_section_size_after_reloc(section) \
 .     ((section)->reloc_done ? (section)->_cooked_size \
 .                            : (abort (), (bfd_size_type) 1))
This page took 0.025127 seconds and 4 git commands to generate.