summaryrefslogtreecommitdiff
path: root/bfd/coff-ia64.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2000-11-10 20:55:44 +0000
committerKazu Hirata <kazu@codesourcery.com>2000-11-10 20:55:44 +0000
commit2a5594d6356e9e32f45ce862affc7f8bf73d353f (patch)
treebd8c24589eff42bcec5aa892b8205ea08ad82bc7 /bfd/coff-ia64.c
parent0f9e18ec6c0e8d916844a0f29e570f42c20d5f1f (diff)
downloadbinutils-redhat-2a5594d6356e9e32f45ce862affc7f8bf73d353f.tar.gz
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.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/bfd/coff-ia64.c b/bfd/coff-ia64.c
index df867e7371..6054e4c998 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 */