aboutsummaryrefslogtreecommitdiff
path: root/bfd/elfcode.h
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2001-05-03 06:18:09 +0000
committerH.J. Lu <hjl.tools@gmail.com>2001-05-03 06:18:09 +0000
commit210ba1e83d46204c1c1afaa6bb91b83c8186608d (patch)
tree32fa7e8ca72f64b47ebba21216f90a77668dde7b /bfd/elfcode.h
parentb274749094a9c6308250a5e2f31a7fe92b122a47 (diff)
downloadgdb-210ba1e83d46204c1c1afaa6bb91b83c8186608d.zip
gdb-210ba1e83d46204c1c1afaa6bb91b83c8186608d.tar.gz
gdb-210ba1e83d46204c1c1afaa6bb91b83c8186608d.tar.bz2
2001-05-03 H.J. Lu <hjl@gnu.org>
* elfcode.h: Include "libiberty.h". * elflink.h (elf_link_add_object_symbols): Set elf_dt_name (abfd) to basename of the bfd filename. (NAME(bfd_elf,size_dynamic_sections)): Set vn_file to basename of the bfd filename.
Diffstat (limited to 'bfd/elfcode.h')
-rw-r--r--bfd/elfcode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/elfcode.h b/bfd/elfcode.h
index 4984896..c5e9821 100644
--- a/bfd/elfcode.h
+++ b/bfd/elfcode.h
@@ -66,6 +66,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include "bfd.h"
#include "sysdep.h"
+#include "libiberty.h"
#include "bfdlink.h"
#include "libbfd.h"
#include "elf-bfd.h"