summaryrefslogtreecommitdiff
path: root/output/outelf64.c
Commit message (Expand)AuthorAgeFilesLines
...
* output: add common file outlib.c for common functions; realsize()H. Peter Anvin2008-10-271-14/+2
* 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
* 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
* ctype.h: wrapper ctype functions with a cast to (unsigned char)H. Peter Anvin2008-06-211-8/+8
* Move the output format macros into the macros.pl mechanismH. Peter Anvin2008-06-201-10/+2
* Move all the RAA code out of nasmlibH. Peter Anvin2008-06-091-1/+2
* Move all the SAA code out of nasmlibH. Peter Anvin2008-06-091-1/+1
* Replace the WSAA macros with functionsH. Peter Anvin2008-06-081-109/+109
* WSAA: make the WSAA macros contain their own bufferH. Peter Anvin2008-06-081-114/+112
* Avoid obscure segfault in DWARF generationCharles Crayne2008-06-051-1/+1
* Temporaries in macros need a unique prefix; WSAA*() macros to headerH. Peter Anvin2008-04-101-70/+1
* Dwarf3 support for ELF32Charles Crayne2008-02-241-81/+4
* Dwarf support tweeks and clean-upCharles Crayne2008-02-231-176/+161
* Clear up WRITE macros causing compile failures with WatcomH. Peter Anvin2008-02-161-44/+59
* Upgrade dwarf3 support for elf64Charles Crayne2008-02-131-63/+174
* Test version of dwarf debugging format for elf64Charles Crayne2008-02-061-14/+662
* Prevent segfault in stabs64_typevalueCharles Crayne2008-01-271-1/+1
* Increase GLOBAL_TEMP_BASECharles Crayne2008-01-161-1/+1
* Temporary fix for large number of sectionsCharles Crayne2008-01-111-2/+1
* regularized spelling of license to match name of LICENSE fileBeroset2007-12-291-1/+1
* Support setting OSABI value in ELF header.root2007-11-131-4/+43
* Cast 64-bit switch expressions to (int) to keep OpenWatcom happyH. Peter Anvin2007-11-131-2/+2
* Address data is int64_t; simplify writing an address objectH. Peter Anvin2007-11-131-4/+4
* Clean up a few more 32-bit bottlenecksCharles Crayne2007-11-101-15/+17
* Don't combine type and size into a single argumentH. Peter Anvin2007-11-091-18/+16
* Pass 64-bit instruction lengths to back-ends.Charles Crayne2007-11-061-2/+2
* Upgrade label functions to 64-bitCharles Crayne2007-11-051-3/+3
* Adjust stabs symbol index to match symbol table.Charles Crayne2007-10-281-17/+80
* Clean up elf symbol table sectionCharles Crayne2007-10-211-12/+12
* Avoid unnecessary warning on redefinition of section (bug 801180)root2007-10-181-3/+6
* Generate stabs entries for any executable sectionCharles Crayne2007-10-171-7/+7
* Additional uses of bool and enumH. Peter Anvin2007-10-111-4/+4
* Use the compiler-provided booleans if available, otherwise emulateH. Peter Anvin2007-10-101-26/+26
* Portability fixesH. Peter Anvin2007-10-021-0/+2
* elf64: fix 32-bit truncationsH. Peter Anvin2007-09-181-4/+4
* Minor fixes needed to compile with MSVC++ 2005H. Peter Anvin2007-09-161-6/+9
* Finishing touches on perfect hash tokenizer; actually turn the thing onH. Peter Anvin2007-08-301-0/+1