public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo commit in src/patchsets/gcc/4.5.0/gentoo: 75_all_arm-pr43698.patch 94_all_gcc-4.3.3-pch-nostdinc-tr1.patch README.history
@ 2010-07-24  4:02 Ryan Hill (dirtyepic)
  0 siblings, 0 replies; only message in thread
From: Ryan Hill (dirtyepic) @ 2010-07-24  4:02 UTC (permalink / raw
  To: gentoo-commits

dirtyepic    10/07/24 04:02:22

  Modified:             75_all_arm-pr43698.patch
                        94_all_gcc-4.3.3-pch-nostdinc-tr1.patch
                        README.history
  Log:
  Update README.history, scrub patch headers.

Revision  Changes    Path
1.3                  src/patchsets/gcc/4.5.0/gentoo/75_all_arm-pr43698.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.5.0/gentoo/75_all_arm-pr43698.patch?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.5.0/gentoo/75_all_arm-pr43698.patch?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.5.0/gentoo/75_all_arm-pr43698.patch?r1=1.2&r2=1.3

Index: 75_all_arm-pr43698.patch
===================================================================
RCS file: /var/cvsroot/gentoo/src/patchsets/gcc/4.5.0/gentoo/75_all_arm-pr43698.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- 75_all_arm-pr43698.patch	23 Jul 2010 14:41:09 -0000	1.2
+++ 75_all_arm-pr43698.patch	24 Jul 2010 04:02:22 -0000	1.3
@@ -25,8 +25,6 @@
  4 files changed, 62 insertions(+), 7 deletions(-)
  create mode 100644 gcc/testsuite/gcc.target/arm/pr43698.c
 
-diff --git a/gcc/ChangeLog b/gcc/ChangeLog
-index e026ca1..2cb8a10 100644
 --- a/gcc/ChangeLog
 +++ b/gcc/ChangeLog
 @@ -1,3 +1,9 @@
@@ -39,8 +37,6 @@
  2010-07-22  Iain Sandoe  <iains@gcc.gnu.org>
  
  	* config/darwin.h (LINK_COMMAND_SPEC): Split into...
-diff --git a/gcc/config/arm/arm.md b/gcc/config/arm/arm.md
-index bbe65ec..33b6931 100644
 --- a/gcc/config/arm/arm.md
 +++ b/gcc/config/arm/arm.md
 @@ -11305,15 +11305,21 @@
@@ -72,8 +68,6 @@
  )
  
  (define_expand "arm_legacy_rev"
-diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
-index d284060..9c67b0a 100644
 --- a/gcc/testsuite/ChangeLog
 +++ b/gcc/testsuite/ChangeLog
 @@ -1,3 +1,8 @@
@@ -85,9 +79,6 @@
  2010-07-21  Steven G. Kargl  <kargl@gcc.gnu.org>
  
  	PR fortran/44929
-diff --git a/gcc/testsuite/gcc.target/arm/pr43698.c b/gcc/testsuite/gcc.target/arm/pr43698.c
-new file mode 100644
-index 0000000..407cf7e
 --- /dev/null
 +++ b/gcc/testsuite/gcc.target/arm/pr43698.c
 @@ -0,0 +1,38 @@



1.3                  src/patchsets/gcc/4.5.0/gentoo/94_all_gcc-4.3.3-pch-nostdinc-tr1.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.5.0/gentoo/94_all_gcc-4.3.3-pch-nostdinc-tr1.patch?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.5.0/gentoo/94_all_gcc-4.3.3-pch-nostdinc-tr1.patch?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.5.0/gentoo/94_all_gcc-4.3.3-pch-nostdinc-tr1.patch?r1=1.2&r2=1.3

Index: 94_all_gcc-4.3.3-pch-nostdinc-tr1.patch
===================================================================
RCS file: /var/cvsroot/gentoo/src/patchsets/gcc/4.5.0/gentoo/94_all_gcc-4.3.3-pch-nostdinc-tr1.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- 94_all_gcc-4.3.3-pch-nostdinc-tr1.patch	23 Jul 2010 20:05:52 -0000	1.2
+++ 94_all_gcc-4.3.3-pch-nostdinc-tr1.patch	24 Jul 2010 04:02:22 -0000	1.3
@@ -1,5 +1,5 @@
---- gcc-4.3.3/libstdc++-v3/include/Makefile.am.orig	2009-04-04 21:33:37.000000000 +0200
-+++ gcc-4.3.3/libstdc++-v3/include/Makefile.am	2009-04-04 21:36:36.000000000 +0200
+--- gcc-4.3.3/libstdc++-v3/include/Makefile.am.orig
++++ gcc-4.3.3/libstdc++-v3/include/Makefile.am
 @@ -1084,7 +1084,7 @@
  # Build a precompiled TR1 include, stdtr1c++.h.gch/O2.gch
  ${pch2_output}: ${pch2_source} ${pch1_output}
@@ -9,8 +9,8 @@
  
  # Build a precompiled extension include, extc++.h.gch/O2.gch
  ${pch3_output}: ${pch3_source} ${pch2_output}
---- gcc-4.3.3/libstdc++-v3/include/Makefile.in.orig	2009-04-04 21:36:09.000000000 +0200
-+++ gcc-4.3.3/libstdc++-v3/include/Makefile.in	2009-04-04 21:36:25.000000000 +0200
+--- gcc-4.3.3/libstdc++-v3/include/Makefile.in.orig
++++ gcc-4.3.3/libstdc++-v3/include/Makefile.in
 @@ -1475,7 +1475,7 @@
  # Build a precompiled TR1 include, stdtr1c++.h.gch/O2.gch
  ${pch2_output}: ${pch2_source} ${pch1_output}



1.9                  src/patchsets/gcc/4.5.0/gentoo/README.history

file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.5.0/gentoo/README.history?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.5.0/gentoo/README.history?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.5.0/gentoo/README.history?r1=1.8&r2=1.9

Index: README.history
===================================================================
RCS file: /var/cvsroot/gentoo/src/patchsets/gcc/4.5.0/gentoo/README.history,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- README.history	21 Jul 2010 17:20:57 -0000	1.8
+++ README.history	24 Jul 2010 04:02:22 -0000	1.9
@@ -1,3 +1,7 @@
+1.4		??,??.2010
+	U 75_all_arm-pr43698.patch
+	+ 94_all_gcc-4.3.3-pch-nostdinc-tr1.patch
+
 1.3		21.07.2010
 	+ 75_all_arm-pr43698.patch
 






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-07-24  4:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-24  4:02 [gentoo-commits] gentoo commit in src/patchsets/gcc/4.5.0/gentoo: 75_all_arm-pr43698.patch 94_all_gcc-4.3.3-pch-nostdinc-tr1.patch README.history Ryan Hill (dirtyepic)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox