Skip to content

Commit 5ac8070

Browse files
committed
Git log for recent updates prepended.
modified: ChangeLog
1 parent 29a39c1 commit 5ac8070

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

ChangeLog

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,58 @@
1+
2021-11-24: David Anderson
2+
commit 29a39c12bb818c552b1575b28ebef1a8c4089b04
3+
4+
Now builds a new opscounttab which has the change in
5+
the size of the expression stack for each DW_OP.
6+
To enable the print_die.c changes.
7+
modified: src/bin/buildopstab/buildopscounttab.c
8+
modified: src/bin/dwarfdump/opscounttab.c (regenerated)
9+
modified: src/bin/dwarfdump/opscounttab.h (new field added)
10+
11+
Unless the expression is trivial
12+
printing expressions (DW_OP_swap etc)
13+
-v -i now adds a line like
14+
DW_OPs= 13 maxstackdepth= 4 endingstackdepth= 3
15+
at the end of the list of DW_OP expression operations
16+
as a shorthand for the instructions and their
17+
use of an expression stack.
18+
If there are expression loops It adds
19+
loopcount= <n>
20+
to the end of the line (counting the
21+
instances of a DW_OP_bra or DW_OP_skip
22+
in a negative direction).
23+
modified: src/bin/dwarfdump/print_die.c
24+
25+
The old names of these functions were a bit
26+
misleading. They are for all expressions.
27+
dwarfdump_print_location_operations ->
28+
dwarfdump_print_expression_operations
29+
print_location_operations ->
30+
print_expression_operations
31+
modified: src/bin/dwarfdump/esb_using_functions.h
32+
modified: src/bin/dwarfdump/print_frames.c
33+
modified: src/bin/dwarfdump/print_frames.h
34+
modified: src/bin/dwarfdump/print_hipc_lopc_attr.c
35+
modified: src/bin/dwarfdump/print_tag_attributes_usage.c
36+
37+
2021-11-23: David Anderson
38+
commit f3e04e9414fb7ffa10265e2dbca56d2ecb9ada29
39+
40+
Minor tweaks to the vulerabilitie from 2020
41+
modified: bugxml/data.txt
42+
43+
2021-11-22: David Anderson
44+
commit 145d3f6af7314dfb6642cd08eb6b0e0ab0bb0524
45+
46+
Now with oss.chromium.org references shown
47+
where appropriate.
48+
modified: data.txt
49+
50+
2021-11-21: David Anderson
51+
commit 9e31d015a40fa1363f9dbf5de1eba8210b72b171
52+
53+
Up to date with git log.
54+
modified: ChangeLog
55+
156
2021-11-21: David Anderson
257
commit 874f6ba514e10ae3df72dfb6b7b549509208d054
358

0 commit comments

Comments
 (0)