diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2001-01-01 21:37:35 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2001-01-01 21:37:35 +0000 |
commit | 3d855632912f4bbfbd6c27dc78c08f2d65e9b638 (patch) | |
tree | 19d91ca6b3ae5b2a710bcab05aefe5fe3951501f /bfd/xcoff-target.h | |
parent | 7dc542b23c952d3985345941daa082e1bb986083 (diff) | |
download | gdb-3d855632912f4bbfbd6c27dc78c08f2d65e9b638.zip gdb-3d855632912f4bbfbd6c27dc78c08f2d65e9b638.tar.gz gdb-3d855632912f4bbfbd6c27dc78c08f2d65e9b638.tar.bz2 |
2001-01-01 Kazu Hirata <kazu@hxi.com>
* reloc.c: Fix formatting.
* riscix.c: Likewise.
* rs6000-core.c: Likewise.
* xcoff-target.h: Likewise.
Diffstat (limited to 'bfd/xcoff-target.h')
-rw-r--r-- | bfd/xcoff-target.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/xcoff-target.h b/bfd/xcoff-target.h index 18084e6..22bd808 100644 --- a/bfd/xcoff-target.h +++ b/bfd/xcoff-target.h @@ -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 }; |