summaryrefslogtreecommitdiff
path: root/output
Commit message (Expand)AuthorAgeFilesLines
* outcoff: BR 2685756: fix SAFESEH with an internal symbolAndy Polyakov2009-03-181-1/+3
* outelf32/64: fix uninitialized rbtreeMichael Scherer2009-03-182-0/+4
* outelf32/64: remove align_str in favor of fwritezero()H. Peter Anvin2009-02-212-8/+4
* outbin: fix typo: "sections" not "section"H. Peter Anvin2009-02-211-2/+2
* Unify all-zero buffers; add fwritezero()H. Peter Anvin2009-02-213-5/+4
* BR 2611906: proper error message for start < originH. Peter Anvin2009-02-211-30/+31
* Generate warning for unknown section atributesCharles Crayne2009-01-182-2/+4
* outas86: slight stylistic cleanupsH. Peter Anvin2009-01-031-8/+8
* Add entry point support to as86 backendSoronel Haetir2009-01-031-1/+11
* Mach-O alignment fixDavid DeHaven2008-12-181-10/+21
* ELF: use rbtree for symbol searchesH. Peter Anvin2008-11-062-86/+57
* Fix BR #916647Victor van den Elzen2008-11-055-11/+16
* ELF32 support for offset to IE GOT entryCharles Crayne2008-11-011-4/+13
* Move all version strings to a single compilation unit (ver.c)H. Peter Anvin2008-10-314-11/+5
* ELF32 bit support of .tdata and .tbss sectionsCharles Crayne2008-10-301-0/+17
* output: add common file outlib.c for common functions; realsize()H. Peter Anvin2008-10-278-66/+15
* ELF64 support for PC relative offset to IE GOT entryCharles Crayne2008-10-261-4/+14
* Flag thread local symbols in symbol tableCharles Crayne2008-10-251-0/+8
* ELF64 segment definitions for TLSCharles Crayne2008-10-251-0/+10
* BR 2148448: fix relative addresses in bin outputH. Peter Anvin2008-10-221-1/+2
* ELF64: once again, fix generation of "naked" OUT_REL*ADRH. Peter Anvin2008-10-181-10/+9
* ELF64: PLT32, GOTPCREL, and GOTPCREL64 really need exactitudeH. Peter Anvin2008-10-171-3/+3
* ELF64: the "size" argument to OUT_REL*ADR isn't really the sizeH. Peter Anvin2008-10-171-3/+3
* ELF64: actually generate relative GOT/PLT references correctlyH. Peter Anvin2008-10-171-12/+10
* ELF64: GOTOFF64 doesn't need a gsym at allH. Peter Anvin2008-10-171-2/+1
* ELF64: We apparently don't need exactitude for GOTOFF64H. Peter Anvin2008-10-171-1/+1
* ELF64: GOT and PLT references need a symbol (a slot!) to referenceH. Peter Anvin2008-10-171-26/+33
* ELF64: unbreak generating no-segment addressesH. Peter Anvin2008-10-171-111/+138
* ELF64: use the RELA addend field instead of relying on the code streamH. Peter Anvin2008-10-171-80/+94
* ELF64: fix various GOT relocationsH. Peter Anvin2008-10-151-9/+35
* Fix typo in previous outelf64.c commitCharles Crayne2008-10-121-1/+0
* RIP rel relocations for PIC released for testing.Charles Crayne2008-10-121-12/+45
* outaout.mac: aoutb is an alias for aoutH. Peter Anvin2008-09-091-1/+1
* macros: win32 and win64 are COFF, not Mach-OH. Peter Anvin2008-09-092-2/+2
* outcoff: stylistic cleanupsH. Peter Anvin2008-09-021-11/+13
* outcoff: default output symbols to T_NULLH. Peter Anvin2008-09-021-0/+1
* BR 2010180: outobj: Garbage may be written in a last PUBDEFSlavik Gnatenko2008-07-191-2/+5
* ctype.h: wrapper ctype functions with a cast to (unsigned char)H. Peter Anvin2008-06-218-64/+64
* Move the output format macros into the macros.pl mechanismH. Peter Anvin2008-06-2019-98/+82
* Correct X86_64 reference in dwarf support messageCharles Crayne2008-06-111-1/+1
* Move all the RAA code out of nasmlibH. Peter Anvin2008-06-096-2/+8
* Move all the SAA code out of nasmlibH. Peter Anvin2008-06-098-2/+8
* Replace the WSAA macros with functionsH. Peter Anvin2008-06-082-218/+218
* WSAA: make the WSAA macros contain their own bufferH. Peter Anvin2008-06-082-229/+225
* Avoid obscure segfault in DWARF generationCharles Crayne2008-06-052-2/+2
* outcoff.c: remove dead code, add check for imagerelAndy Polyakov2008-05-271-10/+4
* Win64: IMAGEREL references (SEH support for Win64)Andy Polyakov2008-05-231-22/+39
* Make SAFESEH syntax error ERR_NONFATALH. Peter Anvin2008-05-231-1/+2
* Support for Win32 safeseh (BR 195417)Andy Polyakov2008-05-231-7/+75
* Temporaries in macros need a unique prefix; WSAA*() macros to headerH. Peter Anvin2008-04-102-119/+3