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
03f89614
Commit
03f89614
authored
Nov 04, 1994
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include tree.h and VMS-specific functions #ifdef VMS_TARGET.
From-SVN: r8387
parent
24556405
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
+5
-1
gcc/config/vax/vax.c
+5
-1
No files found.
gcc/config/vax/vax.c
View file @
03f89614
...
...
@@ -28,7 +28,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "insn-flags.h"
#include "output.h"
#include "insn-attr.h"
#ifdef VMS
#ifdef VMS
_TARGET
#include "tree.h"
#endif
...
...
@@ -648,6 +648,9 @@ check_float_value (mode, d, overflow)
return
0
;
}
#ifdef VMS_TARGET
/* Additional support code for VMS target. */
/* Linked list of all externals that are to be emitted when optimizing
for the global pointer if they haven't been declared by the end of
the program with an appropriate .comm or initialization. */
...
...
@@ -741,6 +744,7 @@ vms_flush_pending_externals (file)
fprintf
(
file
,
",%d
\n
"
,
p
->
size
);
}
}
#endif
/* VMS_TARGET */
#ifdef VMS
/* Additional support code for VMS host. */
...
...
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