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
a654d1f0
Commit
a654d1f0
authored
Nov 23, 2005
by
Ben Elliston
Committed by
Ben Elliston
Nov 23, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* dwarf2.h (enum dwarf_type): Add DW_ATE_decimal_float.
From-SVN: r107384
parent
3c4774e0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
gcc/ChangeLog
+4
-0
gcc/dwarf2.h
+2
-1
No files found.
gcc/ChangeLog
View file @
a654d1f0
2005
-
11
-
23
Ben
Elliston
<
bje
@au
.
ibm
.
com
>
*
dwarf2
.
h
(
enum
dwarf_type
)
:
Add
DW_ATE_decimal_float
.
2005
-
11
-
22
J
"orn Rennecke <joern.rennecke@st.com>
Preparatory work for PR target/21623:
...
...
gcc/dwarf2.h
View file @
a654d1f0
/* Declarations and definitions of codes relating to the DWARF2 symbolic
debugging information format.
Copyright (C) 1992, 1993, 1995, 1996, 1997, 1999, 2000, 2001, 2002,
2003, 2004 Free Software Foundation, Inc.
2003, 2004
, 2005
Free Software Foundation, Inc.
Written by Gary Funck (gary@intrepid.com) The Ada Joint Program
Office (AJPO), Florida State University and Silicon Graphics Inc.
...
...
@@ -547,6 +547,7 @@ enum dwarf_type
DW_ATE_unsigned_char
=
0x8
,
/* DWARF 3. */
DW_ATE_imaginary_float
=
0x9
,
DW_ATE_decimal_float
=
0xf
,
/* HP extensions. */
DW_ATE_HP_float80
=
0x80
,
/* Floating-point (80 bit). */
DW_ATE_HP_complex_float80
=
0x81
,
/* Complex floating-point (80 bit). */
...
...
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