OSDN Git Service

* config/linux.h (ASM_COMMENT_START): Remove from here,
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index a6aa35c..d08e292 100644 (file)
@@ -1,3 +1,27 @@
+Thu May  7 10:18:41 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * config/linux.h (ASM_COMMENT_START): Remove from here,
+       * config/linux-aout.h (ASM_COMMENT_START): and here,
+       * config/i386/linux.h (ASM_COMMENT_START): to here,
+       * config/i386/linux-aout.h (ASM_COMMENT_START): and here.
+       * config/i386/linux-oldld.h (ASM_COMMENT_START): Define
+       here as '#' too.
+
+Thu May  7 10:55:59 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+
+       * config/m68k/m68k.md (adddi3, subdi3): Properly negate the DImode
+       constant. 
+
+Wed May  6 22:32:37 CDT 1998 Robert Lipe  <robertl@dgii.com>
+
+       * Makefile.in (dwarfout.o) Add toplev.h dependency.
+       * dwarfout.c, i386.c: Include toplev.h
+       * toplev.h: (pfatal_with_name) Add prototype.
+
+Wed May  6 19:02:29 1998  Jason Merrill  <jason@yorick.cygnus.com>
+
+       * Makefile.in: Fix .SUFFIXES.
+
 Wed May  6 19:31:32 1998  Alan Modra <alan@spri.levels.unisa.edu.au>
 
        * config/linux.h (ASM_COMMENT_START): Define as "#".
@@ -23,6 +47,10 @@ Wed May  6 15:51:39 1998  Jim Wilson  <wilson@cygnus.com>
 
 Wed May  6 16:46:01 1998  Jeffrey A Law  (law@cygnus.com)
 
+       * stmt.c (mark_seen_cases): Make it have external linkage again.
+       * expr.h (mark_seen_cases): Add declaration, but only when tree.h
+       has been included.
+
        * haifa-sched.c (print_value, case SUBREG): Fix typo.
 
        * i386.c (output_387_binary_op): Add some braces to avoid warnings.
@@ -243,7 +271,7 @@ Sat May 2 17:47:17 PDT 1998 Jeff Law  (law@cygnus.com)
 Sat May  2 01:37:29 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
 
        * reload.c (find_reloads): Emit USEs to mark where a pseudo
-       is reloaced with the MEM of its stack slot.
+       is reloaded with the MEM of its stack slot.
        * reload1.c (cannot_omit_stores): Delete.
        (reload): Don't initialize it.
        Don't apply avoid_return_reg logic to USEs.
@@ -8758,7 +8786,7 @@ Mon Aug 11 10:04:49 1997  Jeffrey A Law  (law@cygnus.com)
 
        * Integrate reload bugfix from Wilon which enables the PA port
        to bootstrap again.
-       * reload1.c (reload): Sum needs for both OPADDR_ADDR and and
+       * reload1.c (reload): Sum needs for both OPADDR_ADDR and
        OPERAND_ADDRESS when computing how many registers an insn needs.
        (reload_reg_free_p): OPADDR_ADDR and OPERAND_ADDRESS reloads do
        conflict.