Re: Allow Java's ELF symtab reader to use separate debuginfo files

2009-12-10 Thread Andrew Haley
Andrew Haley wrote: > Kelly O'Hair wrote: >> Is there some other way than baking in 256 hex constants into our sources? > > I'm sure it's perfectly possible to generate the CRC-32 tables at runtime. > However, the CRC function is defined in terms of this exact source code, Ah, I was about to add

Re: Allow Java's ELF symtab reader to use separate debuginfo files

2009-12-09 Thread Andrew Haley
Kelly O'Hair wrote: > Andrew John Hughes wrote: >> 2009/12/9 Andrew Haley : >>> This is https://bugzilla.redhat.com/show_bug.cgi?id=541548 >>> The symptom is that jmap doesn't work because target libraries are stripped. >>> The fix is to allow the symtab reader to use the separate debuginfo files >

Re: Allow Java's ELF symtab reader to use separate debuginfo files

2009-12-09 Thread Andrew John Hughes
2009/12/9 Andrew Haley : > Andrew John Hughes wrote: >> 2009/12/9 Andrew Haley : >>> This is https://bugzilla.redhat.com/show_bug.cgi?id=541548 >>> The symptom is that jmap doesn't work because target libraries are stripped. >>> The fix is to allow the symtab reader to use the separate debuginfo fi

Re: Allow Java's ELF symtab reader to use separate debuginfo files

2009-12-09 Thread Kelly O'Hair
Andrew John Hughes wrote: 2009/12/9 Andrew Haley : This is https://bugzilla.redhat.com/show_bug.cgi?id=541548 The symptom is that jmap doesn't work because target libraries are stripped. The fix is to allow the symtab reader to use the separate debuginfo files that are available for all (AFAIK)

Re: Allow Java's ELF symtab reader to use separate debuginfo files

2009-12-09 Thread Andrew Haley
Andrew John Hughes wrote: > 2009/12/9 Andrew Haley : >> This is https://bugzilla.redhat.com/show_bug.cgi?id=541548 >> The symptom is that jmap doesn't work because target libraries are stripped. >> The fix is to allow the symtab reader to use the separate debuginfo files >> that are available for a

Re: Allow Java's ELF symtab reader to use separate debuginfo files

2009-12-09 Thread Andrew John Hughes
2009/12/9 Andrew Haley : > This is https://bugzilla.redhat.com/show_bug.cgi?id=541548 > The symptom is that jmap doesn't work because target libraries are stripped. > The fix is to allow the symtab reader to use the separate debuginfo files > that are available for all (AFAIK) GNU/Linux distributio