From b0becf0c8c1dfc902444883bbea5b2c86752032d Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Wed, 21 Sep 1994 22:16:42 +0000 Subject: [PATCH] delete old host-specific files --- gas/config/ho-ansi.h | 29 -------------- gas/config/ho-decstatn.h | 29 -------------- gas/config/ho-generic.h | 38 ------------------- gas/config/ho-go32.h | 32 ---------------- gas/config/ho-hppabsd.h | 42 --------------------- gas/config/ho-hppaosf.h | 38 ------------------- gas/config/ho-hpux.h | 47 ----------------------- gas/config/ho-i386.h | 26 ------------- gas/config/ho-i386aix.h | 25 ------------- gas/config/ho-irix.h | 27 -------------- gas/config/ho-mach3.h | 34 ----------------- gas/config/ho-mipsbsd.h | 24 ------------ gas/config/ho-mpw.h | 81 ---------------------------------------- gas/config/ho-rs6000.h | 39 ------------------- gas/config/ho-sun3.h | 3 -- gas/config/ho-sun386.h | 5 --- gas/config/ho-sun4.h | 3 -- gas/config/ho-sunos.h | 72 ----------------------------------- gas/config/ho-sysv.h | 24 ------------ gas/config/ho-vax.h | 28 -------------- gas/config/ho-vms.h | 40 -------------------- gas/config/ho-vsta.h | 27 -------------- 22 files changed, 713 deletions(-) delete mode 100644 gas/config/ho-ansi.h delete mode 100644 gas/config/ho-decstatn.h delete mode 100644 gas/config/ho-generic.h delete mode 100644 gas/config/ho-go32.h delete mode 100644 gas/config/ho-hppabsd.h delete mode 100644 gas/config/ho-hppaosf.h delete mode 100644 gas/config/ho-hpux.h delete mode 100644 gas/config/ho-i386.h delete mode 100644 gas/config/ho-i386aix.h delete mode 100644 gas/config/ho-irix.h delete mode 100644 gas/config/ho-mach3.h delete mode 100644 gas/config/ho-mipsbsd.h delete mode 100644 gas/config/ho-mpw.h delete mode 100644 gas/config/ho-rs6000.h delete mode 100644 gas/config/ho-sun3.h delete mode 100644 gas/config/ho-sun386.h delete mode 100644 gas/config/ho-sun4.h delete mode 100644 gas/config/ho-sunos.h delete mode 100644 gas/config/ho-sysv.h delete mode 100644 gas/config/ho-vax.h delete mode 100644 gas/config/ho-vms.h delete mode 100644 gas/config/ho-vsta.h diff --git a/gas/config/ho-ansi.h b/gas/config/ho-ansi.h deleted file mode 100644 index bd2d9094633..00000000000 --- a/gas/config/ho-ansi.h +++ /dev/null @@ -1,29 +0,0 @@ -/* ho-ansi.h Host-specific header file for generic ansi environments. - 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. */ - -#define M_ANSI 1 - -#include -#include -#include - -#define sys_nerr _sys_nerr -#define sys_errlist _sys_errlist - -/* end of ho-ansi.h */ diff --git a/gas/config/ho-decstatn.h b/gas/config/ho-decstatn.h deleted file mode 100644 index 30d0d600894..00000000000 --- a/gas/config/ho-decstatn.h +++ /dev/null @@ -1,29 +0,0 @@ -/* ho-pmax.h Host-specific header file for decstation 3100. - Copyright (C) 1987, 1990, 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 - -extern char *malloc (); -extern int free (); - -#if !defined(__GNUC__) -#define BROKEN_ASSERT -#endif /* not gcc */ - -/* end of ho-decstation.h */ diff --git a/gas/config/ho-generic.h b/gas/config/ho-generic.h deleted file mode 100644 index c15181fceeb..00000000000 --- a/gas/config/ho-generic.h +++ /dev/null @@ -1,38 +0,0 @@ -/* ho-generic.h Generic host-specific header file. - Copyright 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. */ - -/* It is my intent that this become a file capable of config'ing and - compiling for nearly any host as aid for testing and porting. - xoxorich. */ - -#define M_GENERIC 1 - -#define HAVE_STRERROR - -#include - -#ifdef __STDC__ -extern void *malloc (), *realloc (); -extern void free (); -#else -extern char *malloc (), *realloc (); -extern int free (); -#endif - -/* end of ho-generic.h */ diff --git a/gas/config/ho-go32.h b/gas/config/ho-go32.h deleted file mode 100644 index 48704ec529f..00000000000 --- a/gas/config/ho-go32.h +++ /dev/null @@ -1,32 +0,0 @@ -/* ho-go32.h i386 specific header file. - Copyright (C) 1994 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. */ - -#define HO_GO32 1 - -#include "fopen-bin.h" - -extern void free (); -extern void *malloc (); - -/* end of ho-go32.h */ - - - - - diff --git a/gas/config/ho-hppabsd.h b/gas/config/ho-hppabsd.h deleted file mode 100644 index 89776342ac4..00000000000 --- a/gas/config/ho-hppabsd.h +++ /dev/null @@ -1,42 +0,0 @@ -/* ho-hppabsd.h BSD host-specific header file. - Copyright 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. */ - -/* HP PA-RISC and BSD support was contributed by the Center for - Software Science at the University of Utah. */ - -#define M_HPPABSD 1 - -#if __STDC__ != 1 -#define NO_STDARG -#endif /* not ansi */ - -#define HAVE_STRERROR -extern int errno; - -#include -#include -#include -#include - - -/* SKV 12/08/92. Include correctly configured declaration of alloca. */ - -#include "../libiberty/alloca-conf.h" - -/* end of ho-hppabsd.h */ diff --git a/gas/config/ho-hppaosf.h b/gas/config/ho-hppaosf.h deleted file mode 100644 index 2cc280495bc..00000000000 --- a/gas/config/ho-hppaosf.h +++ /dev/null @@ -1,38 +0,0 @@ -/* ho-hppaosf.h OSF/1 host-specific header file. - Copyright 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. */ - -/* HP PA-RISC and OSF/1 support was contributed by the Center for - Software Science at the University of Utah. */ - -#define M_HPPAOSF 1 - -#if __STDC__ != 1 -#define NO_STDARG -#endif /* not ansi */ - -#define HAVE_STRERROR -extern int errno; - -#include - -/* SKV 12/08/92. Include correctly configured declaration of alloca. */ - -#include "../libiberty/alloca-conf.h" - -/* end of ho-hppaosf.h */ diff --git a/gas/config/ho-hpux.h b/gas/config/ho-hpux.h deleted file mode 100644 index 38099e020dc..00000000000 --- a/gas/config/ho-hpux.h +++ /dev/null @@ -1,47 +0,0 @@ -/* ho-hpux.h -- Header to compile the assembler under HP-UX - Copyright (C) 1988, 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. */ - -/* This header file contains the #defines specific - to HPUX changes sent me by cph@zurich.ai.mit.edu */ -#ifndef hpux -#define hpux -#endif - -#ifdef setbuffer -#undef setbuffer -#endif /* setbuffer */ - -/* When using cc on HP/UX 8.07, an assert condition can not contain a - string literal. */ -#ifndef __GNUC__ -#define BROKEN_ASSERT -#endif - -#define setbuffer(stream, buf, size) - -/* Some basic include files. Avoid including ho-sysv.h as it defines - malloc and free and the declarations do not match what HPUX puts - in its include files! Declaring such system functions is not all - that good of an idea. */ -#include -#include -#include -#include - -/* end of ho-hpux.h */ diff --git a/gas/config/ho-i386.h b/gas/config/ho-i386.h deleted file mode 100644 index c9938177ee6..00000000000 --- a/gas/config/ho-i386.h +++ /dev/null @@ -1,26 +0,0 @@ -/* ho-i386.h i386 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. */ - -#define HO_I386 1 - -#define NO_STDARG - -#include "ho-sysv.h" - -/* end of ho-i386.h */ diff --git a/gas/config/ho-i386aix.h b/gas/config/ho-i386aix.h deleted file mode 100644 index eb2ce199a3e..00000000000 --- a/gas/config/ho-i386aix.h +++ /dev/null @@ -1,25 +0,0 @@ -/* ho-386aix.h AIX PS/2 i386 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. */ - -#define HO_I386 1 - -#include -#include - -/* end of ho-i386aix.h */ diff --git a/gas/config/ho-irix.h b/gas/config/ho-irix.h deleted file mode 100644 index beb34725e0e..00000000000 --- a/gas/config/ho-irix.h +++ /dev/null @@ -1,27 +0,0 @@ -/* ho-irix.h Irix host-specific header file. - Copyright (C) 1993 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 "ho-generic.h" - -/* The assert.h macros don't work if the argument contains a newline. */ -#ifndef __GNUC__ -#define BROKEN_ASSERT -#endif - -/* end of ho-irix.h */ diff --git a/gas/config/ho-mach3.h b/gas/config/ho-mach3.h deleted file mode 100644 index dcc7e26b499..00000000000 --- a/gas/config/ho-mach3.h +++ /dev/null @@ -1,34 +0,0 @@ -/* ho-mach3.h Mach 3 host-specific header file. - Copyright 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. */ - -#define HAVE_STRERROR - -#include -#include -extern int errno; - -#ifdef __STDC__ -extern void *malloc (), *realloc (); -extern void free (); -#else -extern char *malloc (), *realloc (); -extern int free (); -#endif - -/* end of ho-mach3.h */ diff --git a/gas/config/ho-mipsbsd.h b/gas/config/ho-mipsbsd.h deleted file mode 100644 index a0cd10a2de1..00000000000 --- a/gas/config/ho-mipsbsd.h +++ /dev/null @@ -1,24 +0,0 @@ -/* ho-mipsbsd.h Host-specific header file for DECstation running BSD. - Copyright (C) 1987, 1990, 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 -#include -#include - -/* end of ho-mipsbsd.h */ diff --git a/gas/config/ho-mpw.h b/gas/config/ho-mpw.h deleted file mode 100644 index 2f5cb0fa1ac..00000000000 --- a/gas/config/ho-mpw.h +++ /dev/null @@ -1,81 +0,0 @@ -/* ho-mpw.h Host-specific header file for MPW. - Copyright (C) 1993 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. */ - -#ifndef MPW -#define MPW -#endif - -#define bzero(a,b) memset(a,0,b) -#define bcopy(a,b,c) memcpy(b,a,c) -#define bcmp(a,b,c) memcmp(a,b,c) - -#if 0 /* this doesn't work, sigh */ -#ifndef __STDC__ -#define __STDC__ -#endif -#endif - -#define M_ANSI 1 - -#include -#include -#include - -char *strdup(); - -#ifdef MPW_C - -#undef __PTR_TO_INT -#define __PTR_TO_INT(P) ((int)(P)) -#undef __INT_TO_PTR -#define __INT_TO_PTR(P) ((char *)(P)) - -#endif - -#define sys_nerr _sys_nerr -#define sys_errlist _sys_errlist - -#ifdef __STDIO__ -FILE *mpw_fopen(); -#endif - -#define fopen mpw_fopen -#define fseek mpw_fseek -#define abort mpw_abort - -#define TRUE_FALSE_ALREADY_DEFINED - -/* is an end-of-line marker. */ - -#define CR_EOL - -#define ABORT_ON_ERROR - -#define LOSING_COMPILER - -/* Arrange for the debugger hook to be checked right when the assembler - starts up. */ - -#define HOST_SPECIAL_INIT(argc,argv) mpw_special_init ((argv)[0]); - -#define WANT_FOPEN_BIN - -#define HAVE_ERRNO_H - -/* end of ho-mpw.h */ diff --git a/gas/config/ho-rs6000.h b/gas/config/ho-rs6000.h deleted file mode 100644 index befb8166d77..00000000000 --- a/gas/config/ho-rs6000.h +++ /dev/null @@ -1,39 +0,0 @@ -/* ho-rs6000.h Rs6000 host-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. */ - -/* M_RS6000 is used in aout_gnu.h as an enumerator. - Nothing tests for the macro being defined, so don't bother defining it. */ -/* #define M_RS6000 1 */ - -/* The assert.h macros assume that cpp DTRT when substituting for - a macro argument inside a string, including requoting. The non-STDC - cpp on the rs6k botches the requoting. (Many non-STDC cpps do, but - the assert.h here relies on it working.) */ -#ifndef __STDC__ -#define BROKEN_ASSERT -#endif - -/* The RS/6000 native compiler miscompiles an expression in tc-m68k.c. */ -#ifndef __STDC__ -#define IBM_COMPILER_SUX -#endif - -extern void free (); - -/* end of ho-rs6000.h */ diff --git a/gas/config/ho-sun3.h b/gas/config/ho-sun3.h deleted file mode 100644 index 0d68e6fd358..00000000000 --- a/gas/config/ho-sun3.h +++ /dev/null @@ -1,3 +0,0 @@ -#include - -/* end of ho-sun3.h */ diff --git a/gas/config/ho-sun386.h b/gas/config/ho-sun386.h deleted file mode 100644 index bf2831ba7ba..00000000000 --- a/gas/config/ho-sun386.h +++ /dev/null @@ -1,5 +0,0 @@ -#include - -extern int sprintf (); - -/* end of ho-sun386.h */ diff --git a/gas/config/ho-sun4.h b/gas/config/ho-sun4.h deleted file mode 100644 index cf619e83271..00000000000 --- a/gas/config/ho-sun4.h +++ /dev/null @@ -1,3 +0,0 @@ -#include - -/* end of ho-sun4.h */ diff --git a/gas/config/ho-sunos.h b/gas/config/ho-sunos.h deleted file mode 100644 index c93b700a90d..00000000000 --- a/gas/config/ho-sunos.h +++ /dev/null @@ -1,72 +0,0 @@ -/* This file is ho-sunos.h - Copyright (C) 1987-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 __STDC__ */ - -#if !defined(__GNUC__) && (__STDC__ != 1) -#include -#else -extern char* memset (); -#endif - -/* #include before when compiling by GCC. */ -/* #include */ -#include -#include -#include -#include - -/* externs for system libraries. */ - -extern char *strchr (); -extern char *strrchr (); -extern int _filbuf (); -extern int _flsbuf (); -extern int fclose (); -extern int fgetc (); -extern int fprintf (); -extern int printf (); -extern int setvbuf (); -extern int sscanf (); -extern int strcmp (); -extern int strlen (); -extern int strncmp (); -extern int ungetc (); -extern int vfprintf (); -extern int vprintf (); -extern int vsprintf (); - -#ifndef tolower -extern int tolower (); -#endif /* tolower */ - -#ifndef toupper -extern int toupper (); -#endif /* toupper */ - -/* - * Local Variables: - * fill-column: 80 - * comment-column: 0 - * End: - */ - -/* end of ho-sunos.h */ diff --git a/gas/config/ho-sysv.h b/gas/config/ho-sysv.h deleted file mode 100644 index 62aacf20383..00000000000 --- 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 -extern int free (); -extern char *malloc (), *realloc (); - -/* end of ho-sysv.h */ diff --git a/gas/config/ho-vax.h b/gas/config/ho-vax.h deleted file mode 100644 index ed8ccc7e6b9..00000000000 --- 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 */ diff --git a/gas/config/ho-vms.h b/gas/config/ho-vms.h deleted file mode 100644 index 04a71ddb46b..00000000000 --- a/gas/config/ho-vms.h +++ /dev/null @@ -1,40 +0,0 @@ -/* ho-vax.h Intended for vax vms - 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. */ - -#define HO_VMS 1 - -#include "ho-vax.h" - -/* We get better performance if we use the macros rather than the functions.*/ -#include - -/* We need this to make sure that sys_nerr has the right Psect hack. */ -#include - -#ifndef EXIT_SUCCESS -#define EXIT_SUCCESS 1 /* SS$_NORMAL, STS$K_SUCCESS */ -#define EXIT_FAILURE 0x10000002 /* (STS$K_ERROR | STS$M_INHIB_MSG) */ -#endif - -#define unlink delete - -extern char *strchr (); -extern char *strdup (); - -/* end of ho-vms.h */ diff --git a/gas/config/ho-vsta.h b/gas/config/ho-vsta.h deleted file mode 100644 index c65fe788519..00000000000 --- a/gas/config/ho-vsta.h +++ /dev/null @@ -1,27 +0,0 @@ -/* ho-i386.h i386 specific header file. - Copyright (C) 1987, 1991 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. */ - -#define HO_I386 1 - -#include "fopen-bin.h" - -extern void free (); -extern void *malloc (); - -/* end of ho-go32.h */ -- 2.30.2