[Bug binutils/2768] readelf and segmented addresses in DWARF2/3 aranges

2006-08-08 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2006-08-08 09:41 --- Created an attachment (id=1211) -- (http://sourceware.org/bugzilla/attachment.cgi?id=1211action=view) Display 8 byte addresses as 8 byte values -- http://sourceware.org/bugzilla/show_bug.cgi?id=2768 ---

[Bug binutils/2768] readelf and segmented addresses in DWARF2/3 aranges

2006-08-08 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2006-08-08 09:42 --- Hi Stephane, My apologese for taking so long to get back to this issue. You are right - the addresses and lengths are being incorrectly truncated. I am going to apply the newly uploaded patch to fix this.

[Bug binutils/2768] readelf and segmented addresses in DWARF2/3 aranges

2006-06-28 Thread stephane dot chauveau at philips dot com
--- Additional Comments From stephane dot chauveau at philips dot com 2006-06-28 10:01 --- I checked the pathc and it seems to work fine. The only remaining problem is the one I described in comment 8 The overall size when both the ponter and segment size are 4 bytes is 64 bit but only

[Bug binutils/2768] readelf and segmented addresses in DWARF2/3 aranges

2006-06-22 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2006-06-22 14:36 --- Hi Stephane, Thanks for supplying the test cases. I have now been able to reproduce the problem and I am going to upload a patch that fixes it. If you would care to try it out and let me know if you encounter

[Bug binutils/2768] readelf and segmented addresses in DWARF2/3 aranges

2006-06-22 Thread nickc at redhat dot com
-- What|Removed |Added Status|SUSPENDED |WAITING http://sourceware.org/bugzilla/show_bug.cgi?id=2768 --- You are receiving this mail because:

[Bug binutils/2768] readelf and segmented addresses in DWARF2/3 aranges

2006-06-15 Thread stephane dot chauveau at philips dot com
--- Additional Comments From stephane dot chauveau at philips dot com 2006-06-15 07:46 --- Created an attachment (id=1091) -- (http://sourceware.org/bugzilla/attachment.cgi?id=1091action=view) reference elf file (not segmented) in that version, the arange section is not explictly

[Bug binutils/2768] readelf and segmented addresses in DWARF2/3 aranges

2006-06-15 Thread stephane dot chauveau at philips dot com
--- Additional Comments From stephane dot chauveau at philips dot com 2006-06-15 07:53 --- Created an attachment (id=1092) -- (http://sourceware.org/bugzilla/attachment.cgi?id=1092action=view) elf file with address_size=3 bytes and segmen_sizet=1byte In that version, I indicate

[Bug binutils/2768] readelf and segmented addresses in DWARF2/3 aranges

2006-06-15 Thread stephane dot chauveau at philips dot com
--- Additional Comments From stephane dot chauveau at philips dot com 2006-06-15 08:24 --- (From update of attachment 1093) The ELF file is incorrect (the end marker in a .debug_arange section is 2*4bytes instead of 2*8bytes) -- What|Removed |Added

[Bug binutils/2768] readelf and segmented addresses in DWARF2/3 aranges

2006-06-15 Thread stephane dot chauveau at philips dot com
--- Additional Comments From stephane dot chauveau at philips dot com 2006-06-15 08:33 --- Created an attachment (id=1094) -- (http://sourceware.org/bugzilla/attachment.cgi?id=1094action=view) Proper version of a_4_4.elf A proper version of the previous sample a_4_4.elf. Readelf does

[Bug binutils/2768] readelf and segmented addresses in DWARF2/3 aranges

2006-06-15 Thread stephane dot chauveau at philips dot com
--- Additional Comments From stephane dot chauveau at philips dot com 2006-06-15 09:21 --- A few more remarks: (1) Because of the alignment constraints, it is probably safe to assume that the total size of each address (including the segment) will be a power of two. Readelf should be

[Bug binutils/2768] readelf and segmented addresses in DWARF2/3 aranges

2006-06-14 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2006-06-14 16:36 --- Hi Stephane, Can you provide an example object file containing debug information for a segmented address architecture ? Cheers Nick -- What|Removed |Added