summaryrefslogtreecommitdiff
path: root/output
Commit message (Expand)AuthorAgeFilesLines
* output: elf -- Add missing dwarf loc sectionCyrill Gorcunov2018-02-051-0/+3
* outelf.c: fix a typo in previous commitH. Peter Anvin2017-09-271-1/+1
* BR 3392417: always end the DWARF .debug_abbrev section with a nullH. Peter Anvin2017-09-272-0/+4
* BR 3392418: MachO: support 16-character section names, debug flagH. Peter Anvin2017-09-271-9/+16
* outobj: emit file dependency informationH. Peter Anvin2017-08-161-41/+94
* timestamp: centralize handing of compilation timestampH. Peter Anvin2017-08-021-7/+4
* outmacho: always use symbol-relative relocations for MachO64H. Peter Anvin2017-06-221-30/+52
* outdbg: make the output for relative relocations more clearH. Peter Anvin2017-06-221-3/+3
* a) Fix handling of DZ/ZWORD; b) don't crash on TIMES JMPH. Peter Anvin2017-05-012-0/+7
* output/legacy.c: OUT_SEGMENT -> OUT_ADDRESS with a zero addendH. Peter Anvin2017-05-011-1/+3
* outmacho: fix dwarf line number information (debug_line section)Chang S. Bae2017-04-271-4/+11
* outmacho: add dir listChang S. Bae2017-04-271-20/+65
* 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