Re: A question about .debug_macro sections and split dwarf

2015-12-18 Thread Siva Chandra
On Fri, Dec 18, 2015 at 2:22 PM, Eric Christopher wrote: > > > On Fri, Dec 18, 2015 at 2:20 PM Siva Chandra wrote: >> >> On Fri, Dec 18, 2015 at 2:17 PM, Eric Christopher >> wrote: >> > Does the object file without -gsplit-dwarf have multiple sections? If

Re: A question about .debug_macro sections and split dwarf

2015-12-18 Thread Siva Chandra
11, 2015 at 10:33 AM Siva Chandra > wrote: >> >> Hello, >> >> When I compile my cc file with "-g3 -gsplit-dwarf", the resulting .dwo >> file has multiple .debug_macro.dwo sections. Is that expected? I did >> not find anything in the proposal whic

A question about .debug_macro sections and split dwarf

2015-12-11 Thread Siva Chandra
Hello, When I compile my cc file with "-g3 -gsplit-dwarf", the resulting .dwo file has multiple .debug_macro.dwo sections. Is that expected? I did not find anything in the proposal which explains this: http://www.dwarfstd.org/ShowIssue.php?issue=110722.1 Thanks, Siva Chandra