--- gcc/config/i386/os2.h 2018/04/24 18:17:02 1.1 +++ gcc/config/i386/os2.h 2018/04/24 18:30:57 1.1.1.3 @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler for an Intel i386 or later processor running OS/2 2.x. - Copyright (C) 1993, 1994 Free Software Foundation, Inc. + Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc. Contributed by Samuel Figueroa (figueroa@cs.nyu.edu) This file is part of GNU CC. @@ -17,13 +17,20 @@ GNU General Public License for more deta You should have received a copy of the GNU General Public License along with GNU CC; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #ifndef DEFAULT_TARGET_MACHINE #define DEFAULT_TARGET_MACHINE "i386-os2" #endif +#ifndef LINK_SPEC +#define LINK_SPEC "/st:1048576/pm:vio/noi/a:16/e/bas:65536/nol" +#endif +#ifndef LIB_SPEC +#define LIB_SPEC "libgcc libc" +#endif #ifndef STARTFILE_SPEC -#define STARTFILE_SPEC "" +#define STARTFILE_SPEC "libcrt.lib" #endif #ifndef MD_EXEC_PREFIX #define MD_EXEC_PREFIX "\\gcc\\bin\\" @@ -35,10 +42,6 @@ the Free Software Foundation, 675 Mass A #define LOCAL_INCLUDE_DIR "\\gcc\\include" #endif -#ifndef PATH_SEPARATOR -#define PATH_SEPARATOR ';' -#endif - #define YES_UNDERSCORES #include "i386/gstabs.h" @@ -52,7 +55,7 @@ extern int maximum_field_alignment; #undef PCC_BITFIELD_TYPE_MATTERS #define PCC_BITFIELD_TYPE_MATTERS (maximum_field_alignment == 0) -/* Define this macro if it is advisible to hold scalars in registers +/* Define this macro if it is advisable to hold scalars in registers in a wider mode than that declared by the program. In such cases, the value is constrained to be within the bounds of the declared type, but kept valid in the wider mode. The signedness of the