diff options
Diffstat (limited to 'gas/config/obj-elf.c')
-rw-r--r-- | gas/config/obj-elf.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/config/obj-elf.c b/gas/config/obj-elf.c index 2510f4b..9498c18 100644 --- a/gas/config/obj-elf.c +++ b/gas/config/obj-elf.c @@ -982,6 +982,10 @@ obj_elf_section (push) attr &= SHF_MERGE; } +#ifdef md_elf_section_change_data_hook + md_elf_section_change_data_hook (name, type, attr, entsize, push); +#endif + obj_elf_change_section (name, type, attr, entsize, push); } |