File: 002_gcc-4.patch

package info (click to toggle)
openhackware 0.4.1-6
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,044 kB
  • sloc: ansic: 21,831; asm: 655; makefile: 221
file content (13 lines) | stat: -rw-r--r-- 470 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: b/src/main.ld
===================================================================
--- a/src/main.ld	2005-03-31 10:23:33.000000000 +0300
+++ b/src/main.ld	2007-12-12 08:37:04.000000000 +0200
@@ -49,7 +49,7 @@ SECTIONS
         _sdata_end = . ;
         . = ALIGN(4) ;
         _ro_start = . ;
-        .rodata    : { *(.rodata) } > bios
+        .rodata    : { *(.rodata .rodata.*) } > bios
         _ro_end = . ;
         . = ALIGN(4) ;
         _RTAS_start = .;