source: patches/glibc-2.3.4-gcc4_elf_fixes_individual/glibc-2.3.4-gcc4_alpha_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.7 KB
  • libc/sysdeps/alpha/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 ( libc/sysdeps/alpha/dl-machine.h -r1.81 )
    Upstream Status: See Origin
    Description:
    
    (RO: edited changelog entry)
    
    2005-03-15  Jakub Jelinek  <jakub@redhat.com>
    
            * sysdeps/alpha/dl-machine.h (elf_machine_rela,
            elf_machine_rela_relative, elf_machine_lazy_rel): Add always_inline
            attribute.
    
    RCS file: /cvs/glibc/libc/sysdeps/alpha/dl-machine.h,v
    retrieving revision 1.80
    retrieving revision 1.81
    diff -u -r1.80 -r1.81
     
    11/* Machine-dependent ELF dynamic relocation inline functions.  Alpha version.
    2    Copyright (C) 1996-2002, 2003, 2004 Free Software Foundation, Inc.
     2   Copyright (C) 1996-2002, 2003, 2004, 2005 Free Software Foundation, Inc.
    33   This file is part of the GNU C Library.
    44   Contributed by Richard Henderson <rth@tamu.edu>.
    55
     
    376376/* Perform the relocation specified by RELOC and SYM (which is fully resolved).
    377377   MAP is the object containing the reloc.  */
    378378auto inline void
     379__attribute__ ((always_inline))
    379380elf_machine_rela (struct link_map *map,
    380381                  const Elf64_Rela *reloc,
    381382                  const Elf64_Sym *sym,
     
    504505#define ELF_MACHINE_REL_RELATIVE 1
    505506
    506507auto inline void
     508__attribute__ ((always_inline))
    507509elf_machine_rela_relative (Elf64_Addr l_addr, const Elf64_Rela *reloc,
    508510                           void *const reloc_addr_arg)
    509511{
     
    520522}
    521523
    522524auto inline void
     525__attribute__ ((always_inline))
    523526elf_machine_lazy_rel (struct link_map *map,
    524527                      Elf64_Addr l_addr, const Elf64_Rela *reloc)
    525528{
Note: See TracBrowser for help on using the repository browser.