summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/bfd/aout-tic30.c
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/bfd/aout-tic30.c')
-rw-r--r--binutils-2.25/bfd/aout-tic30.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/binutils-2.25/bfd/aout-tic30.c b/binutils-2.25/bfd/aout-tic30.c
index d8ce9be3..e74464d5 100644
--- a/binutils-2.25/bfd/aout-tic30.c
+++ b/binutils-2.25/bfd/aout-tic30.c
@@ -1,7 +1,5 @@
/* BFD back-end for TMS320C30 a.out binaries.
- Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2009,
- 2010, 2011, 2012
- Free Software Foundation, Inc.
+ Copyright (C) 1998-2014 Free Software Foundation, Inc.
Contributed by Steven Haworth (steve@pm.cse.rmit.edu.au)
This file is part of BFD, the Binary File Descriptor library.
@@ -928,6 +926,9 @@ tic30_aout_set_arch_mach (bfd *abfd,
#ifndef MY_find_nearest_line
#define MY_find_nearest_line NAME (aout, find_nearest_line)
#endif
+#ifndef MY_find_line
+#define MY_find_line _bfd_nosymbols_find_line
+#endif
#ifndef MY_find_inliner_info
#define MY_find_inliner_info _bfd_nosymbols_find_inliner_info
#endif
@@ -981,9 +982,6 @@ tic30_aout_set_arch_mach (bfd *abfd,
#ifndef MY_bfd_link_hash_table_create
#define MY_bfd_link_hash_table_create NAME (aout, link_hash_table_create)
#endif
-#ifndef MY_bfd_link_hash_table_free
-#define MY_bfd_link_hash_table_free _bfd_generic_link_hash_table_free
-#endif
#ifndef MY_bfd_link_add_symbols
#define MY_bfd_link_add_symbols NAME (aout, link_add_symbols)
#endif