diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2000-11-16 00:54:12 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2000-11-16 00:54:12 +0000 |
commit | cbfe05c4c649f887c078c9b7268e4484fbe5d45c (patch) | |
tree | d6a50340bc1131cfa25eb1900132fce2719e360d /bfd/coff-tic30.c | |
parent | d34802440cbfa90c30602e62e18100c81427ea86 (diff) | |
download | gdb-cbfe05c4c649f887c078c9b7268e4484fbe5d45c.zip gdb-cbfe05c4c649f887c078c9b7268e4484fbe5d45c.tar.gz gdb-cbfe05c4c649f887c078c9b7268e4484fbe5d45c.tar.bz2 |
2000-11-15 Kazu Hirata <kazu@hxi.com>
* coff-rs6000.c: Fix formatting.
* coff-sh.c: Likewise.
* coff-sparc.c: Likewise.
* coff-tic30.c: Likewise.
* coff-tic54x.c: Likewise.
* coff-tic80.c: Likewise.
* coff-w65.c: Likewise.
* coff-we32k.c: Likewise.
* coff-z8k.c: Likewise.
Diffstat (limited to 'bfd/coff-tic30.c')
-rw-r--r-- | bfd/coff-tic30.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/bfd/coff-tic30.c b/bfd/coff-tic30.c index a971f76..267ca97 100644 --- a/bfd/coff-tic30.c +++ b/bfd/coff-tic30.c @@ -49,7 +49,7 @@ reloc_howto_type tic30_coff_howto_table[] = /* For the case statement use the code values used in tc_gen_reloc to map to the howto table entries that match those in both the aout - and coff implementations. */ + and coff implementations. */ reloc_howto_type * tic30_coff_reloc_type_lookup (abfd, code) bfd *abfd ATTRIBUTE_UNUSED; @@ -86,7 +86,6 @@ coff_tic30_select_reloc (howto) #define SELECT_RELOC(x,howto) x.r_type = coff_tic30_select_reloc(howto) - #define BADMAG(x) TIC30BADMAG(x) #define TIC30 1 /* Customize coffcode.h */ #define __A_MAGIC_SET__ @@ -97,7 +96,7 @@ coff_tic30_select_reloc (howto) #define SWAP_OUT_RELOC_EXTRA(abfd, src, dst) dst->r_stuff[0] = 'S'; \ dst->r_stuff[1] = 'C'; -/* Code to turn a r_type into a howto ptr, uses the above howto table. */ +/* Code to turn a r_type into a howto ptr, uses the above howto table. */ static void rtype2howto (internal, dst) @@ -134,7 +133,6 @@ rtype2howto (internal, dst) #define CALC_ADDEND(abfd, symbol, ext_reloc, cache_ptr) \ cache_ptr->addend = ext_reloc.r_offset; - #define RELOC_PROCESSING(relent,reloc,symbols,abfd,section) \ reloc_processing(relent, reloc, symbols, abfd, section) @@ -203,6 +201,6 @@ const bfd_target tic30_coff_vec = BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic), NULL, - + COFF_SWAP_TABLE }; |