diff options
author | Roland McGrath <roland@gnu.org> | 1996-07-08 06:17:09 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-07-08 06:17:09 +0000 |
commit | 0676b5fdca8d4f2a8dd442db4d50dc2c1ee8729f (patch) | |
tree | 2d06a28e869fac310c4cedef27e9b12255350bb6 /sysdeps/i386/dl-machine.h | |
parent | 467ab2479117aa161042aad4b29435b36c9e17dd (diff) | |
download | glibc-0676b5fdca8d4f2a8dd442db4d50dc2c1ee8729f.zip glibc-0676b5fdca8d4f2a8dd442db4d50dc2c1ee8729f.tar.gz glibc-0676b5fdca8d4f2a8dd442db4d50dc2c1ee8729f.tar.bz2 |
Mon Jul 8 00:11:15 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* libc-symbols.h (symbol_set_declare): Use weak_extern instead of
weak_symbol.
* csu/initfini.c (_init): Likewise.
* locale/setlocale.c (DEFINE_CATEGORY): Likewise.
* misc/efgcvt_r.c: Likewise.
* sysdeps/alpha/dl-machine.h (elf_machine_rela): Likewise.
* sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
Diffstat (limited to 'sysdeps/i386/dl-machine.h')
-rw-r--r-- | sysdeps/i386/dl-machine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/i386/dl-machine.h b/sysdeps/i386/dl-machine.h index 50e928c..7a61aaa 100644 --- a/sysdeps/i386/dl-machine.h +++ b/sysdeps/i386/dl-machine.h @@ -111,7 +111,7 @@ elf_machine_rel (struct link_map *map, RTLD_BOOTSTRAP) because rtld.c contains the common defn for _dl_rtld_map, which is incompatible with a weak decl in the same file. */ - weak_symbol (_dl_rtld_map); + weak_extern (_dl_rtld_map); if (map == &_dl_rtld_map) /* Undo the relocation done here during bootstrapping. Now we will relocate it anew, possibly using a binding found in the user |