Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!STRIDER.UCHICAGO.EDU!brian From: brian@STRIDER.UCHICAGO.EDU ("Brian Yanny") Newsgroups: gnu.gdb.bug Subject: (none) Message-ID: <8907102100.AA03133@strider.uchicago.edu> Date: 10 Jul 89 21:00:28 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 50 The fix for compiling on a sun2 does not appear to have made it's way completely into the config files yet of GDB 3.1.2. Following the news note of dupuy (see below): Here are the diffs for sun3-dep.c: ***************************************** -- 171d170 < #ifndef sun2 173d171 < #endif sun2 181d178 < #ifndef sun2 184d180 < #endif sun2 187d182 < #ifndef sun2 191c186 < #endif sun2 --- > 193d187 < #ifndef sun2 195d188 < #endif sun2 459d451 < #ifndef sun2 475d466 < #endif sun2 *************************** Here is a diff for m-sun2.h, I don't understand it, but it's listed below. *************************** 207a208,213 > > /* It is safe to look for symsegs on a Sun, because Sun's ld > does not screw up with random garbage at end of file. */ > > #define READ_GDB_SYMSEGS > ***************************************** Additionally one must link dep.c -->sun3-dep.c. (a fix to config.gdb) ***************************************** **************************************************** ORIGINAL NEWS ITEM:article 134 of gnu.utils.bug, dupuy@columbia.edu ****************************************************