[ARM]
Add unwind symbols to the kernel too... not sure it goes here though. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32325 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
a2577dbfd1
commit
79cf966c2c
@ -51,6 +51,12 @@ SECTIONS
|
||||
__rodata_end = . ;
|
||||
}
|
||||
|
||||
/* exception unwinding - should really not be needed! XXX: find the correct place. */
|
||||
__exidx_start = .;
|
||||
.ARM.exidx : { *(.ARM.exidx* .gnu.linkonce.armexidx.*) }
|
||||
__exidx_end = .;
|
||||
|
||||
|
||||
/* writable data */
|
||||
__data_start_rom = .; /* in one segment binaries, the rom data address is on top of the ram data address */
|
||||
__data_start = .;
|
||||
|
Loading…
Reference in New Issue
Block a user