mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 10:00:51 +00:00
* section.c (bfd_get_section_size_before_reloc): Ignore reloc_done.
* bfd-in2.h: Regenerate.
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user