This is the mail archive of the gdb-patches@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: [rfa/x86-64] Supress x86-64 structs.exp test?


   Date: Thu, 20 Nov 2003 13:23:27 -0500
   From: Andrew Cagney <ac131313@redhat.com>

   I just ran the new structs.exp on amd64.  Turns out amd digs a hole so 
   deep that GDB gets stuck in free fall (an infinite loop resuming the 
   target?).  The attached supresses the testfile until someone gets the 
   chance to see whats really happening.

Hmm, I just get a bunch of internal errors on FreeBSD/amd64.  The
internal errors are caused by some missing check_typedefs.  We could
add some stopgap fixes.  However, AMD64 needs some serious work here.
I intend to convert it to use return_value such that it coreectly
stores return values too.

Meanwhile, I've got no objection If you'd like to check in this patch.
I'll revert it when I've checked in the appropriate fixes.

Mark

   2003-11-20  Andrew Cagney  <cagney@redhat.com>

	   * gdb.base/structs.exp: Suppress when "x86_64-*-*".


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