diff options
author | Roland McGrath <roland@gnu.org> | 2002-09-27 03:23:45 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-09-27 03:23:45 +0000 |
commit | 8243d6f1b70a506419329c81d862b80e9104ca9b (patch) | |
tree | 162d6357e85a897c5710e4945d3e11c503811928 /config.h.in | |
parent | 9a88a2d7b35b7f08c07a9a189a176e7ca49d82b4 (diff) |
2002-09-24 Jakub Jelinek <jakub@redhat.com>
* sysdeps/sparc/sparc32/dl-machine.h (elf_machine_load_address): Don't
rely on *r_offset of R_SPARC_RELATIVE reloc in .got to contain the
addend.
* sysdeps/sparc/sparc64/dl-machine.h (elf_machine_load_address): Use
the same l_addr computation.
* sysdeps/sparc/sparc64/configure.in: Removed.
* sysdeps/sparc/sparc64/configure: Removed.
* config.h.in (SPARC64_DYNAMIC_BEFORE_GOT): Remove.
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/config.h.in b/config.h.in index 84e1e04a73..581de35208 100644 --- a/config.h.in +++ b/config.h.in @@ -175,10 +175,6 @@ /* Mach/i386 specific: define if the `i386_io_perm_*' RPCs are available. */ #undef HAVE_I386_IO_PERM_MODIFY -/* Sparc64 specific: define if .dynamic section comes before .got for - shared libs. */ -#undef SPARC64_DYNAMIC_BEFORE_GOT - /* */ |