source: scripts_home/patches/glibc-2.3.4-gcc4_elf_fixes_individual/glibc-2.3.4-gcc4_i386_elf_dl-machine.patch@ 1c9c5c3

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 1c9c5c3 was 1c9c5c3, checked in by Jim Gifford <clfs@…>, 19 years ago

r624@server (orig r622): jim | 2005-10-31 12:40:28 -0800
Rearranging Archive

  • 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.