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:
parent
fdb0d9ef11
commit
3e35b88903
@ -68,5 +68,5 @@ SECTIONS
|
||||
PROVIDE (_end = .);
|
||||
|
||||
/* Strip unnecessary stuff */
|
||||
/DISCARD/ : { *(.comment .note .eh_frame) }
|
||||
/DISCARD/ : { *(.comment .note) }
|
||||
}
|
||||
|
@ -70,5 +70,5 @@ SECTIONS
|
||||
PROVIDE (_end = .);
|
||||
|
||||
/* Strip unnecessary stuff */
|
||||
/DISCARD/ : { *(.comment .note .eh_frame) }
|
||||
/DISCARD/ : { *(.comment .note) }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user