Subject: gcc -E macros in 1.3.2
To: None <port-sparc@netbsd.org>
From: None <mcmahill@mtl.mit.edu>
List: port-sparc
Date: 07/14/1999 01:33:50
does anyone have a sparc 1.3.x machine (preferably 1.3.2) that they can do
something simple on?

I'd like to know the output of:

gcc -E -dM -
[control]-d

I'd trying to debug a rather large program which worked under
netbsd/sparc-1.3.2 and still works under netbsd/i386-1.4 but has a few
bugs in netbsd/sparc-1.4.  I'm wondering if some of those predefined
macros changes (there's lots of #ifdef's scattered about in this code).

Thanks

-Dan