|  | @@ -481,8 +481,7 @@ static void process_reloc ( bfd *bfd __attribute__ (( unused )),
 | 
		
	
		
			
			| 481 | 481 |  	} else if ( strcmp ( howto->name, "R_X86_64_64" ) == 0 ) {
 | 
		
	
		
			
			| 482 | 482 |  		/* Generate an 8-byte PE relocation */
 | 
		
	
		
			
			| 483 | 483 |  		generate_pe_reloc ( pe_reltab, offset, 8 );
 | 
		
	
		
			
			| 484 |  | -	} else if ( ( strcmp ( howto->name, "R_386_32" ) == 0 ) ||
 | 
		
	
		
			
			| 485 |  | -		    ( strcmp ( howto->name, "R_X86_64_32" ) == 0 ) ) {
 | 
		
	
		
			
			|  | 484 | +	} else if ( strcmp ( howto->name, "R_386_32" ) == 0 ) {
 | 
		
	
		
			
			| 486 | 485 |  		/* Generate a 4-byte PE relocation */
 | 
		
	
		
			
			| 487 | 486 |  		generate_pe_reloc ( pe_reltab, offset, 4 );
 | 
		
	
		
			
			| 488 | 487 |  	} else if ( strcmp ( howto->name, "R_386_16" ) == 0 ) {
 |