This is the mail archive of the gdb-patches@sourceware.org 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: Crash regression for gdb.ada/*.exp [Re: [RFA 2/3] Initial Fission support, rewrite DIE reading]


Andreas Schwab writes:
 > Doug Evans <dje@google.com> writes:
 > 
 > > +	.file	"pr13961.cc"
 > > +
 > > +	.globl	baz
 > > +	.bss
 > 
 > Executing on host: gcc  -c -g  -o /home/abuild/rpmbuild/BUILD/gdb-7.4.91/gdb/testsuite/gdb.dwarf2/pr139610.o ./gdb.dwarf2/pr13961.S    (timeout = 300)
 > spawn gcc -c -g -o /home/abuild/rpmbuild/BUILD/gdb-7.4.91/gdb/testsuite/gdb.dwarf2/pr139610.o ./gdb.dwarf2/pr13961.S
 > pr13961.cc: Assembler messages:
 > pr13961.cc:43: Error: unknown pseudo-op: `.bss'
 > compiler exited with status 1
 > output is:
 > pr13961.cc: Assembler messages:
 > pr13961.cc:43: Error: unknown pseudo-op: `.bss'
 > 
 > gdb compile failed, pr13961.cc: Assembler messages:
 > pr13961.cc:43: Error: unknown pseudo-op: `.bss'
 > UNTESTED: gdb.dwarf2/pr13961.exp: pr13961.exp

Fixed with same patch for fission-reread.S.

http://sourceware.org/ml/gdb-patches/2012-07/msg00352.html


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