diff options
author | Roland McGrath <roland@hack.frob.com> | 2013-06-17 09:55:21 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2013-06-17 09:55:21 -0700 |
commit | 346d65b33a3958c72faab6f675314cbef7963ace (patch) | |
tree | af8e8e9638397fa5217b4848b52a3f161aa5e4c8 /ChangeLog | |
parent | 1a8463176c3edf52c38af022ce44e210f9bf4aaa (diff) | |
download | glibc-346d65b33a3958c72faab6f675314cbef7963ace.tar.gz glibc-346d65b33a3958c72faab6f675314cbef7963ace.tar.xz glibc-346d65b33a3958c72faab6f675314cbef7963ace.zip |
Rewrite sysd-rules generation using an awk script.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e7291a6fa0..e5520504a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2013-06-17 Roland McGrath <roland@hack.frob.com> + + * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed. + ($(common-objpfx)sysd-rules): Replace shell logic with running ... + * scripts/sysd-rules.awk: ... this new script. + * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather + than a glob-style pattern. + 2013-06-17 Joseph Myers <joseph@codesourcery.com> * math/test-misc.c (main): Do not treat incorrectly rounded |