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

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [bfd/] [elfxx-target.h] - Diff between revs 148 and 161

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 148 Rev 161
Line 141... Line 141...
#endif
#endif
#ifndef elf_backend_gc_mark_hook
#ifndef elf_backend_gc_mark_hook
#define elf_backend_gc_mark_hook        _bfd_elf_gc_mark_hook
#define elf_backend_gc_mark_hook        _bfd_elf_gc_mark_hook
#endif
#endif
#ifndef elf_backend_gc_mark_extra_sections
#ifndef elf_backend_gc_mark_extra_sections
#define elf_backend_gc_mark_extra_sections      NULL
#define elf_backend_gc_mark_extra_sections _bfd_elf_gc_mark_extra_sections
#endif
#endif
#ifndef elf_backend_gc_sweep_hook
#ifndef elf_backend_gc_sweep_hook
#define elf_backend_gc_sweep_hook       NULL
#define elf_backend_gc_sweep_hook       NULL
#endif
#endif
#ifndef bfd_elfNN_bfd_gc_sections
#ifndef bfd_elfNN_bfd_gc_sections
Line 172... Line 172...
 
 
#ifndef bfd_elfNN_bfd_define_common_symbol
#ifndef bfd_elfNN_bfd_define_common_symbol
#define bfd_elfNN_bfd_define_common_symbol bfd_generic_define_common_symbol
#define bfd_elfNN_bfd_define_common_symbol bfd_generic_define_common_symbol
#endif
#endif
 
 
 
#ifndef bfd_elfNN_bfd_lookup_section_flags
 
#define bfd_elfNN_bfd_lookup_section_flags bfd_elf_lookup_section_flags
 
#endif
 
 
#ifndef bfd_elfNN_bfd_make_debug_symbol
#ifndef bfd_elfNN_bfd_make_debug_symbol
#define bfd_elfNN_bfd_make_debug_symbol \
#define bfd_elfNN_bfd_make_debug_symbol \
  ((asymbol * (*) (bfd *, void *, unsigned long)) bfd_nullvoidptr)
  ((asymbol * (*) (bfd *, void *, unsigned long)) bfd_nullvoidptr)
#endif
#endif
 
 
Line 304... Line 308...
 
 
#ifndef elf_info_to_howto_rel
#ifndef elf_info_to_howto_rel
#define elf_info_to_howto_rel 0
#define elf_info_to_howto_rel 0
#endif
#endif
 
 
 
#ifndef elf_backend_arch_data
 
#define elf_backend_arch_data NULL
 
#endif
 
 
#ifndef ELF_TARGET_ID
#ifndef ELF_TARGET_ID
#define ELF_TARGET_ID   GENERIC_ELF_DATA
#define ELF_TARGET_ID   GENERIC_ELF_DATA
#endif
#endif
 
 
#ifndef ELF_OSABI
#ifndef ELF_OSABI
Line 527... Line 535...
#define elf_backend_grok_psinfo                 NULL
#define elf_backend_grok_psinfo                 NULL
#endif
#endif
#ifndef elf_backend_write_core_note
#ifndef elf_backend_write_core_note
#define elf_backend_write_core_note             NULL
#define elf_backend_write_core_note             NULL
#endif
#endif
 
#ifndef elf_backend_lookup_section_flags_hook
 
#define elf_backend_lookup_section_flags_hook   NULL
 
#endif
#ifndef elf_backend_reloc_type_class
#ifndef elf_backend_reloc_type_class
#define elf_backend_reloc_type_class            _bfd_elf_reloc_type_class
#define elf_backend_reloc_type_class            _bfd_elf_reloc_type_class
#endif
#endif
#ifndef elf_backend_discard_info
#ifndef elf_backend_discard_info
#define elf_backend_discard_info                NULL
#define elf_backend_discard_info                NULL
Line 659... Line 670...
  ELF_OSABI,                    /* elf_osabi  */
  ELF_OSABI,                    /* elf_osabi  */
  ELF_MAXPAGESIZE,              /* maxpagesize */
  ELF_MAXPAGESIZE,              /* maxpagesize */
  ELF_MINPAGESIZE,              /* minpagesize */
  ELF_MINPAGESIZE,              /* minpagesize */
  ELF_COMMONPAGESIZE,           /* commonpagesize */
  ELF_COMMONPAGESIZE,           /* commonpagesize */
  ELF_DYNAMIC_SEC_FLAGS,        /* dynamic_sec_flags */
  ELF_DYNAMIC_SEC_FLAGS,        /* dynamic_sec_flags */
 
  elf_backend_arch_data,
  elf_info_to_howto,
  elf_info_to_howto,
  elf_info_to_howto_rel,
  elf_info_to_howto_rel,
  elf_backend_sym_is_global,
  elf_backend_sym_is_global,
  elf_backend_object_p,
  elf_backend_object_p,
  elf_backend_symbol_processing,
  elf_backend_symbol_processing,
Line 715... Line 727...
  elf_backend_emit_relocs,
  elf_backend_emit_relocs,
  elf_backend_count_relocs,
  elf_backend_count_relocs,
  elf_backend_grok_prstatus,
  elf_backend_grok_prstatus,
  elf_backend_grok_psinfo,
  elf_backend_grok_psinfo,
  elf_backend_write_core_note,
  elf_backend_write_core_note,
 
  elf_backend_lookup_section_flags_hook,
  elf_backend_reloc_type_class,
  elf_backend_reloc_type_class,
  elf_backend_discard_info,
  elf_backend_discard_info,
  elf_backend_ignore_discarded_relocs,
  elf_backend_ignore_discarded_relocs,
  elf_backend_action_discarded,
  elf_backend_action_discarded,
  elf_backend_eh_frame_address_size,
  elf_backend_eh_frame_address_size,

powered by: WebSVN 2.1.0

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