From c2ec76163e2dd327fd594876d3905e93ef979d15 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Fri, 2 May 2003 19:30:45 +0000 Subject: 2003-05-02 Eric Christopher * mips/cma101.c (__sizemem): Make sure that end is not in .sdata. --- libgloss/mips/cma101.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libgloss/mips') diff --git a/libgloss/mips/cma101.c b/libgloss/mips/cma101.c index 5456eaf5a..8e6c92b34 100644 --- a/libgloss/mips/cma101.c +++ b/libgloss/mips/cma101.c @@ -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; -- cgit v1.2.3