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
ea675ec3
Commit
ea675ec3
authored
Feb 23, 2009
by
Rainer Orth
Committed by
Rainer Orth
Feb 23, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* s-oscons-tmplt.c [__osf__ && !_SS_MAXSIZE]: Undef AF_UNIX6.
From-SVN: r144382
parent
61e04322
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
1 deletions
+14
-1
gcc/ada/ChangeLog
+4
-0
gcc/ada/s-oscons-tmplt.c
+10
-1
No files found.
gcc/ada/ChangeLog
View file @
ea675ec3
2009
-
02
-
23
Rainer
Orth
<
ro
@
TechFak
.
Uni
-
Bielefeld
.
DE
>
*
s
-
oscons
-
tmplt
.
c
[
__osf__
&&
!_SS_MAXSIZE]: Undef AF_UNIX6.
2009
-
02
-
18
H
.
J
.
Lu
<
hongjiu
.
lu
@
intel
.
com
>
*
gcc
-
interface
/
misc
.
c
(
gnat_post_options
):
Turn
off
warn_psabi
.
gcc/ada/s-oscons-tmplt.c
View file @
ea675ec3
...
...
@@ -7,7 +7,7 @@
-- --
-- S p e c --
-- --
-- Copyright (C) 2000-200
8
, Free Software Foundation, Inc. --
-- Copyright (C) 2000-200
9
, Free Software Foundation, Inc. --
-- --
-- GNAT is free software; you can redistribute it and/or modify it under --
-- terms of the GNU General Public License as published by the Free Soft- --
...
...
@@ -837,6 +837,15 @@ CND(AF_INET, "IPv4 address family")
# undef AF_INET6
#endif
/**
** Tru64 UNIX V4.0F defines AF_INET6 without IPv6 support, specificially
** without struct sockaddr_in6. We use _SS_MAXSIZE (used for the definition
** of struct sockaddr_storage on Tru64 UNIX V5.1) to detect this.
**/
#if defined(__osf__) && !defined(_SS_MAXSIZE)
# undef AF_INET6
#endif
#ifndef AF_INET6
# define AF_INET6 -1
#else
...
...
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