* section.c (bfd_get_section_size_before_reloc): Ignore reloc_done.
[deliverable/binutils-gdb.git] / bfd / bfd-in2.h
index fcbe98afaaa28d2317160218633fc00940f251bb..034330fd92fe4eb28bc94ed1b5bb8e7d19ff613c 100644 (file)
@@ -1421,8 +1421,7 @@ extern const struct symbol_cache_entry * const bfd_com_symbol;
 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.032824 seconds and 4 git commands to generate.