summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-03-22 18:32:07 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-03-22 18:32:07 (GMT)
commit222c14bbc67f8b15a41f3890ee11eff289c083bb (patch)
tree267555844176f5bbb5d3edee24779532506c7975 /ChangeLog
parentcd956221a807e4c1961e17602d5ca641b93a937a (diff)
Assigned the "sub_" prefix to subroutines and "loc_" to code labels, as expected.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 94c99d6..f3c4e88 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
17-03-22 Cyrille Bagard <nocbos@gmail.com>
+ * src/arch/post.c:
+ Assign the "sub_" prefix to subroutines and "loc_" to code labels,
+ as expected.
+
+17-03-22 Cyrille Bagard <nocbos@gmail.com>
+
* src/arch/target.c:
Ensure all string symbols referenced by instructions get a label.