|
From: | sourceware.org at aydos dot de |
Subject: | [Bug gas/24738] New: .value directive undocumented |
Date: | Wed, 26 Jun 2019 10:57:31 +0000 |
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.
[Prev in Thread] | Current Thread | [Next in Thread] |