Remove last of bytecode support.
* vmsconfig.com: Remove bytecode references. From-SVN: r17599
This commit is contained in:
parent
8857f91e00
commit
c120c689a5
@ -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>
|
1998-01-30 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
|
||||||
|
|
||||||
* dwarf2out.c (dwarf2out_frame_init): Undo last change, so that
|
* 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_adddi): Kill redundant test. Arg1 may be arith_operand.
|
||||||
(return_subsi): Revmove.
|
(return_subsi): Revmove.
|
||||||
|
|
||||||
|
|
||||||
Fri Jan 30 18:30:03 1998 John F Carr <jfc@mit.edu>
|
Fri Jan 30 18:30:03 1998 John F Carr <jfc@mit.edu>
|
||||||
|
|
||||||
* mips.c (save_restore_insns): Set RTX_UNCHANGING_P in register
|
* mips.c (save_restore_insns): Set RTX_UNCHANGING_P in register
|
||||||
|
@ -322,7 +322,7 @@ PROCEDURE generate_option_file( tag_name, punct, outfile_name )
|
|||||||
recursive_fetch_tag ("stamp-objlist", ":");
|
recursive_fetch_tag ("stamp-objlist", ":");
|
||||||
ENDIF;
|
ENDIF;
|
||||||
! Now fix up a few things in the output buffer.
|
! 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.
|
!# 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(" ")&LINE_END)|LINE_END), LINE_END);
|
||||||
pat_replace ("." & ("o"|"c"|"y") & SPAN(" "), ",");
|
pat_replace ("." & ("o"|"c"|"y") & SPAN(" "), ",");
|
||||||
|
Loading…
Reference in New Issue
Block a user