mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-22 16:53:31 +08:00
7 lines
64 B
Plaintext
7 lines
64 B
Plaintext
|
ENTRY(_start)
|
||
|
SECTIONS {
|
||
|
.text 0x90000000 : {
|
||
|
*(.text*)
|
||
|
}
|
||
|
}
|