summaryrefslogtreecommitdiff
path: root/usr/src/cmd/sgs/include
AgeCommit message (Collapse)AuthorFilesLines
2010-06-186961755 ld.so.1's -e arguments should take precedence over environment ↵Rod Evans1-0/+3
variables. 6748925 moe returns wrong hwcap library in some circumstances
2010-05-266949596 wrong section alignment generated in joint compilation with shared ↵Rod Evans1-3/+3
library
2010-05-206954032 Support library with ld_open and -z allextract in snv_139 do not mixAli Bahrami1-2/+3
2010-05-196943772 Testing for a symbols existence with RTLD_PROBE is compromised by ↵Rod Evans4-16/+38
RTLD_BIND_NOW PSARC/2010/175 Deferred symbol references 6943432 dlsym(RTLD_PROBE) should only bind to symbol definitions 6668759 an external method for determining whether an ELF dependency is optional --HG-- rename : usr/src/cmd/sgs/rtld/common/_inline.h => usr/src/cmd/sgs/rtld/common/_inline_gen.h
2010-04-266932220 ld -z allextract skips objects that lack global symbolsAli Bahrami3-11/+16
2010-04-136941727 ld relocation cache memory use is excessiveAli Bahrami3-29/+160
2010-03-296938628 ld.so.1 should produce diagnostics for all dl*() entry pointsRod Evans2-25/+35
--HG-- rename : usr/src/cmd/sgs/liblddbg/common/callback.c => usr/src/cmd/sgs/liblddbg/common/dlfcns.c
2010-03-256931044 ld should not allow SHT_PROGBITS .eh_frame sections on amd64Ali Bahrami1-0/+2
6931056 pvs -r output can include empty versions in output
2010-03-016918143 symbol capabilitiesRod Evans9-94/+277
6910387 .tdata and .tbss separation invalidates TLS program header information
2010-02-28PSARC 2009/657 delete obsolete system call trapsRoger A. Faulkner1-1/+1
6906485 delete obsolete system call traps --HG-- rename : usr/src/cmd/truss/xstat.c => usr/src/cmd/truss/stat.c rename : usr/src/lib/libc/port/gen/dup2.c => usr/src/lib/libc/port/gen/dup.c rename : usr/src/lib/libc/port/sys/libc_fcntl.c => usr/src/lib/libc/port/sys/fcntl.c rename : usr/src/lib/libc/port/sys/libc_open.c => usr/src/lib/libc/port/sys/open.c
2010-02-226916788 ld version 2 mapfile syntaxAli Bahrami7-133/+300
PSARC/2009/688 Human readable and extensible ld mapfile syntax
2010-02-186914728 Add dl_iterate_phdr() function to ld.so.1Ali Bahrami1-1/+22
PSARC/2010/015 dl_iterate_phdr
2009-12-026900241 ld should track SHT_GROUP sections by symbol name, not section nameAli Bahrami2-1/+3
6901773 Special handling of STT_SECTION group signature symbol for GNU objects 6901895 Failing asserts in ld update_osym() trying to build gcc 4.5 develpment head 6875758 Remove temporary workaround to ctfmerge from 6866605
2009-10-166885456 Need to implement GNU-ld behavior in construction of .init/.fini ↵Ali Bahrami1-5/+6
sections
2009-10-146888489 Null environment variables are not overriding crle(1) replaceable ↵Rod Evans2-31/+64
environment variables.
2009-09-186850768 ld option to autogenerate wrappers/interposers similar to GNU ld --wrapAli Bahrami2-0/+18
PSARC/2009/493 ld -z wrap option
2009-07-296863263 libproc doesn't access in-core elf data correctlyEdward Pilatowicz2-73/+1
2009-07-236862967 rd_loadobj_iter() failing for core filesRod Evans3-8/+87
6856173 streams core dumps when compiled in 64bit with a very large static array size 6834197 ld pukes when given an empty plate
2009-06-246853809 ld.so.1: rescan fallback optimization is invalidRod Evans2-9/+6
6854158 ld.so.1: interposition can be skipped because of incorrect caller/destination validation
2009-06-166849998 remove undocumented mapfile $SPECVERS and $NEED optionsAli Bahrami2-13/+7
2009-05-186841199 Undo 10 year old workaround and use 64-bit ld on 32-bit objectsAli Bahrami1-0/+1
6784790 ld should examine archives to determine output object class/machine PSARC/2009/305 ld -32 option
2009-05-126837777 ld ordered section code uses too much memory and works too hardAli Bahrami2-19/+34
2009-05-086831308 ld.so.1: symbol rescanning does a little too much workRod Evans4-46/+189
2009-04-216831285 linker LD_DEBUG support needs improvementsAli Bahrami3-19/+50
2009-04-036821619 Solaris linkers need systematic approach to ELF OSABIAli Bahrami5-662/+698
PSARC/2009/196 ELF objects to set OSABI / elfdump -O option --HG-- rename : usr/src/cmd/sgs/libconv/common/cap.c => usr/src/cmd/sgs/libconv/common/cap_machelf.c rename : usr/src/cmd/sgs/libconv/common/dynamic.c => usr/src/cmd/sgs/libconv/common/dynamic_machelf.c rename : usr/src/cmd/sgs/libconv/common/globals.c => usr/src/cmd/sgs/libconv/common/globals_machelf.c rename : usr/src/cmd/sgs/libconv/common/sections.c => usr/src/cmd/sgs/libconv/common/sections_machelf.c rename : usr/src/cmd/sgs/libconv/common/symbols_sparc.c => usr/src/cmd/sgs/libconv/common/symbols_sparc_machelf.c
2009-03-206801536 ld: mapfile processing oddities unveiled through mmapobj(2) observationsRod Evans5-136/+117
2009-03-186813909 generalize eh_frame support to non-amd64 platformsAli Bahrami5-47/+39
--HG-- rename : usr/src/cmd/sgs/libld/common/unwind.amd.c => usr/src/cmd/sgs/libld/common/unwind.c
2009-02-236807050 GNU linkonce sections can create duplicate and incompatible eh_frame ↵Ali Bahrami1-4/+16
FDE entries
2009-01-286798676 ld.so.1: enters infinite loop with realloc/defragmentation logicRod Evans1-7/+8
2009-01-226792836 ld is slow when processing GNU linkonce sectionsAli Bahrami1-3/+17
2009-01-216686372 ld.so.1 should use mmapobj(2)Rod Evans6-116/+93
6726108 dlopen() performance could be improved.
2009-01-076789925 64-bit applications with SF1_SUNW_ADDR32 require non-default ↵Rod Evans4-15/+26
starting address
2008-12-176782597 32-bit ld.so.1 needs to accept objects with large inode numberAli Bahrami1-1/+37
2008-12-166778453 RTLD_GROUP prevents use of application defined mallocRod Evans2-2/+4
2008-12-096775062 remove /usr/lib/libldstab.soAli Bahrami2-2/+4
2008-11-196736890 PT_SUNWBSS should be disabledAli Bahrami2-16/+11
PSARC/2008/715 PT_SUNWBSS removal
2008-10-316748160 problem with -zrescanAli Bahrami2-1/+5
PSARC 2008/651 New ld archive rescan options
2008-10-146754965 introduce the SF1_SUNW_ADDR32 bit in software capabilitiesRod Evans3-12/+1
PSARC/2008/622 32-bit Address Restriction Software Capabilities Flag
2008-09-246749055 ld should generate GNU style VERSYM indexes for VERNEED recordsAli Bahrami2-5/+20
PSARC/2008/603 ELF objects to adopt GNU-style Versym indexes
2008-09-236746674 setuid applications do not find libraries any more because trusted ↵Rod Evans1-3/+3
directories behavior changed
2008-09-186744003 ld(1) could provide better argument processing diagnosticsRod Evans2-1/+5
PSARC/2008/583 add gld options to ld(1)
2008-09-026735939 ld(1) discarded symbol relocations errors (Studio and GNU).Rod Evans3-37/+34
6354160 Solaris linker includes more than one copy of code in binary when linking gnu object code 6732920 mdb doesn't quite handle Extended ELF sections
2008-07-096617475 gas creates erroneous FILE symbols [was: ld.so.1 is reported as ↵ab1960871-0/+3
false positive by wsdiff]
2008-07-026720509 usr/src/cmd/sgs/sgsdemangler should be removedab1960871-1/+0
--HG-- rename : usr/src/cmd/sgs/sgsdemangler/Makefile => deleted_files/usr/src/cmd/sgs/sgsdemangler/Makefile rename : usr/src/cmd/sgs/sgsdemangler/Makefile.com => deleted_files/usr/src/cmd/sgs/sgsdemangler/Makefile.com rename : usr/src/cmd/sgs/sgsdemangler/Makefile.sub => deleted_files/usr/src/cmd/sgs/sgsdemangler/Makefile.sub rename : usr/src/cmd/sgs/sgsdemangler/Makefile.targ => deleted_files/usr/src/cmd/sgs/sgsdemangler/Makefile.targ rename : usr/src/cmd/sgs/sgsdemangler/amd64/Makefile => deleted_files/usr/src/cmd/sgs/sgsdemangler/amd64/Makefile rename : usr/src/cmd/sgs/sgsdemangler/common/README.dem => deleted_files/usr/src/cmd/sgs/sgsdemangler/common/README.dem rename : usr/src/cmd/sgs/sgsdemangler/common/demangle.c => deleted_files/usr/src/cmd/sgs/sgsdemangler/common/demangle.c rename : usr/src/cmd/sgs/sgsdemangler/common/llib-ldemangle => deleted_files/usr/src/cmd/sgs/sgsdemangler/common/llib-ldemangle rename : usr/src/cmd/sgs/sgsdemangler/i386/Makefile => deleted_files/usr/src/cmd/sgs/sgsdemangler/i386/Makefile rename : usr/src/cmd/sgs/sgsdemangler/sparc/Makefile => deleted_files/usr/src/cmd/sgs/sgsdemangler/sparc/Makefile rename : usr/src/cmd/sgs/sgsdemangler/sparcv9/Makefile => deleted_files/usr/src/cmd/sgs/sgsdemangler/sparcv9/Makefile
2008-05-136699131 elfdump should display core file notesab1960872-14/+224
2008-05-126699594 The ld command has a problem handling 'protected' mapfile keyword.rie1-5/+7
2008-04-096509323 Need to disable the Multiple Files loading - same name, different ↵rie2-11/+26
directories (or its stat() use)
2008-03-316679212 sgs use of SCCS id for versioning is obstacle to mercurial migrationab1960871-3/+9
2008-03-276678244 elfdump dymamic section sanity checking needs refinementab1960871-3/+5
2008-03-196674666 elfedit dyn:posflag1 needs option to locate element via NEEDED itemab1960871-2/+4