projects
/
platform
/
upstream
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54fa556
)
dwarf2ctf: fix typo in comment
author
Indu Bhagat
<indu.bhagat@oracle.com>
Wed, 13 Oct 2021 16:58:46 +0000
(09:58 -0700)
committer
Indu Bhagat
<indu.bhagat@oracle.com>
Wed, 13 Oct 2021 16:58:46 +0000
(09:58 -0700)
gcc/ChangeLog:
* dwarf2ctf.c (gen_ctf_array_type): Fix typo in comment.
gcc/dwarf2ctf.c
patch
|
blob
|
history
diff --git
a/gcc/dwarf2ctf.c
b/gcc/dwarf2ctf.c
index
c9e7079
..
edd3281
100644
(file)
--- a/
gcc/dwarf2ctf.c
+++ b/
gcc/dwarf2ctf.c
@@
-368,7
+368,7
@@
gen_ctf_array_type (ctf_container_ref ctfc, dw_die_ref array_type)
/* DWARF array types pretend C supports multi-dimensional arrays.
So for the type int[N][M], the array type DIE contains two
- subrange_type children, the first
iw
th upper bound N-1 and the
+ subrange_type children, the first
wi
th upper bound N-1 and the
second with upper bound M-1.
CTF, on the other hand, just encodes each array type in its own