diff options
| author | grischka <grischka> | 2008-09-15 00:07:58 +0200 |
|---|---|---|
| committer | grischka <grischka> | 2008-09-15 00:12:10 +0200 |
| commit | 7f51aa13e7918f99ee40ba3dc328dbeb0ef980c7 (patch) | |
| tree | 83b207d18b22947c2f34aa32eab380717d7d8dff | |
| parent | a80acab4fc15c3df6c062191d486518645557d2e (diff) | |
| download | tinycc-7f51aa13e7918f99ee40ba3dc328dbeb0ef980c7.tar.gz tinycc-7f51aa13e7918f99ee40ba3dc328dbeb0ef980c7.tar.bz2 | |
update changelog
| -rw-r--r-- | Changelog | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -1,3 +1,10 @@ +... for next version: + +- Fix bitfields with non-int types and in unions +- improve ARM cross-compiling (Daniel Glöckner) +- link stabstr sections from multiple objects +- better (still limited) support for multiple TCCStates + version 0.9.24: - added verbosity levels -v, -vv, -vvv @@ -11,7 +18,7 @@ version 0.9.24: - Import changesets (part 4) 428,457,460,467: defines for openbsd etc. - Use _WIN32 for a windows hosted tcc and define it for the PE target, otherwise define __unix / __linux (Detlef Riekenberg) -- Import changesets (part 3) 409,410: ARM EABI by Daniel Glöckner +- Import changesets (part 3) 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) @@ -52,7 +59,7 @@ version 0.9.24: 432/434: Cast double and ptr to bool (grischka) 420: Zero pad x87 tenbyte long doubles (Felix Nawothnig) 417: Make 'sizeof' unsigned (Rob Landley) - 397: Fix save_reg for longlongs (Daniel Glöckner) + 397: Fix save_reg for longlongs (Daniel Glöckner) 396: Fix "invalid relocation entry" problem on ubuntu - (Bernhard Fischer) - ignore AS_NEEDED ld command |
