diff options
Diffstat (limited to 'bfd/coff-tic30.c')
-rw-r--r-- | bfd/coff-tic30.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/bfd/coff-tic30.c b/bfd/coff-tic30.c index a732a00..033f79d 100644 --- a/bfd/coff-tic30.c +++ b/bfd/coff-tic30.c @@ -1,5 +1,5 @@ /* BFD back-end for TMS320C30 coff binaries. - Copyright 1998, 1999, 2000, 2001, 2002, 2007 + Copyright 1998, 1999, 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc. Contributed by Steven Haworth (steve@pm.cse.rmit.edu.au) @@ -182,6 +182,10 @@ reloc_processing (relent, reloc, symbols, abfd, section) relent->address -= section->vma; } +#ifndef bfd_pe_print_pdata +#define bfd_pe_print_pdata NULL +#endif + #include "coffcode.h" const bfd_target tic30_coff_vec = |