This is the mail archive of the newlib@sources.redhat.com mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: patch


I don't see a difference between this patch the other.  It has been
checked in.

-- Jeff J.

Eric Christopher wrote:
helps if I attach the right one...

-eric



------------------------------------------------------------------------

Index: cma101.c
===================================================================
RCS file: /cvs/src/src/libgloss/mips/cma101.c,v
retrieving revision 1.3
diff -u -p -w -r1.3 cma101.c
--- cma101.c 1 Feb 2002 17:22:59 -0000 1.3
+++ cma101.c 1 May 2003 22:04:21 -0000
@@ -189,7 +189,7 @@ __sizemem ()
volatile unsigned int *probe;
unsigned int baseorig;
unsigned int sr;
- extern void *end;
+ extern char end[];
char *endptr = (char *)&end;
int extra;



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]