Rather keep the .eh_frame section, if we want exceptions.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10949 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2005-01-22 16:29:21 +00:00
parent fdb0d9ef11
commit 3e35b88903
2 changed files with 2 additions and 2 deletions

View File

@ -68,5 +68,5 @@ SECTIONS
PROVIDE (_end = .);
/* Strip unnecessary stuff */
/DISCARD/ : { *(.comment .note .eh_frame) }
/DISCARD/ : { *(.comment .note) }
}

View File

@ -70,5 +70,5 @@ SECTIONS
PROVIDE (_end = .);
/* Strip unnecessary stuff */
/DISCARD/ : { *(.comment .note .eh_frame) }
/DISCARD/ : { *(.comment .note) }
}