Deleted Added
full compact
osf-core.c (89857) osf-core.c (91041)
1/* BFD back-end for OSF/1 core files.
2 Copyright 1993, 1994, 1995, 1998, 1999, 2001, 2002
3 Free Software Foundation, Inc.
4
5This file is part of BFD, the Binary File Descriptor library.
6
7This program is free software; you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by

--- 177 unchanged lines hidden (view full) ---

186#define NO_PUT ((void (*) PARAMS ((bfd_vma, bfd_byte *))) swap_abort )
187#define NO_SIGNED_GET \
188 ((bfd_signed_vma (*) PARAMS ((const bfd_byte *))) swap_abort )
189
190const bfd_target osf_core_vec =
191 {
192 "osf-core",
193 bfd_target_unknown_flavour,
1/* BFD back-end for OSF/1 core files.
2 Copyright 1993, 1994, 1995, 1998, 1999, 2001, 2002
3 Free Software Foundation, Inc.
4
5This file is part of BFD, the Binary File Descriptor library.
6
7This program is free software; you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by

--- 177 unchanged lines hidden (view full) ---

186#define NO_PUT ((void (*) PARAMS ((bfd_vma, bfd_byte *))) swap_abort )
187#define NO_SIGNED_GET \
188 ((bfd_signed_vma (*) PARAMS ((const bfd_byte *))) swap_abort )
189
190const bfd_target osf_core_vec =
191 {
192 "osf-core",
193 bfd_target_unknown_flavour,
194 BFD_ENDIAN_BIG, /* target byte order */
195 BFD_ENDIAN_BIG, /* target headers byte order */
194 BFD_ENDIAN_LITTLE, /* target byte order */
195 BFD_ENDIAN_LITTLE, /* target headers byte order */
196 (HAS_RELOC | EXEC_P | /* object flags */
197 HAS_LINENO | HAS_DEBUG |
198 HAS_SYMS | HAS_LOCALS | WP_TEXT | D_PAGED),
199 (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC), /* section flags */
200 0, /* symbol prefix */
201 ' ', /* ar_pad_char */
202 16, /* ar_max_namelen */
203 NO_GET, NO_SIGNED_GET, NO_PUT, /* 64 bit data */

--- 35 unchanged lines hidden ---
196 (HAS_RELOC | EXEC_P | /* object flags */
197 HAS_LINENO | HAS_DEBUG |
198 HAS_SYMS | HAS_LOCALS | WP_TEXT | D_PAGED),
199 (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC), /* section flags */
200 0, /* symbol prefix */
201 ' ', /* ar_pad_char */
202 16, /* ar_max_namelen */
203 NO_GET, NO_SIGNED_GET, NO_PUT, /* 64 bit data */

--- 35 unchanged lines hidden ---