https://sourceware.org/bugzilla/show_bug.cgi?id=32589

--- Comment #1 from Indu Bhagat <indu.bhagat at oracle dot com> ---
Currently the section contents are not relocated before textual dump.  Hence
the value 0.

$ readelf -r file.o
Relocation section '.rela.sframe' at offset 0x8728 contains 3 entries:
  Offset          Info           Type           Sym. Value    Sym. Name +
Addend
00000000001c  000200000002 R_X86_64_PC32     0000000000000000 .text + 0
000000000030  000200000002 R_X86_64_PC32     0000000000000000 .text + 30
000000000044  000200000002 R_X86_64_PC32     0000000000000000 .text + 40

The dump_dwarf () infrastructure already supports relocating the section data
before calling display () routines.  We should be able to use that for SFrame
too.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to