summaryrefslogtreecommitdiff
path: root/output/outelf32.c
Commit message (Expand)AuthorAgeFilesLines
* regularized spelling of license to match name of LICENSE fileBeroset2007-12-291-1/+1
* Fix elf vs elf32 stabs generation bugCharles Crayne2007-11-301-0/+2
* Support setting OSABI value in ELF header.root2007-11-131-4/+43
* Address data is int64_t; simplify writing an address objectH. Peter Anvin2007-11-131-3/+3
* Don't combine type and size into a single argumentH. Peter Anvin2007-11-091-16/+14
* Pass 64-bit instruction lengths to back-ends.Charles Crayne2007-11-061-1/+1
* Upgrade label functions to 64-bitCharles Crayne2007-11-051-3/+3
* Adjust stabs symbol index to match symbol table.Charles Crayne2007-10-281-17/+81
* Clean up elf symbol table sectionCharles Crayne2007-10-211-12/+12
* Avoid unnecessary warning on redefinition of section (bug 801180)root2007-10-181-2/+5
* Generate stabs entries for any executable sectionCharles Crayne2007-10-171-7/+7
* Additional uses of bool and enumH. Peter Anvin2007-10-111-5/+5
* Use the compiler-provided booleans if available, otherwise emulateH. Peter Anvin2007-10-101-25/+25
* Portability fixesH. Peter Anvin2007-10-021-0/+2
* Minor fixes needed to compile with MSVC++ 2005H. Peter Anvin2007-09-161-7/+8
* Finishing touches on perfect hash tokenizer; actually turn the thing onH. Peter Anvin2007-08-301-0/+1
* finally commit Mike Frysinger's "elf-visibility" patchFrank Kotler2007-08-261-4/+35
* Clarify comments about relocation entries.Chuck Crayne2007-04-291-16/+12
* Allow ELF32 to be invoked either as -f elf or -f elf32Chuck Crayne2007-04-291-1/+19
* Initial support for ELF64Chuck Crayne2007-04-281-0/+1531