diff options
author | David S. Miller <davem@davemloft.net> | 2012-02-21 12:06:07 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-02-20 17:51:48 -0800 |
commit | c80098a9a05b7d5f8ad1488135f2cee613998c50 (patch) | |
tree | cd8d1e7b3de2442f45c88143edd1869eb594a8a2 /ChangeLog | |
parent | 3a2545a0f345a6c6348e9f7ce56e929aeab61f10 (diff) | |
download | glibc-c80098a9a05b7d5f8ad1488135f2cee613998c50.tar.gz glibc-c80098a9a05b7d5f8ad1488135f2cee613998c50.tar.xz glibc-c80098a9a05b7d5f8ad1488135f2cee613998c50.zip |
Add sparc configure checks for GOTDATA support.
* config.h.in (HAVE_BINUTILS_GOTDATA): New. (HAVE_GCC_GOTDATA): New. * sysdeps/sparc/elf/configure.in: Test for GOTDATA relocation support in both binutils and gcc. * sysdeps/sparc/elf/configure: Regenerate.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index af25b40375..6eb14f67d5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2012-02-20 David S. Miller <davem@davemloft.net> + * config.h.in (HAVE_BINUTILS_GOTDATA): New. + (HAVE_GCC_GOTDATA): New. + * sysdeps/sparc/elf/configure.in: Test for GOTDATA + relocation support in both binutils and gcc. + * sysdeps/sparc/elf/configure: Regenerate. + * sysdeps/sparc/sparc32/elf/configure.in: Delete. * sysdeps/sparc/sparc32/elf/configure: Delete. * sysdeps/sparc/sparc64/elf/configure.in: Delete. |