summaryrefslogtreecommitdiff
path: root/usr.bin/pcc/powerpc
diff options
context:
space:
mode:
authorStefan Kempf <stefan@cvs.openbsd.org>2007-11-24 09:27:03 +0000
committerStefan Kempf <stefan@cvs.openbsd.org>2007-11-24 09:27:03 +0000
commita6961d473193183fd729bd608dfd3b09157e9c20 (patch)
tree0531912958588c7ea674b288d817e39888e63b33 /usr.bin/pcc/powerpc
parenteeb86d7f7a8d886c93e7852ca256e9398bb9d421 (diff)
Pull from master repo:
More missing newlines.
Diffstat (limited to 'usr.bin/pcc/powerpc')
-rw-r--r--usr.bin/pcc/powerpc/table.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/pcc/powerpc/table.c b/usr.bin/pcc/powerpc/table.c
index 8299d3aa2c5..23e6fa1b488 100644
--- a/usr.bin/pcc/powerpc/table.c
+++ b/usr.bin/pcc/powerpc/table.c
@@ -1,5 +1,5 @@
/*-
- * $OpenBSD: table.c,v 1.6 2007/11/24 00:44:59 stefan Exp $
+ * $OpenBSD: table.c,v 1.7 2007/11/24 09:27:02 stefan Exp $
*
* Copyright (c) 2007 Gregory McGarry <g.mcgarry@ieee.org>
*
@@ -351,7 +351,7 @@ struct optab table[] = {
SSCON, TANY,
NBREG|NBSL, RESC1,
" addic A1,AL,AR" COM "64-bit addition of constant\n"
- " addze U1,UL", },
+ " addze U1,UL\n", },
{ PLUS, INAREG,
SAREG, TWORD|TPOINT,
@@ -651,7 +651,7 @@ struct optab table[] = {
SNAME, TCHAR|TUCHAR,
SAREG, TCHAR|TUCHAR,
NAREG|NSPECIAL, RDEST,
- " lis A1," HA16(AL)
+ " lis A1," HA16(AL) "\n"
" stb AR," LO16(AL) "(A1)\n", },
/* assign register to memory */
@@ -1155,7 +1155,7 @@ struct optab table[] = {
SBREG, TLONGLONG|TULONGLONG,
SANY, TANY,
NBREG|NBSL, RESC1,
- " not A1,AL"
+ " not A1,AL\n"
" not U1,UL\n", },
/*