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
a9e7dc6c
Commit
a9e7dc6c
authored
Aug 23, 2001
by
David Edelsohn
Committed by
David Edelsohn
Aug 23, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix PowerPC long double as well.
From-SVN: r45141
parent
be3ebbbb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
libstdc++-v3/ChangeLog
+1
-0
libstdc++-v3/config/os/gnu-linux/bits/os_defines.h
+1
-1
No files found.
libstdc++-v3/ChangeLog
View file @
a9e7dc6c
2001-08-23 David Edelsohn <edelsohn@gnu.org>
* config/os/gnu-linux/bits/os_defines.h: Correct __s390__ definitions.
Set __powerpc__ long double definition based on __LONG_DOUBLE_128__.
2001-08-23 Jason Merrill <jason_merrill@redhat.com>
...
...
libstdc++-v3/config/os/gnu-linux/bits/os_defines.h
View file @
a9e7dc6c
...
...
@@ -71,7 +71,7 @@ typedef __loff_t __off64_t;
#define __glibcpp_long_bits 64
#endif
#if defined (__alpha__) ||
defined (__powerpc64__
) || defined (__s390__)
#if defined (__alpha__) ||
(defined (__powerpc__) && !defined (__LONG_DOUBLE_128__)
) || 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