2006-08-24 Paul Brook <paul@codesourcery.com>
* arm/linux-crt0.c: Disable Arm stub for Thumb-2.
This commit is contained in:
		| @@ -11,7 +11,7 @@ | ||||
|  | ||||
| static int _main(int argc, char *argv[]) __attribute__((noreturn)); | ||||
|  | ||||
| #if __thumb__ | ||||
| #if __thumb__ && !__thumb2__ | ||||
| asm("\n" | ||||
| 	".code 32\n" | ||||
| 	".global _start\n" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user