summaryrefslogtreecommitdiffstats
path: root/src/ld.c
Commit message (Collapse)AuthorAgeFilesLines
* Add missing fileUlrich Drepper2008-02-231-1/+2
| | | | Add more TLS support for x86 linker.
* Minor optimization in parameter substituion loop in ld.Ulrich Drepper2008-02-011-1/+1
|
* Implement SHA1 build-id handling in ld.Ulrich Drepper2008-02-011-2/+3
|
* Implement --build-id command line parameter for ld.Ulrich Drepper2008-01-311-1/+39
|
* Rewrite old-style parameters.Ulrich Drepper2008-01-301-0/+29
|
* Remove magic assignment of indeces in the dynsymUlrich Drepper2008-01-251-0/+19
| | | | section. Start implementation of --hash-style.
* merge of '1d8389d494f774b4ccf384252ddac47cc2809542'Ulrich Drepper2008-01-201-2/+2
| | | | and 'f4a5bcbfbb71389b11bac53c8ec50011dc7e4c3c'
* merge of 'aee0b12a9696567adc81ce0bab9a764f6d109392'Roland McGrath2008-01-181-2/+2
| | | | and 'f3933ac5f5de522fcd38d0960f642fec00b553fa'
* Fix memory leak in readelf.Ulrich Drepper2008-01-201-2/+2
| | | | Fix static linking in ld up a bit. Still not complete.
* propagate from branch 'com.redhat.elfutils.disasm' (head ↵Ulrich Drepper2008-01-021-0/+3
| | | | | | d15b4eb794e81e477f9896fe82a74cb5ecf4514c) to branch 'com.redhat.elfutils' (head eaacbf01f8cc89d043ec6eca9b5e35cb5c4cde06)
* Update copyright year.Ulrich Drepper2008-01-021-1/+1
|
* Prepare for 0.128 release.Ulrich Drepper2007-06-061-3/+3
| | | | | | Minor fixes. Update gettext files to 0.16.1.
* Update copyright year.elfutils-0.125Ulrich Drepper2007-01-101-2/+2
|
* merge of 2d5572f10b65f0ac7fdf54361b4dae41ebbd51d0Ulrich Drepper2006-07-071-0/+2
| | | | and fda3a25581b7bfac581504e9e887e9b97f234f86
* New spec file.elfutils-0.121Ulrich Drepper2006-06-151-2/+0
|
* Linker work.Ulrich Drepper2006-07-051-0/+2
| | | | | GNU hash support. 64-bit SysV hash support.
* * elflint.c (check_dynamic): Fix checking value of tags which areUlrich Drepper2006-06-111-51/+27
| | | | | | | offsets in the string section. Make sure DT_STRTAB points to the section referenced in sh_link. * ld.c (options): Add headers. Add short option 'R' for '--rpath'.
* Recognize --eh=frame-hdr option.Ulrich Drepper2006-06-111-0/+8
| | | | Don't create output sections in executables and DSOs with SHF_GROUP set.
* Handle -z record/ignore as position dependent.Ulrich Drepper2006-06-111-5/+7
|
* Implement -z execstack/noexecstack options.Ulrich Drepper2006-06-111-0/+4
|
* * i386_ld.c (elf_i386_finalize_plt): Don't change symbol table entriesUlrich Drepper2006-06-101-2/+2
| | | | | | | | | | | for PLT entries if there is no local definition. * ld.c (parse_option): Handle -z ignore like --as-needed and -z record like --no-as-needed. * ld.h (struct ld_state): Remove ignore_unused_dsos field. * ldgeneric.c (new_generated_scn): Always compute ndt_needed by looping over DSOs. When deciding about adding DT_NEEDED entries use ->as_needed instead of ignore_unused_dsos.
* Handle as-needed options.Ulrich Drepper2006-05-311-0/+17
|
* Fix FSF address. No exception for libdwarf.Ulrich Drepper2006-04-041-1/+1
|
* Prepare for 0.120 release.Ulrich Drepper2006-04-041-2/+2
|
* propagate from branch 'com.redhat.elfutils.roland.pending' (head ↵Ulrich Drepper2006-04-041-9/+21
| | | | | | 4f8fc821345feef58624f0aa5b470d4827577d8c) to branch 'com.redhat.elfutils' (head 76e26cb54695fd3b21ee8fb5be3036bd68200633)
* Cleanup of messages.Ulrich Drepper2005-09-031-3/+3
|
* Adjust for monotone.Ulrich Drepper2005-07-261-0/+1506