patches/binutils/2.14/100-binutils-sh-relocs.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sat Jul 26 09:31:07 2008 +0000 (2008-07-26)
changeset 727 33c246763c8a
permissions -rw-r--r--
Update the PPC sample, add a new softfloat PPC sample, thanks to Thomas JOURDAN.

/trunk/samples/powerpc-unknown-linux-gnu/crosstool.config | 54 42 12 0 ++
/trunk/samples/powerpc-unknown_nofpu-linux-gnu/crosstool.config | 331 331 0 0 +++++++++++++++
/trunk/samples/powerpc-unknown_nofpu-linux-gnu/reported.by | 2 2 0 0 +
3 files changed, 375 insertions(+), 12 deletions(-)
     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