Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (9647389c49cd43bc18bb66ba1915f6a2dc8d1097)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (9647389c49cd43bc18bb66ba1915f6a2dc8d1097)
  • Date: Wed, 6 Feb 2008 18:53:07 -0600

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

gnu/ada/DETAILS | 2 -
gnu/ada/HISTORY | 3 ++
gnu/fortran/DETAILS | 2 -
gnu/fortran/HISTORY | 7 +++--
gnu/g++/DETAILS | 2 -
gnu/g++/HISTORY | 9 ++++--
gnu/gcc/DETAILS | 2 -
gnu/gcc/HISTORY | 18 ++++++++-----
gnu/gcc/PRE_BUILD | 4 +-
gnu/gcc/gcc-4.1.1-ffast-math.patch | 51
-------------------------------------
gnu/gcc/gcc-4.2.3-ffast-math.patch | 50
++++++++++++++++++++++++++++++++++++
gnu/gcc33/HISTORY | 6 ++--
gnu/gcc34/HISTORY | 4 +-
gnu/gcj/DETAILS | 2 -
gnu/gcj/HISTORY | 7 +++--
gnu/objc/DETAILS | 2 -
gnu/objc/HISTORY | 7 +++--
17 files changed, 99 insertions(+), 79 deletions(-)

New commits:
commit 9647389c49cd43bc18bb66ba1915f6a2dc8d1097
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

gcc34: Remove whitespaces and properly indent HISTORY

commit 8257c859df36095d1adae9c8d6b26b1f6400a539
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

gcc33: Remove whitespaces and properly indent HISTORY

commit 7a78c8f38d153b52b81f35d6dccd5ab4a1b8ce75
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

objc: Remove whitespaces and properly indent HISTORY

commit e9ad2bb2d55130c6ae744f6f203ffff19ad6cde8
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

fortran: Remove whitespaces and properly indent HISTORY

commit ef23e940adb012b1ac9349e69d5864716fa9fa07
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

gcj: Remove whitespaces and properly indent HISTORY

commit d47178601f7c14651370d94b4509d3e47d6c1859
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

g++: Remove whitespaces and properly indent HISTORY

commit 15c0403921b6fed7c22d43d5a88c838fc34f4647
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

gcc: Remove whitespaces and properly indent HISTORY

commit c2f9b99f741deee0eaa08ec4eb167e9a1a96f203
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

objc: Updated to 4.2.3

commit 2c69599a5691c86fcc5872188ad47f45d007d783
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

ada: Updated to 4.2.3

commit f70ef60c67c17adcb7c17dd4092dbe17c3ce75d1
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

fortran: Updated to 4.2.3

commit 5bcda7d5a78a89f3f63e63d8d9069372c88ff920
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

gcj updated to 4.2.3

commit 1fc897964415e8839165df4027f411dd5ea31cef
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

g++ 4.2.3

commit b6d7c11ca0ced2eafc13664e3ef7a2c5332d867f
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

gcc 4.2.3 and synced patch

diff --git a/gnu/ada/DETAILS b/gnu/ada/DETAILS
index 1de328e..6253b94 100755
--- a/gnu/ada/DETAILS
+++ b/gnu/ada/DETAILS
@@ -1,5 +1,5 @@
SPELL=ada
- VERSION=4.2.2
+ VERSION=4.2.3
SOURCE=gcc-core-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/gcc-$VERSION
SOURCE_URL[0]=$GNU_URL/gcc/gcc-$VERSION/$SOURCE
diff --git a/gnu/ada/HISTORY b/gnu/ada/HISTORY
index dc0e83e..5dc7151 100644
--- a/gnu/ada/HISTORY
+++ b/gnu/ada/HISTORY
@@ -1,3 +1,6 @@
+2008-02-05 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 4.2.3
+
2007-10-09 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: Fixed SOURCE_URL[0]
updated spell to 4.2.2
diff --git a/gnu/fortran/DETAILS b/gnu/fortran/DETAILS
index 21755d9..09d59a2 100755
--- a/gnu/fortran/DETAILS
+++ b/gnu/fortran/DETAILS
@@ -1,5 +1,5 @@
SPELL=fortran
- VERSION=4.2.2
+ VERSION=4.2.3
SOURCE=gcc-core-$VERSION.tar.bz2
# SOURCE_GPG=gurus.gpg:$SOURCE.sig:WORKS_FOR_ME
SOURCE_DIRECTORY=$BUILD_DIRECTORY/gcc-$VERSION
diff --git a/gnu/fortran/HISTORY b/gnu/fortran/HISTORY
index 0fbc3df..4e65e85 100644
--- a/gnu/fortran/HISTORY
+++ b/gnu/fortran/HISTORY
@@ -1,3 +1,6 @@
+2008-02-05 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 4.2.3
+
2007-10-09 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: updated spell to 4.2.2
fixed WEB_SITE
@@ -16,8 +19,8 @@
convert to upstream signatures

2007-01-22 Thomas Orgis <sobukus AT sourcemage.org>
- * DEPENDS: ensure that compilers get cast after archspecs so that
- they all use the same fresh setup
+ * DEPENDS: ensure that compilers get cast after archspecs so that
+ they all use the same fresh setup

2007-01-16 Eric Sandall <sandalle AT sourcemage.org>
* INSTALL: cd to $SOURCE_DIRECTORY.bld at beginning of INSTALL
diff --git a/gnu/g++/DETAILS b/gnu/g++/DETAILS
index e156fcb..8b096f4 100755
--- a/gnu/g++/DETAILS
+++ b/gnu/g++/DETAILS
@@ -1,5 +1,5 @@
SPELL=g++
- VERSION=4.2.2
+ VERSION=4.2.3
SOURCE=gcc-core-$VERSION.tar.bz2
# SOURCE_GPG=gurus.gpg:$SOURCE.sig:WORKS_FOR_ME
SOURCE_DIRECTORY=$BUILD_DIRECTORY/gcc-$VERSION
diff --git a/gnu/g++/HISTORY b/gnu/g++/HISTORY
index 3e637ff..c6f97d8 100644
--- a/gnu/g++/HISTORY
+++ b/gnu/g++/HISTORY
@@ -1,3 +1,6 @@
+2008-02-05 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 4.2.3
+
2007-10-09 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: updated spell to 4.2.2
fixed WEB_SITE
@@ -16,8 +19,8 @@
convert to upstream signatures

2007-01-22 Thomas Orgis <sobukus AT sourcemage.org>
- * DEPENDS: ensure that compilers get cast after archspecs so that
- they all use the same fresh setup
+ * DEPENDS: ensure that compilers get cast after archspecs so that
+ they all use the same fresh setup

2007-01-16 Eric Sandall <sandalle AT sourcemage.org>
* INSTALL: cd to $SOURCE_DIRECTORY.bld at beginning of INSTALL
@@ -64,7 +67,7 @@
* DETAILS: updated to 4.0.1

2005-05-20 Seth Woolley <seth AT tautology.org>
- * BUILD: use gcc's configuration for nolib64 and actually config
+ * BUILD: use gcc's configuration for nolib64 and actually config
it that way

2005-05-18 Arwed v. Merkatz <v.merkatz AT gmx.net>
diff --git a/gnu/gcc/DETAILS b/gnu/gcc/DETAILS
index fc9c322..bf101a5 100755
--- a/gnu/gcc/DETAILS
+++ b/gnu/gcc/DETAILS
@@ -1,5 +1,5 @@
SPELL=gcc
- VERSION=4.2.2
+ VERSION=4.2.3
SOURCE=gcc-core-$VERSION.tar.bz2
SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY=$BUILD_DIRECTORY/gcc-$VERSION
diff --git a/gnu/gcc/HISTORY b/gnu/gcc/HISTORY
index 42d227d..151884d 100644
--- a/gnu/gcc/HISTORY
+++ b/gnu/gcc/HISTORY
@@ -1,3 +1,9 @@
+2008-02-05 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 4.2.3
+ * PRE_BUILD: gcc-4.1.1-ffast-math.patch -> gcc-4.2.3-ffast-math.patch
+ * gcc-4.1.1-ffast-math.patch: Synced to 4.2.3
+ gcc-4.1.1-ffast-math.patch -> gcc-4.2.3-ffast-math.patch
+
2007-10-20 David Brown <dmlb2000 AT gmail.com>
* INSTALL: make sure if they are using lib64 to compile in the linker
as if it was in /lib64
@@ -18,11 +24,11 @@

2007-02-14 Treeve Jelbert <treeve01 AT oi.be>
* DETAILS: version 4.1.2
- convert to upstream signatures
+ convert to upstream signatures

2007-01-22 Thomas Orgis <sobukus AT sourcemage.org>
- * DEPENDS: ensure that compilers get cast after archspecs so that
- they all use the same fresh setup
+ * DEPENDS: ensure that compilers get cast after archspecs so that
+ they all use the same fresh setup

2007-01-16 Eric Sandall <sandalle AT sourcemage.org>
* INSTALL: cd to $SOURCE_DIRECTORY.bld at beginning of INSTALL
@@ -61,7 +67,7 @@

2006-03-01 Treeve Jelbert <treeve01 AT oi.be>
* DETAILS: upgrade to 4.1.0
- * WIP: added, as install fails -
+ * WIP: added, as install fails -
can't find a usable gcc as it tries to recompile libcpp

2006-03-10 David Brown <dmlb2000 AT gmail.com>
@@ -78,7 +84,7 @@
* DETAILS: PATCHLEVEL++

2006-02-12 George Sherwood <george AT beernabeer.com>
- * volatiles, REPAIR^none^volatiles: Added to prevent cleanse
+ * volatiles, REPAIR^none^volatiles: Added to prevent cleanse
failing on chainges to specs file.

2006-02-08 Eric Sandall <sandalle AT sourcemage.org>
@@ -160,7 +166,7 @@
2004-04-20 Treeve Jelbert <treeve01 AT oi.be>
* DETAILS: version 3.4.0
BUILD_API=2 ( needs latest build-split sorcery)
- this spell now only build the compilers. All libraries are separate
spells.
+ this spell now only build the compilers. All libraries are separate
spells
* BUILD: remove ( ) > $FIFO
only does make
* INSTALL: add
diff --git a/gnu/gcc/PRE_BUILD b/gnu/gcc/PRE_BUILD
index 0b6e506..be70a58 100755
--- a/gnu/gcc/PRE_BUILD
+++ b/gnu/gcc/PRE_BUILD
@@ -3,7 +3,7 @@ mk_source_dir $SOURCE_DIRECTORY.bld &&
cd $SOURCE_DIRECTORY &&
# see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26539 for the rationale for
# the below
-sedit 's/^-include/#\0/' libcpp/Makefile.in &&
+sedit 's/^-include/#\0/' libcpp/Makefile.in &&

#apply the GCC 4.1.1 fast-math fix
-patch -p1 < $SPELL_DIRECTORY/gcc-4.1.1-ffast-math.patch
+patch -p1 < $SPELL_DIRECTORY/gcc-4.2.3-ffast-math.patch
diff --git a/gnu/gcc/gcc-4.1.1-ffast-math.patch
b/gnu/gcc/gcc-4.1.1-ffast-math.patch
deleted file mode 100644
index 6c47d9c..0000000
--- a/gnu/gcc/gcc-4.1.1-ffast-math.patch
+++ /dev/null
@@ -1,51 +0,0 @@
-#http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/files/4.1.0/gcc-4.1.0-fast-math-i386-Os-workaround.patch?rev=1.1&view=markup
-# credit goes to a developer from gentoo
---- gcc-4.1.1/gcc/config/i386/crtfastmath.c
-+++ gcc-4.1.1/gcc/config/i386/crtfastmath.c
-@@ -37,6 +37,23 @@
- #define FXSAVE (1 << 24)
- #define SSE (1 << 25)
-
-+struct
-+{
-+ unsigned short int cwd;
-+ unsigned short int swd;
-+ unsigned short int twd;
-+ unsigned short int fop;
-+ long int fip;
-+ long int fcs;
-+ long int foo;
-+ long int fos;
-+ long int mxcsr;
-+ long int mxcsr_mask;
-+ long int st_space[32];
-+ long int xmm_space[32];
-+ long int padding[56];
-+} __attribute__ ((aligned (16))) fxsave;
-+
- static void __attribute__((constructor))
- set_fast_math (void)
- {
-@@ -75,22 +92,6 @@
- if (edx & FXSAVE)
- {
- /* Check if DAZ is available. */
-- struct
-- {
-- unsigned short int cwd;
-- unsigned short int swd;
-- unsigned short int twd;
-- unsigned short int fop;
-- long int fip;
-- long int fcs;
-- long int foo;
-- long int fos;
-- long int mxcsr;
-- long int mxcsr_mask;
-- long int st_space[32];
-- long int xmm_space[32];
-- long int padding[56];
-- } __attribute__ ((aligned (16))) fxsave;
-
- __builtin_memset (&fxsave, 0, sizeof (fxsave));
-
diff --git a/gnu/gcc/gcc-4.2.3-ffast-math.patch
b/gnu/gcc/gcc-4.2.3-ffast-math.patch
new file mode 100644
index 0000000..c6601f6
--- /dev/null
+++ b/gnu/gcc/gcc-4.2.3-ffast-math.patch
@@ -0,0 +1,50 @@
+diff -Naur gcc-4.2.3.orig/gcc/config/i386/crtfastmath.c
gcc-4.2.3/gcc/config/i386/crtfastmath.c
+--- gcc-4.2.3.orig/gcc/config/i386/crtfastmath.c 2008-02-05
11:26:52.724719808 -0800
++++ gcc-4.2.3/gcc/config/i386/crtfastmath.c 2008-02-05 11:27:16.337719080
-0800
+@@ -37,6 +37,23 @@
+ #define FXSAVE (1 << 24)
+ #define SSE (1 << 25)
+
++struct
++{
++ unsigned short int cwd;
++ unsigned short int swd;
++ unsigned short int twd;
++ unsigned short int fop;
++ long int fip;
++ long int fcs;
++ long int foo;
++ long int fos;
++ long int mxcsr;
++ long int mxcsr_mask;
++ long int st_space[32];
++ long int xmm_space[32];
++ long int padding[56];
++} __attribute__ ((aligned (16))) fxsave;
++
+ static void __attribute__((constructor))
+ #ifndef __x86_64__
+ /* The i386 ABI only requires 4-byte stack alignment, so this is necessary
+@@ -81,22 +98,6 @@
+ if (edx & FXSAVE)
+ {
+ /* Check if DAZ is available. */
+- struct
+- {
+- unsigned short int cwd;
+- unsigned short int swd;
+- unsigned short int twd;
+- unsigned short int fop;
+- long int fip;
+- long int fcs;
+- long int foo;
+- long int fos;
+- long int mxcsr;
+- long int mxcsr_mask;
+- long int st_space[32];
+- long int xmm_space[32];
+- long int padding[56];
+- } __attribute__ ((aligned (16))) fxsave;
+
+ __builtin_memset (&fxsave, 0, sizeof (fxsave));
+
diff --git a/gnu/gcc33/HISTORY b/gnu/gcc33/HISTORY
index cd55811..14e2cc2 100644
--- a/gnu/gcc33/HISTORY
+++ b/gnu/gcc33/HISTORY
@@ -1,6 +1,6 @@
2007-01-22 Thomas Orgis <sobukus AT sourcemage.org>
- * DEPENDS: ensure that compilers get cast after archspecs so that
- they all use the same fresh setup
+ * DEPENDS: ensure that compilers get cast after archspecs so that
+ they all use the same fresh setup

2007-01-16 Eric Sandall <sandalle AT sourcemage.org>
* INSTALL: cd to $SOURCE_DIRECTORY.bld at beginning of INSTALL
@@ -42,7 +42,7 @@
* POST_REMOVE: Infodir is /usr/share/info

2004-03-13 hgg <hgreig AT bigpond.net.au>
- * BUILD: revert previous, LDFLAGS no honoured,
+ * BUILD: revert previous, LDFLAGS no honoured,
pity because stripping debugging at least halves the disk footprint

2004-03-13 hgg <hgreig AT bigpond.net.au>
diff --git a/gnu/gcc34/HISTORY b/gnu/gcc34/HISTORY
index da452c2..35fda30 100644
--- a/gnu/gcc34/HISTORY
+++ b/gnu/gcc34/HISTORY
@@ -1,6 +1,6 @@
2007-01-22 Thomas Orgis <sobukus AT sourcemage.org>
- * DEPENDS: ensure that compilers get cast after archspecs so that
- they all use the same fresh setup
+ * DEPENDS: ensure that compilers get cast after archspecs so that
+ they all use the same fresh setup

2007-01-16 Eric Sandall <sandalle AT sourcemage.org>
* INSTALL: cd to $SOURCE_DIRECTORY.bld at beginning of INSTALL
diff --git a/gnu/gcj/DETAILS b/gnu/gcj/DETAILS
index c29df1d..f571d37 100755
--- a/gnu/gcj/DETAILS
+++ b/gnu/gcj/DETAILS
@@ -1,5 +1,5 @@
SPELL=gcj
- VERSION=4.2.2
+ VERSION=4.2.3
SOURCE=gcc-core-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/gcc-$VERSION
SOURCE_URL[0]=$GNU_URL/gcc/gcc-$VERSION/$SOURCE
diff --git a/gnu/gcj/HISTORY b/gnu/gcj/HISTORY
index bca31d4..550249d 100644
--- a/gnu/gcj/HISTORY
+++ b/gnu/gcj/HISTORY
@@ -1,3 +1,6 @@
+2008-02-05 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 4.2.3
+
2007-10-09 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: updated spell to 4.2.2

@@ -15,8 +18,8 @@
convert to upstream signatures

2007-01-22 Thomas Orgis <sobukus AT sourcemage.org>
- * DEPENDS: ensure that compilers get cast after archspecs so that
- they all use the same fresh setup
+ * DEPENDS: ensure that compilers get cast after archspecs so that
+ they all use the same fresh setup

2007-01-16 Eric Sandall <sandalle AT sourcemage.org>
* INSTALL: cd to $SOURCE_DIRECTORY.bld at beginning of INSTALL
diff --git a/gnu/objc/DETAILS b/gnu/objc/DETAILS
index c255016..737ffd7 100755
--- a/gnu/objc/DETAILS
+++ b/gnu/objc/DETAILS
@@ -1,5 +1,5 @@
SPELL=objc
- VERSION=4.2.2
+ VERSION=4.2.3
SOURCE=gcc-core-$VERSION.tar.bz2
# SOURCE_GPG=gurus.gpg:$SOURCE.sig:WORKS_FOR_ME
SOURCE2=gcc-$SPELL-$VERSION.tar.bz2
diff --git a/gnu/objc/HISTORY b/gnu/objc/HISTORY
index 8809564..6cf9ab5 100644
--- a/gnu/objc/HISTORY
+++ b/gnu/objc/HISTORY
@@ -1,3 +1,6 @@
+2008-02-05 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 4.2.3
+
2007-10-09 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: updated spell to 4.2.2
fixed WEB_SITE
@@ -13,8 +16,8 @@
convert to upstream signatures

2007-01-22 Thomas Orgis <sobukus AT sourcemage.org>
- * DEPENDS: ensure that compilers get cast after archspecs so that
- they all use the same fresh setup
+ * DEPENDS: ensure that compilers get cast after archspecs so that
+ they all use the same fresh setup

2007-01-16 Eric Sandall <sandalle AT sourcemage.org>
* INSTALL: cd to $SOURCE_DIRECTORY.bld at beginning of INSTALL



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (9647389c49cd43bc18bb66ba1915f6a2dc8d1097), Eric Sandall, 02/06/2008

Archive powered by MHonArc 2.6.24.

Top of Page