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: [patch] KFAIL gdb/1025


Perhaps there is a $PATH / build issue.  Check 'gcj --version' and also
check that the directory where you installed your gcc 3.1 has a
gcj binary in it.

I am guessing that you built your gcc 3.1 without gcj and that you are
picking up the base gcj on your system.  Or maybe you have some
uberbaum-ish tree and runtest is messing with $PATH as well.

  spawn gcj ./gdb.java/jmisc.java --main=jmisc -g -o /extra/gdb/mirror/src/gdb/testsuite/gdb.java/jmisc 
  /tmp/ccezwoW0.s: Assembler messages:
  /tmp/ccezwoW0.s:28: Warning: .stabs: description field '10001' too big, try a different debug format
  /tmp/ccezwoW0.s:57: Warning: .stabs: description field '60004' too big, try a different debug format

There's definitely no '-gstabs+' there, and definitely '.stabs' warning
messages.  Strange.

Michael C


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