]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Sun, 21 May 2000 21:15:00 +0000 (21:15 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 21 May 2000 21:15:00 +0000 (21:15 +0000)
2000-05-09  Jes Sorensen  <jes@linuxcare.com>

* sysdeps/ia64/dl-machine.h: Move DL_SYMBOL_ADDRESS definition to...
* sysdeps/ia64/dl-lookupcfg.h: ...here.

ChangeLog
sysdeps/ia64/dl-lookupcfg.h
sysdeps/ia64/dl-machine.h

index 2601a5f56ede1621d7f0a653da63c8b0577ef6fd..2686f946f8bed08d2bbe8749c3587f19a25338fb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-05-09  Jes Sorensen  <jes@linuxcare.com>
+
+       * sysdeps/ia64/dl-machine.h: Move DL_SYMBOL_ADDRESS definition to...
+       * sysdeps/ia64/dl-lookupcfg.h: ...here.
+
 2000-05-21  Jakub Jelinek  <jakub@redhat.com>
 
        * sysdeps/unix/sysv/linux/scsi/sg.h (sg_io_hdr_t): Remove duplicate
index f954a5cd4930b255e79950c218458aa6ebb08954..ab2ff1fddb803445ddae2586e375c54960fcd48a 100644 (file)
@@ -21,3 +21,7 @@
    than just the address. */
 #define DL_LOOKUP_RETURNS_MAP
 #define ELF_FUNCTION_PTR_IS_SPECIAL
+
+void *_dl_symbol_address (const struct link_map *map, const ElfW(Sym) *ref);
+
+#define DL_SYMBOL_ADDRESS(map, ref) _dl_symbol_address(map, ref)
index 7fba08dabe46ff0b08ebff1a8078b0ea5d1916f2..fd94d130d2627fbc5d6f2d0c25e2f05bf393ff24 100644 (file)
@@ -60,10 +60,6 @@ elf_machine_matches_host (Elf64_Word e_machine)
   return e_machine == EM_IA_64;
 }
 
-void * _dl_symbol_address (const struct link_map *map, const ElfW(Sym) *ref);
-
-#define DL_SYMBOL_ADDRESS(map, ref) _dl_symbol_address(map, ref)
-
 
 /* Return the link-time address of _DYNAMIC.  */
 static inline Elf64_Addr
This page took 0.04825 seconds and 5 git commands to generate.