bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/15685] R_X86_64_DTPOFF64 incorrectly handled


From: hjl.tools at gmail dot com
Subject: [Bug ld/15685] R_X86_64_DTPOFF64 incorrectly handled
Date: Thu, 27 Jun 2013 18:59:08 +0000

http://sourceware.org/bugzilla/show_bug.cgi?id=15685

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hjl.tools at gmail dot com

--- Comment #3 from H.J. Lu <hjl.tools at gmail dot com> ---
(In reply to David Blaikie from comment #0)
> Given the following simpl.s:
> 
>         .file   "simpl.c"
>         .globl  thrd
>         .section        .tdata,"awT",@progbits
>         .align 4
>         .type   thrd, @object
>         .size   thrd, 4
> thrd:
>         .long   2
>         .text
>         .globl  func
>         .type   func, @function
> func:
>         .byte 0x42
>         .quad address@hidden
>         .byte 0x42
>         .long address@hidden
>         .byte 0x42
> 

This insn sequence isn't valid in text section. It can only appear
in debug section.

-- 
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]