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
b29bb832
Commit
b29bb832
authored
Mar 10, 2002
by
Kaveh R. Ghazi
Committed by
Kaveh Ghazi
Mar 10, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* target.c (ffetarget_print_hex): Const-ify.
From-SVN: r50535
parent
27e486c5
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/f/ChangeLog
+4
-0
gcc/f/target.c
+1
-1
No files found.
gcc/f/ChangeLog
View file @
b29bb832
Sun
Mar
10
12
:
37
:
42
2002
Kaveh
R
.
Ghazi
<
ghazi
@caip
.
rutgers
.
edu
>
*
target
.
c
(
ffetarget_print_hex
)
:
Const
-
ify
.
2002
-
03
-
06
Phil
Edwards
<
pme
@gcc
.
gnu
.
org
>
*
version
.
c
:
Fix
misplaced
leading
blanks
on
first
line
.
...
...
gcc/f/target.c
View file @
b29bb832
...
...
@@ -2190,7 +2190,7 @@ ffetarget_print_hex (FILE *f, ffetargetTypeless value)
{
char
*
p
;
char
digits
[
sizeof
(
value
)
*
CHAR_BIT
/
4
+
1
];
static
char
hexdigits
[
16
]
=
"0123456789ABCDEF"
;
static
c
onst
c
har
hexdigits
[
16
]
=
"0123456789ABCDEF"
;
if
(
f
==
NULL
)
f
=
dmpout
;
...
...
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