Skip to content
This repository was archived by the owner on Jan 24, 2022. It is now read-only.

Commit 2713e4d

Browse files
authored
Merge pull request #45 from japaric/discard-exidx
discard the ARM.exidx.* section
2 parents cf50fc8 + 752b443 commit 2713e4d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

link.x

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,11 @@ SECTIONS
9292
.debug_gdb_scripts _stext (INFO) : {
9393
KEEP(*(.debug_gdb_scripts))
9494
}
95+
96+
/DISCARD/ :
97+
{
98+
*(.ARM.exidx.*)
99+
}
95100
}
96101

97102
/* Do not exceed this mark in the error messages below | */

0 commit comments

Comments
 (0)