Fix 'A' operand modifier: PR inline-asm/94095
authorAndrew Pinski <apinski@marvell.com>
Mon, 9 Mar 2020 16:45:23 +0000 (09:45 -0700)
committerAndrew Pinski <apinski@marvell.com>
Mon, 9 Mar 2020 16:59:03 +0000 (09:59 -0700)
commita931bb50fe77446058166b50eea4e53223ad7ef7
treec92e679b22497bea1863d79de16661c735b91773
parent9439378f7a08cf9c8f524c9f3758a37d804ac106
Fix 'A' operand modifier: PR inline-asm/94095

The problem here is there was a typo in the documentation
for the 'A' modifier in the table, it was recorded as 'a'
in the table on the modifier column.

Committed as obvious.

2020-03-09  Andrew Pinski  <apinski@marvell.com>

PR inline-asm/94095
* doc/extend.texi (x86 Operand Modifiers): Fix column
for 'A' modifier.
gcc/ChangeLog
gcc/doc/extend.texi