This website requires JavaScript.
Explore
Help
Sign In
OpenE2K
/
binutils-gdb
Watch
12
Star
0
Fork
You've already forked binutils-gdb
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
9406745256
binutils-gdb
/
ld
/
testsuite
/
ld-elf
/
group.ld
7 lines
107 B
Plaintext
Raw
Blame
History
SECTIONS
{
. = 0x1000;
.text : { *(.text) *(.rodata.brlt) }
/DISCARD/ : { *(.dropme) *(.reginfo) }
}
Reference in New Issue
View Git Blame
Copy Permalink