| [617118d] | 1 | Submitted By: Ryan Oliver <ryan.oliver@pha.com.au> | 
|---|
|  | 2 | Date: 2005-05-03 | 
|---|
|  | 3 | Initial Package Version: 2.3.4 | 
|---|
|  | 4 | Origin: glibc cvs | 
|---|
|  | 5 | Upstream Status: See Origin | 
|---|
|  | 6 | Description: | 
|---|
|  | 7 |  | 
|---|
|  | 8 | (RO: Modified changelog entry) | 
|---|
|  | 9 | 2005-02-14  Alan Modra  <amodra@bigpond.net.au> | 
|---|
|  | 10 |  | 
|---|
|  | 11 | * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Define | 
|---|
|  | 12 | with auto inline, and attribute always_inline. | 
|---|
|  | 13 | (elf_machine_rela_relative, elf_machine_lazy_rel): Likewise. | 
|---|
|  | 14 |  | 
|---|
|  | 15 | =================================================================== | 
|---|
|  | 16 | RCS file: /cvs/glibc/libc/sysdeps/powerpc/powerpc32/dl-machine.h,v | 
|---|
|  | 17 | retrieving revision 1.11 | 
|---|
|  | 18 | retrieving revision 1.13 | 
|---|
|  | 19 | diff -u -r1.11 -r1.13 | 
|---|
|  | 20 | --- libc/sysdeps/powerpc/powerpc32/dl-machine.h 2005/01/25 10:42:04     1.11 | 
|---|
|  | 21 | +++ libc/sysdeps/powerpc/powerpc32/dl-machine.h 2005/02/17 01:16:34     1.13 | 
|---|
|  | 22 | @@ -204,7 +204,7 @@ | 
|---|
|  | 23 | LOADADDR is the load address of the object; INFO is an array indexed | 
|---|
|  | 24 | by DT_* of the .dynamic section info.  */ | 
|---|
|  | 25 |  | 
|---|
|  | 26 | -inline void | 
|---|
|  | 27 | +auto inline void __attribute__ ((always_inline)) | 
|---|
|  | 28 | elf_machine_rela (struct link_map *map, const Elf32_Rela *reloc, | 
|---|
|  | 29 | const Elf32_Sym *sym, const struct r_found_version *version, | 
|---|
|  | 30 | void *const reloc_addr_arg) | 
|---|
|  | 31 | @@ -298,7 +298,7 @@ | 
|---|
|  | 32 | } | 
|---|
|  | 33 | } | 
|---|
|  | 34 |  | 
|---|
|  | 35 | -static inline void | 
|---|
|  | 36 | +auto inline void __attribute__ ((always_inline)) | 
|---|
|  | 37 | elf_machine_rela_relative (Elf32_Addr l_addr, const Elf32_Rela *reloc, | 
|---|
|  | 38 | void *const reloc_addr_arg) | 
|---|
|  | 39 | { | 
|---|
|  | 40 | @@ -306,7 +306,7 @@ | 
|---|
|  | 41 | *reloc_addr = l_addr + reloc->r_addend; | 
|---|
|  | 42 | } | 
|---|
|  | 43 |  | 
|---|
|  | 44 | -static inline void | 
|---|
|  | 45 | +auto inline void __attribute__ ((always_inline)) | 
|---|
|  | 46 | elf_machine_lazy_rel (struct link_map *map, | 
|---|
|  | 47 | Elf32_Addr l_addr, const Elf32_Rela *reloc) | 
|---|
|  | 48 | { | 
|---|