Ticket #79 (new defect)
.include directive in gas parser produces warnings and errors.
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Priority: | P1 | Milestone: | 0.7.0 |
| Component: | Parser: GAS-compatible | Version: | 0.5.0 |
| Severity: | blocker | Keywords: | |
| Cc: |
Description
When in GAS mode, YASM fails to understand the GAS directive ".include". Basically...
.include "test.inc"
...gives warning: parser error: syntax error warning: directive `.include' not recognized label or instruction expected at start of line
When the same source code is ran through GNU as, there are no errors nor warnings.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
