Mercurial > emacs
comparison ChangeLog @ 112353:71904feb29f6
Improve performance on non-GCC hosts with __aligned__.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Mon, 17 Jan 2011 20:55:12 -0800 |
parents | 19348bd13f81 |
children | 34bef019033d |
comparison
equal
deleted
inserted
replaced
112350:d89c2a0d1b12 | 112353:71904feb29f6 |
---|---|
1 2011-01-18 Paul Eggert <eggert@cs.ucla.edu> | |
2 | |
3 * configure.in (HAVE_ATTRIBUTE_ALIGNED): Arrange for this to be | |
4 defined if the compiler supports GCC-style __attribute__ | |
5 ((__aligned__ ...)). IBM AIX and Oracle Solaris Studio support | |
6 this syntax. | |
7 | |
1 2011-01-17 Paul Eggert <eggert@cs.ucla.edu> | 8 2011-01-17 Paul Eggert <eggert@cs.ucla.edu> |
2 | 9 |
3 Makefile.in: tidy up the building of lib | 10 Makefile.in: tidy up the building of lib |
4 * Makefile.in (am--refresh): Mark as .PHONY. | 11 * Makefile.in (am--refresh): Mark as .PHONY. |
5 (top_maintainer_clean): Don't remove lib/gnulib.mk m4/gnulib-cache.m4, | 12 (top_maintainer_clean): Don't remove lib/gnulib.mk m4/gnulib-cache.m4, |