Hello, based on some comments made by Daniel in: http://sources.redhat.com/ml/gdb-patches/2004-04/msg00352.html here is a new version of the patch. This time, I only check the flag for the DW_AT_declaration attribute. I also took this opportunity to rework a bit the comments. It sounds like better English to me, this time (any suggestion always welcome, btw). 2004-04-16 Joel Brobecker * dwarf2read.c (dwarf2_attribute_true_p): New function. (die_is_declaration): Use the function above. Add some comments. Tested on x86-linux, no regression. OK to apply? -- Joel