summaryrefslogtreecommitdiff
path: root/output
Commit message (Expand)AuthorAgeFilesLines
* outmatch: fix file info and cleanup in dwarf generationChang S. Bae2017-04-251-39/+24
* outmacho: clean up list walks, use nasm_basename/nasm_dirnameH. Peter Anvin2017-04-231-28/+22
* labels, outelf: remove casts for allocationsH. Peter Anvin2017-04-231-10/+10
* macho: add file path to the dwarf debugging outputChang S. Bae2017-04-231-6/+25
* Fix errors uncovered by clang warningsChang S. Bae2017-04-171-1/+1
* outmacho: dwarf debug (4/4)Chang S. Bae2017-04-171-3/+116
* outmacho: dwarf debug (3/4)Chang S. Bae2017-04-171-1/+171
* outmacho: dwarf debug (2/4)Chang S. Bae2017-04-171-3/+141
* outmacho: dwarf debug (1/4)Chang S. Bae2017-04-171-4/+57
* outmacho: align filesize together with vmsizeChang S. Bae2017-04-171-0/+4
* Add generic perfect string hashes, use for directivesH. Peter Anvin2017-04-039-24/+12
* outdbg: add %pragma for maximum size of a raw data dumpH. Peter Anvin2017-03-311-5/+29
* output: remove the completely unused set_info methodH. Peter Anvin2017-03-3112-76/+0
* outdbg: update to dump new backend interface dataH. Peter Anvin2017-03-311-20/+155
* output: elf,dwarf -- Fix lookup over existing filesCyrill Gorcunov2017-03-231-0/+1
* outelf: claim %pragma elf as our namespaceH. Peter Anvin2017-03-141-3/+11
* Merge remote-tracking branch 'origin/master'H. Peter Anvin2017-03-142-112/+100
|\
| * output: elf -- Fix typo in ELF32_ST_INFOCyrill Gorcunov2017-03-121-1/+1
| * elf: Drop code duplication in elf_section_headerCyrill Gorcunov2017-03-121-14/+1
| * elf: Align members for file format defsCyrill Gorcunov2017-03-121-96/+96
| * elf: Add EI_ constantsCyrill Gorcunov2017-03-121-1/+2
* | macho: implement do_dead_strip, make subsections_by_symbols a pragmaH. Peter Anvin2017-03-142-98/+209
|/
* outmacho.mac: fix typo in subsections_via_symbolsH. Peter Anvin2017-03-071-2/+2
* output: output format macros should be case insensitiveH. Peter Anvin2017-03-072-4/+4
* outmacho: support the "subsections_via_symbols" directiveH. Peter Anvin2017-03-072-5/+35
* output: make the return value from the directives method more meaningfulH. Peter Anvin2017-03-0710-50/+59
* Add a generic pragma-handling infrastructureH. Peter Anvin2017-03-0712-27/+60
* asm/*: Move directive processing to its own file, refactor error handlingH. Peter Anvin2017-03-0711-0/+11
* outelf.c: char * -> const char *H. Peter Anvin2017-03-011-3/+3
* Remove casts in switch statements only meant to keep OpenWatcom happyH. Peter Anvin2017-03-013-3/+3
* compiler.h: add redundant cast to quiet Watcom warningH. Peter Anvin2017-03-011-4/+1
* output/codeview.c: remove C99-ismH. Peter Anvin2017-02-231-3/+4
* Properly keep track of the base of relative relocationsH. Peter Anvin2017-02-211-1/+15
* output/outmacho.c: use UINT64_C() instead of 1LH. Peter Anvin2017-01-221-1/+1
* macho: Improve macho_calculate_sizesMartin Lindhe2017-01-051-1/+1
* outas86: Shrink as86_section_namesMartin Lindhe2017-01-051-3/+2
* outcoff: Shrink coff_section_namesMartin Lindhe2017-01-051-2/+1
* output,aout: Improve aout_section_namesMartin Lindhe2017-01-051-3/+2
* output: outelf,dwarf -- Add missing DW_LNS_copyHilmar Ackermann2016-11-051-0/+1
* output/legacy.c: include outlib.hH. Peter Anvin2016-10-061-0/+1
* backend: move wrapper for legacy output functions to a library routineH. Peter Anvin2016-09-2412-1/+118
* outelf: add panic() for unknown output typesH. Peter Anvin2016-09-201-0/+9
* output: elf -- Generate SHT_RELA relocs for elfx32/elf64 stabsFabian Giesen2016-08-181-3/+14
* output: elf -- Fix debug info.Fabian Giesen2016-08-181-10/+21
* codeview: Fix ill-formed "S_COMPILE2" record.Fabian Giesen2016-07-181-8/+16
* Merge tag 'nasm-2.12.02rc9'H. Peter Anvin2016-06-162-3/+37
|\
| * outmacho: Fix relative relocations for 32-bit Mach-O (fix typo)H. Peter Anvin2016-06-141-1/+1
| * outobj.c: Fix for RIP relative addressing relocation.knut st. osmundsen2016-06-031-2/+36
* | Reorganize the source code into subdirectoriesH. Peter Anvin2016-05-2516-33/+33
* | Add wrappers around fopen(), use mmap on glibcH. Peter Anvin2016-05-252-2/+2