mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 10:35:12 +08:00
* ld-elf/orphan.ld: Add placement for MIPS .reginfo section.
This commit is contained in:
parent
cce7653bc1
commit
c5eb39efda
@ -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.
|
||||
|
@ -4,4 +4,5 @@ SECTIONS
|
||||
.data : { *(.data) }
|
||||
.bss : { *(.bss) *(COMMON) }
|
||||
.note : { *(.note) }
|
||||
.reginfo : { *(.reginfo) }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user