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 thrd@dtpoff
>         .byte 0x42
>         .long thrd@dtpoff
>         .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.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to