From 8b3839986fd09637f139cfee06ad9772fe7be806 Mon Sep 17 00:00:00 2001 From: Rene Rebe Date: Sat, 22 May 2004 19:35:33 +0000 Subject: [PATCH] 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 --- package/base/glibc23/gcc3.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 package/base/glibc23/gcc3.patch diff --git a/package/base/glibc23/gcc3.patch b/package/base/glibc23/gcc3.patch new file mode 100644 index 000000000..b82ed0386 --- /dev/null +++ b/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 + +--- ./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