2001-01-01 Kazu Hirata <kazu@hxi.com>

* reloc.c: Fix formatting.
	* riscix.c: Likewise.
	* rs6000-core.c: Likewise.
	* xcoff-target.h: Likewise.
This commit is contained in:
Kazu Hirata
2001-01-01 21:37:35 +00:00
parent 7dc542b23c
commit 3d85563291
5 changed files with 76 additions and 99 deletions

View File

@@ -146,7 +146,7 @@ extern unsigned int _bfd_xcoff_swap_aux_out PARAMS ((bfd *, PTR, int, int, int,
#include "coffcode.h"
/* The transfer vector that leads the outside world to all of the above. */
/* The transfer vector that leads the outside world to all of the above. */
const bfd_target TARGET_SYM =
{
@@ -189,6 +189,6 @@ const bfd_target TARGET_SYM =
BFD_JUMP_TABLE_DYNAMIC (_bfd_xcoff),
NULL,
COFF_SWAP_TABLE
};