]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
update from main archive 970218
authorUlrich Drepper <drepper@redhat.com>
Wed, 19 Feb 1997 04:43:26 +0000 (04:43 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 19 Feb 1997 04:43:26 +0000 (04:43 +0000)
sysdeps/alpha/dl-machine.h
sysdeps/m68k/dl-machine.h
sysdeps/mips/dl-machine.h
sysdeps/unix/bsd/sun/sunos4/resourcebits.h

index 316f717e0105f23095fffaf45f853816b9f3b9a8..fc9f9712cbab58e5bdbbb0df4d32b35b1fafb1ac 100644 (file)
@@ -325,7 +325,7 @@ static inline void
 elf_machine_rela (struct link_map *map,
                  const Elf64_Rela *reloc,
                  const Elf64_Sym *sym,
-                 const hash_name_pair *version)
+                 const struct r_found_version *version)
 {
   Elf64_Addr * const reloc_addr = (void *)(map->l_addr + reloc->r_offset);
   unsigned long const r_info = ELF64_R_TYPE (reloc->r_info);
index 95a8342574ba6d763b457c9ca11f28da5ba847d3..0c9b6acb6d9ddcb8783848fb13b08a1e23e39fdc 100644 (file)
@@ -200,7 +200,7 @@ _dl_start_user:
 
 static inline void
 elf_machine_rela (struct link_map *map, const Elf32_Rela *reloc,
-                 const Elf32_Sym *sym, const hash_name_pair *version)
+                 const Elf32_Sym *sym, const struct r_found_version *version)
 {
   Elf32_Addr *const reloc_addr = (void *) (map->l_addr + reloc->r_offset);
   Elf32_Addr loadbase;
index a4a02bfd9773823c5123f1c29b0777d7cc7f43dd..39a1cc8be6d839e483dc0cd931f2fb4be9b976d7 100644 (file)
@@ -423,7 +423,7 @@ _dl_start_user:\n\
 
 static inline void
 elf_machine_rel (struct link_map *map, const ElfW(Rel) *reloc,
-                const ElfW(Sym) *sym, const hash_name_pair *version)
+                const ElfW(Sym) *sym, const struct r_found_version *version)
 {
   ElfW(Addr) *const reloc_addr = (void *) (map->l_addr + reloc->r_offset);
   ElfW(Addr) loadbase, undo;
index d0d177c6ff784d2bc3b2654b02fc43c8b2b25542..ff55773e6931a2a85223b463f3a3e7419dc7feb7 100644 (file)
@@ -1,5 +1,5 @@
 /* Bit values for resource limits.  SunOS 4 version.
-   Copyright (C) 1994, 1996 Free Software Foundation, Inc.
+   Copyright (C) 1994, 1996, 1997 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -49,8 +49,8 @@ enum __rlimit_resource
     /* Number of open files.  */
     RLIMIT_NOFILE,
     RLIMIT_OFILE = RLIMIT_NOFILE, /* BSD name for same.  */
-#defin RLIMIT_NOFILE   RLIMIT_NOFILE
-#defin RLIMIT_OFILE    RLIMIT_OFILE
+#define        RLIMIT_NOFILE   RLIMIT_NOFILE
+#define        RLIMIT_OFILE    RLIMIT_OFILE
 
     RLIM_NLIMITS,