Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/bfd/elf32-cr16c.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 20 by monamour, Thu Dec 4 05:12:56 2008 UTC revision 21 by monamour, Mon Jul 27 20:34:36 2009 UTC
# Line 927  elf32_cr16c_add_symbol_hook (bfd *abfd, Line 927  elf32_cr16c_add_symbol_hook (bfd *abfd,
927    return TRUE;    return TRUE;
928  }  }
929    
930  static bfd_boolean  static int
931  elf32_cr16c_link_output_symbol_hook (struct bfd_link_info *info ATTRIBUTE_UNUSED,  elf32_cr16c_link_output_symbol_hook (struct bfd_link_info *info ATTRIBUTE_UNUSED,
932                                       const char *name ATTRIBUTE_UNUSED,                                       const char *name ATTRIBUTE_UNUSED,
933                                       Elf_Internal_Sym *sym,                                       Elf_Internal_Sym *sym,
# Line 946  elf32_cr16c_link_output_symbol_hook (str Line 946  elf32_cr16c_link_output_symbol_hook (str
946          sym->st_shndx = SHN_CR16C_NCOMMON;          sym->st_shndx = SHN_CR16C_NCOMMON;
947      }      }
948    
949    return TRUE;    return 1;
950  }  }
951    
952  /* Definitions for setting CR16C target vector.  */  /* Definitions for setting CR16C target vector.  */

Legend:
Removed from v.20  
changed lines
  Added in v.21

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26