mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 10:50:07 +00:00
Update.
* sysdeps/ia64/dl-lookupcfg.h: Add forward declaration for struct link_map.
This commit is contained in:
parent
fdde83499a
commit
51df989ed6
@ -1,5 +1,8 @@
|
||||
2001-08-26 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/ia64/dl-lookupcfg.h: Add forward declaration for struct
|
||||
link_map.
|
||||
|
||||
* configure.in: Fix test for .rela.dyn section.
|
||||
|
||||
* elf/dl-runtime.c: Update calls to _dl_lookup_*.
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Configuration of lookup functions.
|
||||
Copyright (C) 2000 Free Software Foundation, Inc.
|
||||
Copyright (C) 2000, 2001 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
|
||||
@ -23,6 +23,9 @@
|
||||
#define ELF_FUNCTION_PTR_IS_SPECIAL
|
||||
#define DL_UNMAP_IS_SPECIAL
|
||||
|
||||
/* Forward declaration. */
|
||||
struct link_map;
|
||||
|
||||
extern void *_dl_symbol_address (const struct link_map *map,
|
||||
const Elf64_Sym *ref);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user