diff options
author | H. Peter Anvin <hpa@zytor.com> | 2003-08-29 19:37:58 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2003-08-29 19:37:58 +0000 |
commit | 528da1a07dc54394c743cf4fe62b9aee69506caa (patch) | |
tree | c21a3653dd306a1e5552be4decb85f0edb688524 /CHANGES | |
parent | 01ca643b5b331e0c8710d01fca9824db758b2f92 (diff) | |
download | nasm-528da1a07dc54394c743cf4fe62b9aee69506caa.tar.gz nasm-528da1a07dc54394c743cf4fe62b9aee69506caa.tar.bz2 nasm-528da1a07dc54394c743cf4fe62b9aee69506caa.zip |
Standard formatting.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,13 +4,13 @@ well as "%include"ed files. * Added stabs debugging for the ELF output format, patch from Martin Wawro. -* Fix output/outbin.c to allow origin > 80000000h -* Make -U switch work +* Fix output/outbin.c to allow origin > 80000000h. +* Make -U switch work. * Fix the use of relative offsets with explicit prefixes, e.g. "a32 loop foo". * Remove "backslash()". * Fix the SMSW and SLDT instructions. * -O2 and -O3 are no longer aliases for -O5 and -O10. If you mean the - latter, please say so :) + latter, please say so! :) 0.98.36 ------- |