OSDN Git Service

* recog.c: Formatting and comment typo fixes.
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index afccd79..b5479fa 100644 (file)
+2001-10-16  Alan Modra  <amodra@bigpond.net.au>
+
+       * recog.c: Formatting and comment typo fixes.
+
+       * configure.in (gcc_cv_as_bfd_srcdir): New.  Use it to find gas
+       version in single tree build.
+       * configure: Regenerate.
+
+2001-10-15  David Edelsohn  <edelsohn@gnu.org>
+
+       * config/rs6000/rs6000.md (cr_logical): Swap order of CODE and
+       MODE arguments to gen_rtx and compare operand with const0_rtx.
+
+2001-10-15  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * system.h: Poison old unused target macros.
+       * config/dsp16xx.h (ASM_OPEN_PAREN, ASM_CLOSE_PAREN): Remove.
+       * config/stormy16/stormy16.c: Update references to obsolete macros.
+       * config/stormy16/stormy16.h: Similarly.
+       * config/stormy16/stormy16.md: Similarly.
+       * config/cris/cris.h: Similarly.
+
+2001-10-15  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * cpplib.c (struct pragma_entry): Store the name as a hashnode.
+       (lookup_pragma_entry, insert_pragma_entry, do_pragma,
+       cpp_register_pragma): Update accordingly.
+
+2001-10-14  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * c-pragma.h (cpp_register_pragma_space): Remove.
+       * cpplib.h (cpp_register_pragma_space): Remove.
+       * cpplib.c (lookup_pragma_entry, insert_pragma_entry): New.
+       (cpp_register_pragma_space): Remove.
+       (cpp_register_pragma): Simplify using lookup_pragma_entry,
+       add sanity checks.
+       (do_pragma): Similarly.
+       (_cpp_init_internal_pragmas): Don't register namespaces.
+
+       * config/v850/v850.h (REGISTER_TARGET_PRAGMAS):
+       Don't register namespaces.
+       * cp/lex.c (init_cp_pragma): Similarly.
+       * doc/tm.texi: Update.
+
+2001-10-10  Craig Rodrigues  <rodrigc@gcc.gnu.org>
+
+       PR c/4157
+       * config/i386/cygwin.h: Add missing space to MINGW_INCLUDES
+
+2001-10-13  Michael Collison  <collison@dhcp-12-114.townisp.com>
+
+       * config/dsp16xx/dsp16xx.md: Rewrite for more efficient code and 
+       add scheduling support.
+       * config/dsp16xx/dsp16xx.h: Rewrite for more efficient code.
+       * config/dsp16xx/dsp16xx.c: Rewrite for more efficient code.
+       * config/dsp16xx/dsp16xx-protos.h: Add new function prototypes.
+
+
+2001-10-13  Hans-Peter Nilsson  <hp@axis.com>
+
+       * config/cris/cris.c (cris_legitimate_pic_operand): Kludge around
+       missing CONSTANT_P test in core GCC.
+
+2001-10-12  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * cppmain.c (struct printer): New member source.
+       (scan_translation_unit): Fix spacing at start of lines.
+       (cb_line_change): Update.
+
+       * gcc.dg/cpp/spacing2.c: New test.
+
+2001-10-12  Hans-Peter Nilsson  <hp@axis.com>
+
+       * config/cris/arit.c: Use __builtin_labs, not abs.
+
+       * config/cris/cris.h (SET_STRIPPABLE_EXECUTABLE): Don't define.
+
+       * config/cris/cris.c (cris_target_asm_function_epilogue): Move
+       misplaced sprintf and fprintf argument.
+
+2001-10-12  Zack Weinberg  <zack@codesourcery.com>
+
+       * ABOUT-NLS, aclocal.m4: Update i18n framework from gettext 0.10.40.
+       * configure.in, Makefile.in: Take out obsolete check-po logic.
+       * configure, config.in: Regenerate.
+
+2001-10-12  Ziemowit Laski  <zlaski@apple.com>
+
+       * objc/objc-act.c (finish_objc): Correct precondition for emitting
+       symtab declarations.
+
+2001-10-12  Stan Shebs  <shebs@apple.com>
+
+       * config/rs6000/rs6000.c: Remove uses of "register" specifier in
+       declarations of arguments and local variables.
+
+2001-10-12  Christopher Faylor  <cgf@redhat.com>
+
+       * config/i386/cygwin.h: Revert erroneous checkin of crtbegin and
+       ENDFILE_SPEC definition.
+
+2001-10-12  Kazu Hirata  <kazu@hxi.com>
+
+       * gthr-dce.h: Fix comment formatting.
+       * gthr-posix.h: Likewise.
+       * gthr-single.h: Likewise.
+       * gthr-solaris.h: Likewise.
+       * gthr-vxworks.h: Likewise.
+       * gthr-win32.h: Likewise.
+
+2001-10-12  Jakub Jelinek  <jakub@redhat.com>
+
+       * final.c (output_asm_insn): Make sure assembly dialects are
+       terminated, not nested.  Output `|' and `}' characters if they
+       don't appear inside assembly dialect selection.
+       * config/i386/i386.md (rep_movdi_rex64, rep_movsi, rep_movsi_rex64,
+       rep_movqi, rep_movqi_rex64, rep_stosdi_rex64, rep_stossi,
+       rep_stossi_rex64, rep_stosqi, rep_stosqi_rex64, strsetsi_1,
+       strsetsi_rex_1): Add {} braces.
+
+2001-10-11  Zack Weinberg  <zack@codesourcery.com>
+
+       * toplev.c (compile_file): Ignore return value from yyparse.
+       Always pop any nested binding levels after yyparse returns.
+
+2001-10-11  Richard Henderson  <rth@redhat.com>
+
+       * doc/c-tree.texi (Expression trees): Add VTABLE_REF.
+
+2001-10-11  Richard Henderson  <rth@redhat.com>
+
+       * dwarf2out.c (add_const_value_attribute): If long < HOST_WIDE_INT,
+       fall back to add_AT_long_long for large CONST_INT.
+
+2001-10-11  Richard Henderson  <rth@redhat.com>
+
+       * config/i386/i386.md (setcc splitters): Add four splitters to
+       simplify compound compares that simplify_comparison can't handle.
+
+2001-10-11  Zack Weinberg  <zack@codesourcery.com>
+
+       * cpplex.c (digraph_spellings, token_spellings): Make static.
+
+2001-10-11  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
+
+       * unroll.c (loop_iterations): Fixup last patch.
+
+2001-10-11  Richard Henderson  <rth@redhat.com>
+
+       * rtl.h (REG_VTABLE_REF): New.
+       * rtl.c (reg_note_name): Add it.
+       * combine.c (distribute_notes): Handle it.
+       * final.c (final_scan_insn): Handle it.
+       * tree.def (VTABLE_REF): New.
+       * expr.c (expand_expr): Handle it.
+       * varasm.c (assemble_vtable_entry, assemble_vtable_inherit): New.
+       * output.h: Declare them.
+
+2001-10-11  Richard Henderson  <rth@redhat.com>
+
+       * dwarf2out.c (rtl_for_decl_location): If no DECL_RTL, look
+       for a DECL_INITIAL.
+
+2001-10-11  David Edelsohn  <edelsohn@gnu.org>
+
+       * config/rs6000/xcoff.h (UNALIGNED_DOUBLE_INT_ASM_OP): Only
+       available in 64-bit mode.
+
+2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
+
+       * config.gcc: Add cris-*-aout, cris-*-elf, cris-*-none,
+       cris-*-linux* cases.
+       * config/cris/cris-protos.h: New file.
+       * config/cris/cris.c: New file.
+       * config/cris/cris.h: New file.
+       * config/cris/cris.md: New file.
+       * config/cris/linux.h: New file.
+       * config/cris/aout.h: New file.
+       * config/cris/arit.c: New file.
+       * config/cris/cris_abi_symbol.c: New file.
+       * config/cris/mulsi3.asm: New file.
+       * config/cris/t-aout: New file.
+       * config/cris/t-cris: New file.
+       * config/cris/t-elfmulti: New file.
+       * config/cris/t-linux: New file.
+       * doc/invoke.texi: Add CRIS options.
+       * doc/install.texi (Specific): Add blurb for CRIS.
+
+2001-10-10  Hartmut Schirmer <SchirmerH@Innovative-Systems.de>
+
+       * config/float-i128.h: Make sure __STDC__VERSION__ is defined
+       before using it.
+       * config/float/i32.h: Likewise.
+       * config/float-i386.h: Likewise.
+       * config/float-i64.h: Likewise.
+       * config/float-m68k.h: Likewise.
+       * config/float-sh.h: Likewise.
+       * config/float-sparc.h: Likewise.
+
+2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
+
+       * doc/contrib.texi: Add note about CRIS port to my entry.
+
+2001-10-11  Kazu Hirata  <kazu@hxi.com>
+
+       * basic-block.h: Fix formatting.
+       * bitmap.h: Likewise.
+       * cpplib.h: Likewise.
+       * c-tree.h: Likewise.
+       * diagnostic.h: Likewise.
+       * flags.h: Likewise.
+       * ggc.h: Likewise.
+       * longlong.h: Likewise.
+       * real.h: Likewise.
+       * reload.h: Likewise.
+       * rtl.h: Likewise.
+       * tree.h: Likewise.
+
+2001-10-10  Richard Henderson  <rth@redhat.com>
+
+       * c-parse.in (asm_operand): Allow named operands.
+       * genconfig.c (max_recog_operands): Set to 29.
+       * local-alloc.c (requires_inout): Skip multiple digits.
+       * recog.c (asm_operand_ok): Likewise.
+       (preprocess_constraints): Use strtoul for matching constraints.
+       (constrain_operands): Likewise.
+       * regmove.c (find_matches): Likewise.
+       * reload.c (find_reloads): Likewise.
+       * stmt.c (parse_output_constraint): Don't reject in-out
+       constraint on operands > 9.  Reject '[' in constraint.
+       (expand_asm_operands): Handle named operands.  Use strtoul
+       for matching constraints.
+       (check_operand_nalternatives): Split out from expand_asm_operands.
+       (check_unique_operand_names): New.
+       (resolve_operand_names, resolve_operand_name_1): New.
+
+       * doc/extend.texi (Extended Asm): Document named operands.
+       * doc/md.texi (Simple Constraints): Document matching constraints
+       on operands > 9.
+
+2001-10-10  Richard Henderson  <rth@redhat.com>
+
+       * combine.c (try_combine): Handle a SEQUENCE of one insn.
+
+       * i386.c (test splitter): Narrow tests vs paradoxical subregs.
+       (jcc splitters): Add two splitters to simplify compound compares
+       that simplify_comparison can't handle.
+
+2001-10-10  Richard Henderson  <rth@redhat.com>
+
+       * langhooks.c: Include langhooks.h.
+       * Makefile.in (langhooks.o): Depend on it.
+
+Wed Oct 10 23:49:06 EDT 2001  John Wehle  (john@feith.com)
+
+       * rtlanal.c (noop_move_p): Insns with a REG_RETVAL note
+       should not be considered as a no-op.
+       * flow.c (delete_noop_moves): Handle REG_LIBCALL notes.
+
+2001-10-10  Stan Shebs  <shebs@apple.com>
+
+       * alias.c: Remove uses of "register" specifier in declarations
+       of arguments and local variables.
+       * c-common.c: Ditto.
+       * c-convert.c: Ditto.
+       * c-decl.c: Ditto.
+       * c-format.c: Ditto.
+       * c-semantics.c: Ditto.
+       * c-typeck.c: Ditto.
+       * caller-save.c: Ditto.
+       * calls.c: Ditto.
+       * cfg.c: Ditto.
+       * cfgbuild.c: Ditto.
+       * cfgrtl.c: Ditto.
+       * collect2.c: Ditto.
+       * combine.c: Ditto.
+       * convert.c: Ditto.
+       * cppexp.c: Ditto.
+       * cppfiles.c: Ditto.
+       * cse.c: Ditto.
+       * dbxout.c: Ditto.
+       * defaults.h: Ditto.
+       * df.c: Ditto.
+       * dwarf2out.c: Ditto.
+       * dwarfout.c: Ditto.
+       * emit-rtl.c: Ditto.
+       * explow.c: Ditto.
+       * expmed.c: Ditto.
+       * expr.c: Ditto.
+       * final.c: Ditto.
+       * fix-header.c: Ditto.
+       * floatlib.c: Ditto.
+       * flow.c: Ditto.
+       * fold-const.c: Ditto.
+       * function.c: Ditto.
+       * gcc.c: Ditto.
+       * gcse.c: Ditto.
+       * gen-protos.c: Ditto.
+       * genattrtab.c: Ditto.
+       * gencheck.c: Ditto.
+       * genconfig.c: Ditto.
+       * genemit.c: Ditto.
+       * genextract.c: Ditto.
+       * genflags.c: Ditto.
+       * gengenrtl.c: Ditto.
+       * genoutput.c: Ditto.
+       * genpeep.c: Ditto.
+       * genrecog.c: Ditto.
+       * gensupport.c: Ditto.
+       * global.c: Ditto.
+       * gmon.c: Ditto.
+       * graph.c: Ditto.
+       * haifa-sched.c: Ditto.
+       * hard-reg-set.h: Ditto.
+       * hash.c: Ditto.
+       * integrate.c: Ditto.
+       * jump.c: Ditto.
+       * lists.c: Ditto.
+       * local-alloc.c: Ditto.
+       * loop.c: Ditto.
+       * mips-tdump.c: Ditto.
+       * mips-tfile.c: Ditto.
+       * optabs.c: Ditto.
+       * prefix.c: Ditto.
+       * print-rtl.c: Ditto.
+       * read-rtl.c: Ditto.
+       * real.c: Ditto.
+       * recog.c: Ditto.
+       * reg-stack.c: Ditto.
+       * regclass.c: Ditto.
+       * regmove.c: Ditto.
+       * reload.c: Ditto.
+       * reload1.c: Ditto.
+       * reorg.c: Ditto.
+       * resource.c: Ditto.
+       * rtl.c: Ditto.
+       * rtlanal.c: Ditto.
+       * scan.c: Ditto.
+       * sched-deps.c: Ditto.
+       * sched-rgn.c: Ditto.
+       * sdbout.c: Ditto.
+       * simplify-rtx.c: Ditto.
+       * stmt.c: Ditto.
+       * stor-layout.c: Ditto.
+       * toplev.c: Ditto.
+       * tradcif.y: Ditto.
+       * tradcpp.c: Ditto.
+       * tree.c: Ditto.
+       * unroll.c: Ditto.
+       * varasm.c: Ditto.
+       * xcoffout.c: Ditto.
+
+2001-10-10  Richard Henderson  <rth@redhat.com>
+
+       * rtl.h (can_reverse_comparison_p): Remove.
+
+2001-10-10  Christopher Faylor <cgf@redhat.com>
+
+       * config/i386/cygwin.h: Avoid adding include files if -nostdinc is
+       used.
+
+2001-10-10  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
+
+       * config/i386/mingw32.h (WIN32_NO_ABSOLUTE_INST_DIRS): New define.
+       (Thanks to Chris Faylor for suggesting macro name).
+       (CPP_PREDEFINES): Define __MINGW32__ but don't set value; add more
+       WIN32 defines.
+       (STANDARD_INCLUDE_DIR): Remove i386- from directory name.
+       (STANDARD_INCLUDE_COMPONENT): Change to MINGW.
+       (MATH_LIBRARY): Undef before definition.
+       (OUTPUT_QUOTED_STRING): Likewise.
+       * config/i386/cygwin.h: Use WIN32_NO_ABSOLUTE_INST_DIRS.
+
+2001-10-10  Richard Henderson  <rth@redhat.com>
+
+       * unwind-dw2-fde.c (fde_compare_t): Change return type to int.
+       (fde_unencoded_compare): Likewise.  Don't use subtraction to get
+       a tristate comparison value.
+       (fde_single_encoding_compare, fde_mixed_encoding_compare): Likewise.
+
+2001-10-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
+
+       PR c++/4512
+       * unroll.c (loop_iterations): Ignore insns generated by loop
+       unrolling.
+
+       * config.gcc (mips*-*-gnu*): Delete support.
+       * config/mips/gnu.h: Remove.
+
+2001-10-10  Kazu Hirata  <kazu@hxi.com>
+
+       * calls.c: Fix formatting.
+       * c-decl.c: Likewise.
+       * cfgcleanup.c: Likewise.
+       * combine.c: Likewise.
+       * cppfiles.c: Likewise.
+       * cpplib.c: Likewise.
+       * cppmacro.c: Likewise.
+       * crtstuff.c: Likewise.
+       * cse.c: Likewise.
+       * dwarf2out.c: Likewise.
+       * expmed.c: Likewise.
+       * expr.c: Likewise.
+       * fold-const.c: Likewise.
+       * function.c: Likewise.
+       * gcse.c: Likewise.
+       * genattrtab.c: Likewise.
+       * ggc-page.c: Likewise.
+       * integrate.c: Likewise.
+       * libgcc2.c: Likewise.
+       * loop.c: Likewise.
+       * optabs.c: Likewise.
+       * profile.c: Likewise.
+       * protoize.c: Likewise.
+       * real.c: Likewise.
+       * recog.c: Likewise.
+       * reload1.c: Likewise.
+       * reload.c: Likewise.
+       * reorg.c: Likewise.
+       * resource.c: Likewise.
+       * sched-rgn.c: Likewise.
+       * sdbout.c: Likewise.
+       * stmt.c: Likewise.
+       * toplev.c: Likewise.
+       * varasm.c: Likewise.
+
+2001-10-10  Janis Johnson  <janis187@us.ibm.com>, Alexandre Oliva  <aoliva@redhat.com>
+
+       * langhooks.c: Include rtl.h, insn-config.h and integrate.h.
+       * Makefile.in (langhooks.o): Add dependencies.
+
+Wed Oct 10 00:41:29 EDT 2001  John Wehle  (john@feith.com)
+
+       * rs6000.c (rs6000_emit_load_toc_table): Don't
+       strdup the toc label.
+       (create_TOC_reference): Likewise.
+
+2001-10-09  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
+
+       * config.gcc (i[34567]86-*-mingw32*): Make msvcrt-dependent
+       version default.
+
+2001-10-09  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
+
+       * config/i386/i386.c (ix86_attribute_table): Correct 
+       min_len, max_len fields for dllimport, dllexport and shared.
+
+2001-10-10  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * doc/c-tree.texi, doc/cppinternals.texi, doc/extend.texi,
+       doc/install.texi, doc/md.texi, doc/rtl.texi, doc/tm.texi:
+       Consistently use "nonzero" instead of "non-zero".
+
+2001-10-09  Kazu Hirata  <kazu@hxi.com>
+
+       * acconfig.h: Fix comment formatting.
+       * c-dump.h: Likewise.
+       * c-tree.h: Likewise.
+       * conditions.h: Likewise.
+       * expr.h: Likewise.
+       * function.h: Likewise.
+       * gthr.h: Likewise.
+       * hwint.h: Likewise.
+       * integrate.h: Likewise.
+       * intl.h: Likewise.
+       * loop.h: Likewise.
+       * optabs.h: Likewise.
+
+2001-10-09  Kazu Hirata  <kazu@hxi.com>
+
+       * c-common.h: Fix comment formatting.
+       * c-dump.c: Likewise.
+       * cfg.c: Likewise.
+       * diagnostic.h: Likewise.
+       * except.c: Likewise.
+       * gcc.h: Likewise.
+       * gcov-io.h: Likewise.
+       * genattrtab.c: Likewise.
+       * output.h: Likewise.
+       * predict.h: Likewise.
+       * reload1.c: Likewise.
+       * reload.h: Likewise.
+       * resource.h: Likewise.
+       * scan.h: Likewise.
+       * system.h: Likewise.
+       * tree.h: Likewise.
+       * tree-inline.c: Likewise.
+       * tsystem.h: Likewise.
+       * varasm.c: Likewise.
+       * xcoffout.h: Likewise.
+
+2001-10-09  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * doc/gcc.texi: Document preference for "nonzero" over "non-zero".
+
+2001-10-09  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * config/alpha/freebsd.h, config/alpha/lib1funcs.asm,
+       config/i386/i386elf.h, config/i386/netbsd-elf.h,
+       config/i386/netware.h, config/mcore/gfloat.h,
+       config/mcore/mcore.c, config/mcore/mcore.h, config/mcore/mcore.md,
+       config/netware.h, gccbug.in: Update FSF address.
+
+2001-10-09  Kazu Hirata  <kazu@hxi.com>
+
+       * c-common.c: Fix comment typos.
+       * cfgrtl.c: Likewise.
+       * collect2.c: Likewise.
+       * cpplex.c: Likewise.
+       * doloop.c: Likewise.
+       * dwarf2out.c: Likewise.
+       * dwarfout.c: Likewise.
+       * expr.c: Likewise.
+       * fold-const.c: Likewise.
+       * gcc.c: Likewise.
+       * gcov.c: Likewise.
+       * gcse.c: Likewise.
+       * global.c: Likewise.
+       * ifcvt.c: Likewise.
+       * loop.c: Likewise.
+       * optabs.c: Likewise.
+       * protoize.c: Likewise.
+       * regclass.c: Likewise.
+       * reorg.c: Likewise.
+       * rtl.h: Likewise.
+       * stmt.c: Likewise.
+       * tree.h: Likewise.
+       * doc/cpp.texi: Likewise.
+       * doc/c-tree.texi: Likewise.
+       * doc/extend.texi: Likewise.
+       * doc/invoke.texi: Likewise.
+       * doc/objc.texi: Likewise.
+       * doc/tm.texi: Likewise.
+
+2001-10-08  Richard Henderson  <rth@redhat.com>
+
+       * varasm.c (set_named_section_flags): Initialize "declared".
+
+2001-10-08  Robert Lipe  <robertlipe@usa.net>
+
+       * varasm.c (struct in_named_entry): Add declared.
+       (named_section_first_declaration): New function.
+       (default_elf_asm_named_section): Use it.
+       * output.h (named_section_first_declaration): New.
+
+2001-10-08  Richard Henderson  <rth@redhat.com>
+
+       * i386.md (movsi_xor): Export.
+       (setcc peep2): Use it when available; add an alternative to
+       match zero_extendhisi2_and.
+
+2001-10-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * romp-protos.h (romp_initialize_trampoline): New function.
+       * romp.c (romp_initialize_trampoline): Likewise.
+       * romp.h (INITIALIZE_TRAMPOLINE): Define in terms of
+       romp_initialize_trampoline.
+
+2001-10-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * m68k/3b1.h (ASM_OUTPUT_SOURCE_LINE): Don't reference `last_linenum'.
+       * m68k/auxas.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
+       * m68k/crds.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
+       * m68k/mot3300.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
+
+2001-10-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
+
+       * unroll.c (loop_iterations): Extend check for multiple back edges.
+
+2001-10-08  Alexandre Oliva  <aoliva@redhat.com>
+
+       * langhooks.h: New file.
+       * Makefile.in (OBJS): Added langhooks.o.
+       (c-lang.o): Depend on langhooks.h.
+       (c-common.o): Don't depend on tree-inline.h.
+       (tree-inline.o): Depend on toplev.h.
+       (langhooks.o): New rule.
+       * c-common.c: Don't include tree-inline.h.
+       (c_mark_lang_decl): Mark argument c as unused.
+       (c_common_lang_init): Don't initialize hooks here.
+       * c-lang.c: Include langhooks.h, then override some macros.
+       (lang_hooks): Initialize with macros in langhooks.h.
+       (c_init): Don't initialize hooks here.
+       * toplev.c (struct lang_hooks_for_tree_inlining): New struct.
+       (struct lang_hooks): Add tree_inlining.  Refer to langhooks.h.
+       * tree-inline.c: Include toplev.h.  Don't define hook variables.
+       * tree-inline.h: Don't define hook types nor declare hook
+       variables.  Move macros to...
+       * langhooks.c: ... new file, as functions.  Adjust all callers.
+
+2001-10-08  Jeffrey A Law  <law@cygnus.com>
+
+       * sibcall.c (optimize_sibling_and_tail_recursive_calls): Call
+       purge_mem_unchanging_flag on all instructions, not just on those
+       before NOTE_INSN_FUNCTION_BEG.
+
+2001-10-08  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * cppmacro.c (_cpp_create_definition): Leave comments off.
+
+       * doc/cpp.texi: Update.
+
+2001-10-08  DJ Delorie  <dj@redhat.com>
+
+       * c-decl.c (grokfield): Make sure the only unnamed fields
+       we're allowing are either structs or unions.
+       * doc/extend.texi: Add documentation for the unnamed field
+       extension.
+
+2001-10-08  Zack Weinberg  <zack@codesourcery.com>
+
+       * aclocal.m4 (gcc_AC_PROG_GNAT): New.
+       * configure.in: Use it.              
+       * configure: Regenerated.
+       * config/pa/t-linux, config/pa/t-pa, config/pa/t-pa64,
+       config/pa/t-pro: Set T_ADAFLAGS, not ADA_CFLAGS.      
+
+2001-10-08  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * cppfiles.c (open_file): Don't mark zero-length files
+       never-reread here.  Don't output diagnostics here either.
+       (stack_include_file): Mark them never-reread here.
+       (_cpp_read_file): Update.
+
+2001-10-08  Richard Henderson  <rth@redhat.com>
+
+       * config/i386/sol2.h (UNALIGNED_DOUBLE_INT_ASM_OP): New.
+
+2001-10-08  Richard Henderson  <rth@redhat.com>
+
+       * expr.c (store_expr): When converting a CONST_INT for storage
+       in a SUBREG, convert it to both SUBREG modes before stripping
+       the SUBREG.
+
+2001-10-08  Richard Henderson  <rth@redhat.com>
+
+       * varasm.c (restore_varasm_status): New.
+       * function.h: Declare it.
+       * function.c (pop_function_context_from): Call it.
+
+2001-10-08  Richard Henderson  <rth@redhat.com>
+
+       * c-common.h (struct c_lang_decl): Add declared_inline.
+       * c-tree.h (DECL_DECLARED_INLINE_P): New.
+       * c-lang.c (c_disregard_inline_limits): Use it.
+       * c-decl.c (duplicate_decls): Likewise.
+       (pushdecl, redeclaration_error_message): Likewise.
+       (pushdecl): Allocate DECL_LANG_SPECIFIC if needed.
+       (grokdeclarator): Likewise.  Set DECL_DECLARED_INLINE_P.
+       Set DECL_INLINE if -finline-functions.
+       (store_parm_decls): Don't allocate DECL_LANG_SPECIFIC here.
+
+2001-10-08  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * cppmacro.c (funlike_invocation_p): Move some logic to caller
+       in enter_macro_context.  Create a padding token in its own context
+       if necessary when the search for '(' fails.
+       (enter_macro_context): Update.
+
+2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * ChangeLog.2, c-decl.c, config/i386/i386.md, doc/gcc.texi, gcc.c,
+       genmultilib, toplev.c: Fix spelling errors of "separate" as
+       "seperate", and corresponding spelling errors of related words.
+
+2001-10-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * builtins.c (expand_builtin_setjmp_receiver): Const-ify.
+       * c-common.c (fname_var_t, c_tree_code_type, c_tree_code_length):
+       Likewise.
+       * c-dump.c (dump_option_value_info): Likewise.
+       * c-format.c (format_length_info, format_char_info,
+       format_flag_spec, format_flag_pair, format_kind_info): Likewise.
+       * collect2.c (names): Likewise.
+       * cppdefault.h (default_include): Likewise.
+       * cppexp.c (suffix, vsuf_1, vsuf_2, vsuf_3): Likewise.
+       * flow.c (life_analysis): Likewise.
+       * gcc.c (dir_separator_str, modify_target, option_map,
+       target_option_translations, spec_list_1, extra_specs_1,
+       init_spec): Likewise.
+       * gcov.c (gcov_version_string): Likewise.
+       * genattr.c (write_units): Likewise.
+       * genattrtab.c (make_length_attrs, write_function_unit_info): Likewise.
+       * gengenrtl.c (rtx_definition, defs): Likewise.
+       * genrecog.c (pred_table): Likewise.
+       * global.c (global_alloc): Likewise.
+       * lcm.c (optimize_mode_switching): Likewise.
+       * local-alloc.c (find_free_reg): Likewise.
+       * params.h (param_info): Likewise.
+       * predict.c (predictor_info): Likewise.
+       * protoize.c (unexpansion_struct): Likewise.
+       * real.c (bmask): Likewise.
+       * recog.h (insn_operand_data, insn_data): Likewise.
+       * regclass.c (initial_fixed_regs, initial_call_used_regs): Likewise.
+       * stmt.c (expand_nl_goto_receiver): Likewise.
+       * toplev.c (da, debug_args, lang_opt, documented_lang_options,
+       target_switches, target_options): Likewise.
+       * tradcif.y (token, tokentab2, yylex): Likewise.
+       * tree.h (attribute_spec): Likewise.
+       
+       * alpha.c (override_options, alpha_lookup_xfloating_lib_func):
+       Likewise.
+       * arc.c (arc_output_function_epilogue): Likewise.
+       * arm.c (processors, all_cores, all_architectures,
+       arm_override_options, isr_attribute_arg, isr_attribute_args,
+       arm_isr_value): Likewise.
+       * avr.c (mcu_type_s, reg_class_tab, order_regs_for_local_alloc):
+       Likewise.
+       * c4x.c (c4x_int_reglist): Likewise.
+       * d30v.c (override_options): Likewise.
+       * h8300.c (shift_insn): Likewise.
+       * i386.c (size_cost, i386_cost, i486_cost, pentium_cost,
+       pentiumpro_cost, k6_cost, athlon_cost, pentium4_cost, ix86_cost,
+       ix86_expand_sse_comi, ix86_expand_sse_compare, override_options,
+       builtin_description, bdesc_comi, bdesc_2arg, bdesc_1arg,
+       ix86_init_mmx_sse_builtins, ix86_expand_builtin): Likewise.
+       * i386.h (processor_costs, ix86_cost): Likewise.
+       * m68hc11.c (m68hc11_cost, m6811_cost, m6812_cost): Likewise.
+       * m68hc11.h (processor_costs, m68hc11_cost): Likewise.
+       * m68k.c (codes_68881, codes_FPA): Likewise.
+       * m88k.c (mode_from_align, max_from_align, all_from_align,
+       best_from_align, m_options): Likewise.
+       * m88k.h (ORDER_REGS_FOR_LOCAL_ALLOC): Likewise.
+       * mcore.c (mode_from_align): Likewise.
+       * mips/elf64.h (UNIQUE_SECTION): Likewise.
+       * mips/iris6gld.h (UNIQUE_SECTION): Likewise.
+       * mips.c (mips_sw_reg_names, mips_regno_to_class): Likewise.
+       * mips.h (mips_regno_to_class): Likewise.
+       * ns32k.c (scales): Likewise.
+       * pa.c (import_string, magic_milli): Likewise.
+       * rs6000.c (alt_reg_names, rs6000_override_options): Likewise.
+       * sparc.c (leaf_reg_remap, sparc_override_options,
+       reg_leaf_alloc_order, reg_nonleaf_alloc_order, reg_alloc_orders):
+       Likewise.
+       * sparc.h (sparc_cpu_select, leaf_reg_remap): Likewise.
+
+2001-10-07  Dale Johannesen  <dalej@apple.com>
+
+       * reload1.c (reload_reg_free_p): Teach register interference
+       checking that multiple output reloads are emitted in
+       reverse order.
+       reload1.c (reload_reg_reaches_end_p):  Ditto.
+       reload1.c (reloads_conflict):  Ditto.
+
+2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * doc/c-tree.texi, doc/tm.texi: Consistently put NULL and
+       NULL_TREE inside @code.
+
+2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * doc/gcc.texi: Document consistent style of "32-bit",
+       "Objective-C", and "@code{NULL}".
+
+2001-10-06  Zack Weinberg  <zack@codesourcery.com>
+
+       * cpplex.c (enum spell_type): Add SPELL_NUMBER.
+       (cpp_token_len, cpp_spell_token, cpp_output_token,
+       _cpp_equiv_tokens): Handle it.
+       * cpplib.h (TTYPE_TABLE): Use SPELL_NUMBER for CPP_NUMBER and
+       CPP_COMMENT, SPELL_NONE for CPP_PADDING and CPP_EOF.
+       * cppexp.c (_cpp_parse_expr): Use the correct operator code in
+       error messages.
+
+Sat Oct  6 07:42:39 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
+
+       * gcc.c (default_compilers): Remove .ada.
+
+2001-10-06  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * doc/cppinternals.texi: Update.
+
+2001-10-06  Zack Weinberg  <zack@codesourcery.com>
+
+       * gcc.c (main): Set this_file_error if the appropriate
+       compiler for a language has not been installed.
+
+2001-10-06  Ulrich Weigand  <uweigand@de.ibm.com>
+       * config/s390/s390.c (s390_va_arg): Use set_mem_alias_set.
+
+2001-10-05  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * gccbug.in (CATEGORIES): Add ada.
+
+2001-10-05  Catherine Moore  <clm@redhat.com>
+
+       * config/stormy16/stormy-abi:  Document abi changes.
+       * config/stormy16/stormy16.h (REG_ALLOC_ORDER): Redefine.
+       (ICALL_REGS): New register class.
+       (NUM_ARGUMENT_REGISTERS): Now 6.
+       (DEFAULT_PCC_STRUCT_RETURN): Don't try to return structs
+       in registers.
+       (REG_CLASS_FROM_LETTER): Map 'z' to ICALL_REGS.
+       * config/stormy16.md (call_internal, call_value_internal,
+       indirect_jump): Use new 'z' constraint.
+
+2001-10-05  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * doc/cppinternals.texi: Update.
+
+2001-10-05  Richard Henderson  <rth@redhat.com>
+
+       * dwarf2out.c (FRAME_BEGIN_LABEL): New.
+       (output_call_frame_info): Use it instead of __FRAME_BEGIN__ and
+       the gas section-name-as-label feature.
+
+2001-10-05  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * doc/cppinternals.texi: Update.
+
+Fri Oct  5 08:17:46 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
+
+       * config/i386/i386.c (ix86_split_to_parts): Use trunc_int_for_mode
+       to ensure valid SImode constants.
+
+2001-10-05  Alexandre Oliva  <aoliva@redhat.com>
+
+       * Makefile.in (c-decl.o): Depend on tree-inline.h.
+       (c-lang.o): Likewise, as well as insn-config.h and integrate.h.
+       * c-decl.c: Include tree-inline.h.
+       (c_expand_body): Call optimize_inline_calls. Determine whether
+       a function is inlinable upfront, and only clear
+       DECL_SAVED_TREE, DECL_INITIAL and DECL_ARGUMENTS if it isn't.
+       * c-lang.c: Include tree-inline.h, insn-config.h and integrate.h.
+       (c_disregard_inline_limits): New function.
+       (inline_forbidden_p, c_cannot_inline_tree_fn): Likewise.
+       (c_post_options): Enable tree inlining if inlining is enabled.
+       Don't inline trees when instrumenting functions.
+       (c_init): Initialize lang_disregard_inline_limits and
+       lang_cannot_inline_tree_fn.
+       * tree-inline.c (initialize_inlined_parameters): Handle calls
+       with fewer arguments than declared parameters, and fewer
+       parameters than passed arguments.  Don't assume value is a
+       DECL.
+       (declare_return_variable): Convert return value back to the
+       original type, if it was promoted.
+       (tree_inlinable_function_p): New function.
+       (inlinable_function_p): Don't look at DECL_INLINE if we're
+       inlining all functions.  Make it work with a NULL id.
+       Re-check DECL_UNINLINABLE after language-specific checks.
+       * tree-inline.h (tree_inlinable_function_p): Declare it.
+       * integrate.c (save_for_inline): Don't bother to prepare argvec
+       when not inlining.
+       * cse.c (check_for_label_ref): Don't check deleted labels.
+
+       * Makefile.in (tree-inline.o): Depend on newly-included headers.
+       * tree-inline.c: Include headers needed for the functions moved in.
+       (struct inline_data, INSNS_PER_STMT): Moved from cp/optimize.c.
+       (remap_decl, remap_block, copy_scopy_stmt, copy_body_r): Likewise.
+       (copy_body, initialize_inlined_parameters): Likewise.
+       (declare_return_variable, inlinable_function_p): Likewise.
+       (expand_call_inline, expand_calls_inline): Likewise.
+       (optimize_inline_calls, clone_body): Likewise.
+       (walk_tree, walk_tree_without_duplicates): Moved from cp/tree.c.
+       (copy_tree_r, remap_save_expr): Likewise.
+
+2001-10-04  Alexandre Oliva  <aoliva@redhat.com>
+
+       * Makefile.in (OBJS): Added tree-inline.o.
+       (c-common.o): Depend on tree-inline.h.
+       (tree-inline.o): New target.
+       * c-common.c: Include tree-inline.h.
+       (c_mark_lang_decl): Don't mark saved_tree.
+       (c_common_lang_init): Set lang_anon_aggr_type_p.
+       * c-common.h (walk_tree_fn, DECL_SAVED_TREE): Moved to tree.h.
+       (struct c_lang_decl): Moved saved_tree to tree_decl.
+       * ggc-common.c: Mark saved_tree and inlined_fns of FUNCTION_DECLs.
+       * integrate.h (function_attribute_inlinable_p): Declare it.
+       * integrate.c (function_attribute_inlinable_p): Export it.
+       * tree-inline.c: New file.  Define variables declared in...
+       * tree-inline.h: New file.  Declare functions to be moved to
+       tree-inline.c.  Define macros and declare types and hooks for
+       language-specific tree inlining.
+       (flag_inline_trees): Moved definition from cp/decl2.c.
+       * tree.h (walk_tree_fn, DECL_SAVED_TREE): Moved from c-common.h.
+       (TREE_READONLY_DECL_P, DECL_INLINED_FNS): Moved from cp/cp-tree.h.
+       (struct tree_decl): Moved saved_tree from c_lang_decl and
+       inlined_fns from C++'s lang_decl.
+
+2001-10-04  Loren J. Rittle  <ljrittle@acm.org>
+
+       * Makefile.in (STAGE2_FLAGS_TO_PASS): Remove patches which
+       propagated HOST_CC, HOST_CFLAGS, HOST_LDFLAGS and HOST_CPPFLAGS.
+
+2001-10-04  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * doc/cppinternals.texi: Update.
+
+2001-10-04  Eric Christopher  <echristo@redhat.com>
+
+       * config/mips/mips.c (init_cumulative_args): Remember to set
+       cum->prototype.
+       * config.gcc: Redo linux configuration. Add target_cpu_default
+       of soft-float to all mipsisa32 combinations and tx39.
+       * config/mips/linux.h: Remove include of mips.h.
+
+2001-10-03  Loren J. Rittle  <ljrittle@acm.org>
+
+       * Makefile.in (STAGE2_FLAGS_TO_PASS): Propagate HOST_CFLAGS,
+       HOST_LDFLAGS and HOST_CPPFLAGS.
+
+2001-10-03  Ziemowit Laski  <zlaski@apple.com>
+
+       * c-parse.in (objc_inherit_code, objc_pq_context,
+       objc_public_flag): Make static.
+       (objc_interface_context, objc_implementation_context,
+       objc_method_context, objc_ivar_chain, objc_ivar_context): Move to
+       global tree array in objc/objc-act.[ch].
+       (methoddef): Remove unnecessary code.
+
+       * objc/objc-act.c: (hashed_attribute, hashed_entry, imp_entry):
+       Hoist struct definitions to objc-act.h.
+       (nst_method_hash_list, cls_method_hash_list, imp_list, imp_count,
+       cat_count): Place declaration in objc-act.h.
+       (objc_tree_index): Move enumeration to objc-act.h.
+       (objc_global_trees): Place declaration and macro accessors in
+       objc-act.h.
+       (implementation_context): Remove duplicate; use
+       objc_implementation_context instead:
+       (method_context): Remove duplicate; use objc_method_context
+       instead.
+       (objc_ellipsis_node, objc_method_prototype_template,
+       implemented_classes, function_type): Move global vars to
+       objc_global_trees.
+       (init_objc): Use LAST_BASE_TREE_CODE instead of LAST_CODE.
+       (build_message_expr): Move actual construction of ObjC message
+       send nodes to finish_message_expr.
+       (finish_message_expr): New routine, contains code formerly in
+       build_message_expr.
+       * objc/objc-act.h (finish_message_expr): New prototype.
+       (objc_ivar_chain, objc_method_context, objc_ellipsis_node): Remove
+       declarations; these vars are now part of objc_global_trees.
+       (objc_tree_index, objc_global_trees): Move definitions from
+       objc-act.c.
+       * objc/objc-tree.def: Update copyright info.
+
+Wed Oct  3 12:22:11 EDT 2001  John Wehle  (john@feith.com)
+
+       * dwarf2asm.c (unaligned_integer_asm_op): Abort if
+       op is NULL.
+       * sparc/sysv4.h (UNALIGNED_DOUBLE_INT_ASM_OP): Use
+       only if TARGET_ARCH64.
+
+2001-10-02  Bernd Schmidt  <bernds@redhat.com>
+
+       * doc/extend.texi: Fix some problems with previous checkin.
+       * doc/invoke.texi: Likewise.
+
+2001-10-02  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * cpphash.h: Update comments.
+       (cpp_context): Update.
+       (spec_nodes): Remove n__Pragma.
+       * cppinit.c (cpp_create_reader): Update.
+       (builtin_array): Add _Pragma.
+       * cpplib.h: Update comments.
+       (NODE_DISABLED, BT_PRAGMA): New.
+       (cpp_start_lookahead, cpp_stop_lookahead): Remove prototypes.
+       * cppmacro.c (struct cpp_macro): Remove disabled.
+       (builtin_macro): Return int, handle _Pragma, push the new token
+       on the context stack.
+       (funlike_invocation_p): Unconstify, update.
+       (enter_macro_context): Handle builtins here.
+       (replace_args, push_token_context, push_ptoken_context):
+       Update for prototype changes.
+       (_cpp_pop_context): Update.
+       (cpp_get_token): Don't handle buitins, nor _Pragma here.
+       (cpp_sys_macro_p): Update.
+       (_cpp_free_definition): Clear disabled flag.
+       (_cpp_create_definition): Upate.
+       * cppmain.c: Update comments.
+
+Tue Oct  2 12:46:01 CEST 2001  Bo Thorsen     <bo@suse.co.uk>,
+                              Andreas Jaeger <aj@suse.de>,
+                              Jan Hubicka    <jh@suse.cz>
+
+       * doc/invoke.texi (i386 Options): Document x86-64 options.
+       (i386 and x86-64 Options): Rename i386 options section.
+
+       * config/i386/i386.h (TARGET_UNWIND_INFO): New.
+       (TARGET_SWITCHES): Add -munwind-info.
+       (MASK_NO_UNWIND_INFO): New.
+       (NO_BUILTIN_SIZE_TYPE, NO_BUILTIN_PTRDIFF_TYPE): Define for
+       biarch compilation.
+       (ASM_OUTPUT_DOUBLE_INT): New.
+
+       * config/i386/linux64.h: New spec file for Linux x86-64 support.
+       * config.gcc: Fix tm_file settings for x86-64.
+       * config/i386/x86-64.h: New file with OS independent x86-64
+       definitions.
+       * config/i386/biarch64.h: New file used to configure compiler
+       to biarch/64bit compilation.
+
+       * config/i386/i386.c: (override_options): Set flags default
+       for 64bit compilation.
+
+Tue Oct  2 12:46:01 CEST 2001  Jan Hubicka  <jh@suse.cz>
+
+       * i386.c (legitimize_pic_address): Add missing bits of 64bit support.
+       (ix86_expand_int_movcc): Optimize DImode conditional moves with
+       constants on x86_64.
+       (ix86_attr_length_immediate_default): Support MODE_DI.
+       * i386.md (fixdi splitter): Add missing "&& 1" in splitter
+       condition.
+       (indirect_jump, tablejump): Turn into expander.
+
+2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * c-common.c (c_format_attribute_table): Make format and
+       format_arg attributes apply to function types rather than to
+       decls.
+       (is_valid_printf_arglist): Construct an attribute list and pass
+       that to check_function_format rather than a name.
+       * c-common.h (check_function_format): Adjust prototype.
+       * c-decl.c (duplicate_decls): Preserve attributes from type of
+       built-in decl when allowing for harmless conflict in types.
+       * c-format.c (record_function_format,
+       record_international_format, function_format_list,
+       international_format_info, international_format_list): Remove.
+       (function_format_info): Remove next, name and assembler_name.
+       Make format_num and first_arg_num be unsigned HOST_WIDE_INT.
+       (decode_format_attr): New.
+       (handle_format_attribute): Handle receiving a type rather than a
+       decl.  Call decode_format_attr.  Store format information in a
+       function_format_info.
+       (handle_format_arg_attribute): Correct comment.  Handle receiving
+       a type rather than a decl.  Use unsigned HOST_WIDE_INT for
+       arg_num.
+       (check_format_info_recurse, check_format_info_main): Take argument
+       numbers as unsigned HOST_WIDE_INT.
+       (check_function_format): Take a list of attributes from the
+       function type rather than a name or assembler name.  Check for
+       format attributes in that list and the attributes on the type of
+       the current function rather than looking through
+       function_format_list.
+       (check_format_info): Use unsigned HOST_WIDE_INT for argument
+       numbers.
+       (check_format_info_recurse): Take format_arg attributes from the
+       type of the function calls rather than using
+       international_format_list.  Allow for multiple format_arg
+       attributes.
+       * c-typeck.c (build_function_call): Pass type attributes to
+       check_function_format rather than name or assembler name.  Don't
+       require there to be a name or assembler name to check formats.
+
+2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * attribs.c (decl_attributes): Possibly call
+       insert_default_attributes to insert default attributes on
+       functions in a lazy manner.
+       * builtin-attrs.def: New file; define the default format and
+       format_arg attributes.
+       * c-common.c (c_format_attribute_table): Move to earlier in the
+       file.
+       (c_common_nodes_and_builtins): Initialize format_attribute_table.
+       (enum built_in_attribute, built_in_attributes,
+       c_attrs_initialized, c_init_attributes,
+       c_common_insert_default_attributes): New.
+       (c_common_lang_init): Don't initialize format_attribute_table.  Do
+       call c_init_attributes.
+       * Makefile.in (c-common.o): Depend on builtin-attrs.def.
+       * c-common.h (init_function_format_info): Don't declare.
+       (c_common_insert_default_attributes): Declare.
+       * c-decl.c (implicitly_declare, builtin_function): Call
+       decl_attributes.
+       (init_decl_processing): Don't call init_function_format_info.
+       (insert_default_attributes): New.
+       * c-format.c (handle_format_attribute,
+       handle_format_arg_attribute): Be quiet about inappropriate
+       declaration when applying default attributes.
+       (init_function_format_info): Remove.
+       * tree.h (enum attribute_flags): Add ATTR_FLAG_BUILT_IN.
+       (insert_default_attributes): Declare.
+
 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
 
        * c-format.c (CPLUSPLUS_STD_VER): Define to STD_C94.
@@ -86,7 +1161,7 @@ Mon Oct  1 06:43:41 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
        (MEM_DECL, MEM_OFFSET, MEM_SIZE, MEM_ALIGN): New macros.
        (MEM_COPY_ATTRIBUTES): Copy MEM_ATTRS.
        (set_mem_alias_set): Delete decl from here.
-       
+
        * alias.c (set_mem_alias_set): Delete from here.
        * emit-rtl.c (mem_attrs_htab): New variable.
        (rtx_htab_mark, rtx_htab_mark_1): Deleted.
@@ -224,7 +1299,7 @@ Mon Oct  1 06:43:41 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
        storehps builtins.
        * doc/extend.texi (Vector Extensions): New node.
        * doc/invoke.texi (Machine Dependent Options): Add documentation for
-        i386 -mmmx, -msse, -m3dnow.
+       i386 -mmmx, -msse, -m3dnow.
 
 Sat Sep 29 15:08:16 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
@@ -277,7 +1352,7 @@ Sat Sep 29 15:08:16 CEST 2001  Jan Hubicka  <jh@suse.cz>
        mmx_pshufw, umaxv8qi3, smaxv4hi3, uminv8qi3, sminv4hi3, sfence,
        sfence_insn, prefetch): Make these available if TARGET_SSE or
        TARGET_3DNOW_A.
-       
+
 Fri Sep 28 19:18:40 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
        * i386-protos.h (ix86_setup_incoming_varargs, ix86_va_arg,
@@ -293,7 +1368,7 @@ Fri Sep 28 19:18:40 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
        * cpplex.c (new_buff, _cpp_get_buff, _cpp_extend_buff):
        Use size_t everywhere, make definitions consistent with
-       prototypes.     
+       prototypes.
 
 Fri Sep 28 14:59:34 CEST 2001  Jan Hubicka  <jh@suse.cz>