OSDN Git Service

* Makefile.in (emit-rtl.o): Add gt-emit-rtl.h to dependencies.
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index bd1f10a..be8631f 100644 (file)
@@ -1,3 +1,32 @@
+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;