* ld-elf/orphan.ld: Add placement for MIPS .reginfo section.

This commit is contained in:
Thiemo Seufer 2006-05-16 13:58:51 +00:00
parent cce7653bc1
commit c5eb39efda
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2006-05-16 Thiemo Seufer <ths@mips.com>
* ld-elf/orphan.ld: Add placement for MIPS .reginfo section.
2006-05-15 Paul Brook <paul@codesourcery.com>
* ld-arm/arm-be8.d: New test.

View File

@ -4,4 +4,5 @@ SECTIONS
.data : { *(.data) }
.bss : { *(.bss) *(COMMON) }
.note : { *(.note) }
.reginfo : { *(.reginfo) }
}