MIPS/GAS/doc: Refer to `.module' rather than `.set'
authorMaciej W. Rozycki <macro@imgtec.com>
Mon, 15 May 2017 11:47:26 +0000 (12:47 +0100)
committerMaciej W. Rozycki <macro@imgtec.com>
Mon, 15 May 2017 12:57:06 +0000 (13:57 +0100)
commit32035f5151b6ec76af0b62d9db8774b76eddc091
tree68d13421b43916ac2012a13c60033b00542ea196
parent5f2ad7a3c73fcec0a7891794eb5aade73bac8523
MIPS/GAS/doc: Refer to `.module' rather than `.set'

Complement commit 919731affbef ("Add MIPS .module directive") and update
the GAS manual to refer to the `.module' rather than `.set' directive in
command-line option descriptions, following an observation that unlike
`.set' and like the respective command-line option the use of the
`.module' directive affects the ISA and ASE flags recorded in the object
file produced, and therefore it is `.module' rather than `.set' that
corresponds to the respective command-line option.

gas/
* doc/as.texinfo (-mips16, -no-mips16): Refer to `.module
mips16' rather than `.set mips16'.
(-mmicromips, -mno-micromips): Refer to `.module micromips' and
`.module nomicromips' rather than `.set micromips' and `.set
nomicromips'.
(-msmartmips, -mno-smartmips): Refer to `.module smartmips'
rather than `.set smartmips'.
* doc/c-mips.texi (MIPS Options): Refer to `.module mips16',
`.module micromips', `.module nomicromips' and `.module
smartmips' rather than `.set mips16', `.set micromips', `.set
nomicromips' and `.set smartmips' respectively.
gas/ChangeLog
gas/doc/as.texinfo
gas/doc/c-mips.texi
This page took 0.024045 seconds and 4 git commands to generate.