summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Document change to -g internalsnasm-0.98.38H. Peter Anvin2003-09-121-0/+2
|
* If we don't specify -g, actually suppress debugging outputH. Peter Anvin2003-09-102-3/+8
|
* Use the version of tmap.nas that actually caused problemsH. Peter Anvin2003-09-101-8/+8
|
* More test files...H. Peter Anvin2003-09-083-0/+1460
|
* Cannot free "lnfname" since it's now static...H. Peter Anvin2003-09-081-1/+0
|
* Make sure autoheader has actually been run by conditionalizingH. Peter Anvin2003-09-082-1/+3
| | | | the running of configure on the existence of config.h.in.
* fixed bug #677841 by limiting the scanner to no more than 4095 characters ↵Ed Beroset2003-09-081-0/+1
| | | | for a single ID token
* fixed bug #677841 by limiting the scanner to no more than 4095 characters ↵Ed Beroset2003-09-083-2/+9
| | | | for a single ID token
* * Fix for %rep with no arguments (#560568)Nickolay Yurchenko2003-09-072-27/+65
| | | | * Fix concatenation of preprocessor function call (#794686)
* nasm_malloc-ize Martin's outelf.c stabs stuffFrank Kotler2003-09-061-14/+17
|
* quick fix to -f obj debug format - put "static" back in assemble.cFrank Kotler2003-09-062-2/+12
| | | | -
* Document ELF fixH. Peter Anvin2003-09-061-0/+2
|
* First attempt at fixing the stabs/ELF issue.H. Peter Anvin2003-09-062-74/+60
|
* Document STR fixH. Peter Anvin2003-09-021-0/+1
|
* STR also has SMSW/SLDT-like semantics for operand sizeH. Peter Anvin2003-09-021-1/+2
|
* Add autoheader commandH. Peter Anvin2003-09-011-0/+1
|
* Enable the use of a config.h file and autoheader. At this point we don'tH. Peter Anvin2003-09-014-1/+6
| | | | | | | | | | | | actually *use* the resulting configuration file, but it keeps autoconf from creating an insanely long compiler command line, which can cause problems all by itself. Eventually we can do: #ifdef HAVE_CONFIG_H #include "config.h" #endif ... to get the same information.
* -O10 and -O15, not -O5 and -O10H. Peter Anvin2003-09-011-1/+1
|
* Now working toward 0.98.38H. Peter Anvin2003-08-302-1/+8
|
* Support building 16-bit DOS binaries using OpenWatcomH. Peter Anvin2003-08-303-2/+149
|
* Update for newer RH releasesnasm-0.98.37H. Peter Anvin2003-08-291-18/+14
|
* %{_arch} doesn't work with newer RPMs; use %{_target_cpu} insteadH. Peter Anvin2003-08-291-1/+1
|
* Fix "make doc"H. Peter Anvin2003-08-291-0/+2
|
* Don't rename the spec fileH. Peter Anvin2003-08-291-1/+0
|
* Making the spec file part of dist is something for the Makefile, notH. Peter Anvin2003-08-292-2/+1
| | | | for the release script
* Include spec file in tarball for rpm -taH. Peter Anvin2003-08-291-7/+2
|
* Update URLs; make compatible with newer RPMsH. Peter Anvin2003-08-291-1/+3
|
* Standard formatting.H. Peter Anvin2003-08-291-3/+3
|
* Document -O2/-O3 changeH. Peter Anvin2003-08-291-0/+2
|
* Update documentation slightly; remove weird special-casing of -O2 and -O3H. Peter Anvin2003-08-292-9/+8
|
* UpdateH. Peter Anvin2003-08-291-1/+2
|
* Standard line breaksH. Peter Anvin2003-08-291-14/+16
|
* Update statusH. Peter Anvin2003-08-291-5/+6
|
* Handle subdirectoriesH. Peter Anvin2003-08-291-1/+1
|
* Remove obsolete commentH. Peter Anvin2003-08-291-1/+1
|
* Touch up Makefile.b32Frank Kotler2003-08-291-15/+15
|
* SMSW and SLDT are implicitly 16 bits when accessing memory, but can setH. Peter Anvin2003-08-271-2/+4
| | | | | the upper part of a 16-bit register if used with a 32-bit register argument.
* Alexei's patch to allow "-I" paths to be searched for "incbin"ed filesFrank Kotler2003-08-276-8/+124
|
* Allow leading whitespace on output format specific directives.Michael K. Ter Louw2003-08-151-8/+11
|
* fix comment in test/lnxhello.asmFrank Kotler2003-08-061-1/+2
|
* Remove "backslash()"Frank Kotler2003-08-062-17/+2
|
* Added -d key (merge duplicate strings) to to compiler keys string.Nickolay Yurchenko2003-07-251-1/+2
|
* Document fixing bug 574861H. Peter Anvin2003-07-161-0/+1
|
* Fix offset computation in the presence of explicit prefixes.H. Peter Anvin2003-07-161-1/+1
|
* Add Linux "hello world" exampleH. Peter Anvin2003-07-101-0/+48
|
* Restore the adjusted symbol id startH. Peter Anvin2003-07-101-1/+1
|
* Generate stabs format debugging info for ELFH. Peter Anvin2003-07-093-21/+374
|
* Quiet spurious gcc warningH. Peter Anvin2003-07-091-1/+1
|
* start/vstart/align/valign can now be >0x80000000Michael K. Ter Louw2003-07-091-37/+44
|
* Fixed outbin.c to allow origin > 80000000hFrank Kotler2003-06-302-5/+6
|