]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Remove extra stuff.
authorUlrich Drepper <drepper@redhat.com>
Sat, 26 Jul 1997 02:31:10 +0000 (02:31 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 26 Jul 1997 02:31:10 +0000 (02:31 +0000)
sysdeps/mips/dl-machine.h
sysdeps/mips/mips64/dl-machine.h

index 7456ae0b7a4f7a4c06767d050af1572a2640cc57..fce7cffb4a2bd37fa457803abf414b4455ea8a0b 100644 (file)
@@ -96,16 +96,6 @@ elf_machine_matches_host (ElfW(Half) e_machine)
     }
 }
 
-/* Return the link-time address of _DYNAMIC.  Conveniently, this is the
-+   first element of the GOT.  This must be inlined in a function which
-+   uses global data.  */
-+static inline ElfW(Addr)
-+elf_machine_dynamic (void)
-+{
-+  register ElfW(Addr) gp asm ("$28");
-+  return * (ElfW(Addr) *) (gp - 0x7ff0);
-+}
-+
 static inline ElfW(Addr) *
 elf_mips_got_from_gpreg (ElfW(Addr) gpreg)
 {
index 3277b109d9192f5478061e72d8d32bb7b36d572f..a20835af35110bcce1a6e61636d97f9bacc451e9 100644 (file)
@@ -96,16 +96,6 @@ elf_machine_matches_host (ElfW(Half) e_machine)
     }
 }
 
-/* Return the link-time address of _DYNAMIC.  Conveniently, this is the
-+   first element of the GOT.  This must be inlined in a function which
-+   uses global data.  */
-+static inline ElfW(Addr)
-+elf_machine_dynamic (void)
-+{
-+  register ElfW(Addr) gp asm ("$28");
-+  return * (ElfW(Addr) *) (gp - 0x7ff0);
-+}
-+
 static inline ElfW(Addr) *
 elf_mips_got_from_gpreg (ElfW(Addr) gpreg)
 {