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:
		| @@ -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> | 2003-04-29  Nick Clifton  <nickc@redhat.com> | ||||||
|  |  | ||||||
| 	* libnosys/sbrk.c: Remove unnecessary #include's. | 	* libnosys/sbrk.c: Remove unnecessary #include's. | ||||||
|   | |||||||
| @@ -189,7 +189,7 @@ __sizemem () | |||||||
|   volatile unsigned int *probe; |   volatile unsigned int *probe; | ||||||
|   unsigned int baseorig; |   unsigned int baseorig; | ||||||
|   unsigned int sr; |   unsigned int sr; | ||||||
|   extern void *end; |   extern void end[]; | ||||||
|   char *endptr = (char *)&end; |   char *endptr = (char *)&end; | ||||||
|   int extra; |   int extra; | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user