diff options
author | Nickolay Yurchenko <unv@rbcmail.ru> | 2003-09-07 22:46:26 +0000 |
---|---|---|
committer | Nickolay Yurchenko <unv@rbcmail.ru> | 2003-09-07 22:46:26 +0000 |
commit | 9aea71599801dfc53e7e29da4bbdb46d01c86144 (patch) | |
tree | b6b4124a1bf522980084246f886860cc44e4f36b /CHANGES | |
parent | 243a37719b389c6d85b7d4230081cb70d5b74a22 (diff) | |
download | nasm-9aea71599801dfc53e7e29da4bbdb46d01c86144.tar.gz nasm-9aea71599801dfc53e7e29da4bbdb46d01c86144.tar.bz2 nasm-9aea71599801dfc53e7e29da4bbdb46d01c86144.zip |
* Fix for %rep with no arguments (#560568)
* Fix concatenation of preprocessor function call (#794686)
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,6 +8,8 @@ * Fix the ELF output format, which was broken under certain circumstances due to the addition of stabs support. * Quick-fix Borland format debug-info for -f obj +* Fix for %rep with no arguments (#560568) +* Fix concatenation of preprocessor function call (#794686) 0.98.37 ------- |