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
1f66e10e
Commit
1f66e10e
authored
Nov 18, 2013
by
Eric Botcazou
Committed by
Eric Botcazou
Nov 18, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc-interface/trans.c (TARGET_ABI_OPEN_VMS): Delete as redundant.
From-SVN: r204944
parent
96540b24
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
gcc/ada/ChangeLog
+4
-0
gcc/ada/gcc-interface/trans.c
+0
-6
No files found.
gcc/ada/ChangeLog
View file @
1f66e10e
2013
-
11
-
18
Eric
Botcazou
<
ebotcazou
@
adacore
.
com
>
2013
-
11
-
18
Eric
Botcazou
<
ebotcazou
@
adacore
.
com
>
*
gcc
-
interface
/
trans
.
c
(
TARGET_ABI_OPEN_VMS
):
Delete
as
redundant
.
2013
-
11
-
18
Eric
Botcazou
<
ebotcazou
@
adacore
.
com
>
*
gcc
-
interface
/
trans
.
c
(
Call_to_gnu
):
For
an
Out
parameter
passed
by
*
gcc
-
interface
/
trans
.
c
(
Call_to_gnu
):
For
an
Out
parameter
passed
by
copy
and
that
don
't need to be copied in, only evaluate its address.
copy
and
that
don
't need to be copied in, only evaluate its address.
...
...
gcc/ada/gcc-interface/trans.c
View file @
1f66e10e
...
@@ -66,12 +66,6 @@
...
@@ -66,12 +66,6 @@
instead. */
instead. */
#define ALLOCA_THRESHOLD 1000
#define ALLOCA_THRESHOLD 1000
/* Let code below know whether we are targeting VMS without need of
intrusive preprocessor directives. */
#ifndef TARGET_ABI_OPEN_VMS
#define TARGET_ABI_OPEN_VMS 0
#endif
/* In configurations where blocks have no end_locus attached, just
/* In configurations where blocks have no end_locus attached, just
sink assignments into a dummy global. */
sink assignments into a dummy global. */
#ifndef BLOCK_SOURCE_END_LOCATION
#ifndef BLOCK_SOURCE_END_LOCATION
...
...
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