Remove last of bytecode support.

* vmsconfig.com: Remove bytecode references.

From-SVN: r17599
This commit is contained in:
Jim Wilson 1998-02-02 13:09:22 +00:00 committed by Jim Wilson
parent 8857f91e00
commit c120c689a5
2 changed files with 5 additions and 2 deletions

View 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

View 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(" "), ",");