-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
usr.bin/as: Recognize MIPS ".module" directive.
The .module directive, added to binutils gas in 2014, allows command line options to be set in the assembler source code. Recognize and parse, but ignore, the ".module" directive. This allows MIPS assembler generated by newer versions of gcc to be recognized, and not fail on the .module directive. The format recognized is ".module name[=name]". E.g., ".module fp=32" ".module oddspreg" ".module arch=mips32r2" The /tools/aoututils version has also been changed, to keep in sync.
- Loading branch information
Showing
2 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters