Commit 13d86b0
committed
Linking/static lifetime init: do not use goto code types
The code in src/linking supposedly deals with symbol tables only, not
with goto programs (goto-programs/link_goto_model does this).
Consequently, static lifetime init should not create codet structures
defined in goto-programs/goto_instruction_code.h.
This is a first step to remove the goto-programs dependency from
src/linking.1 parent f2240be commit 13d86b0
1 file changed
+3
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | 11 | | |
14 | 12 | | |
15 | 13 | | |
| |||
90 | 88 | | |
91 | 89 | | |
92 | 90 | | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
| 91 | + | |
97 | 92 | | |
98 | 93 | | |
99 | 94 | | |
| |||
156 | 151 | | |
157 | 152 | | |
158 | 153 | | |
159 | | - | |
160 | | - | |
161 | | - | |
| 154 | + | |
| 155 | + | |
162 | 156 | | |
163 | 157 | | |
164 | 158 | | |
0 commit comments