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
a7512dec
Commit
a7512dec
authored
Oct 29, 2002
by
Geert Bosch
Committed by
Geert Bosch
Oct 29, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
re PR ada/6558 (Wrongly reverted patches)
PR ada/6558 * misc.c: Unrevert misc.c (1.13) From-SVN: r58636
parent
fc556cb9
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
gcc/ada/ChangeLog
+4
-0
gcc/ada/misc.c
+6
-2
No files found.
gcc/ada/ChangeLog
View file @
a7512dec
2002-10-29 Geert bosch <bosch@gnat.com>
PR ada/6558
* misc.c: Unrevert misc.c (1.13)
2002-10-28 Nathanael Nerode <neroden@gcc.gnu.org>
* a-chlat9.ads a-cwila9.ads a-dynpri.adb a-retide.adb: Update
...
...
gcc/ada/misc.c
View file @
a7512dec
...
...
@@ -209,7 +209,7 @@ gnat_parse_file (set_yydebug)
it cannot decode. This routine returns 1 if it is successful, otherwise
it returns 0. */
int
static
int
gnat_decode_option
(
argc
,
argv
)
int
argc
ATTRIBUTE_UNUSED
;
char
**
argv
;
...
...
@@ -276,7 +276,7 @@ gnat_decode_option (argc, argv)
/* Initialize for option processing. */
void
static
void
gnat_init_options
()
{
/* Initialize gnat_argv with save_argv size */
...
...
@@ -339,6 +339,10 @@ gnat_init (filename)
internal_reference_types
();
set_lang_adjust_rli
(
gnat_adjust_rli
);
if
(
filename
==
0
)
filename
=
""
;
return
filename
;
}
...
...
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