Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in src/patchsets/gcc/4.3.2/pie: 10_all_gcc-4.4-gen-crt-start-endfile.patch
Date: Mon, 29 Dec 2008 20:37:56
Message-Id: E1LHOs6-0000qE-E3@stork.gentoo.org
1 vapier 08/12/29 20:37:54
2
3 Modified: 10_all_gcc-4.4-gen-crt-start-endfile.patch
4 Log:
5 fix by Magnus Granberg for typo in alpha spec #252677
6
7 Revision Changes Path
8 1.2 src/patchsets/gcc/4.3.2/pie/10_all_gcc-4.4-gen-crt-start-endfile.patch
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/gcc/4.3.2/pie/10_all_gcc-4.4-gen-crt-start-endfile.patch?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/gcc/4.3.2/pie/10_all_gcc-4.4-gen-crt-start-endfile.patch?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/gcc/4.3.2/pie/10_all_gcc-4.4-gen-crt-start-endfile.patch?r1=1.1&r2=1.2
13
14 Index: 10_all_gcc-4.4-gen-crt-start-endfile.patch
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/src/patchsets/gcc/4.3.2/pie/10_all_gcc-4.4-gen-crt-start-endfile.patch,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- 10_all_gcc-4.4-gen-crt-start-endfile.patch 26 Dec 2008 00:36:55 -0000 1.1
21 +++ 10_all_gcc-4.4-gen-crt-start-endfile.patch 29 Dec 2008 20:37:54 -0000 1.2
22 @@ -1,4 +1,4 @@
23 -2008-11-26 Magnus Granberg <zorry@×××.nu>
24 +2008-12-29 Magnus Granberg <zorry@×××.nu>
25 Petet S. Mazinger <ps.m@×××.net>
26
27 * gcc/config/alpha/elf.h: Move CRT, START and ENDFILE to gcc/gcc.c
28 @@ -25,7 +25,7 @@
29 - "%{!shared: %{pg|p:gcrt1.o%s;:crt1.o%s}}\
30 - crti.o%s %{static:crtbeginT.o%s;shared|pie:crtbeginS.o%s;:crtbegin.o%s}"
31 -#endif
32 -+#define STARTFILE_SPEC "%(ld_pie_crtfile_gen) crti.o%s %(startfile_t_pie_gen)"
33 ++#define STARTFILE_SPEC "%(ld_pie_crtfile_gen) crti.o%s %(startfile_pie_t_gen)"
34
35 /* Provide a ENDFILE_SPEC appropriate for ELF. Here we tack on the
36 magical crtend.o file which provides part of the support for