https://sourceware.org/bugzilla/show_bug.cgi?id=29020
Bug ID: 29020 Summary: listing files somewhat unhelpful Product: binutils Version: unspecified Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: gas Assignee: unassigned at sourceware dot org Reporter: mark4th at gmail dot com Target Milestone: --- listing files showing all offsets as 0x0000000000000000 or less (digits :) some snippets from a current project one forth definition from my code... 6 > plus: 7 POP x2 7 0ea8 03B10D00 > ld x2,0(x27) 7 0eac 938D8D00 > addi x27,x27,CELL 8 0eb0 B3802000 add x1, x1, x2 9 NEXT 9 0eb4 6FF0CF9E > jal x0,next the offset from the start of the section to the plus function is 0x0ea8 and obviously whatever it is that generates theses lists is fully aware of that but... 115 1718 00000000 > .quad plus 115 00000000 all references within the listing file to that function are displayed as being at offset zero. for ALL offsets for all functions etc. I understand that the "address" is not known till link time but the offset is and the listing should show that. -- You are receiving this mail because: You are on the CC list for the bug.