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
619a6950
Commit
619a6950
authored
May 25, 2012
by
Eric Botcazou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix formatting
From-SVN: r187875
parent
b993039f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
gcc/ada/ChangeLog
+9
-9
No files found.
gcc/ada/ChangeLog
View file @
619a6950
...
@@ -6,20 +6,20 @@
...
@@ -6,20 +6,20 @@
*
gnatlink
.
adb
(
Gnatlink
):
Declare
Object_File_Option_Ptr
here
...
*
gnatlink
.
adb
(
Gnatlink
):
Declare
Object_File_Option_Ptr
here
...
Declare
Object_File_Option
string
constant
and
Using_GNU_response_file
Declare
Object_File_Option
string
constant
and
Using_GNU_response_file
boolean
constant
.
boolean
constant
.
(
Process_Binder_File
):
...
instead
of
here
.
Delete
Using_GNU_Linker
,
(
Process_Binder_File
):
...
instead
of
here
.
Delete
Using_GNU_Linker
,
Opening
and
Closing
local
variables
.
Do
not
handle
the
GNU
linker
Opening
and
Closing
local
variables
.
Do
not
handle
the
GNU
linker
specially
.
specially
.
(
Write_RF
):
New
procedure
to
write
into
the
response
file
.
Escape
some
(
Write_RF
):
New
procedure
to
write
into
the
response
file
.
Escape
some
characters
if
a
GNU
response
file
is
used
.
Keep
track
of
error
status
.
characters
if
a
GNU
response
file
is
used
.
Keep
track
of
error
status
.
Invoke
Write_RF
to
write
into
the
response
file
.
Delete
the
file
only
Invoke
Write_RF
to
write
into
the
response
file
.
Delete
the
file
only
if
the
link
was
successful
.
if
the
link
was
successful
.
*
mlib
-
utl
.
adb
:
Do
not
`
with
' package System.
*
mlib
-
utl
.
adb
:
Do
not
`
with
' package System.
(Gcc): Likewise. Declare Object_File_Option string constant and
(Gcc): Likewise.
Declare Object_File_Option string constant and
Using_GNU_response_file boolean constant.
Using_GNU_response_file boolean constant.
(Write_RF): Take a string instead of address and length. Escape some
(Write_RF): Take a string instead of address and length.
Escape some
characters if a GNU response file is used.
characters if a GNU response file is used.
Invoke Write_RF to write into the response file. Delete the file only
Invoke Write_RF to write into the response file.
Delete the file only
if the link was successful. Do not warn if it cannot be deleted.
if the link was successful.
Do not warn if it cannot be deleted.
2012-05-20 Eric Botcazou <ebotcazou@adacore.com>
2012-05-20 Eric Botcazou <ebotcazou@adacore.com>
...
...
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