Path: utzoo!utgpu!watserv1!watmath!att!pacbell!pacbell.com!ucsd!usc!elroy.jpl.nasa.gov!jarthur!nntp-server.caltech.edu!smoggy!newton From: newton@smoggy.gg.caltech.edu (Mike Newton) Newsgroups: comp.sys.m88k Subject: gdb 3.4 gcc 1.37.23, gdb 3.5 Summary: minor fix Keywords: gdb gcc DGUX Message-ID: Date: 7 Sep 90 06:20:19 GMT Sender: news@laguna.ccsf.caltech.edu Organization: California Institute of Technology Lines: 22 Hi -- some hints on gdb: when you get 4.30, recompile it. if you use one of the newer versions of gcc (like 1.37.23) patch param.h : gdb-3.4/param.h (straight off of dg-rtp.dg.com) : /* changed from 'void' to 'char' in first arg of bcopy -- MON */ #define EXTRACT_RETURN_VALUE(TYPE,REGBUF,VALBUF) \ bcopy ( &(((char *)REGBUF)[REGISTER_BYTE(RV_REGNUM)]), \ (VALBUF), \ TYPE_LENGTH (TYPE) ) - mike ps: someone offered to send me 3.5 a month or so ago. (sorry, the vax-750 where my mail is stored (long story!) is down, so i dont have your name). i'm still interested, but have been unable to get mail to you. i can be reached at : newton@csvax.caltech.edu or newton@smoggy.gg.caltech.edu Thanks.