* doc/as.texinfo (M): Mention explicitly that -M changes macro
handling. PR 11259.
This commit is contained in:
parent
d4dd7795d9
commit
7d99e8afc3
2 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Fri Dec 27 11:42:29 1996 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
|
* doc/as.texinfo (M): Mention explicitly that -M changes macro
|
||||||
|
handling.
|
||||||
|
|
||||||
Thu Dec 19 12:06:08 1996 Ian Lance Taylor <ian@cygnus.com>
|
Thu Dec 19 12:06:08 1996 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
* write.c (adjust_reloc_syms): If the fixup symbol has been
|
* write.c (adjust_reloc_syms): If the fixup symbol has been
|
||||||
|
|
|
@ -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
|
compatible with the @code{ASM68K} or the @code{ASM960} (depending upon the
|
||||||
configured target) assembler from Microtec Research. The exact nature of 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
|
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
|
information. Note in particular that the handling of macros and macro
|
||||||
assembler code using @code{@value{AS}}.
|
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
|
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
|
depend upon its object file format, and can not be supported using other object
|
||||||
|
|
Loading…
Reference in a new issue