source:
scripts/patches/glibc-2.3.4-gcc4_elf_fixes_individual/glibc-2.3.4-gcc4_powerpc32_elf_dl-machine.patch@
7134f0d
Last change on this file since 7134f0d was 7f65c0e, checked in by , 19 years ago | |
---|---|
|
|
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
204 204 LOADADDR is the load address of the object; INFO is an array indexed 205 205 by DT_* of the .dynamic section info. */ 206 206 207 inline void 207 auto inline void __attribute__ ((always_inline)) 208 208 elf_machine_rela (struct link_map *map, const Elf32_Rela *reloc, 209 209 const Elf32_Sym *sym, const struct r_found_version *version, 210 210 void *const reloc_addr_arg) … … 298 298 } 299 299 } 300 300 301 static inline void 301 auto inline void __attribute__ ((always_inline)) 302 302 elf_machine_rela_relative (Elf32_Addr l_addr, const Elf32_Rela *reloc, 303 303 void *const reloc_addr_arg) 304 304 { … … 306 306 *reloc_addr = l_addr + reloc->r_addend; 307 307 } 308 308 309 static inline void 309 auto inline void __attribute__ ((always_inline)) 310 310 elf_machine_lazy_rel (struct link_map *map, 311 311 Elf32_Addr l_addr, const Elf32_Rela *reloc) 312 312 {
Note:
See TracBrowser
for help on using the repository browser.