Wed Apr 14 00:18:22 1999 Jan Hubicka <hubicka@freesoft.cz>
- * i386.md (SImode logical compare): Avoid outputing non-pariable testw
+ * 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
* 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.
+ 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.
Output_Unit (U);
-- Output source now, unless if it will be done as part of
- -- outputing dependencies.
+ -- outputting dependencies.
if not (Dependable and then Print_Source) then
Output_Source (Corresponding_Sdep_Entry (Id, U));
-- At this point, gdb knows about __gnat_malloc and __gnat_free
end if;
- -- Make sure that outputing long backtraces do not pause
+ -- Make sure that outputting long backtraces do not pause
Put_Line (FD, "set height 0");
Put_Line (FD, "set width 0");
Column : Natural := 0;
-- Column number of the last character in the line. Used to avoid
- -- outputing lines longer than Max_Line_Length.
+ -- outputting lines longer than Max_Line_Length.
procedure Indicate_Tested (Kind : Project_Node_Kind);
-- Set the corresponding component of array Not_Tested to False.
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
+ 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);
}
/* Nonzero if current PREFIX was emitted at least once. */
bool emitted_prefix_p;
- /* Nonzero means one should emit a newline before outputing anything. */
+ /* Nonzero means one should emit a newline before outputting anything. */
bool need_newline_p;
/* Current prefixing rule. */
fatal ("Errors in DFA description");
ticker_on (&all_time);
output_time = create_ticker ();
- fprintf (stderr, "Forming and outputing automata tables...");
+ fprintf (stderr, "Forming and outputting automata tables...");
fflush (stderr);
output_dfa_max_issue_rate ();
output_tables ();