URL
                    https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
                
             
            
            
Show entire file |
Details |
Blame |
View Log
   
    
      
         | Rev 14 | Rev 163 | 
    
    
      
        | Line 882... | Line 882... | 
      
        |          PE COFF 6.0 spec (section 8.3, Import Name Type).  */
 |          PE COFF 6.0 spec (section 8.3, Import Name Type).  */
 | 
      
        |  
 |  
 | 
      
        |       if (import_name_type != IMPORT_NAME)
 |       if (import_name_type != IMPORT_NAME)
 | 
      
        |         {
 |         {
 | 
      
        |           char c = symbol[0];
 |           char c = symbol[0];
 | 
      
        |           if (c == '_' || c == '@' || c == '?')
 |  
 | 
      
        |   |           /* Check that we don't remove for targets with empty
 | 
      
        |   |              USER_LABEL_PREFIX the leading underscore.  */
 | 
      
        |   |           if ((c == '_' && abfd->xvec->symbol_leading_char != 0)
 | 
      
        |   |               || c == '@' || c == '?')
 | 
      
        |             symbol++;
 |             symbol++;
 | 
      
        |         }
 |         }
 | 
      
        |  
 |  
 | 
      
        |       len = strlen (symbol);
 |       len = strlen (symbol);
 | 
      
        |       if (import_name_type == IMPORT_NAME_UNDECORATE)
 |       if (import_name_type == IMPORT_NAME_UNDECORATE)
 | 
    
   
 
 
         
                
        
            
            
        
        
             
    
        © copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.