Subject: Re: gdb-4.16 for NetBSD-1.1/i386
To: Jesus M. Gonzalez <jgb@gsyc.inf.uc3m.es>
From: J.T. Conklin <jconklin@netcom.com>
List: port-i386
Date: 05/09/1996 10:50:26
> I'm trying to get gdb-4.16 compiled for NetBSD-1.1/i386,
> and I'm having problems. It seems that at least file
> bfd/netbsd-core.h is not appropiate for gdb-4.16 (the initialization
> made there seems to have little to do with specification of
> the type at bfd/bfd.h).

Try the enclosed patch.  Sorry 'bout this folks.

	--jtc

*** /critters/roach/jtc/devo/bfd/netbsd-core.c	Thu Feb  8 11:10:44 1996
--- netbsd-core.c	Thu May  9 10:41:17 1996
***************
*** 273,279 ****
      0,			                                   /* symbol prefix */
      ' ',						   /* ar_pad_char */
      16,							   /* ar_max_namelen */
-     3,							   /* minimum alignment power */
      NO_GET, NO_SIGNED_GET, NO_PUT,	/* 64 bit data */
      NO_GET, NO_SIGNED_GET, NO_PUT,	/* 32 bit data */
      NO_GET, NO_SIGNED_GET, NO_PUT,	/* 16 bit data */
--- 273,278 ----