OSDN Git Service

* Makefile.in: Update.
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index 573cb92..6b78f4f 100644 (file)
@@ -1,3 +1,68 @@
+2001-11-09  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * Makefile.in: Update.
+       * c-decl.c (print_lang_decl, print_lang_type): Remove.
+       (print_lang_identifier): Rename c_print_identifier.
+       * c-lang.c (LANG_HOOKS_PRINT_IDENTIFIER, LANG_HOOKS_SET_YYDEBUG): New.
+       (print_lang_statistics, lang_print_xnode): Remove.
+       * c-parse.in (set_yydebug): Rename c_set_yydebug.
+       * c-tree.h (c_set_yydebug, c_print_identifier): New.
+       * langhooks-def.h (lhd_print_tree_nothing, lhd_set_yydebug): New.
+       LANG_HOOKS_PRINT_STATISTICS, LANG_HOOKS_PRINT_XNODE,
+       LANG_HOOKS_PRINT_DECL, LANG_HOOKS_PRINT_TYPE,
+       LANG_HOOKS_PRINT_IDENTIFIER, LANG_HOOKS_SET_YYDEBUG): New.
+       (LANG_HOOKS_INITIALIZER): Update.
+       * langhooks.h (struct lang_hooks): New members.
+       (lang_print_tree_hook): New.
+       * langhooks.c (lhd_print_tree_nothing, lhd_set_yydebug): New.
+       * print-tree.c: Include langhooks.h.
+       (print_node): Update.
+       * toplev.c (decode_d_option): Update.
+       * tree.c: Include langhooks.h.
+       (dump_tree_statistics): Update.
+       * tree.h (print_lang_statistics, print_lang_decl, print_lang_type,
+       print_lang_identifier, set_yydebug, lang_print_xnode): Remove.
+objc:
+       * objc-act.c (LANG_HOOKS_PRINT_IDENTIFIER,
+       LANG_HOOKS_SET_YYDEBUG): Override.
+       (lang_print_xnode, print_lang_statistics): Remove.
+
+2001-11-09  Richard Henderson  <rth@redhat.com>
+
+       * dwarf2asm.c (dw2_force_const_mem): Invoke STRIP_NAME_ENCODING
+       on the symbol string.
+
+2001-11-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * pa/elf.h (ASM_DECLARE_FUNCTION_NAME,
+       ASM_OUTPUT_EXTERNAL_LIBCALL): Undef before defining.
+       * config.gcc (hppa1.1-*-rtems*): Remove duplicate clause.
+
+       * clipper.h (ASM_OUTPUT_REG_POP): Fix typo.
+
+       * tlink.c (recompile_files): Copy strings passed to `putenv'.
+
+2001-11-09  Geoffrey Keating  <geoffk@redhat.com>
+
+       * tree.h (TYPE_VOLATILE): Trap use not on TYPEs.
+       (TYPE_READONLY): Likewise.
+
+       * flow.c (insn_dead_p): Allow for AUTO_INC notes all the time.
+
+       * config/stormy16/stormy16.h (ASM_SPEC): Revert last change,
+       don't pass --gdwarf2 to the assembler if the compiler will also
+       provide debug info.
+
+       * config/stormy16/stormy16.c (xstormy16_expand_casesi): 
+       Don't change INDEX.
+
+Fri Nov  9 17:51:09 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
+
+       * alias.c (nonoverlapping_memrefs_p): New function.
+       (true_dependence, canon_true_depenence, write_dependence_p): Call it.
+
+       * emit-rtl.c (set_mem_attributes): Get alignments for constants.
+
 2001-11-09  Aldy Hernandez  <aldyh@redhat.com>
 
         * rs6000.h (REG_CLASS_CONTENTS): Add VRSAVE bit to ALL_REGS.
@@ -6,7 +71,7 @@
        (FIXED_REGISTERS): VRSAVE is fixed.
        (CALL_USED_REGISTERS): VRSAVE is call used.
 
-2001-11-08  Jason Eckhardt  <jle@rice.edu>
+2001-11-09  Jason Eckhardt  <jle@rice.edu>
 
        * config/mips/mips.c (mips_output_conditional_branch): Do not hard
        code the branch target as ".+16/.+12", but rather use labels.