Bug 19709

Summary: Кривое форматирование в objcopy(1)
Product: Sisyphus Reporter: Andrey Rahmatullin <wrar>
Component: binutilsAssignee: Gleb F-Malinovskiy <glebfm>
Status: CLOSED WORKSFORME QA Contact: qa-sisyphus
Severity: minor    
Priority: P3 CC: glebfm, legion, rider
Version: unstable   
Hardware: all   
OS: Linux   

Description Andrey Rahmatullin 2009-04-21 19:46:35 MSD
1.<Link the executable as normal.  Assuming that is is called>
               "foo" then...

           1.<Run "objcopy --only-keep-debug foo foo.dbg" to>
               create a file containing the debugging info.

           1.<Run "objcopy --strip-debug foo" to create a>
               stripped executable.

           1.<Run "objcopy --add-gnu-debuglink=foo.dbg foo">
               to add a link to the debugging info into the stripped executable.
Comment 1 Dmitry V. Levin 2009-09-18 01:18:36 MSD
А где ошибка, в objcopy(1) или в средствах просмотра?
Comment 2 Kirill A. Shutemov 2010-06-21 12:55:02 MSD
2legion@: можешь посмотреть?
Comment 3 Anton Farygin 2023-11-21 16:29:27 MSK
судя по всему баг уже не актуален.