309 Commits

Author SHA1 Message Date
Yann E. MORIN"
b6b1bec022 Make strace 4.5.17 and 4.5.18 build with latest uClibc (which no longer install cachectl.h).
Patch from OpenEmbedded, by Khem (RAJ?), and forwarded by Joachim NILSSON.

 /trunk/patches/strace/4.5.17/180-no_cachectl.patch |   35    35     0     0 ++++++++++++++++++++++++++++
 /trunk/patches/strace/4.5.18/170-no_cachectl.patch |   35    35     0     0 ++++++++++++++++++++++++++++
 2 files changed, 70 insertions(+)
2008-11-16 20:37:39 +00:00
Yann E. MORIN"
fd8f312091 Update ltrace to ltrace-0.5 + fixes from Debian ltrace-0.5-3.1.
/trunk/patches/ltrace/0.5/130-fixes-by-debian.patch     |  812   812     0     0 +++++++++++++++++++++++
 /trunk/patches/ltrace/0.5/110-allow-cross-compile.patch |   26    13    13     0
 /trunk/config/debug/ltrace.in                           |    5     5     0     0 +
 3 files changed, 830 insertions(+), 13 deletions(-)
2008-11-04 18:52:59 +00:00
Yann E. MORIN"
d31396bc23 Finally enable the PPC-8xx memset workaround, by Nye Liu.
http://sourceware.org/ml/crossgcc/2008-10/msg00094.html

 /trunk/scripts/build/libc/glibc.sh                          |    9     9     0     0 +
 /trunk/patches/glibc/2.7/290-powerpc-8xx-CPU15-errata.patch |   22    19     3     0 +
 /trunk/samples/powerpc-860-linux-gnu/crosstool.config       |  344   344     0     0 +++++++++++++++++++
 /trunk/samples/powerpc-860-linux-gnu/reported.by            |    3     3     0     0 +
 4 files changed, 375 insertions(+), 3 deletions(-)
2008-10-29 21:20:23 +00:00
Yann E. MORIN"
1d36c322bb Fix building with newer gcc that have the 'fix-include' /feature/.
/trunk/patches/glibc/2.3.6/290-gcc-4.3-include.patch |   40    40     0     0 ++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)
2008-10-28 09:46:48 +00:00
Yann E. MORIN"
cd206bb3e3 Make ltrace build for Alpha (eg. alphaev56-* _is_ an Alpha!).
/trunk/patches/ltrace/0.4/120-alpha-support.patch |   11    11     0     0 +++++++++++
 1 file changed, 11 insertions(+)
2008-10-26 15:19:15 +00:00
Yann E. MORIN"
d64cca93c6 Update strace to 4.5.17:
- forward-port the patchset from strace-4.5.16 to 4.5.17
- add a new patch from  Michael Abbott (#170)

 /trunk/patches/strace/4.5.17/100-autoreconf.patch                      |   16    10     6     0 ++--
 /trunk/patches/strace/4.5.17/150-undef-CTL_PROC.patch                  |    8     6     2     0 +-
 /trunk/patches/strace/4.5.17/140-statfs64-check.patch                  |   28    16    12     0 ++++---
 /trunk/patches/strace/4.5.17/160-undef-syscall.patch                   |   24    14    10     0 +++---
 /trunk/patches/strace/4.5.17/110-dont-use-REG_SYSCALL-for-sh.patch     |   10     7     3     0 +-
 /trunk/patches/strace/4.5.17/120-fix-arm-bad-syscall.patch             |   10     7     3     0 +-
 /trunk/patches/strace/4.5.17/130-fix-disabled-largefile-syscalls.patch |   10     7     3     0 +-
 /trunk/patches/strace/4.5.17/170-arm-syscalls.patch                    |   42    42     0     0 ++++++++++
 /trunk/config/debug/strace.in                                          |    5     5     0     0 +
 9 files changed, 114 insertions(+), 39 deletions(-)
2008-10-25 15:44:05 +00:00
Yann E. MORIN"
0c063fad74 Make ltrace finally build:
- copy sources to build directory, as it does not build out-of-tree
- add a patch to make it build for non *-linux-gnu host tuples
- add a patch to make it cross-build correctly

 /trunk/patches/ltrace/0.4/100-fix-build-with-exotic-linux-host-OS.patch |   26    26     0     0 +++
 /trunk/patches/ltrace/0.4/110-allow-cross-compile.patch                 |   89    89     0     0 ++++++++++
 /trunk/scripts/build/debug/400-ltrace.sh                                |    5     3     2     0 +
 3 files changed, 118 insertions(+), 2 deletions(-)
2008-10-24 15:40:58 +00:00
Yann E. MORIN"
5b581f678b The glibc-2.7 profs fix for SuperH was missing very important parts...
/trunk/patches/glibc/2.7/270-sh-fix-procfs.patch |   38    32     6     0 ++++++++++++++++++++++++++++++++------
 1 file changed, 32 insertions(+), 6 deletions(-)
2008-10-24 11:14:31 +00:00
Yann E. MORIN"
0732c2ceef Fix libelf cross-building.
/trunk/patches/libelf/0.8.10/100-fix-64-bit-detection.patch |   24    24     0     0 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
2008-10-24 07:13:52 +00:00
Yann E. MORIN"
04459efaac Fix memset on PowerPC 8xx, by Nye Liu:
http://sourceware.org/ml/crossgcc/2008-10/msg00067.html

 /trunk/patches/glibc/2.7/290-powerpc-8xx-CPU15-errata.patch |   40    40     0     0 +++++++++++++++++++
 1 file changed, 40 insertions(+)
2008-10-23 21:12:29 +00:00
Yann E. MORIN"
d55709c9a3 Rename a patch: typo. 2008-10-22 21:02:03 +00:00
Yann E. MORIN"
c15b9fb7ea Make Super-H finally compile a complete (C-only) toolchain:
- new, un-tested patches
 - an sh4 sample to work on, and to try to reproduce later.

 /trunk/patches/glibc/2.7/250-sh-chop-linux-version.patch         |   49    49     0     0 ++
 /trunk/patches/glibc/2.7/240-sh-lowlevellock-asm.patch           |   56    56     0     0 +++
 /trunk/patches/glibc/2.7/270-sh-fix-procfs.patch                 |   11    11     0     0 +
 /trunk/patches/glibc/2.7/280-sh-fix-kernel-heders-location.patch |   23    23     0     0 +
 /trunk/patches/glibc/2.7/260-sh-syscall-error-path.patch         |   26    26     0     0 +
 /trunk/samples/sh4-unknown-linux-gnu/crosstool.config            |  311   311     0     0 ++++++++++++++
 /trunk/samples/sh4-unknown-linux-gnu/reported.by                 |    3     3     0     0 +
 7 files changed, 479 insertions(+)
2008-10-22 20:50:10 +00:00
Yann E. MORIN"
9d4c07f32f Remove an unwanted SuperH chunk from an Alpha patch.
/trunk/patches/glibc/2.7/190-alpha-asm_elf.patch |   23     0    23     0 -----------------------
 1 file changed, 23 deletions(-)
2008-10-22 20:29:32 +00:00
Yann E. MORIN"
a5b4a804e3 Add a glibc-2.6.1 patch for PPC soft-float.
http://sourceware.org/ml/crossgcc/2008-10/msg00044.html

 /trunk/patches/glibc/ports-2.6.1/130-powerpc-softfloat.patch |   21    21     0     0 ++++++++++++++++++
 1 file changed, 21 insertions(+)
2008-10-21 21:29:02 +00:00
Yann E. MORIN"
6367613389 Fix paths in a glibc-ports-2.6.1 patch.
http://sourceware.org/ml/crossgcc/2008-10/msg00041.html

 /trunk/patches/glibc/ports-2.6.1/120-lll_lock_t.patch |   24    12    12     0 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)
2008-10-21 17:01:31 +00:00
Yann E. MORIN"
df6440c35e Add strace 4.5.18:
- propagated the 4.5.16 patch set
 - EXPERIMENTAL, as it does not build on at least ARM

 /trunk/patches/strace/4.5.18/160-undef-syscall.patch |   22     0    22     0 ----------------------
 /trunk/config/debug/strace.in                        |    6     6     0     0 ++++++
 2 files changed, 6 insertions(+), 22 deletions(-)
2008-10-20 20:09:14 +00:00
Yann E. MORIN"
80a45a63de On 20081011, Khem RAJ writes:
You have to bar gcc trying to build unwinding at stage 1.

 /trunk/patches/gcc/4.2.0/290-sh-without-headers.patch |   26    26     0     0 ++++++++++++++++++++++++++
 /trunk/patches/gcc/4.2.1/290-sh-without-headers.patch |   26    26     0     0 ++++++++++++++++++++++++++
 /trunk/patches/gcc/4.2.2/290-sh-without-headers.patch |   26    26     0     0 ++++++++++++++++++++++++++
 /trunk/patches/gcc/4.3.1/350-sh-without-headers.patch |   26    26     0     0 ++++++++++++++++++++++++++
 /trunk/patches/gcc/4.2.3/310-sh-without-headers.patch |   26    26     0     0 ++++++++++++++++++++++++++
 /trunk/patches/gcc/4.3.2/350-sh-without-headers.patch |   26    26     0     0 ++++++++++++++++++++++++++
 /trunk/patches/gcc/4.2.4/310-sh-without-headers.patch |   26    26     0     0 ++++++++++++++++++++++++++
 7 files changed, 182 insertions(+)
2008-10-12 10:18:35 +00:00
Yann E. MORIN"
b000bc94cd In the glibc and eglibc trees, the 'configure' files may be older than their source 'configure.in', when used from an svn check out, or a snapshot tarball.
They are nonetheless in sync and need not be regenerated.
Fix that by touching the files to have 'make' believe they are up-to-date (which they are).

 /trunk/scripts/build/libc/glibc.sh  |    5     5     0     0 +++++
 /trunk/scripts/build/libc/eglibc.sh |    7     6     1     0 ++++++-
 2 files changed, 11 insertions(+), 1 deletion(-)
2008-09-28 21:34:11 +00:00
Yann E. MORIN"
664c2d0100 Add latest gcc-4.3.2 as EXPERIMENTAL, using the 4.3.1 re-based patchset.
/trunk/config/cc/gcc.in                                          |    7     7     0     0 ++
 /trunk/patches/gcc/4.3.2/280-c99-complex-ugly-hack.patch         |    8     4     4     0 +-
 /trunk/patches/gcc/4.3.2/250-sh-pr24836.patch                    |   16     8     8     0 ++--
 /trunk/patches/gcc/4.3.2/340-make-mno-spe-work-as-expected.patch |   43    19    24     0 ++++++--------
 /trunk/patches/gcc/4.3.2/130-cross-compile.patch                 |   20    10    10     0 +++---
 5 files changed, 48 insertions(+), 46 deletions(-)
2008-09-25 16:06:19 +00:00
Yann E. MORIN"
69dc5197af Make eglibc build on systems where both autoconf-2.13 and autoconf-2.50 are installed (such as Debian).
/trunk/patches/eglibc/2_8/110-AC_PREREQ-2.50.patch |   78    78     0     0 ++++++++++++++++++++++++++++
 1 file changed, 78 insertions(+)
2008-09-22 22:01:43 +00:00
Yann E. MORIN"
2d87a35831 Add binutils-2.18.50.0.9.
Add a patch to binutils to not use '/' as a comment separator on i386 assembly when targeting bare metal (breaks linux kernel build).

 /trunk/patches/binutils/2.18.50.0.8/130-i386-no-divide-comment.patch |   64    64     0     0 ++++++++++
 /trunk/patches/binutils/2.18.50.0.9/130-i386-no-divide-comment.patch |   64    64     0     0 ++++++++++
 /trunk/patches/binutils/2.14/110-i386-no-divide-comment.patch        |   38    38     0     0 ++++++
 /trunk/patches/binutils/2.14/270-i386-no-divide-comment.patch        |   38    38     0     0 ++++++
 /trunk/patches/binutils/2.16.1/160-i386-no-divide-comment.patch      |   40    40     0     0 ++++++
 /trunk/patches/binutils/2.17/210-i386-no-divide-comment.patch        |   64    64     0     0 ++++++++++
 /trunk/patches/binutils/2.18/120-i386-no-divide-comment.patch        |   64    64     0     0 ++++++++++
 /trunk/patches/binutils/2.18.50.0.4/130-i386-no-divide-comment.patch |   64    64     0     0 ++++++++++
 /trunk/patches/binutils/2.18.50.0.6/130-i386-no-divide-comment.patch |   64    64     0     0 ++++++++++
 /trunk/patches/binutils/2.18.50.0.7/130-i386-no-divide-comment.patch |   64    64     0     0 ++++++++++
 /trunk/config/binutils.in                                            |    6     6     0     0 +
 11 files changed, 570 insertions(+)
2008-09-22 12:09:19 +00:00
Yann E. MORIN"
7a0e770be1 Remove the now really obsolete Linux kernel headers copy and sanitised.
Remove orphanned Linux kernel patchsets.
Initiate a kernel build scripts directory. Move the Linux kernel build script there.

 /trunk/scripts/build/kernel/linux.sh |  146    11   135     0 +++---------------------------------------
 /trunk/scripts/crosstool.sh          |    2     1     1     0
 /trunk/steps.mk                      |    1     0     1     0 -
 /trunk/config/kernel/linux.in        |   49     0    49     0 --------------
 /trunk/config/kernel.in              |    4     4     0     0 +
 5 files changed, 16 insertions(+), 186 deletions(-)
2008-09-10 21:40:23 +00:00
Yann E. MORIN"
c2426e53f1 Allow binutils-2.18 to use a shell other than bash when building. 2008-08-25 17:33:13 +00:00
Yann E. MORIN"
05781a223c Add SPE extensions support for PowerPC (after a work by Thomas JOURDAN).
Add a PowerPC sample that supports SPE extensions.

 /trunk/arch/powerpc/functions                                    |   13    13     0     0 +
 /trunk/arch/powerpc/config.in                                    |    8     8     0     0 +
 /trunk/patches/gcc/4.3.1/340-make-mno-spe-work-as-expected.patch |   90    90     0     0 ++++
 /trunk/samples/powerpc-unknown-linux-gnuspe/crosstool.config     |  309   309     0     0 ++++++++++++++
 4 files changed, 420 insertions(+)
2008-08-12 09:56:19 +00:00
Yann E. MORIN"
140d179eb3 Update all samples to the latest set of options.
Update some samples to use newer features.
Add patches for the uClibc-20080801 snapshot to be able to build with gcc-4.3.
Add a patch against glibc-2.7 to allow building PPC with latest kernel headers.
Add a patch to gcc to use an alternate unwinding when built against uClibc (after a private explanation/request by Daniel Egger <daniel@eggers-club.de>)

 /trunk/patches/glibc/2.7/230-powerpc-private_futex.patch          |   15    15     0     0 +
 /trunk/patches/uClibc/20080801/300-fix-asm.patch                  |  175   175     0     0 +++++++++
 /trunk/patches/uClibc/20080801/100-ifaddrs.patch                  |  190   190     0     0 +++++++++
 /trunk/patches/uClibc/20080801/200-mips-typeof.patch              |  112   112     0     0 ++++++
 /trunk/patches/gcc/4.3.1/330-unwind-for-uClibc.patch              |   25    25     0     0 +
 /trunk/samples/x86_64-unknown-linux-gnu/crosstool.config          |   17    10     7     0 +
 /trunk/samples/armeb-unknown-linux-uclibc/crosstool.config        |    7     5     2     0 +
 /trunk/samples/arm-unknown-linux-gnueabi/crosstool.config         |    7     5     2     0 +
 /trunk/samples/ia64-unknown-linux-gnu/crosstool.config            |   14    11     3     0 +
 /trunk/samples/x86_64-unknown-linux-uclibc/uClibc-20080801.config |  232   232     0     0 ++++++++++++
 /trunk/samples/x86_64-unknown-linux-uclibc/crosstool.config       |   34    21    13     0 +-
 /trunk/samples/i686-nptl-linux-gnu/crosstool.config               |   10     7     3     0 +
 /trunk/samples/powerpc-unknown-linux-gnu/crosstool.config         |   12     9     3     0 +
 /trunk/samples/mips-unknown-linux-uclibc/uClibc-20080801.config   |  249   249     0     0 ++++++++++++
 /trunk/samples/mips-unknown-linux-uclibc/crosstool.config         |   38    23    15     0 +-
 /trunk/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config   |   14    10     4     0 +
 /trunk/samples/armeb-unknown-linux-gnu/crosstool.config           |    7     5     2     0 +
 /trunk/samples/powerpc-unknown_nofpu-linux-gnu/crosstool.config   |   12     9     3     0 +
 /trunk/samples/arm-unknown-linux-uclibc/crosstool.config          |    7     5     2     0 +
 /trunk/samples/i586-geode-linux-uclibc/uClibc-20080801.config     |  261   261     0     0 +++++++++++++
 /trunk/samples/i586-geode-linux-uclibc/crosstool.config           |   32    20    12     0 ++
 /trunk/samples/powerpc-unknown-linux-uclibc/crosstool.config      |   12     9     3     0 +
 /trunk/samples/mipsel-unknown-linux-gnu/crosstool.config          |    7     5     2     0 +
 /trunk/samples/armeb-unknown-linux-uclibcgnueabi/crosstool.config |    7     5     2     0 +
 /trunk/samples/alphaev56-unknown-linux-gnu/crosstool.config       |   16    10     6     0 +
 25 files changed, 1428 insertions(+), 84 deletions(-)
2008-08-07 14:05:47 +00:00
Yann E. MORIN"
d67a32191b Make gcc-4.3.x able to compile uClibc (snapshot only).
Update the gcc patchset accordingly.

 /trunk/scripts/build/cc_gcc.sh |   55    53     2     0 ++++++++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 53 insertions(+), 2 deletions(-)
2008-08-04 12:38:06 +00:00
Yann E. MORIN"
fe5feb1154 Have the glibc build use the cross-objdump, rather than the host one.
On some distros (eg. Fedora), the native objdump can not interpret objects not for the native system, and thus fail.
This commit adds a new patch against glibc-2.7 that introduces OBJDUMP_FOR_HOST, wich, if set, overides the detected objdump.

Note: bizarely enough, glibc already has code to detect the cross-objdump, but that does not work for an unknown reason... :-(

 /trunk/patches/glibc/2.7/220-objdump_for_host.patch |   13    13     0     0 +++++++++
 /trunk/scripts/build/libc_glibc.sh                  |   37    21    16     0 +++++++++++++++------------
 2 files changed, 34 insertions(+), 16 deletions(-)
2008-07-31 09:08:33 +00:00
Yann E. MORIN"
2263510b7a New patches to make glibc 2.6 and 2.6.1 build for Alpha.
Forwarded by Ioannis E. VENETIS.

 /trunk/patches/glibc/2.6.1/200-alpha-ptr_mangle.patch        |  103   103     0     0 ++++++++
 /trunk/patches/glibc/2.6.1/190-alpha-atfcts.patch            |   11    11     0     0 +
 /trunk/patches/glibc/2.6.1/180-gcc-4.3-sysinclude-path.patch |   50    50     0     0 ++++
 /trunk/patches/glibc/2.6.1/210-lll_lock_t.patch              |  237   237     0     0 ++++++++++++++++++
 /trunk/patches/glibc/2.6/200-alpha-ptr_mangle.patch          |  103   103     0     0 ++++++++
 /trunk/patches/glibc/2.6/190-alpha-atfcts.patch              |   11    11     0     0 +
 /trunk/patches/glibc/2.6/180-gcc-4.3-sysinclude-path.patch   |   50    50     0     0 ++++
 /trunk/patches/glibc/2.6/210-lll_lock_t.patch                |  237   237     0     0 ++++++++++++++++++
 /trunk/patches/glibc/ports-2.6.1/120-lll_lock_t.patch        |  156   156     0     0 ++++++++++++
 9 files changed, 958 insertions(+)
2008-07-28 21:59:40 +00:00
Yann E. MORIN"
6317df4779 Fourth step at renaming patches: renumber all patches with a 10-step. 2008-07-28 21:32:33 +00:00
Yann E. MORIN"
3bf3f54ed1 Third go at renaming patches to contain neither the package name nor the package version. 2008-07-28 21:08:01 +00:00
Yann E. MORIN"
661dd3046d REname binutils patches to not include 'binutils' nor the version in the patch names. 2008-07-28 20:17:48 +00:00
Yann E. MORIN"
4bf7a197bf Rename patches for glibc: include neither 'glibc' not he version in patch names, it's a duplicate of info already available from the directories they are in. 2008-07-28 20:10:34 +00:00
Yann E. MORIN"
1910e80fd2 Add two new patches to glibc-2.7 to make it build for Alpha.
Patches propagated to me from the net by Ioannis E. VENETIS.

 /trunk/patches/glibc/2.7/230-glibc-2.7-alpha-atfcts.patch     |   12    12     0     0 ++
 /trunk/patches/glibc/2.7/240-glibc-2.7-alpha-ptr_mangle.patch |   94    94     0     0 +++++++++++++++++
 2 files changed, 106 insertions(+)
2008-07-26 15:29:51 +00:00
Yann E. MORIN"
1daa15eb1e Make gcc-4.3.x correctly build for ARM softfloat.
/trunk/patches/gcc/4.3.0/875-arm-softfloat.patch |   29    29     0     0 +++++++++++++++++++++++++++++
 /trunk/patches/gcc/4.3.1/750-arm-softfloat.patch |   29    29     0     0 +++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)
2008-07-24 16:57:03 +00:00
Yann E. MORIN"
907141d953 Add gcc-4.2.4, with patches propagated from 4.2.3.
/trunk/config/cc/gcc.in |    5     5     0     0 +++++
 1 file changed, 5 insertions(+)
2008-07-19 12:17:26 +00:00
Yann E. MORIN"
f28c290278 Make gfortran compile for ARM. Details in patch itself.
/trunk/patches/gcc/4.2.3/950-fortran-signed-TImode.patch |   43    43     0     0 ++++++++++++++++++++++
 1 file changed, 43 insertions(+)
2008-07-17 19:36:21 +00:00
Yann E. MORIN"
c28010bdd1 Add a new patch to glibc to build for Alpha on recent Linux kernels.
/trunk/patches/glibc/2.5.1/260-alpha-asm_elf.patch |  194   194     0     0 ++++++++++++++++++++++++++++
 /trunk/patches/glibc/2.5/260-alpha-asm_elf.patch   |  194   194     0     0 ++++++++++++++++++++++++++++
 /trunk/patches/glibc/2.6.1/200-alpha-asm_elf.patch |  194   194     0     0 ++++++++++++++++++++++++++++
 /trunk/patches/glibc/2.6/200-alpha-asm_elf.patch   |  194   194     0     0 ++++++++++++++++++++++++++++
 /trunk/patches/glibc/2.3.6/270-alpha-asm_elf.patch |  194   194     0     0 ++++++++++++++++++++++++++++
 /trunk/patches/glibc/2.7/220-alpha-asm_elf.patch   |  194   194     0     0 ++++++++++++++++++++++++++++
 6 files changed, 1164 insertions(+)
2008-07-14 20:43:21 +00:00
Yann E. MORIN"
ca83126a57 Add binutils-2.18.50.0.8 pathset, copied and rebased from 2.18.50.0.7.
/trunk/patches/binutils/2.18.50.0.8/200-ld-makefile-path.patch       |   24    24     0     0 ++++++++++
 /trunk/patches/binutils/2.18.50.0.8/100-arm-uclibcgnueabi.patch      |   24    24     0     0 ++++++++++
 /trunk/patches/binutils/2.18.50.0.8/300-check-ldrunpath-length.patch |   21    21     0     0 +++++++++
 3 files changed, 69 insertions(+)
2008-07-14 08:41:50 +00:00
Yann E. MORIN"
29e57ae0bb Add a patch to gcc-4.2.{0,1,2,3} to fix soft-float on PowerPC.
/trunk/patches/gcc/4.2.0/920-soft-float.patch |   21    21     0     0 +++++++++++++++++++++
 /trunk/patches/gcc/4.2.1/920-soft-float.patch |   21    21     0     0 +++++++++++++++++++++
 /trunk/patches/gcc/4.2.2/920-soft-float.patch |   21    21     0     0 +++++++++++++++++++++
 /trunk/patches/gcc/4.2.3/920-soft-float.patch |   21    21     0     0 +++++++++++++++++++++
 4 files changed, 84 insertions(+)
2008-06-25 08:41:47 +00:00
Yann E. MORIN"
7ec11b4c82 Add a new patch to make glibc build with latest (4.3.x) gcc.
See: http://sourceware.org/ml/libc-help/2008-06/msg00063.html

 /trunk/patches/glibc/2.7/210-gcc-4.3_sysinclude_path.patch |   50    50     0     0 ++++++++++++++++++++
 1 file changed, 50 insertions(+)
2008-06-24 16:46:24 +00:00
Yann E. MORIN"
367f7458b2 New patches from Ioannis E. VENETIS to allow building more up-to-date Alpha x-compilers.
Some patches are still missing, though.
See: http://sourceware.org/ml/libc-help/2008-06/msg00061.html

 /trunk/patches/glibc/2.5.1/270-glibc-alpha-cfi.patch                           |   25    25     0     0 ++++++++++
 /trunk/patches/glibc/2.5.1/280-glibc-alpha-sigsuspend.patch                    |   24    24     0     0 ++++++++++
 /trunk/patches/glibc/2.5/270-glibc-alpha-cfi.patch                             |   25    25     0     0 ++++++++++
 /trunk/patches/glibc/2.5/280-glibc-alpha-sigsuspend.patch                      |   24    24     0     0 ++++++++++
 /trunk/patches/glibc/linuxthreads-2.3.6/270-glibc-linuxthreads-alpha-cfi.patch |   25    25     0     0 ++++++++++
 /trunk/patches/gcc/4.2.0/940-gcc-alpha-signal_h.patch                          |   17    17     0     0 +++++++
 /trunk/patches/gcc/4.2.1/940-gcc-alpha-signal_h.patch                          |   17    17     0     0 +++++++
 /trunk/patches/gcc/4.3.0/940-gcc-alpha-signal_h.patch                          |   17    17     0     0 +++++++
 /trunk/patches/gcc/4.2.2/940-gcc-alpha-signal_h.patch                          |   17    17     0     0 +++++++
 /trunk/patches/gcc/4.3.1/940-gcc-alpha-signal_h.patch                          |   17    17     0     0 +++++++
 /trunk/patches/gcc/4.2.3/940-gcc-alpha-signal_h.patch                          |   17    17     0     0 +++++++
 11 files changed, 225 insertions(+)
2008-06-24 16:24:09 +00:00
Yann E. MORIN"
31252e3850 Add a new patch to make glibc-es build with latest binutils (starting with 2.18.50.0.4).
/trunk/patches/glibc/2.5.1/190-use_short_for_fnstsw.patch |   18    18     0     0 ++++++++++++++++++
 /trunk/patches/glibc/2.5/190-use_short_for_fnstsw.patch   |   18    18     0     0 ++++++++++++++++++
 /trunk/patches/glibc/2.6.1/190-use_short_for_fnstsw.patch |   18    18     0     0 ++++++++++++++++++
 /trunk/patches/glibc/2.6/190-use_short_for_fnstsw.patch   |   18    18     0     0 ++++++++++++++++++
 /trunk/patches/glibc/2.3.6/190-use_short_for_fnstsw.patch |   18    18     0     0 ++++++++++++++++++
 /trunk/patches/glibc/2.7/190-use_short_for_fnstsw.patch   |   18    18     0     0 ++++++++++++++++++
 6 files changed, 108 insertions(+)
2008-06-24 13:15:57 +00:00
Yann E. MORIN"
1b822b4447 Introduce latest D.U.M.A. version and associated patches rediffed.
/trunk/patches/duma/2_5_14/200-separate_cpp.patch  |   19    19     0     0 +++++++++++++++++
 /trunk/patches/duma/2_5_14/100-cross-compile.patch |   32    32     0     0 ++++++++++++++++++++++++++++
 /trunk/config/debug/duma.in                        |    5     5     0     0 ++++
 3 files changed, 56 insertions(+)
2008-06-17 22:28:17 +00:00
Yann E. MORIN"
d600848c10 Add patches for gdb 6.7, 6.7.1 and 6.8, vampirised from the Gentoo CVS.
/trunk/patches/gdb/6.7.1/175-gdb-hppa-offsets.patch                 |  272   272     0     0 +++++++++++++++++++
 /trunk/patches/gdb/6.7.1/200-gdb-deleted-children.patch             |   26    26     0     0 ++
 /trunk/patches/gdb/6.7.1/225-gdb-6.5-dwarf-stack-overflow.patch     |   52    52     0     0 ++++
 /trunk/patches/gdb/6.7.1/150-gdb-6.3-security-errata-20050610.patch |  205   205     0     0 ++++++++++++++
 /trunk/patches/gdb/6.7/150-gdb-6.5-dwarf-stack-overflow.patch       |   52    52     0     0 ++++
 /trunk/patches/gdb/6.7/100-gdb-6.3-security-errata-20050610.patch   |  205   205     0     0 ++++++++++++++
 /trunk/patches/gdb/6.7/125-gdb-hppa-offsets.patch                   |  272   272     0     0 +++++++++++++++++++
 /trunk/patches/gdb/6.8/100-gdb-6.5-dwarf-stack-overflow.patch       |   52    52     0     0 ++++
 /trunk/patches/gdb/6.8/200-gdb-tdep-opcode-include-workaround.patch |   33    33     0     0 ++
 /trunk/patches/gdb/6.8/150-gdb-6.3-security-errata-20050610.patch   |  205   205     0     0 ++++++++++++++
 10 files changed, 1374 insertions(+)
2008-06-17 21:37:27 +00:00
Yann E. MORIN"
9a236415c3 Fix building dmalloc in case strdup is a macro (uncaught when x-compiling certain targets).
/trunk/patches/dmalloc/5.5.2/500-strdup_macro.patch |   39    39     0     0 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)
2008-06-17 13:21:56 +00:00
Yann E. MORIN"
f1e369422e New patch to make glibces build for Alpha with latest linux kernel headers.
/trunk/patches/glibc/2.5.1/180-alpha-asm_page.patch |   26    26     0     0 ++++++++++++++++++++++++++
 /trunk/patches/glibc/2.5/180-alpha-asm_page.patch   |   26    26     0     0 ++++++++++++++++++++++++++
 /trunk/patches/glibc/2.6.1/180-alpha-asm_page.patch |   26    26     0     0 ++++++++++++++++++++++++++
 /trunk/patches/glibc/2.6/180-alpha-asm_page.patch   |   26    26     0     0 ++++++++++++++++++++++++++
 /trunk/patches/glibc/2.3.6/260-alpha-asm_page.patch |   26    26     0     0 ++++++++++++++++++++++++++
 /trunk/patches/glibc/2.7/180-alpha-asm_page.patch   |   26    26     0     0 ++++++++++++++++++++++++++
 6 files changed, 156 insertions(+)
2008-06-16 13:04:53 +00:00
Yann E. MORIN"
183ab5339e Make binutils 2.17 recognise makeinfo 2.11 as being more recent than the required 2.4.
/trunk/patches/binutils/2.17/120-makeinfo-version.patch |   16     0    16     0 ----------------
 1 file changed, 16 deletions(-)
2008-06-15 16:44:33 +00:00
Yann E. MORIN"
bfb7f715f2 Vampirise patches for gcc-4.3.{0,1} from gentoo. Absolutely untested...
/trunk/patches/gcc/4.3.0/275-gcc-x86-emit-cld.patch             |  156   156     0     0 +
 /trunk/patches/gcc/4.3.0/450-gcc4-noteGNUstack.patch            |  198   198     0     0 +
 /trunk/patches/gcc/4.3.0/550-gcc43-pr25343.patch                |   21    21     0     0 +
 /trunk/patches/gcc/4.3.0/375-gcc43-pr35440.patch                |   59    59     0     0 +
 /trunk/patches/gcc/4.3.0/125-gcc-trampolinewarn.patch           |   35    35     0     0 +
 /trunk/patches/gcc/4.3.0/475-gcc43-pr35705.patch                |   21    21     0     0 +
 /trunk/patches/gcc/4.3.0/700-204-uclibc-locale-wchar_fix.patch  |   51    51     0     0 +
 /trunk/patches/gcc/4.3.0/775-303-c99-complex-ugly-hack.patch    |   14    14     0     0 +
 /trunk/patches/gcc/4.3.0/575-sh-pr24836.patch                   |   28    28     0     0 +
 /trunk/patches/gcc/4.3.0/675-203-uclibc-locale-no__x.patch      |  224   224     0     0 +
 /trunk/patches/gcc/4.3.0/400-gcc43-pr24170.patch                |   61    61     0     0 +
 /trunk/patches/gcc/4.3.0/100-gcc-4.1-alpha-mieee-default.patch  |   34    34     0     0 +
 /trunk/patches/gcc/4.3.0/825-305-libmudflap-susv3-legacy.patch  |   49    49     0     0 +
 /trunk/patches/gcc/4.3.0/175-gcc-4.1-cross-compile.patch        |   44    44     0     0 +
 /trunk/patches/gcc/4.3.0/850-306-libstdc++-namespace.patch      |   38    38     0     0 +
 /trunk/patches/gcc/4.3.0/200-gcc-netbsd-symbolic.patch          |   14    14     0     0 +
 /trunk/patches/gcc/4.3.0/750-301-missing-execinfo_h.patch       |   13    13     0     0 +
 /trunk/patches/gcc/4.3.0/225-gcc-sparc64-bsd.patch              |   30    30     0     0 +
 /trunk/patches/gcc/4.3.0/350-300-libstdc++-pic.patch            |   56    56     0     0 +
 /trunk/patches/gcc/4.3.0/500-gcc43-pr34571.patch                |   35    35     0     0 +
 /trunk/patches/gcc/4.3.0/300-gcc-3.4-libiberty-pic.patch        |   12    12     0     0 +
 /trunk/patches/gcc/4.3.0/625-103-uclibc-conf-noupstream.patch   |   13    13     0     0 +
 /trunk/patches/gcc/4.3.0/425-gcc4-ia64-noteGNUstack.patch       |   96    96     0     0 +
 /trunk/patches/gcc/4.3.0/325-gcc4-superh-default-multilib.patch |   25    25     0     0 +
 /trunk/patches/gcc/4.3.0/725-205-uclibc-locale-update.patch     |  355   355     0     0 ++
 /trunk/patches/gcc/4.3.0/800-304-index_macro.patch              |   27    27     0     0 +
 /trunk/patches/gcc/4.3.0/600-gcc-ca-translation-typo.patch      |   19    19     0     0 +
 /trunk/patches/gcc/4.3.0/650-200-uclibc-locale.patch            | 2794  2794     0     0 +++++++++++++++
 /trunk/patches/gcc/4.3.0/525-gcc43-pr35982.patch                |   23    23     0     0 +
 /trunk/patches/gcc/4.3.0/150-gcc43-java-nomulti.patch           |   47    47     0     0 +
 /trunk/patches/gcc/4.3.0/250-904-flatten-switch-stmt-00.patch   |   76    76     0     0 +
 /trunk/patches/gcc/4.3.1/100-gcc-4.1-alpha-mieee-default.patch  |   34    34     0     0 +
 /trunk/patches/gcc/4.3.1/500-103-uclibc-conf-noupstream.patch   |   13    13     0     0 +
 /trunk/patches/gcc/4.3.1/175-gcc-4.1-cross-compile.patch        |   44    44     0     0 +
 /trunk/patches/gcc/4.3.1/400-gcc4-noteGNUstack.patch            |  198   198     0     0 +
 /trunk/patches/gcc/4.3.1/600-205-uclibc-locale-update.patch     |  355   355     0     0 ++
 /trunk/patches/gcc/4.3.1/725-306-libstdc++-namespace.patch      |   38    38     0     0 +
 /trunk/patches/gcc/4.3.1/350-gcc43-pr24170.patch                |   61    61     0     0 +
 /trunk/patches/gcc/4.3.1/300-gcc4-superh-default-multilib.patch |   25    25     0     0 +
 /trunk/patches/gcc/4.3.1/575-204-uclibc-locale-wchar_fix.patch  |   51    51     0     0 +
 /trunk/patches/gcc/4.3.1/200-gcc-netbsd-symbolic.patch          |   14    14     0     0 +
 /trunk/patches/gcc/4.3.1/225-gcc-sparc64-bsd.patch              |   30    30     0     0 +
 /trunk/patches/gcc/4.3.1/450-gcc43-pr25343.patch                |   21    21     0     0 +
 /trunk/patches/gcc/4.3.1/625-301-missing-execinfo_h.patch       |   13    13     0     0 +
 /trunk/patches/gcc/4.3.1/325-300-libstdc++-pic.patch            |   56    56     0     0 +
 /trunk/patches/gcc/4.3.1/425-gcc43-pr34571.patch                |   35    35     0     0 +
 /trunk/patches/gcc/4.3.1/375-gcc4-ia64-noteGNUstack.patch       |   96    96     0     0 +
 /trunk/patches/gcc/4.3.1/125-gcc-trampolinewarn.patch           |   35    35     0     0 +
 /trunk/patches/gcc/4.3.1/275-gcc-3.4-libiberty-pic.patch        |   12    12     0     0 +
 /trunk/patches/gcc/4.3.1/650-303-c99-complex-ugly-hack.patch    |   14    14     0     0 +
 /trunk/patches/gcc/4.3.1/525-200-uclibc-locale.patch            | 2794  2794     0     0 +++++++++++++++
 /trunk/patches/gcc/4.3.1/550-203-uclibc-locale-no__x.patch      |  224   224     0     0 +
 /trunk/patches/gcc/4.3.1/150-gcc43-java-nomulti.patch           |   47    47     0     0 +
 /trunk/patches/gcc/4.3.1/700-305-libmudflap-susv3-legacy.patch  |   49    49     0     0 +
 /trunk/patches/gcc/4.3.1/675-304-index_macro.patch              |   27    27     0     0 +
 /trunk/patches/gcc/4.3.1/250-904-flatten-switch-stmt-00.patch   |   76    76     0     0 +
 /trunk/patches/gcc/4.3.1/475-sh-pr24836.patch                   |   28    28     0     0 +
 57 files changed, 9058 insertions(+)
2008-06-10 22:10:40 +00:00
Yann E. MORIN"
da8024bba2 Matthias Kaehlcke <matthias at kaehlcke dot net> writes:
A compilation of an ARM toolchain with glibc 2.7 using crosstool-ng
failed with a gcc error in glibc-2.7/posix/regex_internal.c, more
concretly in the function build_wcs_upper_buffer(). The return type of
the function prototype in regex_internal.h doesn't correspond with the
return type of this function in regex_internal.c.

The attached patch corrects the return type of the function prototype
in regex_internal.h

 /trunk/patches/glibc/2.7/180-glibc-2.7-build_wcs_upper_buffer.patch |   22    22     0     0 +++++++++++
 1 file changed, 22 insertions(+)
2008-05-31 17:18:22 +00:00
Yann E. MORIN"
832d6ba314 Fix building big-endian ARM EABI toolchains (build-tested only).
Patch highly inspired by the one from OpenWRT (http://openwrt.org/)

 /trunk/patches/gcc/4.2.3/930-eabi_fixes.patch |   13    13     0     0 +++++++++++++
 /trunk/scripts/build/cc_gcc.sh                |    6     4     2     0 ++++--
 2 files changed, 17 insertions(+), 2 deletions(-)
2008-05-25 22:10:32 +00:00