diff options
| author | Paul Eggert | 2011-02-12 02:05:38 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-02-12 02:05:38 -0800 |
| commit | cec81b228b5a0e7850f23c97593352655ec56bf1 (patch) | |
| tree | 4a2469a139c3df28c7d2f54475b5dd2dafa9f694 /src/ChangeLog | |
| parent | af59aa6e3c661fcd547df8bc4175750f9edb20ec (diff) | |
| download | emacs-cec81b228b5a0e7850f23c97593352655ec56bf1.tar.gz emacs-cec81b228b5a0e7850f23c97593352655ec56bf1.zip | |
Port to Sun C 5.11, which has __attribute__ ((__aligned (N))).
* md5.h (ATTRIBUTE_ALIGNED): New macro.
(struct md5_ctx): Use it.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4ef9778ca48..735f73b3544 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2011-02-12 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-02-12 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Port to Sun C 5.11, which has __attribute__ ((__aligned (N))). | ||
| 4 | * md5.h (ATTRIBUTE_ALIGNED): New macro. | ||
| 5 | (struct md5_ctx): Use it. | ||
| 6 | |||
| 3 | Port to Solaris 10, which doesn't support FC_HINT_STYLE. | 7 | Port to Solaris 10, which doesn't support FC_HINT_STYLE. |
| 4 | * xftfont.c (FC_HINT_STYLE): #define to "hintstyle" if not | 8 | * xftfont.c (FC_HINT_STYLE): #define to "hintstyle" if not |
| 5 | defined. | 9 | defined. |