summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>2003-09-26 16:03:12 +0000
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>2003-09-26 16:03:12 +0000
commite75269fd3425b76f19ddf1b4a574e7fae8d2e6cf (patch)
tree308eabcd164a403c05fd4c0e81dc0a53cbadd73a
parente2b8a7eec342af189ae9ebee38526458eec14f29 (diff)
downloadgcc-e75269fd3425b76f19ddf1b4a574e7fae8d2e6cf.tar.gz
PR bootstrap/12358
* pa.c (output_bvb): Fix typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71822 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/pa/pa.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 5929dca61b9..1290e0dc018 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2003-09-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
+
+ PR bootstrap/12358
+ * pa.c (output_bvb): Fix typo.
+
2003-09-26 Richard Sandiford <rsandifo@redhat.com>
* expmed.c (store_bit_field): Don't search for an integer mode
diff --git a/gcc/config/pa/pa.c b/gcc/config/pa/pa.c
index a7a55881e3f..68b05db8a27 100644
--- a/gcc/config/pa/pa.c
+++ b/gcc/config/pa/pa.c
@@ -5996,7 +5996,7 @@ output_bvb (rtx *operands ATTRIBUTE_UNUSED, int nullify, int length,
else
strcpy (buf, "{bvb,|bb,}");
if (useskip && GET_MODE (operands[0]) == DImode)
- strcpy (buf, "extrd,s,*}");
+ strcpy (buf, "extrd,s,*");
else if (GET_MODE (operands[0]) == DImode)
strcpy (buf, "bb,*");
if ((which == 0 && negated)