From: Rob Savoye Date: Mon, 15 Apr 1996 20:53:00 +0000 (+0000) Subject: * scripttempl/aout.sc: Add PROVIDE (__stack = 0) so I can use it X-Git-Tag: gdb-4_18~8843 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=10533b5b48e1bc4ebf9332322de6558bcb8b62c3;p=external%2Fbinutils.git * scripttempl/aout.sc: Add PROVIDE (__stack = 0) so I can use it in m68k/crt0.S without things blowing up. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 24a1deb..e32b1cc 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,4 +1,9 @@ -Fri Apr 12 16:40:56 1996 Rob Savoye +Mon Apr 15 14:50:56 1996 Rob Savoye + + * scripttempl/aout.sc: Add PROVIDE (__stack = 0) so I can use it + in m68k/crt0.S without things blowing up. + +Fri Apr 12 16:40:56 1996 Rob Savoye * scripttempl/m68kcoff.sc: Remove default address for .data so .text, .data, and .bss are all sequential. diff --git a/ld/scripttempl/aout.sc b/ld/scripttempl/aout.sc index f11deea..fcfed01 100644 --- a/ld/scripttempl/aout.sc +++ b/ld/scripttempl/aout.sc @@ -1,15 +1,14 @@ cat <