diff options
author | Roland McGrath <roland@gnu.org> | 1995-07-26 07:10:58 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-07-26 07:10:58 +0000 |
commit | 958f803fc021993cc2ee1d4157d0092b830368aa (patch) | |
tree | 0e5939ccad4bb5a551b81f344843613455c12bb8 /ChangeLog | |
parent | 9f2233e81a0eb06e7278584654cfbdd313d8c228 (diff) | |
download | glibc-958f803fc021993cc2ee1d4157d0092b830368aa.zip glibc-958f803fc021993cc2ee1d4157d0092b830368aa.tar.gz glibc-958f803fc021993cc2ee1d4157d0092b830368aa.tar.bz2 |
Wed Jul 26 02:00:29 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>cvs/bind-493b24
* malloc/memalign.c: Allocate (SIZE + ALIGNMENT - 1) and then trim
if possible.
* mach/shortcut.awk: Emit decls for RPC.
* libc-symbols.h [GCC >= 2.7 && !ASSEMBLER] (weak_symbol,
weak_alias, strong_alias): Define using GCC __attribute__ syntax.
* Makerules ($(installed-libcs)): Depend on `lib' (only).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +Wed Jul 26 02:00:29 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> + + * malloc/memalign.c: Allocate (SIZE + ALIGNMENT - 1) and then trim + if possible. + + * mach/shortcut.awk: Emit decls for RPC. + + * libc-symbols.h [GCC >= 2.7 && !ASSEMBLER] (weak_symbol, + weak_alias, strong_alias): Define using GCC __attribute__ syntax. + + * Makerules ($(installed-libcs)): Depend on `lib' (only). + Tue Jul 25 09:14:53 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> * sysdeps/mach/hurd/pathconf.c: Declare VALUE as int, not long int. |