diff options
author | Roland McGrath <roland@hack.frob.com> | 2012-05-22 14:24:54 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2012-05-22 14:24:54 -0700 |
commit | a6a056bba719828266eda8793e6d2842882042fe (patch) | |
tree | 7c237f2dc18012b3d5191e031c24bd2476f34866 /ChangeLog | |
parent | cb191f2300ad80e722fa6d2b3be8d9c9512ce7e2 (diff) | |
download | glibc-a6a056bba719828266eda8793e6d2842882042fe.tar.gz glibc-a6a056bba719828266eda8793e6d2842882042fe.tar.xz glibc-a6a056bba719828266eda8793e6d2842882042fe.zip |
Simplify dl-vdso.h use of assert.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 9212a03716..c487caf64d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2012-05-22 Roland McGrath <roland@hack.frob.com> + + * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed. + (PREPARE_VERSION): Just use assert instead, it will be elided + under [NDEBUG] anyway. + 2012-05-22 H.J. Lu <hongjiu.lu@intel.com> * sysdeps/unix/sysv/linux/Makefile: Include |