diff options
author | H. Peter Anvin <hpa@zytor.com> | 2003-07-09 19:11:10 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2003-07-09 19:11:10 +0000 |
commit | 73320328c1232260bd569a8fb045124ad55f342d (patch) | |
tree | b4f6d74703a9b21078ddeb6225809d2fd8be65cd /CHANGES | |
parent | da4c3983b21ab483c8b5899259462b90da4a3c1d (diff) | |
download | nasm-73320328c1232260bd569a8fb045124ad55f342d.tar.gz nasm-73320328c1232260bd569a8fb045124ad55f342d.tar.bz2 nasm-73320328c1232260bd569a8fb045124ad55f342d.zip |
Generate stabs format debugging info for ELF
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,7 @@ 0.98.37 ------- - +* Added stabs debugging for the ELF output format, patch from + Martin Wawro. * Fix output/outbin.c to allow origin > 80000000h * Make -U switch work |