summaryrefslogtreecommitdiffstats
diff options
authorCary Coutant <ccoutant@gmail.com>2025-10-27 10:38:50 -0700
committerCary Coutant <ccoutant@gmail.com>2025-10-27 10:38:50 -0700
commite014a09fdf9afe09a4ce56792f257be78ee628ed (patch)
treec9792e37c04a06da04e3ee2818ff205b4c2bdb49
parentUpdate 230524.1 and redline comparison with editorial changes. (diff)
Accept 250815.1 and 251013.1, Close 211005.1 (no change).
-rw-r--r--md/issues/211005.1.md11
-rw-r--r--md/issues/250815.1.md11
-rw-r--r--md/issues/251013.1.md9
3 files changed, 26 insertions, 5 deletions
diff --git a/md/issues/211005.1.md b/md/issues/211005.1.md
index 658e843..2f46990 100644
--- a/md/issues/211005.1.md
+++ b/md/issues/211005.1.md
@@ -2,9 +2,11 @@ Title: Interaction of DW_OP_piece (and similar) and DW_OP_call2 (and simil
2Author: Allen Webster 2Author: Allen Webster
3Champion: Adrian Prantl 3Champion: Adrian Prantl
4Submit-Date: 2021-10-05 4Submit-Date: 2021-10-05
5Revised-Date:
6Closed-Date: 2025-10-27
5Propid: 211005.1 7Propid: 211005.1
6Type: Clarification 8Type: Clarification
7Status: Open 9Status: Closed, no change
8Version: 6 10Version: 6
9Format: markdown 11Format: markdown
10 12
@@ -54,3 +56,10 @@ location has been treated as the same thing as a DWARF expression. Callees
54can emit pieces into the same composite location as callers, and the "simple 56can emit pieces into the same composite location as callers, and the "simple
55location" after the first "piece" op is not necessarily isolated from the 57location" after the first "piece" op is not necessarily isolated from the
56work that was done in first "simple location". 58work that was done in first "simple location".
59
60---
61
622025-10-27: Closed, no change.
63This request is resolved by Issue [230524.1][230524.1].
64
65[230524.1]: https://dwarfstd.org/issues/230524.1.html
diff --git a/md/issues/250815.1.md b/md/issues/250815.1.md
index 8c4c168..a7605d8 100644
--- a/md/issues/250815.1.md
+++ b/md/issues/250815.1.md
@@ -4,10 +4,10 @@ Email: ccoutant@gmail.com
4Champion: 4Champion:
5Submit-Date: 2025-08-15 5Submit-Date: 2025-08-15
6Revised-Date: 2025-08-18 6Revised-Date: 2025-08-18
7Closed-Date: 7Closed-Date: 2025-10-27
8Propid: 250815.1 8Propid: 250815.1
9Type: Clarification 9Type: Clarification
10Status: Open 10Status: Accepted
11Version: 6 11Version: 6
12Format: markdown 12Format: markdown
13Revisions: 13Revisions:
@@ -169,3 +169,10 @@ and replace with the following:
169 169
170[230524.1]: https://dwarfstd.org/issues/230524.1.html 170[230524.1]: https://dwarfstd.org/issues/230524.1.html
171[250501.1]: https://dwarfstd.org/issues/250501.1.html 171[250501.1]: https://dwarfstd.org/issues/250501.1.html
172
173---
174
1752025-08-18: Conditionally accepted,
176depending on Issue [230524.1][230524.1], “Locations on the Stack.”
177
1782025-10-27: Accepted.
diff --git a/md/issues/251013.1.md b/md/issues/251013.1.md
index 496f022..6841e93 100644
--- a/md/issues/251013.1.md
+++ b/md/issues/251013.1.md
@@ -4,10 +4,10 @@ Email: ron.brender@gmail.com
4Champion: 4Champion:
5Submit-Date: 2025-10-13 5Submit-Date: 2025-10-13
6Revised-Date: 6Revised-Date:
7Closed-Date: 7Closed-Date: 2025-10-27
8Propid: 251013.1 8Propid: 251013.1
9Type: Editorial 9Type: Editorial
10Status: Open 10Status: Accepted with change
11Version: 6 11Version: 6
12Format: markdown 12Format: markdown
13Revisions: 13Revisions:
@@ -115,3 +115,8 @@ operation encodings
115 > |DW_OP_regx | 0x90 | 1 | ULEB register | 115 > |DW_OP_regx | 0x90 | 1 | ULEB register |
116 > |DW_OP_fbreg| 0x91 | 1 | SLEB offset | 116 > |DW_OP_fbreg| 0x91 | 1 | SLEB offset |
117 > |DW_OP_bregx| 0x92 | 2 | ULEB register,<br>SLEB offset| 117 > |DW_OP_bregx| 0x92 | 2 | ULEB register,<br>SLEB offset|
118
119---
120
1212025-10-27: Accepted, with editorial change.
122Remove reference to Table 7.7 from the paragraph about signed LEB128.