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
d5274ef6
Commit
d5274ef6
authored
Oct 13, 2009
by
Rainer Orth
Committed by
Rainer Orth
Oct 13, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* env.c [__alpha__ && __osf__] (AES_SOURCE): Define.
From-SVN: r152730
parent
d6063d7f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletions
+8
-1
gcc/ada/ChangeLog
+4
-0
gcc/ada/env.c
+4
-1
No files found.
gcc/ada/ChangeLog
View file @
d5274ef6
2009
-
10
-
13
Rainer
Orth
<
ro
@
CeBiTec
.
Uni
-
Bielefeld
.
DE
>
*
env
.
c
[
__alpha__
&&
__osf__
]
(
AES_SOURCE
):
Define
.
2009
-
10
-
10
Samuel
Tardieu
<
sam
@
rfc1149
.
net
>
*
sem_eval
.
adb
:
Give
a
more
precise
error
message
.
...
...
gcc/ada/env.c
View file @
d5274ef6
...
...
@@ -29,8 +29,11 @@
* *
****************************************************************************/
/* Tru64 UNIX <stdlib.h> declares unsetenv() only if _BSD. */
/* Tru64 UNIX V4.0F <stdlib.h> declares unsetenv() only if AES_SOURCE (which
is plain broken, this should be _AES_SOURCE instead as everywhere else;
Tru64 UNIX V5.1B declares it only if _BSD. */
#if defined (__alpha__) && defined (__osf__)
#define AES_SOURCE
#define _BSD
#endif
...
...
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