summaryrefslogtreecommitdiff
path: root/output/outelf64.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-10Temporaries in macros need a unique prefix; WSAA*() macros to headerH. Peter Anvin1-70/+1
2008-02-24Dwarf3 support for ELF32Charles Crayne1-81/+4
2008-02-23Dwarf support tweeks and clean-upCharles Crayne1-176/+161
2008-02-16Clear up WRITE macros causing compile failures with WatcomH. Peter Anvin1-44/+59
2008-02-13Upgrade dwarf3 support for elf64Charles Crayne1-63/+174
2008-02-06Test version of dwarf debugging format for elf64Charles Crayne1-14/+662
2008-01-27Prevent segfault in stabs64_typevalueCharles Crayne1-1/+1
2008-01-16Increase GLOBAL_TEMP_BASECharles Crayne1-1/+1
2008-01-11Temporary fix for large number of sectionsCharles Crayne1-2/+1
2007-12-29regularized spelling of license to match name of LICENSE fileBeroset1-1/+1
2007-11-13Support setting OSABI value in ELF header.root1-4/+43
2007-11-13Cast 64-bit switch expressions to (int) to keep OpenWatcom happyH. Peter Anvin1-2/+2
2007-11-13Address data is int64_t; simplify writing an address objectH. Peter Anvin1-4/+4
2007-11-10Clean up a few more 32-bit bottlenecksCharles Crayne1-15/+17
2007-11-09Don't combine type and size into a single argumentH. Peter Anvin1-18/+16
2007-11-06Pass 64-bit instruction lengths to back-ends.Charles Crayne1-2/+2
2007-11-05Upgrade label functions to 64-bitCharles Crayne1-3/+3
2007-10-28Adjust stabs symbol index to match symbol table.Charles Crayne1-17/+80
2007-10-21Clean up elf symbol table sectionCharles Crayne1-12/+12
2007-10-18Avoid unnecessary warning on redefinition of section (bug 801180)root1-3/+6
2007-10-17Generate stabs entries for any executable sectionCharles Crayne1-7/+7
2007-10-11Additional uses of bool and enumH. Peter Anvin1-4/+4
2007-10-10Use the compiler-provided booleans if available, otherwise emulateH. Peter Anvin1-26/+26
2007-10-02Portability fixesH. Peter Anvin1-0/+2
2007-09-18elf64: fix 32-bit truncationsH. Peter Anvin1-4/+4
2007-09-16Minor fixes needed to compile with MSVC++ 2005H. Peter Anvin1-6/+9
2007-08-30Finishing touches on perfect hash tokenizer; actually turn the thing onH. Peter Anvin1-0/+1
2007-08-29Generate R_X86_64_64 relocations in elf64 outputH. Peter Anvin1-7/+24
2007-08-26finally commit Mike Frysinger's "elf-visibility" patchFrank Kotler1-4/+35
2007-05-0416-bit relocations are standard in ELF64 (at my request, incidentally)H. Peter Anvin1-2/+0
2007-04-29Clarify comments about relocation entries.Chuck Crayne1-16/+13
2007-04-28Eliminate shift count warnings when building on 32-bit systemsChuck Crayne1-7/+5
2007-04-28Initial support for ELF64Chuck Crayne1-0/+1552