source: scripts/patches/glibc-2.3.4-gcc4_elf_fixes_individual/glibc-2.3.4-gcc4_alpha_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.7 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 ( libc/sysdeps/alpha/dl-machine.h -r1.81 )
5Upstream Status: See Origin
6Description:
7
8(RO: edited changelog entry)
9
102005-03-15 Jakub Jelinek <jakub@redhat.com>
11
12 * sysdeps/alpha/dl-machine.h (elf_machine_rela,
13 elf_machine_rela_relative, elf_machine_lazy_rel): Add always_inline
14 attribute.
15
16===================================================================
17RCS file: /cvs/glibc/libc/sysdeps/alpha/dl-machine.h,v
18retrieving revision 1.80
19retrieving revision 1.81
20diff -u -r1.80 -r1.81
21--- libc/sysdeps/alpha/dl-machine.h 2005/02/07 03:11:46 1.80
22+++ libc/sysdeps/alpha/dl-machine.h 2005/03/15 22:57:26 1.81
23@@ -1,5 +1,5 @@
24 /* Machine-dependent ELF dynamic relocation inline functions. Alpha version.
25- Copyright (C) 1996-2002, 2003, 2004 Free Software Foundation, Inc.
26+ Copyright (C) 1996-2002, 2003, 2004, 2005 Free Software Foundation, Inc.
27 This file is part of the GNU C Library.
28 Contributed by Richard Henderson <rth@tamu.edu>.
29
30@@ -376,6 +376,7 @@
31 /* Perform the relocation specified by RELOC and SYM (which is fully resolved).
32 MAP is the object containing the reloc. */
33 auto inline void
34+__attribute__ ((always_inline))
35 elf_machine_rela (struct link_map *map,
36 const Elf64_Rela *reloc,
37 const Elf64_Sym *sym,
38@@ -504,6 +505,7 @@
39 #define ELF_MACHINE_REL_RELATIVE 1
40
41 auto inline void
42+__attribute__ ((always_inline))
43 elf_machine_rela_relative (Elf64_Addr l_addr, const Elf64_Rela *reloc,
44 void *const reloc_addr_arg)
45 {
46@@ -520,6 +522,7 @@
47 }
48
49 auto inline void
50+__attribute__ ((always_inline))
51 elf_machine_lazy_rel (struct link_map *map,
52 Elf64_Addr l_addr, const Elf64_Rela *reloc)
53 {
Note: See TracBrowser for help on using the repository browser.