2003-05-02 Eric Christopher <echristo@redhat.com>

* mips/cma101.c (__sizemem): Make sure that end is not in .sdata.
This commit is contained in:
Jeff Johnston 2003-05-02 19:30:45 +00:00
parent eba533fe59
commit c2ec76163e
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-05-02 Eric Christopher <echristo@redhat.com>
* mips/cma101.c (__sizemem): Make sure that end is not in .sdata.
2003-04-29 Nick Clifton <nickc@redhat.com>
* libnosys/sbrk.c: Remove unnecessary #include's.

View File

@ -189,7 +189,7 @@ __sizemem ()
volatile unsigned int *probe;
unsigned int baseorig;
unsigned int sr;
extern void *end;
extern void end[];
char *endptr = (char *)&end;
int extra;