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/sysdep.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/sysdep.h')
-rwxr-xr-x | include/sysdep.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/include/sysdep.h b/include/sysdep.h index 25996d81..ccaf13d 100755 --- a/include/sysdep.h +++ b/include/sysdep.h @@ -16,18 +16,12 @@ You should have received a copy of the GNU General Public License along with BFD; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id$ */ - /* All the system include files boiled into one place. One day, everyone will have the same set of include files.. This is ugly, but if you can think of a better way of doing this, - tell me. steve@cygnus.com - -*/ - - + tell me. --steve@cygnus.com */ #ifndef _SYSDEP_H #define _SYSDEP_H |