diff options
author | Roland McGrath <roland@gnu.org> | 2007-07-10 00:39:31 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2007-07-10 00:39:31 +0000 |
commit | cec5991f1316b81a8d8887f06affa6410c8db098 (patch) | |
tree | 99b95e9ec70cce11101fa48617e53f7b6bce94c6 | |
parent | 57b5b34ccadbdfe3d63703f44f95f95273f5d47e (diff) | |
download | glibc-cec5991f1316b81a8d8887f06affa6410c8db098.tar glibc-cec5991f1316b81a8d8887f06affa6410c8db098.tar.gz glibc-cec5991f1316b81a8d8887f06affa6410c8db098.tar.bz2 glibc-cec5991f1316b81a8d8887f06affa6410c8db098.zip |
* elf/elf.h (NT_GNU_ABI_TAG): New macro.
(ELF_NOTE_ABI): Use it.
(NT_GNU_HWCAP, NT_GNU_BUILD_ID): New macros.
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2007-07-09 Roland McGrath <roland@redhat.com> + + * elf/elf.h (NT_GNU_ABI_TAG): New macro. + (ELF_NOTE_ABI): Use it. + (NT_GNU_HWCAP, NT_GNU_BUILD_ID): New macros. + 2007-07-09 Ulrich Drepper <drepper@redhat.com> * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new entries. |