- Fix for possible unset uid/gid in toproto
 - Fix for default mtree style
 - Update libelf
 - Importing libexecinfo
 - Resynchronize GCC, mpc, gmp, mpfr
 - build.sh: Replace params with show-params.
     This has been done as the make target has been renamed in the same
     way, while a new target named params has been added. This new
     target generates a file containing all the parameters, instead of
     printing it on the console.
 - Update test48 with new etc/services (Fix by Ben Gras <ben@minix3.org)
     get getservbyport() out of the inner loop
Change-Id: Ie6ad5226fa2621ff9f0dee8782ea48f9443d2091
		
	
			
		
			
				
	
	
		
			23 lines
		
	
	
		
			836 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			836 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
 | 
						|
#------------------------------------------------------------------------------
 | 
						|
# $File: hitachi-sh,v 1.6 2013/01/29 19:31:33 christos Exp $
 | 
						|
# hitach-sh: file(1) magic for Hitachi Super-H
 | 
						|
#
 | 
						|
# Super-H COFF
 | 
						|
#
 | 
						|
# below test line conflicts with 2nd NTFS filesystem sector 
 | 
						|
0	beshort		0x0500		Hitachi SH big-endian COFF
 | 
						|
# 2nd NTFS filesystem sector often starts with 0x05004e00 for unicode string 5 NTLDR
 | 
						|
#0	ubelong&0xFFFFNMPQ	0x0500NMPQ     Hitachi SH big-endian COFF
 | 
						|
>18	beshort&0x0002	=0x0000		object
 | 
						|
>18	beshort&0x0002	=0x0002		executable
 | 
						|
>18	beshort&0x0008	=0x0008		\b, stripped
 | 
						|
>18	beshort&0x0008	=0x0000		\b, not stripped
 | 
						|
#
 | 
						|
0	leshort		0x0550		Hitachi SH little-endian COFF
 | 
						|
>18	leshort&0x0002	=0x0000		object
 | 
						|
>18	leshort&0x0002	=0x0002		executable
 | 
						|
>18	leshort&0x0008	=0x0008		\b, stripped
 | 
						|
>18	leshort&0x0008	=0x0000		\b, not stripped
 | 
						|
 |