-
Notifications
You must be signed in to change notification settings - Fork 629
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
asm: Add .equiv define #1557
asm: Add .equiv define #1557
Conversation
Thank you.
|
Please, forget my lsat comment. I will make a pull request to your branch. |
I guess you know well about gas.
|
Thanks @masatake. I hadn't noticed |
O.k. I change my mind again. I will wait for your updating. |
GNU AS documentation of the directives: .equiv: https://sourceware.org/binutils/docs/as/Equiv.html#Equiv .eqv: https://sourceware.org/binutils/docs/as/Eqv.html#Eqv Units: gas.s
Thank you very much. I squashed three commits into one. (I made a typo in the commit log. Sorry.) |
Simple change to recognize .equiv assembler directive.
(http://ftp.gnu.org/old-gnu/Manuals/gas/html_chapter/as_7.html#SEC87)