summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/bfd/aout-target.h
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/bfd/aout-target.h')
-rw-r--r--binutils-2.25/bfd/aout-target.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/binutils-2.25/bfd/aout-target.h b/binutils-2.25/bfd/aout-target.h
index 1ffef871..3bca8b55 100644
--- a/binutils-2.25/bfd/aout-target.h
+++ b/binutils-2.25/bfd/aout-target.h
@@ -1,7 +1,5 @@
/* Define a target vector and some small routines for a variant of a.out.
- Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2009, 2010, 2011
- Free Software Foundation, Inc.
+ Copyright (C) 1990-2014 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
@@ -470,6 +468,9 @@ MY_bfd_final_link (bfd *abfd, struct bfd_link_info *info)
#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
@@ -523,9 +524,6 @@ MY_bfd_final_link (bfd *abfd, struct bfd_link_info *info)
#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