Correct Changelog wrt. to fix attribution

Correctly attribute the patch bringing support for Debian GNU/kFreeBSD
kernels to Pierre Chifflier.
master
Thomas Preud'homme 2011-02-04 01:49:39 +01:00
parent db6fcce78f
commit d35a3ac375
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@ not released:
- Split libtcc1.a build into separate directories (Henry Kroll III)
- Add -pthread option = -D_REENTRANT -lpthread (Henry Kroll III)
- Register __TRY__ SEH in startup code only for i386 (grischka)
- Support FreeBSD and GNU/Hurd kernels (Thomas Preud'homme)
- Support Debian GNU/kFreeBSD kernels (Pierre Chifflier)
- Support GNU/Hurd kernels (Thomas Preud'homme)
- support for asm labels for functions (Thomas Preud'homme)
- fix 32 to 64 bit casts, alignment and struct issues (Shinichiro Hamaji)
- mimic all GNU -option forms supported by ld (Kirill Smelkov)