summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRainer Schuetze <r.sagitario@gmx.de>2015-02-17 07:27:59 (GMT)
committerRainer Schuetze <r.sagitario@gmx.de>2015-02-17 07:30:18 (GMT)
commit804e6a3d3a2e0f93339c9cdca0768a4b3af6f28f (patch)
tree8523394e017d39111fd3bcf49fdcc0c6082ac374 /CHANGES
parent51e4674fbb8dcfb0c5025cb9ecb209d32563163a (diff)
downloadcv2pdb-804e6a3d3a2e0f93339c9cdca0768a4b3af6f28f.zip
cv2pdb-804e6a3d3a2e0f93339c9cdca0768a4b3af6f28f.tar.gz
cv2pdb-804e6a3d3a2e0f93339c9cdca0768a4b3af6f28f.tar.bz2
* DWARF: fixed issues with DW_FORM_ref_addr, DW_AT_upper_bound and DW_AT_lower_bound
* DWARF: translate __int128 to CV code 0x14, just a wild guesss
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index d922864..3f700f3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -209,4 +209,8 @@ unreleased Version 0.22
2014-12-19 Version 0.33
* DWARF: revamped location expression evaluator by Vadim Chugunov
- * \ No newline at end of file
+
+2015-02-17 Version 0.34
+
+ * DWARF: fixed issues with DW_FORM_ref_addr, DW_AT_upper_bound and DW_AT_lower_bound
+ * DWARF: translate __int128 to CV code 0x14, just a wild guesss