patches/binutils/2.14/100-binutils-sh-relocs.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Jun 24 16:24:09 2008 +0000 (2008-06-24)
changeset 611 eac4dc8da8a9
permissions -rw-r--r--
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(+)
     1 Message-Id: <200307311239.h6VCdNe27056@r-rr.iij4u.or.jp>
     2 To: dank@kegel.com
     3 Cc: kkojima@rr.iij4u.or.jp
     4 Subject: Re: Writing PIC version of __udivsi3_i4? (was: Re: "make tests" fails
     5  with "libc.so: text relocations used" in glibc-2.3.2 for sh4)
     6 In-Reply-To: Your message of "Wed, 30 Jul 2003 21:55:54 -0700"
     7 	<3F28A15A.5010400@kegel.com>
     8 References: <3F28A15A.5010400@kegel.com>
     9 Date: Thu, 31 Jul 2003 21:47:38 +0900
    10 From: kaz Kojima <kkojima@rr.iij4u.or.jp>
    11 
    12 Dan Kegel <dank@kegel.com> wrote:
    13 >> I'll give binutils-2.14.90.0.5 a shot, then. 
    14 > 
    15 > No joy - same problem.  Guess I'll take this up on binutils and/or libc-alpha.
    16 
    17 Please try the patch below, though it's a diff against the current
    18 binutils CVS.
    19 
    20 Regards,
    21 	kaz
    22 --
    23 diff -u3p ORIG/src/bfd/elf32-sh.c LOCAL/src/bfd/elf32-sh.c
    24 --- src/bfd/elf32-sh.c.old	Fri Jul 25 14:46:58 2003
    25 +++ src/bfd/elf32-sh.c	Thu Jul 31 21:09:38 2003
    26 @@ -6497,8 +6497,10 @@ sh_elf_check_relocs (bfd *abfd, struct b
    27  							  sreloc, 2))
    28  			return FALSE;
    29  		    }
    30 +#if 0
    31  		  if (sec->flags & SEC_READONLY)
    32  		    info->flags |= DF_TEXTREL;
    33 +#endif
    34  		  elf_section_data (sec)->sreloc = sreloc;
    35  		}
    36  
    37 
    38