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:
parent
eba533fe59
commit
c2ec76163e
@ -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.
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user