[BACK]Return to hppabsd-core.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/hppabsd-core.c between version 1.5 and 1.6

version 1.5, 2018/04/14 15:49:39 version 1.6, 2020/04/03 17:51:04
Line 1 
Line 1 
 /* BFD back-end for HPPA BSD core files.  /* BFD back-end for HPPA BSD core files.
    Copyright (C) 1993-2016 Free Software Foundation, Inc.     Copyright (C) 1993-2018 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 227  const bfd_target core_hppabsd_vec =
Line 227  const bfd_target core_hppabsd_vec =
      HAS_LINENO | HAS_DEBUG |       HAS_LINENO | HAS_DEBUG |
      HAS_SYMS | HAS_LOCALS | WP_TEXT | D_PAGED),       HAS_SYMS | HAS_LOCALS | WP_TEXT | D_PAGED),
     (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC), /* section flags */      (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC), /* section flags */
     0,                                                     /* symbol prefix */      0,                                                     /* symbol prefix */
     ' ',                                                   /* ar_pad_char */      ' ',                                                   /* ar_pad_char */
     16,                                                    /* ar_max_namelen */      16,                                                    /* ar_max_namelen */
     NO_GET64, NO_GETS64, NO_PUT64,      /* 64 bit data */      NO_GET64, NO_GETS64, NO_PUT64,      /* 64 bit data */
Line 244  const bfd_target core_hppabsd_vec =
Line 244  const bfd_target core_hppabsd_vec =
       hppabsd_core_core_file_p          /* a core file */        hppabsd_core_core_file_p          /* a core file */
     },      },
     {                           /* bfd_set_format */      {                           /* bfd_set_format */
       bfd_false, bfd_false,        _bfd_bool_bfd_false_error,
       bfd_false, bfd_false        _bfd_bool_bfd_false_error,
         _bfd_bool_bfd_false_error,
         _bfd_bool_bfd_false_error
     },      },
     {                           /* bfd_write_contents */      {                           /* bfd_write_contents */
       bfd_false, bfd_false,        _bfd_bool_bfd_false_error,
       bfd_false, bfd_false        _bfd_bool_bfd_false_error,
         _bfd_bool_bfd_false_error,
         _bfd_bool_bfd_false_error
     },      },
   
     BFD_JUMP_TABLE_GENERIC (_bfd_generic),      BFD_JUMP_TABLE_GENERIC (_bfd_generic),

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

CVSweb <webmaster@jp.NetBSD.org>