* ld-scripts/empty-orphan.t: Discard .reginfo.

* ld-scripts/empty-orphan.d: Update.
This commit is contained in:
Alan Modra
2006-05-19 06:10:03 +00:00
parent f0636a4439
commit c6f90868f6
3 changed files with 14 additions and 1 deletions

View File

@@ -17,5 +17,6 @@ SECTIONS
.text : { *(.text) } > text_mem : text_phdr
.data : { *(.data) } > data_mem : data_phdr
.bss : { *(.bss) } > data_mem : data_phdr
/DISCARD/ : { *(.reginfo) }
/* .orphan_data is an orphan */
}