diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2001-11-28 22:00:29 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@gcc.gnu.org> | 2001-11-28 22:00:29 +0000 |
commit | 117b0c0a5e8d818a0660f0a9a6d0ed15b5e14d67 (patch) | |
tree | d4fcfa9d65ba06abba22b01fc72a3d015e3f9413 /gcc | |
parent | c835e5c6df85d7487817d219ed5b0c2947194902 (diff) | |
download | gcc-117b0c0a5e8d818a0660f0a9a6d0ed15b5e14d67.zip gcc-117b0c0a5e8d818a0660f0a9a6d0ed15b5e14d67.tar.gz gcc-117b0c0a5e8d818a0660f0a9a6d0ed15b5e14d67.tar.bz2 |
* config/cris/cris.c: Remove whitespace at end of line.
From-SVN: r47430
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/cris/cris.c | 12 |
2 files changed, 10 insertions, 6 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f9b293f..fd9e43d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-11-28 Hans-Peter Nilsson <hp@axis.com> + + * config/cris/cris.c: Remove whitespace at end of line. + Wed Nov 28 14:51:23 2001 Douglas B. Rupp <rupp@gnat.com> * config.gcc (i[34567]86-*-interix3*): New case. diff --git a/gcc/config/cris/cris.c b/gcc/config/cris/cris.c index c954304..6ea1fc1 100644 --- a/gcc/config/cris/cris.c +++ b/gcc/config/cris/cris.c @@ -547,7 +547,7 @@ cris_print_index (index, file) fprintf (file, "[$%s].d", reg_names[REGNO (inner)]); } else - cris_operand_lossage ("unexpected index-type in cris_print_index", + cris_operand_lossage ("unexpected index-type in cris_print_index", index); } @@ -563,7 +563,7 @@ cris_print_base (base, file) else if (GET_CODE (base) == POST_INC) fprintf (file, "$%s+", reg_names[REGNO (XEXP (base, 0))]); else - cris_operand_lossage ("unexpected base-type in cris_print_base", + cris_operand_lossage ("unexpected base-type in cris_print_base", base); } @@ -1094,7 +1094,7 @@ cris_target_asm_function_epilogue (file, size) fprintf (file, save_last); *save_last = 0; } - + if (file) fprintf (file, "\tAdd%s %d,$sp\n", ADDITIVE_SIZE_MODIFIER (argspace_offset), @@ -2689,11 +2689,11 @@ cris_split_movdx (operands) if (GET_CODE (addr) == POST_INC) { - emit_insn (gen_rtx_SET (VOIDmode, + emit_insn (gen_rtx_SET (VOIDmode, operand_subword (dest, 0, TRUE, mode), change_address (src, SImode, addr))); emit_insn (gen_rtx_SET (VOIDmode, - operand_subword (dest, 1, TRUE, mode), + operand_subword (dest, 1, TRUE, mode), change_address (src, SImode, addr))); } else @@ -3014,7 +3014,7 @@ rtx Xvecexp (x, n, m) rtx x; int n; -{ +{ return XVECEXP (x, n, m); } |