X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=bfd%2Fcoff-apollo.c;h=d7ab30853b93a406191e66d96b537c5bcb9d5c42;hb=46a2d504dd875caf60f9be191a55c9ff676bcd5c;hp=6c3047352c4ce56ccee8427bc9bf404fe43d302c;hpb=cd123cb70c845b890eed231a84e6e84c92c2ef92;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/coff-apollo.c b/bfd/coff-apollo.c index 6c3047352c..d7ab30853b 100644 --- a/bfd/coff-apollo.c +++ b/bfd/coff-apollo.c @@ -1,6 +1,5 @@ /* BFD back-end for Apollo 68000 COFF binaries. - Copyright 1990, 1991, 1992, 1993, 1994, 1999, 2000, 2001, 2002, 2003, - 2007 Free Software Foundation, Inc. + Copyright (C) 1990-2016 Free Software Foundation, Inc. By Troy Rollo (troy@cbme.unsw.edu.au) Based on m68k standard COFF version Written by Cygnus Support. @@ -52,14 +51,12 @@ reloc_howto_type apollocoff_howto_table[] = /* Turn a howto into a reloc number. */ -extern void apollo_rtype2howto PARAMS ((arelent *, int)); -extern int apollo_howto2rtype PARAMS ((reloc_howto_type *)); +extern void apollo_rtype2howto (arelent *, int); +extern int apollo_howto2rtype (reloc_howto_type *); #ifndef ONLY_DECLARE_RELOCS void -apollo_rtype2howto (internal, relocentry) - arelent *internal; - int relocentry; +apollo_rtype2howto (arelent *internal, int relocentry) { switch (relocentry) { @@ -74,8 +71,7 @@ apollo_rtype2howto (internal, relocentry) } int -apollo_howto2rtype (internal) - reloc_howto_type *internal; +apollo_howto2rtype (reloc_howto_type *internal) { if (internal->pc_relative) { @@ -105,10 +101,12 @@ apollo_howto2rtype (internal) #define SELECT_RELOC(external, internal) \ external.r_type = apollo_howto2rtype (internal); +#define bfd_pe_print_pdata NULL + #include "coffcode.h" #ifndef TARGET_SYM -#define TARGET_SYM apollocoff_vec +#define TARGET_SYM m68k_coff_apollo_vec #endif #ifndef TARGET_NAME