Gentoo Archives: gentoo-commits

From: "Magnus Granberg (zorry)" <zorry@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in src/patchsets/gcc/4.8.0/gentoo: 70_all_gcc48_pr56754_target_h.patch README.history
Date: Mon, 01 Apr 2013 00:21:53
Message-Id: 20130401002149.7A30F2171D@flycatcher.gentoo.org
1 zorry 13/04/01 00:21:49
2
3 Modified: README.history
4 Added: 70_all_gcc48_pr56754_target_h.patch
5 Log:
6 Add PR56754 patch for 4.8 gentoo patchset
7
8 Revision Changes Path
9 1.2 src/patchsets/gcc/4.8.0/gentoo/README.history
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.8.0/gentoo/README.history?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.8.0/gentoo/README.history?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.8.0/gentoo/README.history?r1=1.1&r2=1.2
14
15 Index: README.history
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo/src/patchsets/gcc/4.8.0/gentoo/README.history,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- README.history 31 Mar 2013 05:36:53 -0000 1.1
22 +++ README.history 1 Apr 2013 00:21:49 -0000 1.2
23 @@ -15,5 +15,6 @@
24 + 51_all_libiberty-pic.patch
25 + 52_all_netbsd-Bsymbolic.patch
26 + 67_all_gcc-poison-system-directories.patch
27 + + 70_all_gcc48_pr56754_traget_h.patch
28 + 74_all_gcc48_cloog-dl.patch
29 + 92_all_freebsd-pie.patch
30
31
32
33 1.1 src/patchsets/gcc/4.8.0/gentoo/70_all_gcc48_pr56754_target_h.patch
34
35 file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.8.0/gentoo/70_all_gcc48_pr56754_target_h.patch?rev=1.1&view=markup
36 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.8.0/gentoo/70_all_gcc48_pr56754_target_h.patch?rev=1.1&content-type=text/plain
37
38 Index: 70_all_gcc48_pr56754_target_h.patch
39 ===================================================================
40 2013-03-28 Maguns Granberg <zorry@g.o>
41
42 PR plugin/56754
43 * Makefile.in (PLUGIN_HEADERS): Add TARGET_H
44
45 --- a/gcc/Makefile.in 2013-02-08 10:07:49.000000000 +0100
46 +++ b/gcc/Makefile.in 2013-03-28 03:43:53.343390945 +0100
47 @@ -4597,7 +4597,7 @@ PLUGIN_HEADERS = $(TREE_H) $(CONFIG_H) $
48 $(C_PRAGMA_H) $(CPPLIB_H) $(FUNCTION_H) \
49 cppdefault.h flags.h $(MD5_H) params.def params.h prefix.h tree-inline.h \
50 $(GIMPLE_PRETTY_PRINT_H) realmpfr.h \
51 - $(IPA_PROP_H) $(RTL_H) $(TM_P_H) $(CFGLOOP_H) $(EMIT_RTL_H) version.h
52 + $(IPA_PROP_H) $(TARGET_H) $(RTL_H) $(TM_P_H) $(CFGLOOP_H) $(EMIT_RTL_H) version.h
53
54 # generate the 'build fragment' b-header-vars
55 s-header-vars: Makefile