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
a46ccd1b
Commit
a46ccd1b
authored
23 years ago
by
Anthony Green
Committed by
Anthony Green
23 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add arm thumb support
From-SVN: r50920
parent
beb9c8a2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
libjava/ChangeLog
+4
-0
libjava/java/lang/ieeefp.h
+5
-3
No files found.
libjava/ChangeLog
View file @
a46ccd1b
2002
-
03
-
17
Anthony
Green
<
green
@
redhat
.
com
>
*
java
/
lang
/
ieeefp
.
h
:
Add
ARM
thumb
support
(
copied
from
newlib
).
2002
-
03
-
17
Bryce
McKinlay
<
bryce
@
waitaki
.
otago
.
ac
.
nz
>
Build
a
single
libgcj
.
so
,
without
separate
gc
and
zlib
libraries
.
...
...
This diff is collapsed.
Click to expand it.
libjava/java/lang/ieeefp.h
View file @
a46ccd1b
...
...
@@ -5,11 +5,13 @@
#define __IEEE_LITTLE_ENDIAN
#endif
#if
def __arm__
#if
defined(__arm__) || defined(__thumb__)
/* ARM always has big-endian words. Within those words the byte ordering
appears to be big or little endian. Newlib doesn't seem to care about
the byte ordering within words. */
will be big or little endian depending upon the target. */
#define __IEEE_BIG_ENDIAN
#ifdef __ARMEL__
#define __IEEE_BYTES_LITTLE_ENDIAN
#endif
#endif
#ifdef __hppa__
...
...
This diff is collapsed.
Click to expand it.
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