This is the mail archive of the gdb-prs@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: build/1666: gdb-6.1/bfd/trad-core.c:99: error: structure has no member named `u_dsize'


The following reply was made to PR build/1666; it has been noted by GNATS.

From: Mark Kettenis <kettenis@chello.nl>
To: gdb-gnats@sources.redhat.com, V.Haisman@sh.cvut.cz
Cc:  
Subject: Re: build/1666: gdb-6.1/bfd/trad-core.c:99: error: structure
  has no member named `u_dsize'
Date: Wed, 16 Jun 2004 22:20:41 +0200 (CEST)

 Thanks for the report.  It's a problem in BFD.  I just sent the
 following patch to the binutils mailing list.  Hopefully I can check
 it in soon.
 
 Index: ChangeLog
 from  Mark Kettenis  <kettenis@gnu.org>
 
 	* configure.in: Don't set COREFILE to trad-core.lo for FreeBSD
 	4.10 and beyond.
 	* configure: Regenerate.
 
 Index: configure.in
 ===================================================================
 RCS file: /cvs/src/src/bfd/configure.in,v
 retrieving revision 1.154
 diff -u -p -r1.154 configure.in
 --- configure.in 8 Jun 2004 07:39:37 -0000 1.154
 +++ configure.in 16 Jun 2004 20:10:37 -0000
 @@ -209,7 +209,7 @@ changequote([,])dnl
  	COREFILE=
  	;;
  changequote(,)dnl
 -  i[3-7]86-*-bsd* | i[3-7]86-*-freebsd[123] | i[3-7]86-*-freebsd[123]\.* | i[3-7]86-*-freebsd4\.[01234]* | i[3-7]86-*-freebsd*aout*)
 +  i[3-7]86-*-bsd* | i[3-7]86-*-freebsd[123] | i[3-7]86-*-freebsd[123]\.* | i[3-7]86-*-freebsd4\.[01234] | i[3-7]86-*-freebsd4\.[01234]\.* | i[3-7]86-*-freebsd*aout*)
  changequote([,])dnl
  	COREFILE=trad-core.lo
  	TRAD_HEADER='"hosts/i386bsd.h"'
 Index: configure
 ===================================================================
 RCS file: /cvs/src/src/bfd/configure,v
 retrieving revision 1.177
 diff -u -p -r1.177 configure
 --- configure 8 Jun 2004 07:39:37 -0000 1.177
 +++ configure 16 Jun 2004 20:10:42 -0000
 @@ -1791,7 +1791,7 @@ else
    if { (eval echo configure:1792: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
      for file in conftest.*; do
        case $file in
 -      *.c | *.o | *.obj | *.ilk | *.pdb) ;;
 +      *.c | *.C | *.o | *.obj | *.ilk | *.pdb) ;;
        *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
        esac
      done
 @@ -2449,7 +2449,7 @@ else
    if { (eval echo configure:2450: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
      for file in conftest.*; do
        case $file in
 -      *.c | *.o | *.obj | *.ilk | *.pdb) ;;
 +      *.c | *.C | *.o | *.obj | *.ilk | *.pdb) ;;
        *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
        esac
      done
 @@ -5302,7 +5302,7 @@ if test "${target}" = "${host}"; then
    i[3-7]86-*-bsdi)
  	COREFILE=
  	;;
 -  i[3-7]86-*-bsd* | i[3-7]86-*-freebsd[123] | i[3-7]86-*-freebsd[123]\.* | i[3-7]86-*-freebsd4\.[01234]* | i[3-7]86-*-freebsd*aout*)
 +  i[3-7]86-*-bsd* | i[3-7]86-*-freebsd[123] | i[3-7]86-*-freebsd[123]\.* | i[3-7]86-*-freebsd4\.[01234] | i[3-7]86-*-freebsd4\.[01234]\.* | i[3-7]86-*-freebsd*aout*)
  	COREFILE=trad-core.lo
  	TRAD_HEADER='"hosts/i386bsd.h"'
  	;;
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]