[patch] remove symbol in mips crt0.S
J. Johnston
jjohnstn@redhat.com
Mon May 26 20:26:00 GMT 2003
Patch checked in.
-- Jeff J.
Eric Christopher wrote:
> This is really only used by cygmon/redboot as far as I can tell and
> really isn't necessary.
>
> -eric
>
>
>
> ------------------------------------------------------------------------
>
> Index: mips/crt0.S
> ===================================================================
> RCS file: /cvs/src/src/libgloss/mips/crt0.S,v
> retrieving revision 1.8
> diff -u -p -w -r1.8 crt0.S
> --- mips/crt0.S 18 Feb 2003 19:32:24 -0000 1.8
> +++ mips/crt0.S 5 May 2003 21:16:18 -0000
> @@ -43,7 +43,6 @@
>
> .comm __memsize, 12
> .comm __lstack, STARTUP_STACK_SIZE
> - .comm __stackbase,4
>
> .text
> .align 2
> @@ -164,7 +163,6 @@ zerobss:
> subu t0,t0,64
> 4:
> move sp,t0 # set stack pointer
> - sw sp,__stackbase # keep this for future ref
> .end zerobss
>
> /*
More information about the Newlib
mailing list