[BACK]Return to elf32-ip2k.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/elf32-ip2k.c between version 1.6 and 1.7

version 1.6, 2020/04/03 17:51:04 version 1.7, 2022/12/23 17:09:18
Line 1 
Line 1 
 /* Ubicom IP2xxx specific support for 32-bit ELF  /* Ubicom IP2xxx specific support for 32-bit ELF
    Copyright (C) 2000-2018 Free Software Foundation, Inc.     Copyright (C) 2000-2020 Free Software Foundation, Inc.
   
    This file is part of BFD, the Binary File Descriptor library.     This file is part of BFD, the Binary File Descriptor library.
   
Line 1435  ip2k_elf_relocate_section (bfd *output_b
Line 1435  ip2k_elf_relocate_section (bfd *output_b
   
           name = bfd_elf_string_from_elf_section            name = bfd_elf_string_from_elf_section
             (input_bfd, symtab_hdr->sh_link, sym->st_name);              (input_bfd, symtab_hdr->sh_link, sym->st_name);
           name = (name == NULL) ? bfd_section_name (input_bfd, sec) : name;            name = name == NULL ? bfd_section_name (sec) : name;
         }          }
       else        else
         {          {

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

CVSweb <webmaster@jp.NetBSD.org>