diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-08-25 20:31:24 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-08-25 20:31:24 +0000 |
commit | 050838a4919a2dfb6da0124eacdfad0a22259251 (patch) | |
tree | c435c608bf0d21d25c322f3d1b5e88627fba219c /ChangeLog | |
parent | 01c771d0ac8ff3588eefd9745e9450962a1bcdd6 (diff) | |
download | glibc-050838a4919a2dfb6da0124eacdfad0a22259251.tar.gz glibc-050838a4919a2dfb6da0124eacdfad0a22259251.tar.xz glibc-050838a4919a2dfb6da0124eacdfad0a22259251.zip |
Update.
* configure.in (libc_cv_asm_global_directive): Indent .text in test code so that the lame HPUX compiler recognizes it. * sysdeps/hppa/bits/endian.h: New file. * sysdeps/unix/sysv/hpux/bits/errno.h: New file. * sysdeps/unix/sysv/hpux/bits/setjmp.h: New file. * sysdeps/unix/sysv/hpux/bits/stat.h: New file. * sysdeps/unix/sysv/hpux/bits/types.h: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index fa25c89dc1..54bcb59940 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 1999-08-25 Ulrich Drepper <drepper@cygnus.com> + * configure.in (libc_cv_asm_global_directive): Indent .text in + test code so that the lame HPUX compiler recognizes it. + * sysdeps/hppa/bits/endian.h: New file. + * sysdeps/unix/sysv/hpux/bits/errno.h: New file. + * sysdeps/unix/sysv/hpux/bits/setjmp.h: New file. + * sysdeps/unix/sysv/hpux/bits/stat.h: New file. + * sysdeps/unix/sysv/hpux/bits/types.h: New file. + * sysdeps/unix/sysv/sysv4/solaris2/getdents.c: New file. Patch by John Tobey <jtobey@banta-im.com>. |