patches/binutils/2.14/100-sh-relocs.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Jul 28 20:17:48 2008 +0000 (2008-07-28)
changeset 745 e445c00d134d
parent 402 patches/binutils/2.14/100-binutils-sh-relocs.patch@197e1b49586e
permissions -rw-r--r--
REname binutils patches to not include 'binutils' nor the version in the patch names.
     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