diff options
author | Roland McGrath <roland@gnu.org> | 2002-06-13 08:57:15 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-06-13 08:57:15 +0000 |
commit | 8f0ac69e431f560fbb286c41b0c284823e2f53f6 (patch) | |
tree | d3f2f48654afe4a6236af9bdaa017d5934f8fb74 | |
parent | 79a479ce697f3e01f6b705a6478403b437086925 (diff) | |
download | glibc-8f0ac69e431f560fbb286c41b0c284823e2f53f6.tar.gz glibc-8f0ac69e431f560fbb286c41b0c284823e2f53f6.tar.xz glibc-8f0ac69e431f560fbb286c41b0c284823e2f53f6.zip |
* hurd/hurdstartup.h (_hurd_startup): int -> intptr_t in MAIN arg type.
* hurd/hurdstartup.c (_hurd_startup): Likewise. Use intptr_t instead of int for argc in stack layout. * sysdeps/mach/hurd/alpha/init-first.c (init): Fix argument type. (_dl_init_first): Likewise. (_hurd_stack_setup): Likewise. (init1): Add a cast.
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 66774441f7..b890186073 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2002-06-13 Roland McGrath <roland@frob.com> + + * hurd/hurdstartup.h (_hurd_startup): int -> intptr_t in MAIN arg type. + * hurd/hurdstartup.c (_hurd_startup): Likewise. + Use intptr_t instead of int for argc in stack layout. + * sysdeps/mach/hurd/alpha/init-first.c (init): Fix argument type. + (_dl_init_first): Likewise. + (_hurd_stack_setup): Likewise. + (init1): Add a cast. + 2002-06-13 Andreas Schwab <schwab@suse.de> * sysdeps/m68k/fpu/s_isinf.c (INTDEFX): Define to get correct |