Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
c120c689
Commit
c120c689
authored
Feb 02, 1998
by
Jim Wilson
Committed by
Jim Wilson
Feb 02, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove last of bytecode support.
* vmsconfig.com: Remove bytecode references. From-SVN: r17599
parent
8857f91e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
gcc/ChangeLog
+4
-1
gcc/vmsconfig.com
+1
-1
No files found.
gcc/ChangeLog
View file @
c120c689
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
...
...
gcc/vmsconfig.com
View file @
c120c689
...
...
@@ -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(" "), ",");
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment