From c725bd79e7613da00fb1b5bc440706a219db7653 Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Mon, 3 Dec 2001 19:15:19 +0000 Subject: c-decl.c (grokdeclarator): Use ISO word. * c-decl.c (grokdeclarator): Use ISO word. * cppinit.c: Remove leading capital from diagnostic messages, as per GNU coding standards. * diagnostic.c: Similarly. * emit-rtl.c: Similarly. * final.c: Similarly. * gcc.c: Similarly. * tradcpp.c: Similarly. * config/arm/arm.c: Similarly. * config/arm/arm.h: Similarly. * config/avr/avr.c: Similarly. * config/avr/avr.h: Similarly. * config/c4x/c4x.c: Similarly. * config/cris/cris.c: Similarly. * config/cris/cris.h: Similarly. * config/d30v/d30v.c: Similarly. * config/dsp16xx/dsp16xx.c: Similarly. * config/dsp16xx/dsp16xx.h: Similarly. * config/h8300/h8300.c: Similarly. * config/i386/i386.c: Similarly. * config/i386/xm-djgpp.h: Similarly. * config/i960/i960.h: Similarly. * config/m32r/m32r.c: Similarly. * config/m68hc11/m68hc11.c: Similarly. * config/m88k/m88k.c: Similarly. * config/m88k/m88k.h: Similarly. * config/mcore/mcore.c: Similarly. * config/mcore/mcore.h: Similarly. * config/mips/mips.c: Similarly. * config/mmix/mmix.c: Similarly. * config/pa/pa.c: Similarly. * config/rs6000/rs6000.c: Similarly. * config/rs6000/sysv4.h: Similarly. * config/s390/s390.c: Similarly. * config/sparc/sparc.c: Similarly. * config/v850/v850-c.c: Similarly. * config/v850/v850.c: Similarly. ch: * actions.c: Remove leading capital from diagnostic messages, as per GNU coding standards. * decl.c: Similarly. * expr.c: Similarly. * inout.c: Similarly. * lang.c: Similarly. * loop.c: Similarly. * nloop.c: Similarly. * parse.c: Similarly. * satisfy.c: Similarly. * tasking.c: Similarly. * tree.c: Similarly. * typeck.c: Similarly. cp: * typeck2.c: Remove leading capital from diagnostic messages, as per GNU coding standards. f: * com.c: Remove leading capital from diagnostic messages, as per GNU coding standards. * g77spec.c: Similarly. * lex.c: Similarly. java: * expr.c: Remove leading capital from diagnostic messages, as per GNU coding standards. * jcf-io.c: Similarly. * jcf-parse.c: Similarly. * jv-scan.c: Similarly. * jvspec.c: Similarly. * mangle.c: Similarly. From-SVN: r47558 --- gcc/config/dsp16xx/dsp16xx.c | 18 +++++++++--------- gcc/config/dsp16xx/dsp16xx.h | 18 +++++++++--------- 2 files changed, 18 insertions(+), 18 deletions(-) (limited to 'gcc/config/dsp16xx') diff --git a/gcc/config/dsp16xx/dsp16xx.c b/gcc/config/dsp16xx/dsp16xx.c index a0a8045..2d9da2b 100644 --- a/gcc/config/dsp16xx/dsp16xx.c +++ b/gcc/config/dsp16xx/dsp16xx.c @@ -1436,7 +1436,7 @@ dsp16xx_output_function_prologue (file, size) if (SMALL_INTVAL(current_frame_info.var_size) && ((current_frame_info.var_size & 0x8000) == 0)) fprintf (file, "\t%s=%ld\n\t*%s++%s\n", reg_names[REG_J], current_frame_info.var_size, sp, reg_names[REG_J]); else - fatal_error ("Stack size > 32k"); + fatal_error ("stack size > 32k"); } } @@ -1459,7 +1459,7 @@ dsp16xx_output_function_prologue (file, size) if (current_frame_info.args_size == 1) fprintf (file, "\t*%s++\n", sp); else - error ("Stack size > 32k"); + error ("stack size > 32k"); } if (frame_pointer_needed) @@ -1668,7 +1668,7 @@ double_reg_to_memory (operands) else if (GET_CODE (XEXP(addr,1)) == CONST_INT) offset = INTVAL(XEXP(addr,1)) + 1; else - fatal_error ("Invalid addressing mode"); + fatal_error ("invalid addressing mode"); fprintf (asm_out_file, "\t*(%d)=%s\n", offset + 31, reg_names[REGNO(operands[1]) + 1]); } @@ -1847,7 +1847,7 @@ print_operand(file, op, letter) else if (letter == 'm') fprintf (file, "%s", himode_reg_name[REGNO (op)]); else - output_operand_lossage ("Bad register extension code"); + output_operand_lossage ("bad register extension code"); } else if (code == MEM) output_address (XEXP(op,0)); @@ -1946,10 +1946,10 @@ print_operand_address(file, addr) if (offset >= -31 && offset <= 0) offset = 31 + offset; else - fatal_error ("Invalid offset in ybase addressing"); + fatal_error ("invalid offset in ybase addressing"); } else - fatal_error ("Invalid register in ybase addressing"); + fatal_error ("invalid register in ybase addressing"); fprintf (file, "*(%d)", offset); break; @@ -2128,7 +2128,7 @@ emit_1600_core_shift (shift_op, operands, shift_amount) shift_asm_ptr_first = lshift_right_asm_first; } else - fatal_error ("Invalid shift operator in emit_1600_core_shift"); + fatal_error ("invalid shift operator in emit_1600_core_shift"); while (shift_amount != 0) { @@ -2495,7 +2495,7 @@ gen_tst_reg (x) else if (mode == HImode) emit_insn (gen_rtx_SET (VOIDmode, cc0_rtx, x)); else - fatal_error ("Invalid mode for gen_tst_reg"); + fatal_error ("invalid mode for gen_tst_reg"); return cc0_rtx; } @@ -2567,7 +2567,7 @@ gen_compare_reg (code, x, y) force_reg (HImode,y)))); } else - fatal_error ("Invalid mode for integer comparison in gen_compare_reg"); + fatal_error ("invalid mode for integer comparison in gen_compare_reg"); return cc0_rtx; } diff --git a/gcc/config/dsp16xx/dsp16xx.h b/gcc/config/dsp16xx/dsp16xx.h index 04aca6c..215b452 100644 --- a/gcc/config/dsp16xx/dsp16xx.h +++ b/gcc/config/dsp16xx/dsp16xx.h @@ -100,7 +100,7 @@ extern struct rtx_def *dsp16xx_lshrhi3_libcall; %{mmap3:m3_crt0.o%s} \ %{mmap4:m4_crt0.o%s} \ %{!mmap*: %{!ifile*: m4_crt0.o%s} %{ifile*: \ -%eA -ifile option requires a -map option}}" +%ea -ifile option requires a -map option}}" /* Specify the end file to link with */ @@ -109,7 +109,7 @@ extern struct rtx_def *dsp16xx_lshrhi3_libcall; %{mmap3:m3_crtn.o%s} \ %{mmap4:m4_crtn.o%s} \ %{!mmap*: %{!ifile*: m4_crtn.o%s} %{ifile*: \ -%eA -ifile option requires a -map option}}" +%ea -ifile option requires a -map option}}" /* Tell gcc where to look for the startfile */ @@ -1233,17 +1233,17 @@ extern struct dsp16xx_frame_info current_frame_info; for profiling a function entry. */ #define FUNCTION_PROFILER(FILE, LABELNO) \ - internal_error ("Profiling not implemented yet.") + internal_error ("profiling not implemented yet") /* Output assembler code to FILE to initialize this source file's basic block profiling info, if that has not already been done. */ #define FUNCTION_BLOCK_PROFILER(FILE, LABELNO) \ - internal_error ("Profiling not implemented yet.") + internal_error ("profiling not implemented yet") /* Output assembler code to FILE to increment the entry-count for the BLOCKNO'th basic block in this source file. */ #define BLOCK_PROFILER(FILE, BLOCKNO) \ - internal_error ("Profiling not implemented yet.") + internal_error ("profiling not implemented yet") /* EXIT_IGNORE_STACK should be nonzero if, when returning from a function, @@ -1254,7 +1254,7 @@ extern struct dsp16xx_frame_info current_frame_info; #define EXIT_IGNORE_STACK (0) #define TRAMPOLINE_TEMPLATE(FILE) \ - internal_error ("Trampolines not yet implemented"); + internal_error ("trampolines not yet implemented"); /* Length in units of the trampoline for entering a nested function. This is a dummy value */ @@ -1266,7 +1266,7 @@ extern struct dsp16xx_frame_info current_frame_info; CXT is an RTX for the static chain value for the function. */ #define INITIALIZE_TRAMPOLINE(TRAMP, FNADDR, CXT) \ - internal_error ("Trampolines not yet implemented"); + internal_error ("trampolines not yet implemented"); /* A C expression which is nonzero if a function must have and use a frame pointer. If its value is nonzero the functions will have a @@ -1855,12 +1855,12 @@ const_section () \ /* This is how to output an insn to push a register on the stack. It need not be very fast code since it is used only for profiling */ #define ASM_OUTPUT_REG_PUSH(FILE,REGNO) \ - internal_error ("Profiling not implemented yet."); + internal_error ("profiling not implemented yet"); /* This is how to output an insn to pop a register from the stack. It need not be very fast code since it is used only for profiling */ #define ASM_OUTPUT_REG_POP(FILE,REGNO) \ - internal_error ("Profiling not implemented yet."); + internal_error ("profiling not implemented yet"); /* OUTPUT OF DISPATCH TABLES */ -- cgit v1.1