OpenCores
URL https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [bfd/] [coff-rs6000.c] - Diff between revs 161 and 163

Show entire file | Details | Blame | View Log

Rev 161 Rev 163
Line 403... Line 403...
_bfd_xcoff_is_local_label_name (bfd *abfd ATTRIBUTE_UNUSED,
_bfd_xcoff_is_local_label_name (bfd *abfd ATTRIBUTE_UNUSED,
                                const char *name ATTRIBUTE_UNUSED)
                                const char *name ATTRIBUTE_UNUSED)
{
{
  return FALSE;
  return FALSE;
}
}
 
 
 
static const struct dwarf_debug_section xcoff_debug_sections[] =
 
{
 
  { ".dwabrev",         NULL },
 
  { ".dwarnge",         NULL },
 
  { NULL,       NULL }, /* .debug_frame */
 
  { ".dwinfo",          NULL },
 
  { ".dwline",          NULL },
 
  { NULL,       NULL }, /* .debug_loc */
 
  { NULL,       NULL }, /* .debug_macinfo */
 
  { NULL,       NULL }, /* .debug_macro */
 
  { ".dwpbnms",         NULL },
 
  { ".dwpbtyp",         NULL },
 
  { ".dwrnges",         NULL },
 
  { NULL,       NULL }, /* .debug_static_func */
 
  { NULL,       NULL }, /* .debug_static_vars */
 
  { ".dwstr",   NULL },
 
  { NULL,       NULL }, /* .debug_types */
 
  /* GNU DWARF 1 extensions */
 
  { NULL,       NULL }, /* .debug_sfnames */
 
  { NULL,       NULL }, /* .debug_srcinfo */
 
  /* SGI/MIPS DWARF 2 extensions */
 
  { NULL,       NULL }, /* .debug_funcnames */
 
  { NULL,       NULL }, /* .debug_typenames */
 
  { NULL,       NULL }, /* .debug_varnames */
 
  { NULL,       NULL }, /* .debug_weaknames */
 
  { NULL,       NULL },
 
};
 
 
 
static bfd_boolean
 
xcoff_find_nearest_line (bfd *abfd,
 
                         asection *section,
 
                         asymbol **symbols,
 
                         bfd_vma offset,
 
                         const char **filename_ptr,
 
                         const char **functionname_ptr,
 
                         unsigned int *line_ptr)
 
{
 
  return coff_find_nearest_line_with_names (abfd, xcoff_debug_sections,
 
                                            section, symbols, offset,
 
                                            filename_ptr, functionname_ptr,
 
                                            line_ptr);
 
}
 
 


void
void
_bfd_xcoff_swap_sym_in (bfd *abfd, PTR ext1, PTR in1)
_bfd_xcoff_swap_sym_in (bfd *abfd, PTR ext1, PTR in1)
{
{
  SYMENT *ext = (SYMENT *)ext1;
  SYMENT *ext = (SYMENT *)ext1;
Line 4071... Line 4115...
    coff_print_symbol,
    coff_print_symbol,
    coff_get_symbol_info,
    coff_get_symbol_info,
    _bfd_xcoff_is_local_label_name,
    _bfd_xcoff_is_local_label_name,
    coff_bfd_is_target_special_symbol,
    coff_bfd_is_target_special_symbol,
    coff_get_lineno,
    coff_get_lineno,
    coff_find_nearest_line,
    xcoff_find_nearest_line,
    _bfd_generic_find_line,
    _bfd_generic_find_line,
    coff_find_inliner_info,
    coff_find_inliner_info,
    coff_bfd_make_debug_symbol,
    coff_bfd_make_debug_symbol,
    _bfd_generic_read_minisymbols,
    _bfd_generic_read_minisymbols,
    _bfd_generic_minisymbol_to_symbol,
    _bfd_generic_minisymbol_to_symbol,
Line 4326... Line 4370...
    coff_print_symbol,
    coff_print_symbol,
    coff_get_symbol_info,
    coff_get_symbol_info,
    _bfd_xcoff_is_local_label_name,
    _bfd_xcoff_is_local_label_name,
    coff_bfd_is_target_special_symbol,
    coff_bfd_is_target_special_symbol,
    coff_get_lineno,
    coff_get_lineno,
    coff_find_nearest_line,
    xcoff_find_nearest_line,
    _bfd_generic_find_line,
    _bfd_generic_find_line,
    coff_find_inliner_info,
    coff_find_inliner_info,
    coff_bfd_make_debug_symbol,
    coff_bfd_make_debug_symbol,
    _bfd_generic_read_minisymbols,
    _bfd_generic_read_minisymbols,
    _bfd_generic_minisymbol_to_symbol,
    _bfd_generic_minisymbol_to_symbol,

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.