https://sourceware.org/bugzilla/show_bug.cgi?id=30355
Nick Clifton changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://sourceware.org/bugzilla/show_bug.cgi?id=30355
--- Comment #4 from cvs-commit at gcc dot gnu.org ---
The master branch has been updated by Nick Clifton :
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=28ab94f51dcdee056d96e57ad04c27c22cf854ea
commit 28ab94f51dcdee056d96e57ad04
https://sourceware.org/bugzilla/show_bug.cgi?id=30355
--- Comment #3 from Nick Clifton ---
(In reply to Nick Desaulniers from comment #2)
> What's the best way to strip out the debug info?
>
> $ objcopy --only-keep-debug vmlinux vmlinux-debug
> $ du -h vmlinux vmlinux-debug
> 34M vmlinux
> 33
https://sourceware.org/bugzilla/show_bug.cgi?id=30355
--- Comment #2 from Nick Desaulniers ---
$ eu-readelf --debug-dump=info vmlinux 1>/dev/null
produced no output to stderr, and the return code was 0.
What's the best way to strip out the debug info?
$ objcopy --only-keep-debug vmlinux vmlinu
https://sourceware.org/bugzilla/show_bug.cgi?id=30355
Nick Clifton changed:
What|Removed |Added
CC||nickc at redhat dot com
--- Comment #1