[BACK]Return to binary.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / gpl3 / binutils.old / dist / bfd

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/external/gpl3/binutils.old/dist/bfd/binary.c between version 1.4 and 1.5

version 1.4, 2016/12/14 21:47:51 version 1.5, 2018/04/14 15:49:38
Line 1 
Line 1 
 /* BFD back-end for binary objects.  /* BFD back-end for binary objects.
    Copyright (C) 1994-2015 Free Software Foundation, Inc.     Copyright (C) 1994-2016 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Cygnus Support, <ian@cygnus.com>     Written by Ian Lance Taylor, Cygnus Support, <ian@cygnus.com>
   
    This file is part of BFD, the Binary File Descriptor library.     This file is part of BFD, the Binary File Descriptor library.
Line 309  binary_sizeof_headers (bfd *abfd ATTRIBU
Line 309  binary_sizeof_headers (bfd *abfd ATTRIBU
 #define binary_bfd_define_common_symbol            bfd_generic_define_common_symbol  #define binary_bfd_define_common_symbol            bfd_generic_define_common_symbol
 #define binary_bfd_link_hash_table_create         _bfd_generic_link_hash_table_create  #define binary_bfd_link_hash_table_create         _bfd_generic_link_hash_table_create
 #define binary_bfd_link_just_syms                 _bfd_generic_link_just_syms  #define binary_bfd_link_just_syms                 _bfd_generic_link_just_syms
 #define binary_bfd_copy_link_hash_symbol_type \  #define binary_bfd_copy_link_hash_symbol_type     _bfd_generic_copy_link_hash_symbol_type
   _bfd_generic_copy_link_hash_symbol_type  
 #define binary_bfd_link_add_symbols               _bfd_generic_link_add_symbols  #define binary_bfd_link_add_symbols               _bfd_generic_link_add_symbols
 #define binary_bfd_final_link                     _bfd_generic_final_link  #define binary_bfd_final_link                     _bfd_generic_final_link
 #define binary_bfd_link_split_section             _bfd_generic_link_split_section  #define binary_bfd_link_split_section             _bfd_generic_link_split_section
 #define binary_get_section_contents_in_window     _bfd_generic_get_section_contents_in_window  #define binary_get_section_contents_in_window     _bfd_generic_get_section_contents_in_window
   #define binary_bfd_link_check_relocs              _bfd_generic_link_check_relocs
   
 const bfd_target binary_vec =  const bfd_target binary_vec =
 {  {

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

CVSweb <webmaster@jp.NetBSD.org>