aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2011-02-12 21:29:14 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2011-02-12 21:29:14 +0000
commita016dc83ecbbcd3deb7b23b6b8dad86475c1a831 (patch)
treec0d25e7b70e9c010fa9ce7687e561baf25afc5f3 /gcc/gcc.c
parent60a40f62c855e2cfe008dacf3998982e95c84bc6 (diff)
downloadgcc-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c
index c31dafc..9b6f2fb 100644
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -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. */