aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorgrischka <grischka>2007-12-04 20:38:09 +0000
committergrischka <grischka>2007-12-04 20:38:09 +0000
commitf99d3de221db23e322c6c18c8249282e27726c25 (patch)
tree5cb3bd1c8188707210eee2f89b03f7a13619479e /Changelog
parent2de1b2d14cc920e2c698ff0086f5558c2da7f569 (diff)
downloadtinycc-f99d3de221db23e322c6c18c8249282e27726c25.tar.gz
tinycc-f99d3de221db23e322c6c18c8249282e27726c25.tar.bz2
Import 409,410: ARM EABI by Daniel Glöckner
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index a830c89..9cf673d 100644
--- a/Changelog
+++ b/Changelog
@@ -1,5 +1,7 @@
version 0.9.24:
+- Import 409,410: ARM EABI by Daniel Glöckner
+
- Some in-between fixes:
TCC -E no longer hangs with macro calls involving newlines.
(next_nomacro1 now advances the read-pointer with TOK_LINEFEED)