summaryrefslogtreecommitdiff
path: root/output/outelfx32.c
Commit message (Expand)AuthorAgeFilesLines
* Replace external dependencies on <ctype.h> with an internal tablectypeH. Peter Anvin2016-03-031-1/+0
* Get rid of a bunch of unnecessary indirectionsH. Peter Anvin2016-03-031-3/+2
* Replace nasm_error(ERR_FATAL/ERR_PANIC) with nasm_fatal/nasm_panicH. Peter Anvin2016-03-031-7/+7
* Replace global maxbits variable with field in struct ofmtH. Peter Anvin2016-02-111-1/+1
* LLVM portability fix for abs(size)H. Peter Anvin2016-02-051-1/+1
* out: elf,stabs -- Fix @n_value attribute for HdrSym entryMark Scott2015-11-031-1/+1
* Replace unchecked fwrite() callsH. Peter Anvin2014-10-211-2/+2
* output: elf -- Use common elf_ structuresCyrill Gorcunov2014-09-211-63/+26
* output: elf -- Move elf_directive into single instanceCyrill Gorcunov2014-08-291-43/+0
* output: elf -- Rename section_attrib to elf_section_attribCyrill Gorcunov2014-08-291-2/+2
* output: Allow OUT_ADDRESS with a negative size to mean signed relocationH. Peter Anvin2013-11-261-5/+24
* Fix warnings generated by clang 3.0Andrew Nayenko2013-02-251-1/+1
* backend: add support for x32 ELFH.J. Lu2012-02-031-0/+2194