Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-freebsd/freebsd-lib/files: freebsd-lib-9.1-.eh_frame_hdr-fix.patch
Date: Fri, 24 May 2013 18:37:34
Message-Id: 20130524183727.4E3AA20081@flycatcher.gentoo.org
1 aballier 13/05/24 18:37:27
2
3 Added: freebsd-lib-9.1-.eh_frame_hdr-fix.patch
4 Log:
5 Fix build with netware or bluetooth enabled, bug #448506. Fix glob(3) related resource exhaustion, bug #458718, FreeBSD-SA-13:02. Fix "no .eh_frame_hdr table will be created" error on x86-fbsd. All fixes from Yuta SATOH.
6
7 (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
8
9 Revision Changes Path
10 1.1 sys-freebsd/freebsd-lib/files/freebsd-lib-9.1-.eh_frame_hdr-fix.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/freebsd-lib/files/freebsd-lib-9.1-.eh_frame_hdr-fix.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/freebsd-lib/files/freebsd-lib-9.1-.eh_frame_hdr-fix.patch?rev=1.1&content-type=text/plain
14
15 Index: freebsd-lib-9.1-.eh_frame_hdr-fix.patch
16 ===================================================================
17 Fix "no .eh_frame_hdr table will be created" error.
18
19 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47829
20 http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4a0e0cd7377c45dc21d5c71bcab931b5e5727e74
21
22 diff -Nur lib.orig/csu/i386-elf/Makefile lib/csu/i386-elf/Makefile
23 --- lib.orig/csu/i386-elf/Makefile 2013-03-06 01:07:57.000000000 +0900
24 +++ lib/csu/i386-elf/Makefile 2013-03-06 01:10:09.000000000 +0900
25 @@ -10,6 +10,8 @@
26 FILESDIR= ${LIBDIR}
27 CFLAGS+= -I${.CURDIR}/../common \
28 -I${.CURDIR}/../../libc/include
29 +CFLAGS+= -fno-omit-frame-pointer
30 +CFLAGS+= -fno-asynchronous-unwind-tables
31 CLEANFILES= ${FILES} crt1_c.o crt1_s.o gcrt1_c.o Scrt1_c.o
32 CLEANFILES+= crt1_c.s gcrt1_c.s Scrt1_c.s