diff options
Diffstat (limited to 'ld/emultempl/beos.em')
-rw-r--r-- | ld/emultempl/beos.em | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ld/emultempl/beos.em b/ld/emultempl/beos.em index 679fd81..2d4491f 100644 --- a/ld/emultempl/beos.em +++ b/ld/emultempl/beos.em @@ -661,6 +661,9 @@ gld_${EMULATION_NAME}_before_allocation (void) #endif /* TARGET_IS_ppcpe */ sort_sections (stat_ptr->head); + + if (!link_info.relocatable) + strip_excluded_output_sections (); } /* Place an orphan section. We use this to put sections with a '\$' in them |