1. 11 Jun, 2001 37 commits
  2. 10 Jun, 2001 3 commits
    • acinclude.m4 (GLIBCPP_ENABLE_C99): Add stdio.h checking. · 61c71946
      
      2001-06-10  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* acinclude.m4 (GLIBCPP_ENABLE_C99): Add stdio.h checking.
      	Add checking for strtof, _Exit in stdlib.h
      	* aclocal.m4: Regenerate.
      	* configure.in: Regenerate.
      	* include/c_std/bits/std_cstdio.h: Alphabetize lists.
      	(snprintf): Put C99 functions into __gnu_cxx namespace.
      	(vfscanf): Same.
      	(vscanf): Same.
      	(vsnprintf): Same.
      	(vsscanf): Same.
      	* include/c_std/bits/std_cstdlib.h: Alphabetize lists. Put undefs
      	for C99 functions within _GLIBCPP_USE_C99 guard.
      	(_Exit): Same.
      	(strtof): Same.
      	(strtold): Same.
      	* include/bits/locale_facets.tcc: Check if C99 is enabled.
      	* include/c_std/bits/std_cwchar.h (__gnu_cxx): Put undefs within
      	C99 guard.
      	* include/c_std/bits/cmath.tcc: Formatting tweak.
      	* include/c_std/bits/std_cmath.h: Same.
      
      From-SVN: r43161
      Benjamin Kosnik committed
    • alpha.c (override_options): Set align_loops, align_jumps, and align_functions. · c176c051
              * config/alpha/alpha.c (override_options): Set align_loops,
              align_jumps, and align_functions.
              * config/alpha/alpha.h (FUNCTION_BOUNDARY): Set to 32 bits.
              (LOOP_ALIGN, LABEL_ALIGN_AFTER_BARRIER): Remove.
      
      From-SVN: r43160
      Richard Henderson committed
    • emit-rtl.c (gen_lowpart_common): Do not assume that SFmode and DFmode are one… · 76321db6
      emit-rtl.c (gen_lowpart_common): Do not assume that SFmode and DFmode are one and two words in size.
      
      	* emit-rtl.c (gen_lowpart_common): Do not assume that SFmode and DFmode
      	are one and two words in size.
      
      From-SVN: r43158
      Michael Hayes committed