--- 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
--- 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
--- 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
--- 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