Remove last of bytecode support.
authorJim Wilson <wilson@cygnus.com>
Mon, 2 Feb 1998 13:09:22 +0000 (13:09 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Mon, 2 Feb 1998 13:09:22 +0000 (05:09 -0800)
* vmsconfig.com: Remove bytecode references.

From-SVN: r17599

gcc/ChangeLog
gcc/vmsconfig.com

index b1af9ae..67eb572 100644 (file)
@@ -1,3 +1,7 @@
+Mon Feb  2 13:06:47 1998  Jim Wilson  <wilson@cygnus.com>
+
+       * vmsconfig.com: Remove bytecode references.
+
 1998-01-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
 
        * dwarf2out.c (dwarf2out_frame_init): Undo last change, so that
@@ -157,7 +161,6 @@ Fri Jan 30 22:30:39 1998  John Carr  <jfc@mit.edu>
        (return_adddi): Kill redundant test.  Arg1 may be arith_operand.
        (return_subsi): Revmove.
 
-
 Fri Jan 30 18:30:03 1998  John F Carr  <jfc@mit.edu>
 
        * mips.c (save_restore_insns): Set RTX_UNCHANGING_P in register
index 4400e6c..d98bb10 100644 (file)
@@ -322,7 +322,7 @@ PROCEDURE generate_option_file( tag_name, punct, outfile_name )
     recursive_fetch_tag ("stamp-objlist", ":");
   ENDIF;
   ! Now fix up a few things in the output buffer.
-  pat_replace (("bytecode"|"Makefile") & (SPAN(" ")|LINE_END), " ");
+  pat_replace ("Makefile" & (SPAN(" ")|LINE_END), " ");
 !#  FILL (CURRENT_BUFFER, " ", 1, 80, 0);      ! Condense things a bit.
   pat_replace ("." & ("o"|"c"|"y") & ((SPAN(" ")&LINE_END)|LINE_END), LINE_END);
   pat_replace ("." & ("o"|"c"|"y") & SPAN(" "), ",");