]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 27 Aug 2001 00:59:51 +0000 (00:59 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 27 Aug 2001 00:59:51 +0000 (00:59 +0000)
* sysdeps/ia64/dl-lookupcfg.h: Add forward declaration for struct
link_map.

ChangeLog
sysdeps/ia64/dl-lookupcfg.h

index fbfdd5f1fce09f67c9071015a93211646b46c827..a95f9067ac4cf6a9c8ab0665d8b537a1042a5569 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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_*.
index 2f5ba8ed6cad302dbbd64ea5bda2e3fd1bdc4586..76be84322a8bc780b36e54ad108e81a1349028ab 100644 (file)
@@ -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);