diff options
author | John Gilmore <gnu@cygnus> | 1992-10-15 09:44:59 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-10-15 09:44:59 +0000 |
commit | 5f9ca9603825b26fca8625e98e34e75aa599f26f (patch) | |
tree | d5b5adf2cecc2c3c0bb325af699c3f1bb983ce36 /bfd/coff-z8k.c | |
parent | f8e01940189dfd4a06f8818d4442ce6d39fd9539 (diff) | |
download | gdb-5f9ca9603825b26fca8625e98e34e75aa599f26f.zip gdb-5f9ca9603825b26fca8625e98e34e75aa599f26f.tar.gz gdb-5f9ca9603825b26fca8625e98e34e75aa599f26f.tar.bz2 |
* aout-adobe.c, aoutf1.h, aoutx.h, bout.c coff-m68k.c, coff-z8k.c,
coffcode.h, elf.c, libaout.h, libbfd.h, srec.c: Lint.
Diffstat (limited to 'bfd/coff-z8k.c')
-rw-r--r-- | bfd/coff-z8k.c | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/bfd/coff-z8k.c b/bfd/coff-z8k.c index e4968aa..864b51e 100644 --- a/bfd/coff-z8k.c +++ b/bfd/coff-z8k.c @@ -151,14 +151,15 @@ static void DEFUN(reloc_processing,(relent,reloc, symbols, abfd, section) , } static bfd_vma get_value(); -static + +static void extra_case(in_abfd, seclet, reloc, data, src_ptr, dst_ptr) -bfd *in_abfd; -bfd_seclet_type *seclet; -arelent *reloc; -bfd_byte *data; -unsigned int *src_ptr; -unsigned int *dst_ptr; + bfd *in_abfd; + bfd_seclet_type *seclet; + arelent *reloc; + bfd_byte *data; + unsigned int *src_ptr; + unsigned int *dst_ptr; { switch (reloc->howto->type) { |