source: scripts/patches/glibc-2.3.4-gcc4_elf_fixes_individual/glibc-2.3.4-gcc4_powerpc32_elf_dl-machine.patch@ 86b01c92

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

r625@server (orig r623): jim | 2005-10-31 12:43:24 -0800
Final Move

  • Property mode set to 100644
File size: 1.6 KB
RevLine 
[617118d]1Submitted By: Ryan Oliver <ryan.oliver@pha.com.au>
2Date: 2005-05-03
3Initial Package Version: 2.3.4
4Origin: glibc cvs
5Upstream Status: See Origin
6Description:
7
8(RO: Modified changelog entry)
92005-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===================================================================
16RCS file: /cvs/glibc/libc/sysdeps/powerpc/powerpc32/dl-machine.h,v
17retrieving revision 1.11
18retrieving revision 1.13
19diff -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 {
Note: See TracBrowser for help on using the repository browser.