aboutsummaryrefslogtreecommitdiff
path: root/gas/config/ho-vax.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-vax.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-vax.h')
-rw-r--r--gas/config/ho-vax.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/gas/config/ho-vax.h b/gas/config/ho-vax.h
deleted file mode 100644
index ed8ccc7..0000000
--- a/gas/config/ho-vax.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/* ho-vax.h Intended for vax ultrix
- 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. */
-
-#if __STDC__ != 1
-#define NO_STDARG
-#endif /* not ansi */
-
-extern char *malloc ();
-extern char *realloc ();
-extern int free ();
-
-/* end of ho-vax.h */