* libc/sys/sysnecv850/crt0.S (_start): Use v850e-specific
start up code for v850e2 and v850e2v3 too.
This commit is contained in:
		| @@ -1,3 +1,8 @@ | |||||||
|  | 2012-07-30  Kevin Buettner  <kevinb@redhat.com> | ||||||
|  |  | ||||||
|  | 	* libc/sys/sysnecv850/crt0.S (_start): Use v850e-specific | ||||||
|  | 	start up code for v850e2 and v850e2v3 too. | ||||||
|  |  | ||||||
| 2012-07-20  Eric Blake  <eblake@redhat.com> | 2012-07-20  Eric Blake  <eblake@redhat.com> | ||||||
|  |  | ||||||
| 	* libc/posix/readdir.c (readdir): Drop bogus attempt to catch | 	* libc/posix/readdir.c (readdir): Drop bogus attempt to catch | ||||||
|   | |||||||
| @@ -5,7 +5,7 @@ | |||||||
|  |  | ||||||
| _start: | _start: | ||||||
|  |  | ||||||
| #if defined __v850e__ | #if defined(__v850e__) || defined(__v850e2__) || defined(__v850e2v3__) | ||||||
| 	 | 	 | ||||||
| 	movea   255,		r0,	r20 | 	movea   255,		r0,	r20 | ||||||
| 	mov     65535,		r21 | 	mov     65535,		r21 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user