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

Subversion Repositories open8_urisc

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

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

Rev 148 Rev 161
Line 1372... Line 1372...
.       BFD_SEND (abfd, _bfd_relax_section, (abfd, section, link_info, again))
.       BFD_SEND (abfd, _bfd_relax_section, (abfd, section, link_info, again))
.
.
.#define bfd_gc_sections(abfd, link_info) \
.#define bfd_gc_sections(abfd, link_info) \
.       BFD_SEND (abfd, _bfd_gc_sections, (abfd, link_info))
.       BFD_SEND (abfd, _bfd_gc_sections, (abfd, link_info))
.
.
 
.#define bfd_lookup_section_flags(link_info, flag_info) \
 
.       BFD_SEND (abfd, _bfd_lookup_section_flags, (link_info, flag_info))
 
.
.#define bfd_merge_sections(abfd, link_info) \
.#define bfd_merge_sections(abfd, link_info) \
.       BFD_SEND (abfd, _bfd_merge_sections, (abfd, link_info))
.       BFD_SEND (abfd, _bfd_merge_sections, (abfd, link_info))
.
.
.#define bfd_is_group_section(abfd, sec) \
.#define bfd_is_group_section(abfd, sec) \
.       BFD_SEND (abfd, _bfd_is_group_section, (abfd, sec))
.       BFD_SEND (abfd, _bfd_is_group_section, (abfd, sec))

powered by: WebSVN 2.1.0

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