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
02e155fee8
binutils-gdb
/
ld
/
testsuite
/
ld-discard
/
discard.ld
10 lines
109 B
Plaintext
Raw
Blame
History
ENTRY(_start)
SECTIONS
{
/* Sections to be discarded */
/DISCARD/ : {
*(.data.exit)
*(.text.exit)
}
}
Reference in New Issue
View Git Blame
Copy Permalink