From fb0fe206fe227660f6d37eb1c2a39a5405e7ca1c Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Thu, 8 Sep 2011 23:33:10 -0400 Subject: common_rom.inc: Eliminate apparently useless sections. --- support/ld/common_rom.inc | 8 -------- 1 file changed, 8 deletions(-) (limited to 'support/ld') diff --git a/support/ld/common_rom.inc b/support/ld/common_rom.inc index 3ab08c2..05edf3c 100644 --- a/support/ld/common_rom.inc +++ b/support/ld/common_rom.inc @@ -15,9 +15,6 @@ SECTIONS */ *(.stm32.interrupt_vector) - *(.rom) - *(.rom.b) - /* * Program code and vague linking */ @@ -108,21 +105,16 @@ SECTIONS { __cs3_region_start_ram = .; - KEEP(*(.jcr)) *(.got.plt) *(.got) - *(.shdata) *(.data .data.* .gnu.linkonce.d.*) - *(.ram) . = ALIGN (8); _edata = .; } > REGION_DATA AT> REGION_TEXT .bss : { - *(.shbss) *(.bss .bss.* .gnu.linkonce.b.*) *(COMMON) - *(.ram.b) . = ALIGN (8); _end = .; } > REGION_BSS AT> REGION_TEXT -- cgit v1.2.3