diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-12-27 16:43:15 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-12-27 16:43:15 +0000 |
commit | 7d99e8afc33e228e635eac780d4f6845651914a1 (patch) | |
tree | 31023e7f893a9ac13f229882098abad6a83c83b6 /gas/doc | |
parent | d4dd7795d975d02086a675d1e09597574abdf128 (diff) | |
download | gdb-7d99e8afc33e228e635eac780d4f6845651914a1.zip gdb-7d99e8afc33e228e635eac780d4f6845651914a1.tar.gz gdb-7d99e8afc33e228e635eac780d4f6845651914a1.tar.bz2 |
* doc/as.texinfo (M): Mention explicitly that -M changes macro
handling.
PR 11259.
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/as.texinfo | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index 28f40c1..c5b0913 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -1023,8 +1023,9 @@ changes the syntax and pseudo-op handling of @code{@value{AS}} to make it compatible with the @code{ASM68K} or the @code{ASM960} (depending upon the configured target) assembler from Microtec Research. The exact nature of the MRI syntax will not be documented here; see the MRI manuals for more -information. The purpose of this option is to permit assembling existing MRI -assembler code using @code{@value{AS}}. +information. Note in particular that the handling of macros and macro +arguments is somewhat different. The purpose of this option is to permit +assembling existing MRI assembler code using @code{@value{AS}}. The MRI compatibility is not complete. Certain operations of the MRI assembler depend upon its object file format, and can not be supported using other object |