diff options
author | John Gilmore <gnu@cygnus> | 1991-05-02 02:52:21 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-05-02 02:52:21 +0000 |
commit | 9c6a9c925fb6e1fc71f71f58d2f5f652d5d4957b (patch) | |
tree | bd6fc6173cfec889867ef21fd150ea54286f9e53 /include/bout.h | |
parent | aec4cb918e549e6eafb8a49c741d0b417956d445 (diff) | |
download | gdb-9c6a9c925fb6e1fc71f71f58d2f5f652d5d4957b.zip gdb-9c6a9c925fb6e1fc71f71f58d2f5f652d5d4957b.tar.gz gdb-9c6a9c925fb6e1fc71f71f58d2f5f652d5d4957b.tar.bz2 |
Update for merge of main BFD and GDB's BFD. Remove "_struct" suffix
on all struct types -- they are in a separate namespace anyway.
Move bfd_alloc, bfd_zalloc, bfd_realloc, bfd_release into libbfd.h,
since external users shouldn't be calling them anyway.
Diffstat (limited to 'include/bout.h')
-rw-r--r-- | include/bout.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/bout.h b/include/bout.h index b0d4fb2..f875670 100644 --- a/include/bout.h +++ b/include/bout.h @@ -1,5 +1,4 @@ -/* $Id$ - * +/* * This file is a modified version of 'a.out.h'. It is to be used in all * GNU tools modified to support the i80960 (or tools that operate on * object files created by such tools). |