1. 23 Oct, 2001 11 commits
  2. 22 Oct, 2001 18 commits
  3. 21 Oct, 2001 8 commits
    • i386.c (sco_asm_named_section): Delete. · e56feed6
      	* config/i386/i386.c (sco_asm_named_section): Delete.
      	(sco_asm_out_constructor): Delete.
      	* config/i386/sco5.h (ASM_QUAD): Undo damage from att.h.
      	(ASM_OUTPUT_DOUBLE_INT): Likewise.
      	(TARGET_ASM_CONSTRUCTOR): Delete.  Use default.
      	(TARGET_ASM_NAMED_SECTION): Use default for ELF.
      	(EXCEPTION_SECTION): Delete EH scn renaming hack.
      
      From-SVN: r46398
      Robert Lipe committed
    • c-format.c (maybe_read_dollar_number): Use safe-ctype macros and/or fold extra… · 0df6c2c7
      c-format.c (maybe_read_dollar_number): Use safe-ctype macros and/or fold extra calls into fewer ones.
      
      	* c-format.c (maybe_read_dollar_number): Use safe-ctype macros
      	and/or fold extra calls into fewer ones.
      	* collect2.c (dump_file): Likewise.
      	* cppexp.c (parse_number): Likewise.
      	* cpplex.c (_cpp_lex_direct): Likewise.
      	* final.c (output_asm_insn, asm_fprintf): Likewise.
      	* fix-header.c (inf_scan_ident, main): Likewise.
      	* fixinc/fixfixes.c (char_macro_use_fix, char_macro_def_fix):
      	Likewise.
      	* fold-const.c (real_hex_to_f): Likewise.
      	* gen-protos.c (parse_fn_proto): Likewise.
      	* genattrtab.c (check_attr_test, check_attr_value): Likewise.
      	* genrecog.c (change_state, write_action): Likewise.
      	* gensupport.c (shift_output_template): Likewise.
      	* local-alloc.c (requires_inout): Likewise.
      	* mips-tfile.c (IS_ASM_IDENT): Likewise.
      	* protoize.c (is_id_char, main): Likewise.
      	* real.c (asctoeg): Likewise.
      	* recog.c (asm_operand_ok): Likewise.
      	* reload.c (find_reloads): Likewise.
      	* scan.c (scan_identget_token): Likewise.
      	* sched-vis.c (print_value): Likewise.
      	* stringpool.c (ggc_alloc_string): Likewise.
      	* toplev.c (read_integral_parameter, decode_g_option): Likewise.
      	* tradcif.y (parse_number, yylex, parse_escape): Likewise.
      	* tradcpp.c (rescan): Likewise.
      	* tree.c (clean_symbol_name): Likewise.
      	* varasm.c (decode_reg_name): Likewise.
      
      	* alpha.h (ASM_OUTPUT_ASCII): Likewise.
      	* darwin.c (name_needs_quotes, func_name_maybe_scoped): Likewise.
      	* dsp16xx.h (ASM_OUTPUT_ASCII): Likewise.
      	* m88k.c (output_ascii): Likewise.
      	* m88k.h (OVERRIDE_OPTIONS): Likewise.
      	* mcore.h (REG_CLASS_FROM_LETTER): Likewise.
      	* ns32k/encore.h (ASM_OUTPUT_ASCII): Likewise.
      	* sh.h (REG_CLASS_FROM_LETTER): Likewise.
      
      cp:
      	* xref.c (GNU_xref_member): Use safe-ctype macros and/or fold
      	extra calls into fewer ones.
      
      f:
      	* bad.c (ffebad_finish): Use safe-ctype macros and/or fold extra
      	calls into fewer ones.
      	* implic.c (ffeimplic_lookup_): Likewise.
      	* intdoc.c (dumpimp): Likewise.
      	* intrin.c (ffeintrin_init_0): Likewise.
      	* lex.c (ffelex_backslash_, ffelex_cfebackslash_, ffelex_hash_):
      	Likewise.
      	* lex.h (ffelex_is_firstnamechar): Likewise.
      	* target.c (ffetarget_integerhex): Likewise.
      
      java:
      	* gjavah.c (jni_print_char, decode_signature_piece): Use
      	safe-ctype macros and/or fold extra calls into fewer ones.
      	* lex.c (java_read_unicode, java_lex): Likewise.
      	* lex.h (JAVA_START_CHAR_P, JAVA_PART_CHAR_P, JAVA_ASCII_DIGIT,
      	JAVA_ASCII_HEXDIGIT, JAVA_ASCII_LETTER): Likewise.
      	* mangle_name.c (append_unicode_mangled_name,
      	unicode_mangling_length): Likewise.
      
      From-SVN: r46397
      Kaveh R. Ghazi committed
    • langhooks.c (lang_hook_default_do_nothing, [...]): New defaults. · 77b1a921
      	* langhooks.c (lang_hook_default_do_nothing,
      	lang_hook_default_decode_option): New defaults.
      	* langhooks.h: Make hooks unconditional and non-NULL.
      	* toplev.c (compile_file, toplev_main): Update.
      	* toplev.h: Update comments.
      	* objc/objc-act.c (lang_hooks): Update to new paradigm.
      
      From-SVN: r46396
      Neil Booth committed
    • arm.h (FUNCTION_ARG_REGNO_P): Use IN_RANGE. · 5297e085
      	* arm.h (FUNCTION_ARG_REGNO_P): Use IN_RANGE.
      
      	* system.h (IN_RANGE): New macro.
      
      From-SVN: r46395
      Kaveh R. Ghazi committed
    • aclocal.m4 (AM_WITH_NLS): Also create and substitute INTLDEPS variable, which… · 77c06844
      aclocal.m4 (AM_WITH_NLS): Also create and substitute INTLDEPS variable, which does not include $LIBICONV.
      
      	* aclocal.m4 (AM_WITH_NLS): Also create and substitute
      	INTLDEPS variable, which does not include $LIBICONV.
      	* Makefile.in: Use INTLDEPS in LIBDEPS.
      	* configure: Regenerate.
      
      intl:
      	* dcigettext.c: Don't use #elif.
      	* gettextP.h: Prototype nls_uint32 and locale_charset here.
      	Always define ZERO to 1 to avoid warnings (ZERO is used in
      	flexible-array-member declarations).
      	* loadmsgcat.c: Apply __extension__ to structure definitions
      	using C99 designated initializer syntax.
      	Do not prototype locale_charset here.
      	* localcharset.c: Prototype get_charset_aliases before use.
      	Get rid of STATIC nonsense.
      
      From-SVN: r46394
      Zack Weinberg committed
    • target.h (FFETARGET_32bit_longs): Don't define for 64-bit hppa. · 95756949
      2001-10-21  Craig Prescott  <prescott@phys.ufl.edu>
      
      	* target.h (FFETARGET_32bit_longs): Don't define
      	for 64-bit hppa.
      
      From-SVN: r46393
      Craig Prescott committed
    • cpphash.h (struct cpp_buffer): Delete read_ahead and extra_char. · 480709cc
      	* cpphash.h (struct cpp_buffer): Delete read_ahead and extra_char.
      	* cpplex.c (lex_percent, lex_dot): Remove.
      	(get_effective_char, skip_block_comment, skip_line_comment,
      	parse_identifier_slow, parse_number, parse_string, save_comment,
      	_cpp_lex_direct): Update to do lookback freely.
      	(IF_NEXT_IS, BACKUP): New macros.
      	* cpplib.c (cpp_push_buffer): Don't set read_ahead and extra_char.
      	* cppmacro.c (paste_tokens): Update.
      
      From-SVN: r46392
      Neil Booth committed
    • Daily bump. · 28d8dc3a
      From-SVN: r46390
      GCC Administrator committed
  4. 20 Oct, 2001 3 commits