source: patches/glibc-2.3.4-gcc4_elf_fixes_individual/glibc-2.3.4-gcc4_powerpc32_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.6 KB
  • libc/sysdeps/powerpc/powerpc32/dl-machine.h

    Submitted By: Ryan Oliver <ryan.oliver@pha.com.au>
    Date: 2005-05-03
    Initial Package Version: 2.3.4
    Origin: glibc cvs 
    Upstream Status: See Origin
    Description: 
    
    (RO: Modified changelog entry)
    2005-02-14  Alan Modra  <amodra@bigpond.net.au>
    
    	* sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Define
    	with auto inline, and attribute always_inline.
    	(elf_machine_rela_relative, elf_machine_lazy_rel): Likewise.
    
    RCS file: /cvs/glibc/libc/sysdeps/powerpc/powerpc32/dl-machine.h,v
    retrieving revision 1.11
    retrieving revision 1.13
    diff -u -r1.11 -r1.13
     
    204204   LOADADDR is the load address of the object; INFO is an array indexed
    205205   by DT_* of the .dynamic section info.  */
    206206
    207 inline void
     207auto inline void __attribute__ ((always_inline))
    208208elf_machine_rela (struct link_map *map, const Elf32_Rela *reloc,
    209209                  const Elf32_Sym *sym, const struct r_found_version *version,
    210210                  void *const reloc_addr_arg)
     
    298298    }
    299299}
    300300
    301 static inline void
     301auto inline void __attribute__ ((always_inline))
    302302elf_machine_rela_relative (Elf32_Addr l_addr, const Elf32_Rela *reloc,
    303303                           void *const reloc_addr_arg)
    304304{
     
    306306  *reloc_addr = l_addr + reloc->r_addend;
    307307}
    308308
    309 static inline void
     309auto inline void __attribute__ ((always_inline))
    310310elf_machine_lazy_rel (struct link_map *map,
    311311                      Elf32_Addr l_addr, const Elf32_Rela *reloc)
    312312{
Note: See TracBrowser for help on using the repository browser.