#79 (.include directive in gas parser produces warnings and errors.) – The Yasm Modular Assembler Project
Modify

Ticket #79 (closed defect: fixed)

Opened 4 years ago

Last modified 7 months ago

.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

comment:1 Changed 3 years ago by peter@…

  • Milestone changed from 0.6.0 to 0.7.0

Bump to 0.7.0.

comment:2 Changed 7 months ago by peter

  • Status changed from new to closed
  • Resolution set to fixed

(In [2243]) Add initial gas preprocessor, contributed by Alexei Svitkine. Support for include directive amongst other major key pieces. Does not currently support macros. Fixes #79.

Contributed by: Alexei Svitkine <alexei.svitkine@…>

View

Add a comment

Modify Ticket

Action
as closed
The resolution will be deleted. Next status will be 'reopened'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.