diff options
author | Joseph Myers <joseph@codesourcery.com> | 2011-02-12 21:29:14 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2011-02-12 21:29:14 +0000 |
commit | a016dc83ecbbcd3deb7b23b6b8dad86475c1a831 (patch) | |
tree | c0d25e7b70e9c010fa9ce7687e561baf25afc5f3 /gcc/gcc.c | |
parent | 60a40f62c855e2cfe008dacf3998982e95c84bc6 (diff) | |
download | gcc-a016dc83ecbbcd3deb7b23b6b8dad86475c1a831.zip gcc-a016dc83ecbbcd3deb7b23b6b8dad86475c1a831.tar.gz gcc-a016dc83ecbbcd3deb7b23b6b8dad86475c1a831.tar.bz2 |
re PR driver/45731 (Header missing for assembler option help.)
PR driver/45731
* gcc.c (asm_options): Correct spec matching --target-help.
From-SVN: r170091
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r-- | gcc/gcc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -775,7 +775,7 @@ static const char *cc1_options = %{coverage:-fprofile-arcs -ftest-coverage}"; static const char *asm_options = -"%{--target-help:%:print-asm-header()} " +"%{-target-help:%:print-asm-header()} " #if HAVE_GNU_AS /* If GNU AS is used, then convert -w (no warnings), -I, and -v to the assembler equivalents. */ |