bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/30979] objdump --disassemble of a .o file ignores the relo


From: bruno at clisp dot org
Subject: [Bug binutils/30979] objdump --disassemble of a .o file ignores the relocations
Date: Wed, 18 Oct 2023 10:57:50 +0000

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

--- Comment #4 from Bruno Haible <bruno at clisp dot org> ---
(In reply to Andreas Schwab from comment #3)
> You need to add --reloc to dump the relocations.

I did; see the second half of my report. The output it produced is:

  3b:   e8 00 00 00 00          call   40 <fesetround>
                        3c: R_X86_64_PLT32      __stack_chk_fail-0x4

which is not satisfactory, because
  - "40 <fesetround>" is still nonsense.
  - The -0x4 gives a misleading impression as well.

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]