Browse Source

Rene Rebe:

* fixed the update glibc for compilation with older gccs (<3.4)
	  (thanks for folks on rock-devel pointing this out)


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@3062 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
8b3839986f
1 changed files with 19 additions and 0 deletions
  1. +19
    -0
      package/base/glibc23/gcc3.patch

+ 19
- 0
package/base/glibc23/gcc3.patch

@ -0,0 +1,19 @@
Older gcc (<3.4) are not able to honor the .rodata .section specification
correctly:
../sysdeps/i386/i686/memcmp.S: Assembler messages:
../sysdeps/i386/i686/memcmp.S:390: Error: can't resolve `.rodata'
Rene Rebe <rene@rocklinux.org>
--- ./sysdeps/i386/i686/memcmp.S~ 2004-04-02 01:28:37.000000000 +0200
+++ ./sysdeps/i386/i686/memcmp.S 2004-05-22 21:27:39.000000000 +0200
@@ -351,7 +351,6 @@
popl %esi
RETURN
- .section .rodata
ALIGN (2)
L(table_32bytes) :
.long L(0bytes) - . + 0x0

Loading…
Cancel
Save