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
c9f1fdfe
Commit
c9f1fdfe
authored
Aug 22, 2008
by
Robert Dewar
Committed by
Arnaud Charlet
Aug 22, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor code fix to avoid warning.
From-SVN: r139491
parent
5b2da948
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
7 deletions
+4
-7
gcc/ada/ChangeLog
+3
-6
gcc/ada/g-trasym.adb
+1
-1
No files found.
gcc/ada/ChangeLog
View file @
c9f1fdfe
...
...
@@ -4,13 +4,10 @@
2008
-
08
-
22
Robert
Dewar
<
dewar
@
adacore
.
com
>
*
s
-
sopco3
.
adb
:
Minor
code
fix
to
avoid
warning
*
s
-
sopco3
.
adb
,
s
-
sopco4
.
adb
,
s
-
sopco5
.
adb
,
s
-
strops
.
adb
:
Minor
code
fix
to
avoid
warning
.
*
s
-
sopco4
.
adb
:
Minor
code
fix
to
avoid
warning
*
s
-
sopco5
.
adb
:
Minor
code
fix
to
avoid
warning
*
s
-
strops
.
adb
:
Minor
code
fix
to
avoid
warning
*
g
-
trasym
.
adb
:
Ditto
*
s
-
utf_32
.
adb
(
Get_Category
):
Fix
obvious
typo
gcc/ada/g-trasym.adb
View file @
c9f1fdfe
...
...
@@ -102,7 +102,7 @@ package body GNAT.Traceback.Symbolic is
--
The
symbolic
translation
of
an
empty
set
of
addresses
is
the
--
the
empty
string
.
if
Traceback
'Length
<
= 0 then
if
Traceback
'Length = 0 then
return "";
end if;
...
...
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