[comp.sys.m88k] gdb 3.4 gcc 1.37.23, gdb 3.5

newton@smoggy.gg.caltech.edu (Mike Newton) (09/07/90)

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.