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
968c8001
Commit
968c8001
authored
Jun 07, 2008
by
Olivier Hainque
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move Ada specific log to the Ada ChangeLog file.
From-SVN: r136517
parent
bbb9e7b9
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
26 deletions
+26
-26
gcc/ChangeLog
+0
-26
gcc/ada/ChangeLog
+26
-0
No files found.
gcc/ChangeLog
View file @
968c8001
2008-06-06 Nicolas Setton <setton@adacore.com>
Olivier Hainque <hainque@adacore.com>
* ada-tree.h (DECL_PARALLEL_TYPE): New language specific
attribute, parallel descriptive type attached to another
type for debug info generation purposes.
* utils.c (add_parallel_type): New function, register
parallel type to be attached to a type.
(get_parallel_type): New function, fetch a registered
parallel type, if any.
(rest_of_record_type_compilation): Register the parallel
type we make for variable size records.
* gigi.h (add_parallel_type, get_parallel_type): Declare.
* decl.c (gnat_to_gnu_entity, maybe_pad_type): Register the
parallel debug types we make.
* trans.c (extract_encoding, decode_name): New functions.
(gigi): If the DWARF attribute extensions are available, setup
to use them.
* lang.opt: Register language specific processing request
for -gdwarf+.
* misc.c (gnat_dwarf_extensions): New global variable. How much
do we want of our DWARF extensions. 0 by default.
(gnat_handle_option) <OPT_gdwarf_>: Increment gnat_dwarf_extensions.
(gnat_post_options): Map gnat_dwarf_extensions to the
commonuse_gnu_debug_info_extensions for later processing.
2008-06-06 Uros Bizjak <ubizjak@gmail.com>
PR rtl-optimization/36438
...
...
gcc/ada/ChangeLog
View file @
968c8001
2008
-
06
-
06
Nicolas
Setton
<
setton
@
adacore
.
com
>
Olivier
Hainque
<
hainque
@
adacore
.
com
>
*
ada
-
tree
.
h
(
DECL_PARALLEL_TYPE
):
New
language
specific
attribute
,
parallel
descriptive
type
attached
to
another
type
for
debug
info
generation
purposes
.
*
utils
.
c
(
add_parallel_type
):
New
function
,
register
parallel
type
to
be
attached
to
a
type
.
(
get_parallel_type
):
New
function
,
fetch
a
registered
parallel
type
,
if
any
.
(
rest_of_record_type_compilation
):
Register
the
parallel
type
we
make
for
variable
size
records
.
*
gigi
.
h
(
add_parallel_type
,
get_parallel_type
):
Declare
.
*
decl
.
c
(
gnat_to_gnu_entity
,
maybe_pad_type
):
Register
the
parallel
debug
types
we
make
.
*
trans
.
c
(
extract_encoding
,
decode_name
):
New
functions
.
(
gigi
):
If
the
DWARF
attribute
extensions
are
available
,
setup
to
use
them
.
*
lang
.
opt
:
Register
language
specific
processing
request
for
-
gdwarf
+.
*
misc
.
c
(
gnat_dwarf_extensions
):
New
global
variable
.
How
much
do
we
want
of
our
DWARF
extensions
.
0
by
default
.
(
gnat_handle_option
)
<
OPT_gdwarf_
>:
Increment
gnat_dwarf_extensions
.
(
gnat_post_options
):
Map
gnat_dwarf_extensions
to
the
commonuse_gnu_debug_info_extensions
for
later
processing
.
2008
-
06
-
04
Samuel
Tardieu
<
sam
@
rfc1149
.
net
>
*
einfo
.
ads
,
einfo
.
adb
:
Remove
unused
flag
Function_Returns_With_DSP
.
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