diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2000-11-10 20:55:44 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2000-11-10 20:55:44 +0000 |
commit | 5fcfd273c3f5dbc63b64a5eef0893cd38d4f49e8 (patch) | |
tree | 54453c9b5c9494f5267974ab3cdd46e08df16c99 /bfd/coff-ia64.c | |
parent | * inferior.h (step_over_calls_kind): New enum to clarify values in (diff) | |
download | binutils-gdb-5fcfd273c3f5dbc63b64a5eef0893cd38d4f49e8.tar.gz binutils-gdb-5fcfd273c3f5dbc63b64a5eef0893cd38d4f49e8.tar.bz2 binutils-gdb-5fcfd273c3f5dbc63b64a5eef0893cd38d4f49e8.zip |
2000-11-10 Kazu Hirata <kazu@hxi.com>
* coff-h8300.c: Fix formatting.
* coff-h8500.c: Likewise.
* coff-i386.c: Likewise.
* coff-i860.c: Likewise.
* coff-i960.c: Likewise.
* coff-ia64.c: Likewise.
Diffstat (limited to 'bfd/coff-ia64.c')
-rw-r--r-- | bfd/coff-ia64.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bfd/coff-ia64.c b/bfd/coff-ia64.c index df867e73717..6054e4c9989 100644 --- a/bfd/coff-ia64.c +++ b/bfd/coff-ia64.c @@ -35,7 +35,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #define COFF_PAGE_SIZE 0x1000 -static reloc_howto_type howto_table[] = +static reloc_howto_type howto_table[] = { {0}, }; @@ -54,15 +54,15 @@ static reloc_howto_type howto_table[] = #ifdef COFF_WITH_PE /* Return true if this relocation should - appear in the output .reloc section. */ + appear in the output .reloc section. */ static boolean in_reloc_p(abfd, howto) bfd * abfd; reloc_howto_type *howto; { - return 0; /* We don't do relocs for now... */ -} + return 0; /* We don't do relocs for now... */ +} #endif #include "coffcode.h" @@ -174,7 +174,7 @@ const bfd_target bfd_getl32, bfd_getl_signed_32, bfd_putl32, bfd_getl16, bfd_getl_signed_16, bfd_putl16, /* hdrs */ -/* Note that we allow an object file to be treated as a core file as well. */ +/* Note that we allow an object file to be treated as a core file as well. */ {_bfd_dummy_target, ia64coff_object_p, /* bfd_check_format */ bfd_generic_archive_p, ia64coff_object_p}, {bfd_false, coff_mkobject, _bfd_generic_mkarchive, /* bfd_set_format */ |