summaryrefslogtreecommitdiff
path: root/elfcpp
Commit message (Collapse)AuthorAgeFilesLines
...
* * elfcpp_swap.h (Swap_unaligned<64, true>::writeval): CorrectIan Lance Taylor2008-04-032-8/+13
| | | | byte order.
* * elfcpp.h (NT_VERSION, NT_ARCH): Define as enum constants.Ian Lance Taylor2008-03-252-0/+57
| | | | | | | | (NT_GNU_ABI_TAG, NT_GNU_HWCAP): Likewise. (NT_GNU_BUILD_ID, NT_GNU_GOLD_VERSION): Likewise. (ELF_NOTE_OS_LINUX, ELF_NOTE_OS_GNU): Likewise. (ELF_NOTE_OS_SOLARIS2, ELF_NOTE_OS_NETBSD): Likewise. (ELF_NOTE_OS_SYLLABLE): Likewise.
* Add ChangeLog file.Ian Lance Taylor2008-03-221-0/+4
|
* Support --hash-style=gnu.Ian Lance Taylor2008-03-061-0/+4
|
* Implement --just-symbols, including -R FILE. Fix symbol values whenIan Lance Taylor2008-02-071-0/+23
| | | | doing a relocatable link.
* Fully implement the SECTIONS clause.Ian Lance Taylor2008-02-041-0/+45
|
* Remove Andrew's e-mail address.Ian Lance Taylor2008-01-091-1/+1
|
* From Craig Silverstein: Implement section_info.Ian Lance Taylor2007-11-091-0/+24
|
* From Craig Silverstein: Add first version of generating error messagesIan Lance Taylor2007-11-021-10/+0
| | | | with file name and line number.
* From Craig Silverstein: Add more DWARF info, add some i386 comments.Ian Lance Taylor2007-11-022-3/+242
|
* Reworked from Andrew Chatham: report error locations.Ian Lance Taylor2007-11-021-0/+23
|
* From Craig Silverstein: update comments.Ian Lance Taylor2007-10-041-1/+7
|
* From Craig Silvestein: document the i386 relocs.Ian Lance Taylor2007-10-031-35/+38
|
* Add Signed_valtype and use it for sign extension. Fix names of rela8.Ian Lance Taylor2007-10-011-3/+7
|
* Basic DWARF constants.Ian Lance Taylor2007-09-261-0/+155
|
* Add licensing text to every source file.Ian Lance Taylor2007-09-226-0/+174
|
* Remove unnecessary elfcpp_config.h file.Ian Lance Taylor2007-09-223-3/+0
|
* From Andrew Chatham: List x86_64 ELF relocs.Ian Lance Taylor2007-09-221-0/+65
|
* Add support for returning the section type.Ian Lance Taylor2007-09-191-0/+23
|
* Generate version information.Ian Lance Taylor2006-12-061-0/+128
|
* Hash tables, dynamic section, i386 PLT, gold_assert.Ian Lance Taylor2006-11-293-17/+66
|
* Snapshot. Includes first cut at output relocation sections.Ian Lance Taylor2006-11-161-1/+51
|
* More dynamic object support, initial scripting support.Ian Lance Taylor2006-11-142-2/+403
|
* Add Elf_file interface which can be used by both Sized_relobj andIan Lance Taylor2006-11-072-0/+291
| | | | Sized_dynobj.
* Rework swapping code.Ian Lance Taylor2006-11-063-252/+426
|
* Framework for relocation scanning. Implement simple static TLSIan Lance Taylor2006-10-201-1/+1
| | | | relocations.
* Snapshot. Now able to produce a minimal executable which actuallyIan Lance Taylor2006-09-293-2/+379
| | | | runs.
* Add program segments.Ian Lance Taylor2006-09-252-13/+128
|
* More symbol resolution code.Ian Lance Taylor2006-09-071-0/+57
|
* Another snapshot of the current state of the sources. Gets to theIan Lance Taylor2006-08-181-1/+48
| | | | | point of symbol resolution and can now issue a multiple definition error. Also added target selection infrastructure.
* Initial CVS checkin of goldIan Lance Taylor2006-08-044-0/+846