[Bug binutils/6922] objdump fails to read debugging stabs from SUNPro C++ compiler

2008-09-30 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2008-09-30 12:20 --- Hi Andrew, Thanks for reporting this problem, and for providing a fix as well. I have checked your patch in (to the mainline only) along with this changelog entry. Cheers Nick binutils/ChangeLog 2008-09-3

[Bug binutils/6922] objdump fails to read debugging stabs from SUNPro C++ compiler

2008-09-29 Thread andrew at ishiboo dot com
--- Additional Comments From andrew at ishiboo dot com 2008-09-29 21:40 --- Created an attachment (id=2970) --> (http://sourceware.org/bugzilla/attachment.cgi?id=2970&action=view) Patch to add "cbv" intrinsic encoding parsing support. This information was gleaned from the following Ope

[Bug binutils/6922] objdump fails to read debugging stabs from SUNPro C++ compiler

2008-09-29 Thread andrew at ishiboo dot com
--- Additional Comments From andrew at ishiboo dot com 2008-09-29 20:27 --- Created an attachment (id=2968) --> (http://sourceware.org/bugzilla/attachment.cgi?id=2968&action=view) Solaris binary exhibiting the problem in the description Run 'objdump -g' on this file to reproduce the pr

[Bug binutils/6922] objdump fails to read debugging stabs from SUNPro C++ compiler

2008-09-29 Thread andrew at ishiboo dot com
--- Additional Comments From andrew at ishiboo dot com 2008-09-29 20:25 --- $ cat /tmp/foo.cc int main(void) { return 0; } $ CC -xs -g -o /tmp/foo /tmp/foo.cc $ objdump -g /tmp/foo -- http://sourceware.org/bugzilla/show_bug.cgi?id=6922 --- You are receiving this mail becaus