1. 17 Apr, 2003 33 commits
  2. 16 Apr, 2003 7 commits
    • configure.in (funcs, [...]): Add snprintf and vsnprintf. · bd3fbc6b
      	* configure.in (funcs, AC_CHECK_FUNCS): Add snprintf and
      	vsnprintf.
      	* snprintf.c, vsnprintf.c: New files.
      	* Makefile.in (CFILES): Add snprintf.c and vsnprintf.c.
      	(CONFIGURED_OFILES): Add snprintf.o and vsnprintf.o.
      	Regenerate dependencies.
      
      	* functions.texi, configure, config.in: Regenerated.
      
      From-SVN: r65704
      Kaveh R. Ghazi committed
    • tree.c (skip_simple_arithmetics_at, [...]): New functions. · a9ecacf6
              * tree.c (skip_simple_arithmetics_at, saved_expr_p): New functions.
              (save_expr): Replace loop by call to skip_simple_arithmetics_at.
              * tree.h: Add prototypes for the two new functions.
              * fold-const.c (fold_binary_op_with_conditional_arg): Replace test
              updates introduced in the previous revision by call to saved_expr_p.
              * stor-layout.c (put_pending_size): Use skip_simple_arithmetics_at.
      
      From-SVN: r65702
      Olivier Hainque committed
    • expr.c (store_field): Force usage of bitfield instructions when the field position requires it... · 15b19a7d
              * expr.c (store_field): Force usage of bitfield instructions when
              the field position requires it, whatever SLOW_UNALIGNED_ACCESS.
              (expand_expr, case BIT_FIELD_REF): likewise.
      
      From-SVN: r65701
      Olivier Hainque committed
    • re PR middle-end/8866 (Bug in switch statement code generation -- missing label) · f2d80e7e
      	PR middle-end/8866
      	* cfgtrl.c (try_redirect_by_replacing_jump): Do not delete
      	jumptables.
      
      	PR middle-end/8866
      	* libjava.lang/PR8866.java: New test.
      
      From-SVN: r65698
      Mark Mitchell committed
    • ia64.c (sdata_symbolic_operand): Use SYMBOL_REF_SMALL_P and SYMBOL_REF_LOCAL_P. · 1cdbd630
              * config/ia64/ia64.c (sdata_symbolic_operand): Use
              SYMBOL_REF_SMALL_P and SYMBOL_REF_LOCAL_P.
              (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
              (function_operand): Use SYMBOL_REF_FUNCTION_P.
              (ia64_expand_load_address): Likewise.
              (ia64_assemble_integer): Likewise.
              (ia64_encode_section_info): Remove.
              (ia64_strip_name_encoding): Remove.
              * config/ia64/ia64.h (ENCODE_SECTION_INFO_CHAR): Remove.
              * config/ia64/sysv4.h (ASM_OUTPUT_LABELREF): Don't strip it.
      
      From-SVN: r65697
      Richard Henderson committed
    • alpha.c (SYMBOL_FLAG_NEAR, [...]): New. · d055668e
              * config/alpha/alpha.c (SYMBOL_FLAG_NEAR, SYMBOL_FLAG_SAMEGP): New.
              (samegp_function_operand): Use SYMBOL_FLAG_SAMEGP.
              (direct_call_operand): Use SYMBOL_FLAG_NEAR.
              (local_symbolic_operand): Use SYMBOL_REF_LOCAL_P.
              (small_symbolic_operand): Use SYMBOL_REF_SMALL_P.
              (global_symbolic_operand): Similarly.
              (tls_symbolic_operand_1): Use SYMBOL_REF_TLS_MODEL.
              (tls_symbolic_operand_type): Likewise.
              (alpha_encode_section_info): Use default_encode_section_info.
              (alpha_strip_name_encoding): Remove.
              (get_tls_get_addr): Split out from ...
              (alpha_legitimize_address): ... here.
              (alpha_emit_xfloating_libcall): Use init_one_libfunc.
              (get_some_local_dynamic_name_1): Use SYMBOL_REF_TLS_MODEL.
              (alpha_initialize_trampoline): Use init_one_libfunc.
              (alpha_setup_incoming_varargs): Mark unused parameters.
              (alpha_initial_elimination_offset): Likewise.
              (alpha_end_function): Use SYMBOL_FLAG_NEAR, SYMBOL_FLAG_SAMEGP.
              (unicosmk_unique_section): Use default_strip_name_encoding.
              (unicosmk_ssib_name, unicosmk_output_externs): Likewise.
      
      From-SVN: r65696
      Richard Henderson committed
    • config.gcc: Add t-spe for eabispe. · ffd25996
      2003-04-16  Aldy Hernandez  <aldyh@redhat.com>
      
              * config.gcc: Add t-spe for eabispe.
      
              * config/rs6000/t-spe: New.
      
      From-SVN: r65695
      Aldy Hernandez committed