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
fa3e04d2
Commit
fa3e04d2
authored
Jan 11, 2011
by
Ian Lance Taylor
Committed by
Ian Lance Taylor
Jan 11, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* godump.c (go_format_type): Don't generate float80.
From-SVN: r168682
parent
f8fb7295
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
gcc/ChangeLog
+4
-0
gcc/godump.c
+1
-4
No files found.
gcc/ChangeLog
View file @
fa3e04d2
2011-01-11 Ian Lance Taylor <iant@google.com>
* godump.c (go_format_type): Don't generate float80.
2011-01-11 Richard Henderson <rth@redhat.com>
* config/mn10300/mn10300.c (mn10300_address_cost): Remove forward
...
...
gcc/godump.c
View file @
fa3e04d2
/* Output Go language descriptions of types.
Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
Copyright (C) 2008, 2009, 2010
, 2011
Free Software Foundation, Inc.
Written by Ian Lance Taylor <iant@google.com>.
This file is part of GCC.
...
...
@@ -387,9 +387,6 @@ go_format_type (struct godump_container *container, tree type,
case
64
:
s
=
"float64"
;
break
;
case
80
:
s
=
"float80"
;
break
;
default:
snprintf
(
buf
,
sizeof
buf
,
"INVALID-float-%u"
,
TYPE_PRECISION
(
type
));
...
...
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