Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in src/patchsets/gcc/4.8.2/gentoo: 98_all_frecord-gcc-switches.patch README.history
Date: Mon, 25 Nov 2013 02:31:19
Message-Id: 20131125023111.A46172004E@flycatcher.gentoo.org
1 dirtyepic 13/11/25 02:31:11
2
3 Modified: README.history
4 Added: 98_all_frecord-gcc-switches.patch
5 Log:
6 Add patch to fix comparison failures with -frecord-gcc-switches.
7
8 Revision Changes Path
9 1.2 src/patchsets/gcc/4.8.2/gentoo/README.history
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.8.2/gentoo/README.history?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.8.2/gentoo/README.history?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.8.2/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.2/gentoo/README.history,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- README.history 10 Nov 2013 20:05:25 -0000 1.1
22 +++ README.history 25 Nov 2013 02:31:11 -0000 1.2
23 @@ -1,3 +1,6 @@
24 +1.1 (pending)
25 + + 98_all_frecord-gcc-switches.patch
26 +
27 1.0 2013-10-10
28 + 10_all_default-fortify-source.patch
29 + 11_all_default-warn-format-security.patch
30
31
32
33 1.1 src/patchsets/gcc/4.8.2/gentoo/98_all_frecord-gcc-switches.patch
34
35 file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.8.2/gentoo/98_all_frecord-gcc-switches.patch?rev=1.1&view=markup
36 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.8.2/gentoo/98_all_frecord-gcc-switches.patch?rev=1.1&content-type=text/plain
37
38 Index: 98_all_frecord-gcc-switches.patch
39 ===================================================================
40 Fix bootstrap comparison failures due to -frecord-gcc-switches.
41
42 https://bugs.gentoo.org/490738
43 http://gcc.gnu.org/PR59057
44
45 --- a/contrib/compare-debug
46 +++ b/contrib/compare-debug
47 @@ -82,6 +82,9 @@ remove_comment ()
48 .comment*)
49 opts="$opts --remove-section $s"
50 ;;
51 + .GCC.command.line)
52 + opts="$opts --remove-section $s"
53 + ;;
54 esac
55 done
56 [ -n "$opts" ] && objcopy $opts $file