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

            Bug ID: 24738
           Summary: .value directive undocumented
           Product: binutils
           Version: 2.32
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: gas
          Assignee: unassigned at sourceware dot org
          Reporter: sourceware.org at aydos dot de
  Target Milestone: ---

Created attachment 11868
  --> https://sourceware.org/bugzilla/attachment.cgi?id=11868&action=edit
C code

*main.c* is compiled to *main.s*. *main.s* contains a directive called *.value*
which cannot be found in
https://www.sourceware.org/binutils/docs/as/Pseudo-Ops.html

main.c is attached. main.s is generated using:

gcc -S main.c -o main.s
gcc version 9.1.0

main.s contains the following assembler lines:

...
s:
        .byte   0
        .zero   1
        .value  1
        .text
...

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