diff options
author | Roland McGrath <roland@gnu.org> | 2002-12-10 05:10:08 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-12-10 05:10:08 +0000 |
commit | 741e0d64d248719e8ac56f2feb2db0b997394948 (patch) | |
tree | 283c6a74ff187ee3c767f43196366c39d7157690 | |
parent | f6aa506f859bec1904e5fb1847e1ec1affc0911b (diff) | |
download | glibc-741e0d64d248719e8ac56f2feb2db0b997394948.tar.gz glibc-741e0d64d248719e8ac56f2feb2db0b997394948.tar.xz glibc-741e0d64d248719e8ac56f2feb2db0b997394948.zip |
* csu/abi-note.S: Use .p2align, not .align.
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 72acea0718..fd8a5b417b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-12-09 Richard Henderson <rth@redhat.com> + + * csu/abi-note.S: Use .p2align, not .align. + 2002-12-09 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/syscalls.list: Add __libc_creat and |