mirror of
				https://sourceware.org/git/glibc.git
				synced 2025-10-30 10:45:40 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			222 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			222 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /* hp300 4.3 BSD starts at 4, rather than 0, when the start address is 0.
 | |
|    Go figure.  */
 | |
| asm(".globl __start");
 | |
| asm("__start:	.long 0");
 | |
| 
 | |
| #define	_start	__start0
 | |
| 
 | |
| #define	DUMMIES	dummy0
 | |
| 
 | |
| #include <sysdeps/unix/start.c>
 |