This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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: DW_OP_piece???


On Wed, May 07, 2003 at 11:18:48PM +0200, Steven Bosscher wrote:
> Hi,
> 
> Since today I get this warning message gdb 5.2.1:
> (gdb) b c-semantics.c:103
> During symbol reading, unsupported stack op: 'DW_OP_piece'.
> Breakpoint 4 at 0x80d957d: file ../../gcc-34/gcc/c-semantics.c, line 103.
> (gdb) 
> 
> cc1 --version says:
> GNU C version 3.4 20030505 (experimental) (i586-pc-linux-gnu)
> 	compiled by GNU C version 3.4 20030505 (experimental)
> 
> Everything still seems to work, but I never saw this before.  Is
> something wrong, or is there a new feature and do I need to upgrade
> my gdb?

You need to upgrade GDB; but that may or may not fix the problem. 
DW_OP_piece isn't really implemented yet.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


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