From: Andreas Schwab Date: Sat, 1 Mar 2003 15:33:19 +0000 (+0000) Subject: * sysdeps/m68k/dl-machine.h (_dl_start_user): Access X-Git-Tag: cvs/glibc-2_3_3~1414 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4191f43dd21ed817d02a1f8d0ac277f26d5a537e;p=thirdparty%2Fglibc.git * sysdeps/m68k/dl-machine.h (_dl_start_user): Access __libc_stack_end through GOT since it is a global symbol. --- diff --git a/ChangeLog b/ChangeLog index 149f382f90c..024df1c0692 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-03-01 Andreas Schwab + + * sysdeps/m68k/dl-machine.h (_dl_start_user): Access + __libc_stack_end through GOT since it is a global symbol. + 2003-03-01 GOTO Masanori * argp/argp.h: Fix a typo.