*BSD News Article 7379


Return to BSD News archive

Newsgroups: comp.unix.bsd
Path: sserve!manuel.anu.edu.au!munnari.oz.au!spool.mu.edu!caen!destroyer!cs.ubc.ca!uw-beaver!news.u.washington.edu!serval!hlu
From: hlu@eecs.wsu.edu (H.J. Lu)
Subject: Re: [386BSD] gcc-2.3.1 patches
Message-ID: <1992Nov3.211921.20229@serval.net.wsu.edu>
Sender: news@serval.net.wsu.edu (USENET News System)
Organization: School of EECS, Washington State University
References:  <1d6lq4INNncj@usenet.INS.CWRU.Edu>
Date: Tue, 3 Nov 92 21:19:21 GMT
Lines: 27

*** gcc-2.3.1.orig/config/i386bsd.h	Wed Oct 28 15:01:46 1992
--- gcc-2.3.1/config/i386bsd.h	Mon Nov  2 05:12:08 1992
***************
*** 1,8 ****
! /* Configuration for an i386 running 386BSD as the target machine.  */
! #include "i386mach.h"
  
  #undef CPP_PREDEFINES
! #define CPP_PREDEFINES "-Dunix -Di386 -D____386BSD____"
  
! /* Specify extra dir to search for include files.  */
! #undef SYSTEM_INCLUDE_DIR
--- 1,117 ----
! /* Configuration for an i386 running 386BSD as the target machine.
!  * Copyright (C) 1992 Free Software Foundation, Inc.
!  *
!  */
  
+ /* This is tested by i386gas.h.  */
+ #define YES_UNDERSCORES
+ 
+ #include "i386gas.h"
^^^^^^^^^^^^^^^^^^^^^^^^^

If I were you, I would include "i386gstabs.h".

H.J.