aboutsummaryrefslogtreecommitdiff
path: root/bfd/bfd.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2013-04-09 15:18:40 +0000
committerNick Clifton <nickc@redhat.com>2013-04-09 15:18:40 +0000
commit79bb5c2356e7651d0aad0a0c3818f1727bc3cb74 (patch)
treedb55e417b9a04ddfb5f6db44580af6f6913d60ef /bfd/bfd.c
parent1927e618630942385e8e5dcc14780711fcd09a07 (diff)
downloadbinutils-79bb5c2356e7651d0aad0a0c3818f1727bc3cb74.zip
binutils-79bb5c2356e7651d0aad0a0c3818f1727bc3cb74.tar.gz
binutils-79bb5c2356e7651d0aad0a0c3818f1727bc3cb74.tar.bz2
* bfd.c (typedef bfd, Error reporting, Miscellaneous): Add INODEs.
* bfd.texinfo (typedef bfd, Error reporting, Miscellaneous): Add menu items.
Diffstat (limited to 'bfd/bfd.c')
-rw-r--r--bfd/bfd.c13
1 files changed, 10 insertions, 3 deletions
diff --git a/bfd/bfd.c b/bfd/bfd.c
index db4a536..10bc319 100644
--- a/bfd/bfd.c
+++ b/bfd/bfd.c
@@ -1,7 +1,5 @@
/* Generic BFD library interface and support routines.
- Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
- Free Software Foundation, Inc.
+ Copyright 1990-2013 Free Software Foundation, Inc.
Written by Cygnus Support.
This file is part of BFD, the Binary File Descriptor library.
@@ -22,6 +20,9 @@
MA 02110-1301, USA. */
/*
+INODE
+typedef bfd, Error reporting, BFD front end, BFD front end
+
SECTION
<<typedef bfd>>
@@ -340,6 +341,9 @@ CODE_FRAGMENT
where it is needed. The typedef's used are defined in bfd.h */
/*
+INODE
+Error reporting, Miscellaneous, typedef bfd, BFD front end
+
SECTION
Error reporting
@@ -883,6 +887,9 @@ bfd_get_assert_handler (void)
}
/*
+INODE
+Miscellaneous, Memory Usage, Error reporting, BFD front end
+
SECTION
Miscellaneous