This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Fix spelling of "outputting"


Howdy,

The following patch fixes the spelling of "outputting".

Bootstrapped and regression tested on powerpc-unknown-linux-gnu.

Committed as obvious.

-- 
Matt Kraai <kraai@alumni.cmu.edu>
Debian GNU/Linux Peon

(gcc)
	* ChangeLog.1: Fix spelling of "outputting".
	* ChangeLog.3: Likewise.
	* diagnostic.h: Likewise.
	* genautomata.c: Likewise.
	* config/pa/pa.c: Likewise.

(gcc/ada)
	* gnatls.adb: Fix spelling of "outputting".
	* gnatmem.adb: Likewise.
	* prj-pp.adb: Likewise.

Index: gcc/ChangeLog.1
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ChangeLog.1,v
retrieving revision 1.12
diff -3 -c -p -r1.12 ChangeLog.1
*** gcc/ChangeLog.1	28 Oct 2002 14:07:45 -0000	1.12
--- gcc/ChangeLog.1	13 Jun 2003 11:05:36 -0000
*************** Wed Apr 14 13:59:27 1999  Martin von Loe
*** 1251,1257 ****
  
  Wed Apr 14 00:18:22 1999  Jan Hubicka <hubicka@freesoft.cz>
  
! 	* i386.md (SImode logical compare): Avoid outputing non-pariable testw
  	and testl on Pentium.
  	(register and memory bit tests): Likewise.
  	(setcc, normal and reversed conditional branches): Use shorter
--- 1251,1257 ----
  
  Wed Apr 14 00:18:22 1999  Jan Hubicka <hubicka@freesoft.cz>
  
! 	* i386.md (SImode logical compare): Avoid outputting non-pariable testw
  	and testl on Pentium.
  	(register and memory bit tests): Likewise.
  	(setcc, normal and reversed conditional branches): Use shorter
Index: gcc/ChangeLog.3
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ChangeLog.3,v
retrieving revision 1.14
diff -3 -c -p -r1.14 ChangeLog.3
*** gcc/ChangeLog.3	22 Sep 2002 02:03:12 -0000	1.14
--- gcc/ChangeLog.3	13 Jun 2003 11:07:00 -0000
*************** Mon Apr 17 14:59:36 MET DST 2000  Jan Hu
*** 6424,6430 ****
  
  	* i370.c (mvs_add_label): Change spacing for coding conventions.
  	* i370.h (ASM_OUTPUT_CASE_LABEL): Change to the data CSECT for the
! 	outputing case vectors.
  	(ASM_OUTPUT_CASE_END): New, put assembler back into code CSECT.
  	(ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Remove page check,
  	since vector in in the data CSECT.
--- 6424,6430 ----
  
  	* i370.c (mvs_add_label): Change spacing for coding conventions.
  	* i370.h (ASM_OUTPUT_CASE_LABEL): Change to the data CSECT for the
! 	outputting case vectors.
  	(ASM_OUTPUT_CASE_END): New, put assembler back into code CSECT.
  	(ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Remove page check,
  	since vector in in the data CSECT.
Index: gcc/diagnostic.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/diagnostic.h,v
retrieving revision 1.58
diff -3 -c -p -r1.58 diagnostic.h
*** gcc/diagnostic.h	8 Jun 2003 14:21:54 -0000	1.58
--- gcc/diagnostic.h	13 Jun 2003 11:07:03 -0000
*************** typedef struct
*** 88,94 ****
    /* Nonzero if current PREFIX was emitted at least once.  */
    bool emitted_prefix_p;
  
!   /* Nonzero means one should emit a newline before outputing anything.  */
    bool need_newline_p;
  
    /* Current prefixing rule.  */
--- 88,94 ----
    /* Nonzero if current PREFIX was emitted at least once.  */
    bool emitted_prefix_p;
  
!   /* Nonzero means one should emit a newline before outputting anything.  */
    bool need_newline_p;
  
    /* Current prefixing rule.  */
Index: gcc/genautomata.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/genautomata.c,v
retrieving revision 1.44
diff -3 -c -p -r1.44 genautomata.c
*** gcc/genautomata.c	1 Jun 2003 15:59:08 -0000	1.44
--- gcc/genautomata.c	13 Jun 2003 11:08:11 -0000
*************** write_automata (void)
*** 9870,9876 ****
      fatal ("Errors in DFA description");
    ticker_on (&all_time);
    output_time = create_ticker ();
!   fprintf (stderr, "Forming and outputing automata tables...");
    fflush (stderr);
    output_dfa_max_issue_rate ();
    output_tables ();
--- 9870,9876 ----
      fatal ("Errors in DFA description");
    ticker_on (&all_time);
    output_time = create_ticker ();
!   fprintf (stderr, "Forming and outputting automata tables...");
    fflush (stderr);
    output_dfa_max_issue_rate ();
    output_tables ();
Index: gcc/ada/gnatls.adb
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ada/gnatls.adb,v
retrieving revision 1.8
diff -3 -c -p -r1.8 gnatls.adb
*** gcc/ada/gnatls.adb	24 Apr 2003 17:54:04 -0000	1.8
--- gcc/ada/gnatls.adb	13 Jun 2003 11:08:38 -0000
*************** begin
*** 973,979 ****
                 Output_Unit (U);
  
                 --  Output source now, unless if it will be done as part of
!                --  outputing dependencies.
  
                 if not (Dependable and then Print_Source) then
                    Output_Source (Corresponding_Sdep_Entry (Id, U));
--- 973,979 ----
                 Output_Unit (U);
  
                 --  Output source now, unless if it will be done as part of
!                --  outputting dependencies.
  
                 if not (Dependable and then Print_Source) then
                    Output_Source (Corresponding_Sdep_Entry (Id, U));
Index: gcc/ada/gnatmem.adb
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ada/gnatmem.adb,v
retrieving revision 1.7
diff -3 -c -p -r1.7 gnatmem.adb
*** gcc/ada/gnatmem.adb	24 Apr 2003 17:54:05 -0000	1.7
--- gcc/ada/gnatmem.adb	13 Jun 2003 11:08:45 -0000
*************** procedure Gnatmem is
*** 315,321 ****
           --  At this point, gdb knows about __gnat_malloc and __gnat_free
        end if;
  
!       --  Make sure that outputing long backtraces do not pause
  
        Put_Line (FD, "set height 0");
        Put_Line (FD, "set width 0");
--- 315,321 ----
           --  At this point, gdb knows about __gnat_malloc and __gnat_free
        end if;
  
!       --  Make sure that outputting long backtraces do not pause
  
        Put_Line (FD, "set height 0");
        Put_Line (FD, "set width 0");
Index: gcc/ada/prj-pp.adb
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ada/prj-pp.adb,v
retrieving revision 1.4
diff -3 -c -p -r1.4 prj-pp.adb
*** gcc/ada/prj-pp.adb	24 Apr 2003 17:54:08 -0000	1.4
--- gcc/ada/prj-pp.adb	13 Jun 2003 11:08:45 -0000
*************** package body Prj.PP is
*** 42,48 ****
  
     Column : Natural := 0;
     --  Column number of the last character in the line. Used to avoid
!    --  outputing lines longer than Max_Line_Length.
  
     procedure Indicate_Tested (Kind : Project_Node_Kind);
     --  Set the corresponding component of array Not_Tested to False.
--- 42,48 ----
  
     Column : Natural := 0;
     --  Column number of the last character in the line. Used to avoid
!    --  outputting lines longer than Max_Line_Length.
  
     procedure Indicate_Tested (Kind : Project_Node_Kind);
     --  Set the corresponding component of array Not_Tested to False.
Index: gcc/config/pa/pa.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/pa/pa.c,v
retrieving revision 1.213
diff -3 -c -p -r1.213 pa.c
*** gcc/config/pa/pa.c	7 Jun 2003 17:11:47 -0000	1.213
--- gcc/config/pa/pa.c	13 Jun 2003 11:09:19 -0000
*************** output_lbranch (dest, insn)
*** 5791,5797 ****
  	   the only other use of this location is for copying a
  	   floating point double argument from a floating-point
  	   register to two general registers.  The copy is done
! 	   as an "atomic" operation when outputing a call, so it
  	   won't interfere with our using the location here.  */
  	output_asm_insn ("stw %%r1,-12(%%r30)", xoperands);
      }
--- 5791,5797 ----
  	   the only other use of this location is for copying a
  	   floating point double argument from a floating-point
  	   register to two general registers.  The copy is done
! 	   as an "atomic" operation when outputting a call, so it
  	   won't interfere with our using the location here.  */
  	output_asm_insn ("stw %%r1,-12(%%r30)", xoperands);
      }


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]