mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 20:49:43 +00:00
discard all unexpected sections.
This commit is contained in:
parent
bc0fbc97a8
commit
e40eb3e94d
@ -1,3 +1,7 @@
|
||||
2000-03-13 Nick Clifton <nickc@cygnus.com>
|
||||
|
||||
* ld-scripts/phdrs.t: Discard all unexpected sections.
|
||||
|
||||
2000-02-27 H.J. Lu (hjl@gnu.org)
|
||||
|
||||
* lib/ld-lib.exp (default_ld_link): Added "$LIBS" to libs.
|
||||
|
@ -10,5 +10,5 @@ SECTIONS
|
||||
. = 0x80000 + SIZEOF_HEADERS;
|
||||
.text : { *(.text) } :text
|
||||
.data : { *(.data) } :data
|
||||
/DISCARD/ : { *(.reginfo) }
|
||||
/DISCARD/ : { *(.*) }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user