source: patches/glibc-2.3.4-gcc4_elf_fixes_individual/glibc-2.3.4-gcc4_i386_elf_dl-machine.patch @ 617118d

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 617118d was 617118d, checked in by Jim Gifford <clfs@…>, 18 years ago

r561@server (orig r559): root | 2005-06-05 02:38:49 -0700
Fixed Directory Structure

  • Property mode set to 100644
File size: 1.2 KB
  • glibc-2.3.4/sysdeps/i386/dl-machine.

    Submitted By: Ryan Oliver <ryan.oliver@pha.com.au>
    Date: 2005-06-02
    Initial Package Version: 2.3.4
    Origin: Similar to glibc cvs -r1.132 -r1.134
    Upstream Status: See Origin
    Description:
    
    2005-03-05  Jakub Jelinek  <jakub@redhat.com>
    
            * sysdeps/i386/dl-machine.h (ELF_MACHINE_NO_RELA): Define
            unconditionally to (defined RTLD_BOOTSTRAP).
    	* sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_RELA): Likewise
    
    2005-02-16  Roland McGrath  <roland@redhat.com>
    
            [BZ #721]
            * sysdeps/i386/dl-machine.h (ELF_MACHINE_NO_RELA): Define this outside
            of [RESOLVE_MAP].
    
    (though in this case, [RESOLVE])
    
    old new  
    377377
    378378#endif /* !dl_machine_h */
    379379
    380 #ifdef RESOLVE
    381 
    382380/* The i386 never uses Elf32_Rela relocations for the dynamic linker.
    383381   Prelinked libraries may use Elf32_Rela though.  */
    384 #ifdef RTLD_BOOTSTRAP
    385 # define ELF_MACHINE_NO_RELA 1
    386 #endif
     382#define ELF_MACHINE_NO_RELA defined RTLD_BOOTSTRAP
     383
     384#ifdef RESOLVE
    387385
    388386/* Perform the relocation specified by RELOC and SYM (which is fully resolved).
    389387   MAP is the object containing the reloc.  */
Note: See TracBrowser for help on using the repository browser.