diff options
author | John Gilmore <gnu@cygnus> | 1991-10-04 02:49:06 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-10-04 02:49:06 +0000 |
commit | f004165ea50e6515128729bcbfe3a12db1e0a627 (patch) | |
tree | cb511b6bb8ee873e3aee04ae6bfa6b2287786b21 /bfd/libbfd-in.h | |
parent | b14f76edd1e62933e0c633f61390624443c3f509 (diff) | |
download | gdb-f004165ea50e6515128729bcbfe3a12db1e0a627.zip gdb-f004165ea50e6515128729bcbfe3a12db1e0a627.tar.gz gdb-f004165ea50e6515128729bcbfe3a12db1e0a627.tar.bz2 |
* bfd-in.h: enum boolean => enum bfd_boolean for SVR4. Gumby's
prediction is vindicated!
* bfd-in.h, libbfd-in.h, doc/Makefile, doc/tolibbfd, doc/intobfd:
Remove refs to howto.c, since Steve forgot.
Diffstat (limited to 'bfd/libbfd-in.h')
-rw-r--r-- | bfd/libbfd-in.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bfd/libbfd-in.h b/bfd/libbfd-in.h index 9932071..57d8f7e 100644 --- a/bfd/libbfd-in.h +++ b/bfd/libbfd-in.h @@ -20,7 +20,6 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id$ */ /* If you want to read and write large blocks, you might want to do it in quanta of this amount */ @@ -194,7 +193,5 @@ extern bfd *bfd_last_cache; /*:cpu-empty.c*/ -/*:howto.c*/ - /*:archures.c*/ |