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
be3ebbbb
Commit
be3ebbbb
authored
Aug 23, 2001
by
David Edelsohn
Committed by
David Edelsohn
Aug 23, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct __s390__ definitions.
From-SVN: r45140
parent
d22ec529
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
libstdc++-v3/ChangeLog
+4
-0
libstdc++-v3/config/os/gnu-linux/bits/os_defines.h
+3
-3
No files found.
libstdc++-v3/ChangeLog
View file @
be3ebbbb
2001-08-23 David Edelsohn <edelsohn@gnu.org>
* config/os/gnu-linux/bits/os_defines.h: Correct __s390__ definitions.
2001-08-23 Jason Merrill <jason_merrill@redhat.com>
* testsuite_flags.in (build-includes): Re-add backward.
...
...
libstdc++-v3/config/os/gnu-linux/bits/os_defines.h
View file @
be3ebbbb
...
...
@@ -63,15 +63,15 @@ typedef __loff_t __off64_t;
# define __NO_STRING_INLINES
# endif
#if defined (__powerpc__) || defined (__s390__)
|| defined (__s390x__)
#if defined (__powerpc__) || defined (__s390__)
#define __glibcpp_wchar_t_is_signed true
#endif
#if defined (__alpha__) || defined (__powerpc64__) || (defined (__sparc__) && defined(__arch64__)) || defined (__s390
__) || defined (__s390
x__)
#if defined (__alpha__) || defined (__powerpc64__) || (defined (__sparc__) && defined(__arch64__)) || defined (__s390x__)
#define __glibcpp_long_bits 64
#endif
#if defined (__alpha__) || defined (__powerpc64__)
#if defined (__alpha__) || defined (__powerpc64__)
|| defined (__s390__)
#define __glibcpp_long_double_bits 64
#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