OSDN Git Service

* Makefile.in (emit-rtl.o): Add gt-emit-rtl.h to dependencies.
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index e7554f2..be8631f 100644 (file)
@@ -1,9 +1,47 @@
+2003-03-18  Geoffrey Keating  <geoffk@apple.com>
+
+       * Makefile.in (emit-rtl.o): Add gt-emit-rtl.h to dependencies.
+
+       * gengtype.c: Include rtl.h.
+       (enum rtx_code): Don't define.
+       (rtx_format): Make declaration match rtl.h.
+       (rtx_next_new): Rename from rtx_next to avoid conflict.  Change all
+       users.
+       (adjust_field_rtx_def): Describe strings in NOTE_LINE_NUMBER notes.
+       * Makefile.in (gengtype.o): Update dependencies.
+
+2003-03-18  Andreas Schwab  <schwab@suse.de>
+
+       * config/m68k/m68k.md (iordi3): Fix setting low half to -1.  From
+       martin@blom.org.
+
+2003-03-18  Geoffrey Keating  <geoffk@apple.com>
+
+       * function.c (next_block_index): Mark with GTY.
+
+       * config/rs6000/rs6000.md (macho_correct_pic): Correct pattern.
+
+2003-03-18  Richard Henderson  <rth@redhat.com>
+
+       * config/ia64/ia64.md (UNSPECV_SETJMP_RECEIVER): New.
+       (builtin_setjmp_receiver): Delay call to ia64_reload_gp
+       until after reload.
+
+2003-03-18  Richard Henderson  <rth@redhat.com>
+
+       * builtins.c (expand_builtin_unop): New target_mode operand;
+       use it to convert the result to the correct mode.
+       (expand_builtin): Update all callers.
+
 2003-03-18  Ulrich Weigand  <uweigand@de.ibm.com>
 
        * config/s390/s390.md ("movti", "movhi", "movqi"): Add "type" attribute.
 
 Tue Mar 18 19:22:57 CET 2003  Jan Hubicka  <jh@suse.cz>
 
+       * i386.md:  Fix previous commit that mistakely applied the patch
+       twice.
+
        * alias.c (rtx_equal_for_memref_p): Assume that X and Y has been
        canonicalized.
        (memrefs_conflict_p): Likewise.