Ticket #79 (new defect)

Opened 2 years ago

Last modified 1 year ago

.include directive in gas parser produces warnings and errors.

Reported by: anonymous Assigned to:
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

02/24/07 16:26:38 changed by peter@tortall.net

  • milestone changed from 0.6.0 to 0.7.0.

Bump to 0.7.0.


Add/Change #79 (.include directive in gas parser produces warnings and errors.)