diff options
author | Richard Henderson <rth@redhat.com> | 1999-04-14 15:48:28 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 1999-04-14 15:48:28 +0000 |
commit | 4e75fa854a0a30995baf6ee5ced88403e264fdb7 (patch) | |
tree | 8d6bef54b16968a49f4c4dc7f3a467a8eb4a69f7 /ChangeLog | |
parent | e5681dee4d76be8fd77538387c0074d0a59fa7bf (diff) | |
download | glibc-4e75fa854a0a30995baf6ee5ced88403e264fdb7.zip glibc-4e75fa854a0a30995baf6ee5ced88403e264fdb7.tar.gz glibc-4e75fa854a0a30995baf6ee5ced88403e264fdb7.tar.bz2 |
Sparc merge from Jakub.
1999-04-14 Jakub Jelinek <jj@ultra.linux.cz>
* scripts/config.sub: Allow sparcv[6789]-* and sparcv8plus{,a}-*
architectures.
* sysdeps/sparc/sparc32/sparcv8/Makefile: Use sysdep-CFLAGS
instead of CFLAGS.
* sysdeps/sparc/sparc32/sparcv8/Makefile: Use sysdep-CFLAGS
instead of CFLAGS. For gnulib and string directories use
-Wa,-Av9a gcc ASFLAGS.
* sysdeps/sparc/sparc32/sparcv9/memmove.c: New file.
* sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h: New file.
* sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h: New file.
* shlib-versions: Handle sparcv[6789]-* and sparcv8plus{,a}-*
the same way as sparc-*.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +1999-04-14 Jakub Jelinek <jj@ultra.linux.cz> + + * scripts/config.sub: Allow sparcv[6789]-* and sparcv8plus{,a}-* + architectures. + * sysdeps/sparc/sparc32/sparcv8/Makefile: Use sysdep-CFLAGS + instead of CFLAGS. + * sysdeps/sparc/sparc32/sparcv8/Makefile: Use sysdep-CFLAGS + instead of CFLAGS. For gnulib and string directories use + -Wa,-Av9a gcc ASFLAGS. + * sysdeps/sparc/sparc32/sparcv9/memmove.c: New file. + * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h: New file. + * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h: New file. + * shlib-versions: Handle sparcv[6789]-* and sparcv8plus{,a}-* + the same way as sparc-*. + 1999-04-14 Ulrich Drepper <drepper@cygnus.com> * locale/programs/locfile.c (locfile_read): Fix typo. |