diff options
author | Roland McGrath <roland@gnu.org> | 2008-05-22 00:04:21 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2008-05-22 00:04:21 +0000 |
commit | e85f1d6af4dbeb39a391cab003ced4567ffecd14 (patch) | |
tree | 7477d3173667d07d2b9e10994157fad5b19d00a0 /ChangeLog | |
parent | 6fa165975fcfc758243633559b0022f2d1f4acfe (diff) | |
download | glibc-e85f1d6af4dbeb39a391cab003ced4567ffecd14.tar glibc-e85f1d6af4dbeb39a391cab003ced4567ffecd14.tar.gz glibc-e85f1d6af4dbeb39a391cab003ced4567ffecd14.tar.bz2 glibc-e85f1d6af4dbeb39a391cab003ced4567ffecd14.zip |
* shlib-versions (sparc.*-.*-.*, sparc64.*-.*-.*): Add ABI lines.
* Makefile (check-data): Use $(abi-name) before other guesses.
Look in $(add-ons) dirs before scripts/data/.
* elf/Makefile (check-data): Likewise.
* scripts/soversions.awk: Grok ABI line.
* Makeconfig ($(common-objpfx)soversions.mk): Likewise.
Emit definition for abi-name variable.
if [__USE_BSD].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -1,7 +1,19 @@ +2008-05-21 Roland McGrath <roland@redhat.com> + + * shlib-versions (sparc.*-.*-.*, sparc64.*-.*-.*): Add ABI lines. + + * Makefile (check-data): Use $(abi-name) before other guesses. + Look in $(add-ons) dirs before scripts/data/. + * elf/Makefile (check-data): Likewise. + + * scripts/soversions.awk: Grok ABI line. + * Makeconfig ($(common-objpfx)soversions.mk): Likewise. + Emit definition for abi-name variable. + 2008-05-21 Ulrich Drepper <drepper@redhat.com> * string/endian.h: Define new fixed-size hto* and *toh macros only - is __USE_BSD. + if [__USE_BSD]. * iconvdata/Depend: Add localedata. |