Handle (.rodata.*) sections created by gcc4.

This commit is contained in:
tsutsui 2006-08-26 14:12:26 +00:00
parent b5825ccf25
commit 0216ae4c51

View File

@ -1,3 +1,4 @@
/* $NetBSD: bootxx.ldscript,v 1.3 2006/08/26 14:12:26 tsutsui Exp $ */
OUTPUT_FORMAT("elf32-tradbigmips")
OUTPUT_ARCH(mips)
STARTUP(entry.o)
@ -21,6 +22,7 @@ SECTIONS {
{
_data = .;
*(.rodata)
*(.rodata.*)
*(.data)
_edata = .;
PROVIDE (edata = .);