--- reloc.lnk.orig Fri Jul 21 17:03:21 2000 +++ reloc.lnk Sat Jan 24 18:36:56 2015 @@ -33,20 +33,21 @@ . = 0x00100000; .text : { *(.init) *(.text) *(.stub) *(.fini) . = ALIGN(0x10); _etext = .; PROVIDE (etext = .); *(.rodata) + *(.rodata.*) } =0x9090 . = ALIGN(0x1000); .data : { *(.data) . = ALIGN(4); *(.eh_frame) *(.gcc_except_table) *(.ctors) *(.dtors) *(.got.plt)