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
ccc49bed
Commit
ccc49bed
authored
Mar 06, 2002
by
Andrew Cagney
Committed by
Andrew Cagney
Mar 06, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove floatformat_arm_ext.
From-SVN: r50345
parent
355526af
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
include/ChangeLog
+4
-0
include/floatformat.h
+0
-1
libiberty/ChangeLog
+4
-0
libiberty/floatformat.c
+0
-7
No files found.
include/ChangeLog
View file @
ccc49bed
2002-03-06 Andrew Cagney <ac131313@redhat.com>
* floatformat.h (floatformat_arm_ext): Delete declaration.
2002-02-22 Jim Blandy <jimb@redhat.com>
2002-02-22 Jim Blandy <jimb@redhat.com>
Allow the user to specify functions for allocating memory for
Allow the user to specify functions for allocating memory for
...
...
include/floatformat.h
View file @
ccc49bed
...
@@ -96,7 +96,6 @@ extern const struct floatformat floatformat_m68881_ext;
...
@@ -96,7 +96,6 @@ extern const struct floatformat floatformat_m68881_ext;
extern
const
struct
floatformat
floatformat_i960_ext
;
extern
const
struct
floatformat
floatformat_i960_ext
;
extern
const
struct
floatformat
floatformat_m88110_ext
;
extern
const
struct
floatformat
floatformat_m88110_ext
;
extern
const
struct
floatformat
floatformat_m88110_harris_ext
;
extern
const
struct
floatformat
floatformat_m88110_harris_ext
;
extern
const
struct
floatformat
floatformat_arm_ext
;
/* deprecated. */
extern
const
struct
floatformat
floatformat_arm_ext_big
;
extern
const
struct
floatformat
floatformat_arm_ext_big
;
extern
const
struct
floatformat
floatformat_arm_ext_littlebyte_bigword
;
extern
const
struct
floatformat
floatformat_arm_ext_littlebyte_bigword
;
/* IA-64 Floating Point register spilt into memory. */
/* IA-64 Floating Point register spilt into memory. */
...
...
libiberty/ChangeLog
View file @
ccc49bed
2002-03-06 Andrew Cagney <ac131313@redhat.com>
* floatformat.c (floatformat_arm_ext_big): Delete definition.
2002-03-04 Phil Edwards <pme@gcc.gnu.org>
2002-03-04 Phil Edwards <pme@gcc.gnu.org>
* configure.in: Add --enable-install-libiberty option.
* configure.in: Add --enable-install-libiberty option.
...
...
libiberty/floatformat.c
View file @
ccc49bed
...
@@ -103,13 +103,6 @@ const struct floatformat floatformat_m88110_harris_ext =
...
@@ -103,13 +103,6 @@ const struct floatformat floatformat_m88110_harris_ext =
floatformat_intbit_no
,
floatformat_intbit_no
,
"floatformat_m88110_ext_harris"
"floatformat_m88110_ext_harris"
};
};
const
struct
floatformat
floatformat_arm_ext
=
{
/* Bits 1 to 16 are unused. */
floatformat_big
,
96
,
0
,
17
,
15
,
0x3fff
,
0x7fff
,
32
,
64
,
floatformat_intbit_yes
,
"floatformat_arm_ext"
};
const
struct
floatformat
floatformat_arm_ext_big
=
const
struct
floatformat
floatformat_arm_ext_big
=
{
{
/* Bits 1 to 16 are unused. */
/* Bits 1 to 16 are unused. */
...
...
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