aboutsummaryrefslogtreecommitdiff
path: root/gas/config/ho-sysv.h
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1994-09-21 22:16:42 +0000
committerKen Raeburn <raeburn@cygnus>1994-09-21 22:16:42 +0000
commitb0becf0c8c1dfc902444883bbea5b2c86752032d (patch)
tree9032ec2866e8aa3645a8c80ceb9c3362f47e8d71 /gas/config/ho-sysv.h
parent87bbf920bb924fd1d6a64800e1cd840e9a750b4f (diff)
downloadgdb-b0becf0c8c1dfc902444883bbea5b2c86752032d.zip
gdb-b0becf0c8c1dfc902444883bbea5b2c86752032d.tar.gz
gdb-b0becf0c8c1dfc902444883bbea5b2c86752032d.tar.bz2
delete old host-specific files
Diffstat (limited to 'gas/config/ho-sysv.h')
-rw-r--r--gas/config/ho-sysv.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/gas/config/ho-sysv.h b/gas/config/ho-sysv.h
deleted file mode 100644
index 62aacf20..0000000
--- a/gas/config/ho-sysv.h
+++ /dev/null
@@ -1,24 +0,0 @@
-/* ho-sysv.h System V specific header file.
- Copyright (C) 1987, 1991, 1992 Free Software Foundation, Inc.
-
- This file is part of GAS, the GNU Assembler.
-
- GAS is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2, or (at your option)
- any later version.
-
- GAS is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with GAS; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
-
-#include <string.h>
-extern int free ();
-extern char *malloc (), *realloc ();
-
-/* end of ho-sysv.h */