SUNWonld-README revision 1382:214686d1255f
1#ident	"%Z%%M%	%I%	%E% SMI"
2#
3# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
4# Use is subject to license terms.
5#
6# CDDL HEADER START
7#
8# The contents of this file are subject to the terms of the
9# Common Development and Distribution License, Version 1.0 only
10# (the "License").  You may not use this file except in compliance
11# with the License.
12#
13# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14# or http://www.opensolaris.org/os/licensing.
15# See the License for the specific language governing permissions
16# and limitations under the License.
17#
18# When distributing Covered Code, include this CDDL HEADER in each
19# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
20# If applicable, add the following below this CDDL HEADER, with the
21# fields enclosed by brackets "[]" replaced with your own identifying
22# information: Portions Copyright [yyyy] [name of copyright owner]
23#
24# CDDL HEADER END
25#
26# Note: The '#ident' on the first line is also the key to
27#	the versioning information for the SGS toolset.  It must
28#	be maintained in the 'ident' form, and on the first 10 lines
29#	of the readme.  If it is ever updated, you must also update
30#	libconv/common/bld_vernote.ksh.  See bug#4519569 for more
31#	details on SGS versioning.
32#
33--------------------------------------------------------------------------------
34SUNWonld - link-editors development package.
35--------------------------------------------------------------------------------
36
37  The SUNWonld package is an internal development package containing the
38  link-editors and some related tools.  All components live in the OSNET
39  source base, but not all components are delivered as part of the normal
40  OSNET consolidation.  The intent of this package is to provide access
41  to new features/bugfixes before they become generally available.
42
43  General link-editor information can be found:
44
45    http://linkers.eng/
46
47  Comments and Questions:
48
49    Contact Rod Evans, Mike Walker and/or Seizo Sakurai.
50
51  Warnings:
52
53    The postremove script for this package employs /usr/sbin/static/mv,
54    and thus, besides the common core dependencies, this package also
55    has a dependency on the SUNWsutl package.
56
57  Patches:
58
59    If the patch has been made official, you'll find it in:
60
61	http://sunsolve.Ebay.Sun.COM/cgi/show.pl?target=patches/os-patches
62
63    If it hasn't been released, the patch will be in:
64
65	/net/sunsoftpatch/patches/temporary
66
67    Note, any patches logged here refer to the temporary ("T") name, as we
68    never know when they're made official, and although we try to keep all
69    patch information up-to-date the real status of any patch can be
70    determined from:
71
72	http://sunsoftpatch.eng
73
74    If it has been obsoleted, the patch will be in:
75    
76        /net/on${RELEASE}-patch/on${RELEASE}/patches/${MACH}/obsolete
77
78
79  History:
80
81    Note, starting after Solaris 10, a (D) following the bug synopsis indicates
82    that a documentation change accompanies the implementation change.  See the
83    implementation bug report for details.
84
85    The following bug fixes exist in the OSNET consolidation workspace
86    from which this package is created:
87
88---------
89Solaris 8
90---------
91Bugid   Risk Synopsis
92================================================================================
934225937 i386 linker emits sparc specific warning messages
944215164 shf_order flag handling broken by fix for 4194028.
954215587 using ld and the -r option on solaris 7 with compiler option -xarch=v9
96	causes link errors.
974234657 103627-08 breaks purify 4.2 (plt padding should not be enabled for
98	32-bit)
994235241 dbx no longer gets dlclose notification.
100--------------------------------------------------------------------------------
101All the above changes are incorporated in the following patches:
102	Solaris/SunOS 5.7_sparc		patch 106950-05  (never released)
103	Solaris/SunOS 5.7_x86		patch 106951-05  (never released)
104	Solaris/SunOS 5.6_sparc		patch 107733-02  (never released)
105	Solaris/SunOS 5.6_x86		patch 107734-02
106--------------------------------------------------------------------------------
1074248290 inetd dumps core upon bootup - failure in dlclose() logic.
1084238071 dlopen() leaks while descriptors under low memory conditions
109--------------------------------------------------------------------------------
110All the above changes are incorporated in the following patches:
111	Solaris/SunOS 5.7_sparc		patch 106950-06
112	Solaris/SunOS 5.7_x86		patch 106951-06
113	Solaris/SunOS 5.6_sparc		patch 107733-03  (never released)
114	Solaris/SunOS 5.6_x86		patch 107734-03
115--------------------------------------------------------------------------------
1164267980 INITFIRST flag of the shard object could be ignored.
117--------------------------------------------------------------------------------
118All the above changes plus:
119    4238973 fix for 4121152 affects linking of Ada objects
120    4158744 patch 103627-02 causes core when RPATH has blank entry and
121	    dlopen/dlclose is used
122are incorporated in the following patches:
123	Solaris/SunOS 5.5.1_sparc	patch 103627-12  (never released)	
124	Solaris/SunOS 5.5.1_x86		patch 103628-11
125--------------------------------------------------------------------------------
1264256518 miscalculated calloc() during dlclose/tsorting can result in segv
1274254171 DT_SPARC_REGISTER has invalid value associated with it.
128--------------------------------------------------------------------------------
129All the above changes are incorporated in the following patches:
130	Solaris/SunOS 5.7_sparc		patch 106950-07
131	Solaris/SunOS 5.7_x86		patch 106951-07
132	Solaris/SunOS 5.6_sparc		patch 107733-04  (never released)
133	Solaris/SunOS 5.6_x86		patch 107734-04
134--------------------------------------------------------------------------------
1354293159 ld needs to combine sections with and without SHF_ORDERED flag(comdat)
1364292238 linking a library which has a static char ptr invokes mprotect() call
137--------------------------------------------------------------------------------
138All the above changes except for:
139    4256518 miscalculated calloc() during dlclose/tsorting can result in segv
140    4254171 DT_SPARC_REGISTER has invalid value associated with it.
141plus:
142    4238973 fix for 4121152 affects linking of Ada objects
143    4158744 patch 103627-02 causes core when RPATH has blank entry and
144	    dlopen/dlclose is used
145are incorporated in the following patches:
146	Solaris/SunOS 5.5.1_sparc	patch 103627-13	
147	Solaris/SunOS 5.5.1_x86		patch 103628-12
148--------------------------------------------------------------------------------
149All the above changes are incorporated in the following patches:
150	Solaris/SunOS 5.7_sparc		patch 106950-08
151	Solaris/SunOS 5.7_x86		patch 106951-08
152	Solaris/SunOS 5.6_sparc		patch 107733-05
153	Solaris/SunOS 5.6_x86		patch 107734-05
154--------------------------------------------------------------------------------
1554295613 COMMON symbol resolution can be incorrect
156--------------------------------------------------------------------------------
157All the above changes plus:
158    4238973 fix for 4121152 affects linking of Ada objects
159    4158744 patch 103627-02 causes core when RPATH has blank entry and
160	    dlopen/dlclose is used
161are incorporated in the following patches:
162	Solaris/SunOS 5.5.1_sparc	patch 103627-14
163	Solaris/SunOS 5.5.1_x86		patch 103628-13
164--------------------------------------------------------------------------------
165All the above changes plus:
166    4351197 nfs performance problem by 103627-13
167are incorporated in the following patches:
168	Solaris/SunOS 5.5.1_sparc	patch 103627-15
169	Solaris/SunOS 5.5.1_x86		patch 103628-14
170--------------------------------------------------------------------------------
171All the above changes are incorporated in the following patches:
172	Solaris/SunOS 5.7_sparc		patch 106950-09
173	Solaris/SunOS 5.7_x86		patch 106951-09
174	Solaris/SunOS 5.6_sparc		patch 107733-06
175	Solaris/SunOS 5.6_x86		patch 107734-06
176--------------------------------------------------------------------------------
1774158971 increase the default segment alignment for i386 to 64k
1784064994 Add an $ISALIST token to those understood by the dynamic linker
179xxxxxxx ia64 common code putback
1804239308 LD_DEBUG busted for sparc machines
1814239008 Support MAP_ANON
1824238494 link-auditing extensions required
1834232239 R_SPARC_LOX10 truncates field
1844231722 R_SPARC_UA* relocations are busted
1854235514 R_SPARC_OLO10 relocation fails
1864244025 sgsmsg update
1874239281 need to support SECREL relocations for ia64
1884253751 ia64 linker must support PT_IA_64_UNWIND tables
1894259254 dlmopen mistakenly closes fd 0 (stdin) under certain error conditions
1904260872 libelf hangs when libthread present
1914224569 linker core dumping when profiling specified
1924270937 need mechanism to suppress ld.so.1's use of a default search path.
1931050476 ld.so to permit configuration of search path
1944273654 filtee processing using $ISALIST could be optimized
1954271860 get MERCED cruft out of elf.h
1964248991 Dynamic loader (via PLT) corrupts register G4
1974275754 cannot mmap file: Resource temporarily unavailable
1984277689 The linker can not handle relocation against MOVE tabl
1994270766 atexit processing required on dlclose().
2004279229 Add a "release" token to those understood by the dynamic linker
2014215433 ld can bus error when insufficient disc space exists for output file
2024285571 Pssst, want some free disk space?  ld's miscalculating.
2034286236 ar gives confusing "bad format" error with a null .stab section
2044286838 ld.so.1 can't handle a no-bits segment
2054287364 ld.so.1 runtime configuration cleanup
2064289573 disable linking of ia64 binaries for Solaris8
2074293966 crle(1)'s default directories should be supplied
208
209------------------------------------
210Solaris 8 600 (1st Q-update - s28u1)
211------------------------------------
212Bugid   Risk Synopsis
213================================================================================
2144309212 dlsym can't find symbol
2154311226 rejection of preloading in secure apps is inconsistent
2164312449 dlclose: invalid deletion of dependency can occur using RTLD_GLOBAL
217--------------------------------------------------------------------------------
218All the above changes are incorporated in the following patches:
219	Solaris/SunOS 5.8_sparc		patch 109147-01
220	Solaris/SunOS 5.8_x86		patch 109148-01
221	Solaris/SunOS 5.7_sparc		patch 106950-10
222	Solaris/SunOS 5.7_x86		patch 106951-10
223	Solaris/SunOS 5.6_sparc		patch 107733-07
224	Solaris/SunOS 5.6_x86		patch 107734-07
225--------------------------------------------------------------------------------
226
227------------------------------------
228Solaris 8 900 (2nd Q-update - s28u2)
229------------------------------------
230Bugid   Risk Synopsis
231================================================================================
2324324775 non-PIC code & -zcombreloc don't mix very well...
2334327653 run-time linker should preload tables it will process (madvise)
2344324324	shared object code can be referenced before .init has fired
2354321634 .init firing of multiple INITFIRST objects can fail
236--------------------------------------------------------------------------------
237All the above changes are incorporated in the following patches:
238	Solaris/SunOS 5.8_sparc		patch 109147-03
239	Solaris/SunOS 5.8_x86		patch 109148-03
240	Solaris/SunOS 5.7_sparc		patch 106950-11
241	Solaris/SunOS 5.7_x86		patch 106951-11
242	Solaris/SunOS 5.6_sparc		patch 107733-08
243	Solaris/SunOS 5.6_x86		patch 107734-08
244--------------------------------------------------------------------------------
2454338812 crle(1) omits entries in the directory cache
2464341496 RFE: provide a static version of /usr/bin/crle
2474340878 rtld should treat $ORIGIN like LD_LIBRARY_PATH in security issues
248--------------------------------------------------------------------------------
249All the above changes are incorporated in the following patches:
250	Solaris/SunOS 5.8_sparc		patch 109147-04
251	Solaris/SunOS 5.8_x86		patch 109148-04
252	Solaris/SunOS 5.7_sparc		patch 106950-12
253	Solaris/SunOS 5.7_x86		patch 106951-12
254--------------------------------------------------------------------------------
2554349563 auxiliary filter error handling regression introduced in 4165487
2564355795 ldd -r now gives "displacement relocated" warnings
257--------------------------------------------------------------------------------
258All the above changes are incorporated in the following patches:
259	Solaris/SunOS 5.7_sparc		patch 106950-13
260	Solaris/SunOS 5.7_x86		patch 106951-13
261	Solaris/SunOS 5.6_sparc		patch 107733-09
262	Solaris/SunOS 5.6_x86		patch 107734-09
263--------------------------------------------------------------------------------
2644210412 versioning a static executable causes ld to core dump
2654219652 Linker gives misleading error about not finding main (xarch=v9)
2664103449 ld command needs a command line flag to force 64-bits
2674187211 problem with RDISP32 linking in copy-relocated objects
2684287274 dladdr, dlinfo do not provide the full path name of a shared object
2694297563 dlclose still does not remove all objects.
2704250694 rtld_db needs a new auxvec entry
2714235315 new features for rtld_db (DT_CHECKSUM, dynamic linked .o files
2724303609 64bit libelf.so.1 does not properly implement elf_hash()
2734310901 su.static fails when OSNet build with lazy-loading
2744310324 elf_errno() causes Bus Error(coredump) in 64-bit multithreaded programs
2754306415 ld core dump
2764316531 BCP: possible failure with dlclose/_preexec_exit_handlers
2774313765 LD_BREADTH should be shot
2784318162 crle uses automatic strings in putenv.
2794255943 Description of -t option incomplete.
2804322528 sgs message test infrastucture needs improvement
2814239213 Want an API to obtain linker's search path
2824324134 use of extern mapfile directives can contribute unused symbols
2834322581 ELF data structures could be layed out more efficiently...
2844040628 Unnecessary section header symbols should be removed from .dynsym
2854300018 rtld: bindlock should be freed before calling call_fini()
2864336102 dlclose with non-deletable objects can mishandle dependencies
2874329785 mixing of SHT_SUNW_COMDAT & SHF_ORDERED causes ld to seg fault
2884334617 COPY relocations should be produces for references to .bss symbols
2894248250 relcoation of local ABS symbols incorrect
2904335801 For complimentary alignments eliminate ld: warning: symbol `ll'
291        has differing a
2924336980 ld.so.1 relative path processing revisited
2934243097 dlerror(3DL) is not affected by setlocale(3C).
2944344528 dump should remove -D and -l usage message
295xxxxxxx	enable LD_ALTEXEC to access alternate link-editor
296--------------------------------------------------------------------------------
297All the above changes are incorporated in the following patches:
298	Solaris/SunOS 5.8_sparc		patch 109147-06
299	Solaris/SunOS 5.8_x86		patch 109148-06
300--------------------------------------------------------------------------------
301
302------------------------------------
303Solaris 8 101 (3rd Q-update - s28u3)
304------------------------------------
305Bugid   Risk Synopsis
306================================================================================
3074346144 link-auditing: plt_tracing fails if LA_SYMB_NOPLTENTER given after
308        being bound
3094346001 The ld should support mapfile syntax to generate PT_SUNWSTACK segment
3104349137 rtld_db: A third fallback method for locating the linkmap
3114343417 dladdr interface information inadequate
3124343801 RFE: crle(1): provide option for updating configuration files
3134346615 ld.so.1 attempting to open a directory gives: No such device
3144352233 crle should not honor umask
3154352330 LD_PRELOAD cannot use absolute path for privileged program
3164357805 RFE: man page for ld(1) does not document all -z or -B options in
317	Solaris 8 9/00
3184358751 ld.so.1: LD_XXX environ variables and LD_FLAGS should be synchronized.
3194358862 link editors should reference "64" symlinks instead of sparcv9 (ia64).
3204356879 PLTs could use faster code sequences in some cases
3214367118 new fast baplt's fail when traversed twice in threaded application
3224366905 Need a way to determine path to a shared library
3234351197 nfs performance problem by 103627-13
3244367405 LD_LIBRARY_PATH_64 not being used
3254354500 SHF_ORDERED ordered scections does not properly sort sections
3264369068 ld(1)'s weak symbol processing is inefficient (slow and doesn't scale).
327--------------------------------------------------------------------------------
328All the above changes are incorporated in the following patches:
329	Solaris/SunOS 5.8_sparc		patch 109147-07
330	Solaris/SunOS 5.8_x86		patch 109148-07
331	Solaris/SunOS 5.7_sparc		patch 106950-14
332	Solaris/SunOS 5.7_x86		patch 106951-14
333--------------------------------------------------------------------------------
334
335------------------------------------
336Solaris 8 701 (5th Q-update - s28u5)
337------------------------------------
338Bugid   Risk Synopsis
339================================================================================
3404368846 ld(1) fails to version some interfaces given in a mapfile
3414077245 dump core dump on null pointer.
3424372554 elfdump should demangle symbols (like nm, dump)
3434371114 dlclose may unmap a promiscuous object while it's still in use.
3444204447 elfdump should understand SHN_AFTER/SHN_BEGIN macro
3454377941 initialization of interposers may not occur
3464381116 ldd/ld.so.1 could aid in detecting unused dependencies
3474381783 dlopen/dlclose of a libCrun+libthread can dump core
3484385402 linker & run-time linker must support gABI ELF updates
3494394698 ld.so.1 does not process DF_SYMBOLIC - not gABI conforming
3504394212 the link editor quietly ignores missing support libraries
3514390308 ld.so.1 should provide more flexibility LD_PRELOAD'ing 32-bit/64-bit
352	objects
3534401232 crle(1) could provide better flexibility for alternatives
3544401815 fix misc nits in debugging output...
3554402861 cleanup /usr/demo/link_audit & /usr/tmp/librtld_db demo source code...
3564393044 elfdump should allow raw dumping of sections
3574413168 SHF_ORDERED bit causes linker to generate a separate section
358--------------------------------------------------------------------------------
359All the above changes are incorporated in the following patches:
360	Solaris/SunOS 5.8_sparc		patch 109147-08
361	Solaris/SunOS 5.8_x86		patch 109148-08
362--------------------------------------------------------------------------------
3634452202 Typos in <sys/link.h>
3644452220 dump doesn't support RUNPATH
365--------------------------------------------------------------------------------
366All the above changes are incorporated in the following patches:
367	Solaris/SunOS 5.8_sparc		patch 109147-09
368	Solaris/SunOS 5.8_x86		patch 109148-09
369--------------------------------------------------------------------------------
370
371-------------------------------------
372Solaris 8 1001 (6th Q-update - s28u6)
373-------------------------------------
374Bugid   Risk Synopsis
375================================================================================
3764421842 fixups in SHT_GROUP processing required...
3774450433 problem with liblddbg output on -Dsection,detail when
378        processing SHF_LINK_ORDER
379--------------------------------------------------------------------------------
380All the above changes are incorporated in the following patches:
381	Solaris/SunOS 5.8_sparc		patch 109147-10
382	Solaris/SunOS 5.8_x86		patch 109148-10
383	Solaris/SunOS 5.7_sparc		patch 106950-15
384	Solaris/SunOS 5.7_x86		patch 106951-15
385--------------------------------------------------------------------------------
3864463473 pldd showing wrong output
387--------------------------------------------------------------------------------
388All the above changes are incorporated in the following patches:
389	Solaris/SunOS 5.8_sparc		patch 109147-11
390	Solaris/SunOS 5.8_x86		patch 109148-11
391--------------------------------------------------------------------------------
392
393------------------------------------
394Solaris 8 202 (7th Q-update - s28u7)
395------------------------------------
396Bugid   Risk Synopsis
397================================================================================
3984488954 ld.so.1 reuses same buffer to send ummapping range to
399	_preexec_exit_handlers()
400--------------------------------------------------------------------------------
401All the above changes are incorporated in the following patches:
402	Solaris/SunOS 5.8_sparc		patch 109147-12
403	Solaris/SunOS 5.8_x86		patch 109148-12
404--------------------------------------------------------------------------------
405
406
407---------
408Solaris 9
409---------
410Bugid   Risk Synopsis
411================================================================================
4124505289 incorrect handling of _START_ and _END_
4134506164 mcs does not recognize #linkbefore or #linkafter qualifiers
4144447560 strip is creating unexecutable files...
4154513842 library names not in ld.so string pool cause corefile bugs
416--------------------------------------------------------------------------------
417All the above changes are incorporated in the following patches:
418	Solaris/SunOS 5.8_sparc		patch 109147-13
419	Solaris/SunOS 5.8_x86		patch 109148-13
420	Solaris/SunOS 5.7_sparc		patch 106950-16
421	Solaris/SunOS 5.7_x86		patch 106951-16
422--------------------------------------------------------------------------------
4234291384 ld -M with a mapfile does not properly align Fortran REAL*8 data
4244413322 SunOS 5.9 librtld_db doesn't show dlopened ".o" files anymore?
4254429371 librtld_db busted on ia32 with SC6.x compilers...
4264418274 elfdump dumps core on invalid input
4274432224 libelf xlate routines are out of date
4284433643 Memory leak using dlopen()/dlclose() in Solaris 8
4294446564 ldd/lddstub - core dump conditions
4304446115 translating SUNW_move sections is broken
4314450225 The rdb command can fall into an infinite loop
4324448531 Linker Causes Segmentation Fault
4334453241 Regression in 4291384 can result in empty symbol table.
4344453398 invalid runpath token can cause ld to spin.
4354460230 ld (for OS 5.8 and 5.9) loses error message
4364462245 ld.so.1 core dumps when executed directly...
4374455802 need more flexibility in establishing a support library for ld
4384467068 dyn_plt_entsize not properly initialized in ld.so.1
4394468779 elf_plt_trace_write() broken on i386 (link-auditing)
4404465871 -zld32 and -zld64 does not work the way it should
4414461890 bad shared object created with -zredlocsym
4424469400 ld.so.1: is_so_loaded isn't as efficient as we thought...
4434469566 lazy loading fallback can reference un-relocated objects
4444470493 libelf incorectly translates NOTE sections accross architectures...
4454469684 rtld leaks dl_handles and permits on dlopen/dlclose
4464475174 ld.so.1 prematurly reports the failure to load a object...
4474475514 ld.so.1 can core dump in memory allocation fails (no swap)
4484481851 Setting ld.so.1 environment variables globally would be useful
4494482035 setting LD_PROFILE & LD_AUDIT causes ping command to issue warnings
450	on 5.8
4514377735 segment reservations cause sbrk() to fail
4524491434 ld.so.1 can leak file-descriptors when loading same named objects
4534289232 some of warning/error/debugging messages from libld.so can be revised
4544462748 Linker Portion of TLS Support
4554496718 run-time linkers mutex_locks not working with ld_libc interface
4564497270 The -zredlocsym option should not eliminate partially initialized local symbols
4574496963 dumping an object with crle(1) that uses $ORIGIN can loose its
458	dependencies 
4594499413 Sun linker orders of magnitude slower than gnu linker
4604461760 lazy loading libXm and libXt can fail.
4614469031 The partial initialized (local) symbols for intel platform is not
462	working.
4634492883 Add link-editor option to multi-pass archives to resolve unsatisfied
464	symbols
4654503731 linker-related commands misspell "argument"
4664503768 whocalls(1) should output messages to stderr, not stdout
4674503748 whocalls(1) usage message and manpage could be improved
4684503625 nm should be taught about TLS symbols - that they aren't allowed that is
4694300120 segment address validation is too simplistic to handle segment reservations
4704404547 krtld/reloc.h could have better error message, has typos
4714270931 R_SPARC_HIX22 relocation is not handled properly
4724485320 ld needs to support more the 32768 PLTs
4734516434 sotruss can not watch libc_psr.so.1
4744213100 sotruss could use more flexible pattern matching
4754503457 ld seg fault with comdat
4764510264 sections with SHF_TLS can come in different orders...
4774518079 link-editor support library unable to modify section header flags
4784515913 ld.so.1 can incorrectly decrement external reference counts on dlclose()
4794519569 ld -V does not return a interesting value...
4804524512 ld.so.1 should allow alternate termination signals
4814524767 elfdump dies on bogus sh_name fields...
4824524735 ld getopt processing of '-' changed
4834521931 subroutine in a shared object as LOCL instead of GLOB
484--------------------------------------------------------------------------------
485All the above changes are incorporated in the following patches:
486	Solaris/SunOS 5.8_sparc		patch 109147-14
487	Solaris/SunOS 5.8_x86		patch 109148-14
488	Solaris/SunOS 5.7_sparc		patch 106950-17
489	Solaris/SunOS 5.7_x86		patch 106951-17
490--------------------------------------------------------------------------------
4914532729 tentative definition of TLS variable causes linker to dump core
4924526745 fixup ld error message about duplicate dependencies/needed names
4934522999 Solaris linker one order of magnitude slower than GNU linker
4944518966 dldump undoes existing relocations with no thought of alignment or size.
4954587441 Certain libraries have race conditions when setting error codes
4964523798 linker option to align bss to large pagesize alignments.
4974524008 ld can improperly set st_size of symbols named "_init" or "_fini"
4984619282 ld cannot link a program with the option -sb
4994620846 Perl Configure probing broken by ld changes
5004621122 multiple ld '-zinitarray=' on a commandline fails
501--------------------------------------------------------------------------------
502	Solaris/SunOS 5.8_sparc		patch 109147-15
503	Solaris/SunOS 5.8_x86		patch 109148-15
504	Solaris/SunOS 5.7_sparc		patch 106950-18
505	Solaris/SunOS 5.7_x86		patch 106951-18
506	Solaris/SunOS 5.6_sparc		patch 107733-10
507	Solaris/SunOS 5.6_x86		patch 107734-10
508--------------------------------------------------------------------------------
509All the above changes plus:
510	4616944 ar seg faults when order of object file is reversed.
511are incorporated in the following patches:
512	Solaris/SunOS 5.8_sparc		patch 109147-16
513	Solaris/SunOS 5.8_x86		patch 109148-16
514--------------------------------------------------------------------------------
515All the above changes plus:
516	4872634 Large LD_PRELOAD values can cause SEGV of process
517are incorporated in the following patches:
518	Solaris/SunOS 5.6_sparc		patch T107733-11
519	Solaris/SunOS 5.6_x86		patch T107734-11
520--------------------------------------------------------------------------------
521
522------------------------------------
523Solaris 9 1202 (2nd Q-update - s9u2)
524------------------------------------
525Bugid   Risk Synopsis
526================================================================================
5274546416 add help messages to ld.so mdbmodule
5284526752 we should build and ship ld.so's mdb module
5294624658 update 386 TLS relocation values
5304622472 LA_SYMB_DLSYM not set for la_symbind() invocations
5314638070 ldd/ld.so.1 could aid in detecting unreferenced dependencies
532	PSARC/2002/096 Detecting unreferenced dependencies with ldd(1)
5334633860 Optimization for unused static global variables
534	PSARC/2002/113 ld -zignore - section elimination
5354642829 ld.so.1 mprotect()'s text segment for weak relocations (it shouldn't)
5364621479 'make' in $SRC/cmd/sgs/tools tries to install things in the proto area
5374529912 purge ia64 source from sgs
5384651709 dlopen(RTLD_NOLOAD) can disable lazy loading
5394655066 crle: -u with nonexistent config file doesn't work
5404654406 string tables created by the link-editor could be smaller...
541	PSARC/2002/160 ld -znocompstrtab - disable string-table compression
5424651493 RTLD_NOW can result in binding to an object prior to its init being run.
5434662575 linker displacement relocation checking introduces significant
544	linker overhead
5454533195 ld interposes on malloc()/free() preventing support library from freeing
546	memory
5474630224 crle get's confused about memory layout of objects...
5484664855 crle on application failed with ld.so.1 encountering mmap() returning
549	ENOMEM err
5504669582 latest dynamic linker causes libthread _init to get skipped
5514671493 ld.so.1 inconsistantly assigns PATHNAME() on primary objects
5524668517 compile with map.bssalign doesn't copy _iob to bss
553--------------------------------------------------------------------------------
554All the above changes are incorporated in the following patches:
555        Solaris/SunOS 5.9_sparc         patch T112963-01
556        Solaris/SunOS 5.8_sparc         patch T109147-17
557        Solaris/SunOS 5.8_x86           patch T109148-17
558--------------------------------------------------------------------------------
5594701749 On Solaris 8 + 109147-16 ld crashes when building a dynamic library.
5604707808 The ldd command is broken in the latest 2.8 linker patch.
561--------------------------------------------------------------------------------
562All the above changes are incorporated in the following patches:
563        Solaris/SunOS 5.9_sparc         patch T112963-02
564        Solaris/SunOS 5.8_sparc         patch T109147-18
565        Solaris/SunOS 5.8_x86           patch T109148-18
566--------------------------------------------------------------------------------
5674696204 enable extended section indexes in relocatable objects
568	PSARC/2001/332 ELF gABI updates - round II
569	PSARC/2002/369 libelf interfaces to support ELF Extended Sections
5704706503 linkers need to cope with EF_SPARCV9_PSO/EF_SPARCV9_RMO
5714716929 updating of local register symbols in dynamic symtab busted...
5724710814 add "official" support for the "symbolic" keyword in linker map-file
573	PSARC/2002/439 linker mapfile visibility declarations
574--------------------------------------------------------------------------------
575All the above changes are incorporated in the following patches:
576        Solaris/SunOS 5.9_sparc         patch T112963-03
577        Solaris/SunOS 5.8_sparc         patch T109147-19
578        Solaris/SunOS 5.8_x86           patch T109148-19
579        Solaris/SunOS 5.7_sparc         patch T106950-19
580        Solaris/SunOS 5.7_x86           patch T106951-19
581--------------------------------------------------------------------------------
582
583-----------------------------------
584Solaris 9 403 (3nd Q-update - s9u3)
585-----------------------------------
586Bugid   Risk Synopsis
587================================================================================
5884731174 strip(1) does not fixup SHT_GROUP data
5894733697 -zignore with gcc may exclude C++ exception sections
5904733317 R_SPARC_*_HIX22 calculations are wrong with 32bit LD building
591	ELF64 binaries
5924735165 fatal linker error when compiling C++ programs with -xlinkopt
5934736951 The mcs broken when the target file is an archive file
594--------------------------------------------------------------------------------
595All the above changes are incorporated in the following patches:
596        Solaris/SunOS 5.8_sparc         patch T109147-20
597        Solaris/SunOS 5.8_x86           patch T109148-20
598        Solaris/SunOS 5.7_sparc         patch T106950-20
599        Solaris/SunOS 5.7_x86           patch T106951-20
600--------------------------------------------------------------------------------
6014739660 Threads deadlock in schedlock and dynamic linker lock.
6024653148 ld.so.1/libc should unregister its dlclose() exit handler via a fini.
6034743413 ld.so.1 doesn't terminate argv with NULL pointer when invoked directly
6044746231 linker core-dumps when SECTION relocations are made against discarded
605	sections
6064730433 ld.so.1 wastes time repeatedly opening dependencies
6074744337 missing RD_CONSISTENT event with dlmopen(LD_ID_NEWLM, ...)
6084670835 rd_load_objiter can ignore callback's return value
6094745932 strip utility doesn't strip out Dwarf2 debug section
6104754751 "strip" command doesn't remove comdat stab sections.
6114755674 Patch 109147-18 results in coredump.
612--------------------------------------------------------------------------------
613All the above changes are incorporated in the following patches:
614        Solaris/SunOS 5.9_sparc         patch T112963-04
615        Solaris/SunOS 5.7_sparc         patch T106950-21
616        Solaris/SunOS 5.7_x86           patch T106951-21
617--------------------------------------------------------------------------------
6184772927 strip core dumps on an archive library
6194774727 direct-bindings can fail against copy-reloc symbols
620--------------------------------------------------------------------------------
621All the above changes are incorporated in the following patches:
622        Solaris/SunOS 5.9_sparc         patch T112963-05
623        Solaris/SunOS 5.9_x86           patch T113986-01
624        Solaris/SunOS 5.8_sparc         patch T109147-21
625        Solaris/SunOS 5.8_x86           patch T109148-21
626        Solaris/SunOS 5.7_sparc         patch T106950-22
627        Solaris/SunOS 5.7_x86           patch T106951-22
628--------------------------------------------------------------------------------
629
630-----------------------------------
631Solaris 9 803 (4th Q-update - s9u4)
632-----------------------------------
633Bugid   Risk Synopsis
634================================================================================
6354730110 ld.so.1 list implementation could scale better
6364728822 restrict the objects dlsym() searches.
637	PSARC/2002/478 New dlopen(3dl) flag - RTLD_FIRST
6384714146 crle: 64-bit secure pathname is incorrect.
6394504895 dlclose() does not remove all objects
6404698800 Wrong comments in /usr/lib/ld/sparcv9/map.*
6414745129 dldump is inconsistent with .dynamic processing errors.
6424753066 LD_SIGNAL isn't very useful in a threaded environment
643	PSARC/2002/569 New dlinfo(3dl) flag - RTLD_DI_SIGNAL
6444765536 crle: symbolic links can confuse alternative object configuration info
6454766815 ld -r of object the TLS data fails
6464770484 elfdump can not handle stripped archive file
6474770494 The ld command gives improper error message handling broken archive 
6484775738 overwriting output relocation table when 'ld -zignore' is used
6494778247 elfdump -e of core files fails
6504779976 elfdump dies on bad relocation entries
6514787579 invalid SHT_GROUP entries can cause linker to seg fault
6524783869 dlclose: filter closure exhibits hang/failure - introduced with 4504895
6534778418 ld.so.1: there be nits out there
6544792461 Thread-Local Storage - x86 instruction sequence updates
655	PSARC/2002/746 Thread-Local Storage - x86 instruction sequence updates
6564461340 sgs: ugly build output while suppressing ia64 (64-bit) build on Intel
6574790194 dlopen(..., RTLD_GROUP) has an odd interaction with interposition
6584804328 auditing of threaded applications results in deadlock
6594806476 building relocatable objects with SHF_EXCLUDE loses relocation
660	information
661--------------------------------------------------------------------------------
662All the above changes are incorporated in the following patches:
663        Solaris/SunOS 5.9_sparc         patch T112963-06
664        Solaris/SunOS 5.9_x86           patch T113986-02
665        Solaris/SunOS 5.8_sparc         patch T109147-22
666        Solaris/SunOS 5.8_x86           patch T109148-22
667--------------------------------------------------------------------------------
6684731183 compiler creates .tlsbss section instead of .tbss as documented
6694816378 TLS: a tls test case dumps core with C and C++ compilers
6704817314 TLS_GD relocations against local symbols do not reference symbol...
6714811951 non-default symbol visibility overriden by definition in shared object
6724802194 relocation error of mozilla built by K2 compiler
6734715815 ld should allow linking with no output file (or /dev/null)
6744793721 Need a way to null all code in ISV objects enabling ld performance
675	tuning
676--------------------------------------------------------------------------------
677All the above changes plus:
678	4796237 RFE: link-editor became extremely slow with patch 109147-20 and
679		static libraries
680are incorporated in the following patches:
681        Solaris/SunOS 5.9_sparc         patch T112963-07
682        Solaris/SunOS 5.9_x86           patch T113986-03
683        Solaris/SunOS 5.8_sparc         patch T109147-23
684        Solaris/SunOS 5.8_x86           patch T109148-23
685--------------------------------------------------------------------------------
686
687------------------------------------
688Solaris 9 1203 (5th Q-update - s9u5)
689------------------------------------
690Bugid   Risk Synopsis
691================================================================================
6924830584 mmap for the padding region doesn't get freed after dlclose
6934831650 ld.so.1 can walk off the end of it's call_init() array...
6944831544 ldd using .so modules compiled with FD7 compiler caused a core dump
6954834784 Accessing members in a TLS structure causes a core dump in Oracle
6964824026 segv when -z combreloc is used with -xlinkopt
6974825296 typo in elfdump
698--------------------------------------------------------------------------------
699All the above changes are incorporated in the following patches:
700        Solaris/SunOS 5.9_sparc         patch T112963-08
701        Solaris/SunOS 5.9_x86           patch T113986-04
702        Solaris/SunOS 5.8_sparc         patch T109147-24
703        Solaris/SunOS 5.8_x86           patch T109148-24
704--------------------------------------------------------------------------------
7054470917 Solaris Process Model Unification (link-editor components only)
706	PSARC/2002/117
7074744411 Bloomberg wants a faster linker.
7084811969 64-bit links can be much slower than 32-bit.
7094825065 ld(1) should ignore consecutive empty sections.
7104838226 unrelocated shared objects may be erroneously collected for init firing
7114830889 TLS: testcase coredumps with -xarch=v9 and -g
7124845764 filter removal can leave dangling filtee pointer
7134811093 apptrace -F libc date core dumps
7144826315 Link editors need to be pre- and post- Unified Process Model aware
7154868300 interposing on direct bindings can fail
7164872634 Large LD_PRELOAD values can cause SEGV of process
717--------------------------------------------------------------------------------
718All the above changes are incorporated in the following patches:
719        Solaris/SunOS 5.9_sparc         patch T112963-09
720        Solaris/SunOS 5.9_x86           patch T113986-05
721        Solaris/SunOS 5.8_sparc         patch T109147-25
722        Solaris/SunOS 5.8_x86           patch T109148-25
723--------------------------------------------------------------------------------
724
725------------------------------------
726Solaris 9 404 (6th Q-update - s9u6)
727------------------------------------
728Bugid   Risk Synopsis
729================================================================================
7304870260 The elfdump command should produce more warning message on invalid move
731	entries.
7324865418 empty PT_TLS program headers cause problems in TLS enabled applications
7334825151 compiler core dumped with a -mt -xF=%all test
7344845829 The runtime linker fails to dlopen() long path name.
7354900684 shared libraries with more then 32768 plt's fail for sparc ELF64
7364906062 Makefiles under usr/src/cmd/sgs needs to be updated
737--------------------------------------------------------------------------------
738All the above changes are incorporated in the following patches:
739        Solaris/SunOS 5.9_sparc         patch T112963-10
740        Solaris/SunOS 5.9_x86           patch T113986-06
741        Solaris/SunOS 5.8_sparc         patch T109147-26
742        Solaris/SunOS 5.8_x86           patch T109148-26
743        Solaris/SunOS 5.7_sparc         patch T106950-24
744        Solaris/SunOS 5.7_x86           patch T106951-24
745--------------------------------------------------------------------------------
7464900320 rtld library mapping could be faster
7474911775 implement GOTDATA proposal in ld
748	PSARC/2003/477 SPARC GOTDATA instruction sequences
7494904565 Functionality to ignore relocations against external symbols
7504764817 add section types SHT_DEBUG and SHT_DEBUGSTR
751	PSARC/2003/510 New ELF DEBUG and ANNOTATE sections
7524850703 enable per-symbol direct bindings
7534716275 Help required in the link analysis of runtime interfaces
754	PSARC/2003/519 Link-editors: Direct Binding Updates
7554904573 elfdump may hang when processing archive files
7564918310 direct binding from an executable can't be interposed on
7574918938 ld.so.1 has become SPARC32PLUS - breaks 4.x binary compatibility
7584911796 S1S8 C++: ld dump core when compiled and linked with xlinkopt=1.
7594889914 ld crashes with SEGV using -M mapfile under certain conditions
7604911936 exception are not catch from shared library with -zignore
761--------------------------------------------------------------------------------
762All the above changes are incorporated in the following patches:
763        Solaris/SunOS 5.9_sparc         patch T112963-11
764        Solaris/SunOS 5.9_x86           patch T113986-07
765        Solaris/SunOS 5.8_sparc         patch T109147-27
766        Solaris/SunOS 5.8_x86           patch T109148-27
767        Solaris/SunOS 5.7_sparc         patch T106950-25
768        Solaris/SunOS 5.7_x86           patch T106951-25
769--------------------------------------------------------------------------------
7704946992 ld crashes due to huge number of sections (>65,000)
7714951840 mcs -c goes into a loop on executable program
7724939869 Need additional relocation types for abs34 code model
773	PSARC/2003/684 abs34 ELF relocations
774--------------------------------------------------------------------------------
775All the above changes are incorporated in the following patches:
776        Solaris/SunOS 5.9_sparc         patch T112963-12
777        Solaris/SunOS 5.9_x86           patch T113986-08
778        Solaris/SunOS 5.8_sparc         patch T109147-28
779        Solaris/SunOS 5.8_x86           patch T109148-28
780--------------------------------------------------------------------------------
781
782------------------------------------
783Solaris 9 904 (7th Q-update - s9u7)
784------------------------------------
785Bugid   Risk Synopsis
786================================================================================
7874912214 Having multiple of libc.so.1 in a link map causes malloc() to fail
7884526878 ld.so.1 should pass MAP_ALIGN flag to give kernel more flexibility
7894930997 sgs bld_vernote.ksh script needs to be hardend...
7904796286 ld.so.1: scenario for trouble?
7914930985 clean up cruft under usr/src/cmd/sgs/tools
7924933300 remove references to Ultra-1 in librtld_db demo
7934936305 string table compression is much too slow...
7944939626 SUNWonld internal package must be updated...
7954939565 per-symbol filtering required
7964948119 ld(1) -z loadfltr fails with per-symbol filtering
7974948427 ld.so.1 gives fatal error when multiple RTLDINFO objects are loaded
7984940894 ld core dumps using "-xldscope=symbolic
7994955373 per-symbol filtering refinements
8004878827 crle(1M) - display post-UPM search paths, and compensate for pre-UPM.
8014955802 /usr/ccs/bin/ld dumps core in process_reld()
8024964415 elfdump issues wrong relocation error message
8034966465 LD_NOAUXFLTR fails when object is both a standard and auxiliary filter
8044973865 the link-editor does not scale properly when linking objects with 
805	lots of syms
8064975598 SHT_SUNW_ANNOTATE section relocation not resolved
8074974828 nss_files nss_compat r_mt tests randomly segfaulting
808--------------------------------------------------------------------------------
809All the above changes are incorporated in the following patches:
810        Solaris/SunOS 5.9_sparc         patch T112963-13
811        Solaris/SunOS 5.9_x86           patch T113986-09
812--------------------------------------------------------------------------------
8134860508 link-editors should create/promote/verify hardware capabilities
8145002160 crle: reservation for dumped objects gets confused by mmaped object
8154967869 linking stripped library causes segv in linker
8165006657 link-editor doesn't always handle nodirect binding syminfo information
8174915901 no way to see ELF information
8185021773 ld.so.1 has trouble with objects having more than 2 segments.
819--------------------------------------------------------------------------------
820All the above changes are incorporated in the following patches:
821	Solaris/SunOS 5.9_sparc		patch T112963-14
822	Solaris/SunOS 5.9_x86		patch T113986-10
823	Solaris/SunOS 5.8_sparc		patch T109147-29
824	Solaris/SunOS 5.8_x86		patch T109148-29
825--------------------------------------------------------------------------------
826
827----------
828Solaris 10
829----------
830Bugid   Risk Synopsis
831================================================================================
8325044797 ld.so.1: secure directory testing is being skipped during filtee
833	processing
8344963676 Remove remaining static libraries
8355021541 unnecessary PT_SUNWBSS segment may be created
8365031495 elfdump complains about bad symbol entries in core files
8375012172 Need error when creating shared object with .o compiled
838	-xarch=v9 -xcode=abs44
8394994738 rd_plt_resolution() resolves ebx-relative PLT entries incorrectly
8405023493 ld -m output with patch 109147-25 missing .o information
841--------------------------------------------------------------------------------
842All the above changes are incorporated in the following patches:
843	Solaris/SunOS 5.9_sparc		patch T112963-15
844	Solaris/SunOS 5.9_x86		patch T113986-11
845	Solaris/SunOS 5.8_sparc		patch T109147-30
846	Solaris/SunOS 5.8_x86		patch T109148-30
847--------------------------------------------------------------------------------
8485071614 109147-29 & -30 break the build of on28-patch on Solaris 8 2/04
8495029830	crle: provide for optional alternative dependencies.
8505034652 ld.so.1 should save, and print, more error messages
8515036561 ld.so.1 outputs non-fatal fatal message about auxiliary filter libraries
8525042713 4866170 broke ld.so's ::setenv
8535047082 ld can core dump on bad gcc objects
8545047612 ld.so.1: secure pathname verification is flawed with filter use
8555047235 elfdump can core dump printing PT_INTERP section
8564798376 nits in demo code
8575041446 gelf_update_*() functions inconsistently return NULL or 0
8585032364 M_ID_TLSBSS and M_ID_UNKNOWN have the same value
8594707030 Empty LD_PRELOAD_64 doesn't override LD_PRELOAD
8604968618 symbolic linkage causes core dump
8615062313 dladdr() can cause deadlock in MT apps.
8625056867 $ISALIST/$HWCAP expansion should be more flexible.
8634918303 0@0.so.1 should not use compiler-supplied crt*.o files
8645058415 whocalls cannot take more than 10 arguments
8655067518 The fix for 4918303 breaks the build if a new work space is used.
866--------------------------------------------------------------------------------
867All the above changes are incorporated in the following patches:
868	Solaris/SunOS 5.9_sparc		patch T112963-16
869	Solaris/SunOS 5.9_x86		patch T113986-12
870	Solaris/SunOS 5.8_sparc		patch T109147-31
871	Solaris/SunOS 5.8_x86		patch T109148-31
872--------------------------------------------------------------------------------
8735013759 *file* should report hardware/software capabilities (link-editor
874	components only)
8755063580 libldstab: file /tmp/posto..: .stab[.index|.sbfocus] found with no
876	matching stri
8775076838 elfdump(1) is built with a CTF section (the wrong one)
8785080344 Hardware capabilities are not enforced for a.out
8795079061 RTLD_DEFAULT can be expensive
8805064973 allow normal relocs against TLS symbols for some sections
8815085792 LD_XXXX_64 should override LD_XXXX
8825096272 every executable or library has a .SUNW_dof section
8835094135 Bloomberg wants a faster ldd.
8845086352 libld.so.3 should be built with a .SUNW_ctf ELF section, ready for CR
8855098205 elfdump gives wrong section name for the global offset table
8865092414 Linker patch 109147-29 makes Broadvison One-To-One server v4.1
887	installation fail
8885080256 dump(1) doesn't list ELF hardware capabilities
8895097347 recursive read lock in gelf_getsym()
890--------------------------------------------------------------------------------
891All the above changes are incorporated in the following patches:
892	Solaris/SunOS 5.9_sparc		patch T112963-17
893	Solaris/SunOS 5.9_x86		patch T113986-13
894	Solaris/SunOS 5.8_sparc		patch T109147-32
895	Solaris/SunOS 5.8_x86		patch T109148-32
896--------------------------------------------------------------------------------
8975106206 ld.so.1 fail to run a Solaris9 program that has libc linked with
898	-z lazyload
8995102601 ON should deliver a 64-bit operating system for Opteron systems
900	(link-editor components only)
9016173852 enable link_auditing technology for amd64
9026174599 linker does not create .eh_frame_hdr sections for eh_frame sections
903	with SHF_LINK_ORDER
9046175609 amd64 run-time linker has a corrupted note section
9056175843 amd64 rdb_demo files not installed
9066182293 ld.so.1 can repeatedly relocate object .plts (RTLD_NOW).
9076183645 ld core dumps when automounter fails
9086178667 ldd list unexpected (file not found) in x86 environment.
9096181928 Need new reloc types R_AMD64_GOTOFF64 and R_AMD64_GOTPC32
9106182884 AMD64: ld coredumps when building a shared library
9116173559 The ld may set incorrect value for sh_addralign under some conditions.
9125105601 ld.so.1 gets a little too enthusiastic with interposition
9136189384 ld.so.1 should accommodate a files dev/inode change (libc loopback mnt)
9146177838 AMD64: linker cannot resolve PLT for 32-bit a.out(s) on amd64-S2 kernel
9156190863 sparc disassembly code should be removed from rdb_demo
9166191488 unwind eh_frame_hdr needs corrected encoding value
9176192490 moe(1) returns /lib/libc.so.1 for optimal expansion of libc HWCAP
918	libraries
9196192164 AMD64: introduce dlamd64getunwind interface
920	PSARC/2004/747 libc::dlamd64getunwind()
9216195030 libdl has bad version name
9226195521 64-bit moe(1) missed the train
9236198358 AMD64: bad eh_frame_hdr data when C and C++ mixed in a.out
9246204123 ld.so.1: symbol lookup fails even after lazy loading fallback
9256207495 UNIX98/UNIX03 vsx namespace violation DYNL.hdr/misc/dlfcn/T.dlfcn 
926	14 Failed
9276217285 ctfmerge crashed during full onnv build
928--------------------------------------------------------------------------------
929
930-------------------------------------
931Solaris 10 106 (1st Q-update - s10u1)
932-------------------------------------
933Bugid   Risk Synopsis
934================================================================================
9356209350 Do not include signature section from dynamic dependency library into
936	relocatable object
9376212797 The binary compiled on SunOS4.x doesn't run on Solaris8 with Patch
938	109147-31
939--------------------------------------------------------------------------------
940All the above changes are incorporated in the following patches:
941    Solaris/SunOS 5.9_sparc	patch T112963-18
942    Solaris/SunOS 5.9_x86	patch T113986-14
943    Solaris/SunOS 5.8_sparc	patch T109147-33
944    Solaris/SunOS 5.8_x86	patch T109148-33
945--------------------------------------------------------------------------------
9466219538 112963-17: linker patch causes binary to dump core
947--------------------------------------------------------------------------------
948All the above changes are incorporated in the following patches:
949    Solaris/SunOS 5.10_sparc	patch T117461-01
950    Solaris/SunOS 5.10_x86	patch T118345-01
951    Solaris/SunOS 5.9_sparc	patch T112963-19
952    Solaris/SunOS 5.9_x86	patch T113986-15
953    Solaris/SunOS 5.8_sparc	patch T109147-34
954    Solaris/SunOS 5.8_x86	patch T109148-34
955--------------------------------------------------------------------------------
9566257177 incremental builds of usr/src/cmd/sgs can fail...
9576219651 AMD64: Linker does not issue error for out of range R_AMD64_PC32
958--------------------------------------------------------------------------------
959All the above changes are incorporated in the following patches:
960    Solaris/SunOS 5.10_sparc	patch T117461-02
961    Solaris/SunOS 5.10_x86	patch T118345-02
962    Solaris/SunOS 5.9_sparc	patch T112963-20
963    Solaris/SunOS 5.9_x86	patch T113986-16
964    Solaris/SunOS 5.8_sparc	patch T109147-35
965    Solaris/SunOS 5.8_x86	patch T109148-35
966NOTE: The fix for 6219651 is only applicable for 5.10_x86 platform.
967--------------------------------------------------------------------------------
9685080443 lazy loading failure doesn't clean up after itself (D)
9696226206 ld.so.1 failure when processing single segment hwcap filtee
9706228472 ld.so.1: link-map control list stacking can loose objects
9716235000 random packages not getting installed in snv_09 and snv_10 -
972	rtld/common/malloc.c Assertion
9736219317 Large page support is needed for mapping executables, libraries and
974	files (link-editor components only)
9756244897 ld.so.1 can't run apps from commandline
9766251798 moe(1) returns an internal assertion failure message in some
977	circumstances
9786251722 ld fails silently with exit 1 status when -z ignore passed
9796254364 ld won't build libgenunix.so with absolute relocations
9806215444 ld.so.1 caches "not there" lazy libraries, foils svc.startd(1M)'s logic
9816222525 dlsym(3C) trusts caller(), which may return wrong results with tail call
982	optimization
9836241995 warnings in sgs should be fixed (link-editor components only)
9846258834 direct binding availability should be verified at runtime
9856260361 lari shouldn't count a.out non-zero undefined entries as interesting
9866260780 ldd doesn't recognize LD_NOAUXFLTR
9876266261 Add ld(1) -Bnodirect support (D)
9886261990 invalid e_flags error could be a little more friendly
9896261803 lari(1) should find more events uninteresting (D)
9906267352 libld_malloc provides inadequate alignment
9916268693 SHN_SUNW_IGNORE symbols should be allowed to be mulitiply defined
9926262789 Infosys wants a faster linker
993--------------------------------------------------------------------------------
994All the above changes are incorporated in the following patches:
995    Solaris/SunOS 5.10_sparc	patch T117461-03
996    Solaris/SunOS 5.10_x86	patch T118345-03
997    Solaris/SunOS 5.9_sparc	patch T112963-21
998    Solaris/SunOS 5.9_x86	patch T113986-17
999    Solaris/SunOS 5.8_sparc	patch T109147-36
1000    Solaris/SunOS 5.8_x86	patch T109148-36
1001--------------------------------------------------------------------------------
10026283601 The usr/src/cmd/sgs/packages/common/copyright contains old information
1003	legally problematic
10046276905 dlinfo gives inconsistent results (relative vs absolute linkname) (D)
1005	PSARC/2005/357 dlinfo(3c) RTLD_DI_ARGSINFO
10066284941 excessive link times with many groups/sections
10076280467 dlclose() unmaps shared library before library's _fini() has finished
10086291547 ld.so mishandles LD_AUDIT causing security problems.
1009--------------------------------------------------------------------------------
1010All the above changes are incorporated in the following patches:
1011    Solaris/SunOS 5.10_sparc	patch T117461-04
1012    Solaris/SunOS 5.10_x86	patch T118345-04
1013    Solaris/SunOS 5.9_sparc	patch T112963-22
1014    Solaris/SunOS 5.9_x86	patch T113986-18
1015    Solaris/SunOS 5.8_sparc	patch T109147-37
1016    Solaris/SunOS 5.8_x86	patch T109148-37
1017--------------------------------------------------------------------------------
10186295971 UNIX98/UNIX03 *vsx* DYNL.hdr/misc/dlfcn/T.dlfcn 14 fails, auxv.h syntax
1019	error
10206299525 .init order failure when processing cycles
10216273855 gcc and sgs/crle don't get along
10226273864 gcc and sgs/libld don't get along
10236273875 gcc and sgs/rtld don't get along
10246272563 gcc and amd64/krtld/doreloc.c don't get along
10256290157 gcc and sgs/librtld_db/rdb_demo don't get along
10266301218 Matlab dumps core on startup when running on 112963-22  (D)
1027--------------------------------------------------------------------------------
1028All the above changes are incorporated in the following patches:
1029    Solaris/SunOS 5.9_sparc	patch T112963-23
1030    Solaris/SunOS 5.9_x86	patch T113986-19
1031    Solaris/SunOS 5.8_sparc	patch T109147-38
1032    Solaris/SunOS 5.8_x86	patch T109148-38
1033--------------------------------------------------------------------------------
10346314115 Checkpoint refuses to start, crashes on start, after application of
1035	linker patch 112963-22
1036--------------------------------------------------------------------------------
1037All the above changes are incorporated in the following patches:
1038    Solaris/SunOS 5.9_sparc	patch T112963-24
1039    Solaris/SunOS 5.9_x86	patch T113986-20
1040    Solaris/SunOS 5.8_sparc	patch T109147-39
1041    Solaris/SunOS 5.8_x86	patch T109148-39
1042--------------------------------------------------------------------------------
10436318306 a dlsym() from a filter should be redirected to an associated filtee
10446318401 mis-aligned TLS variable
10456324019 ld.so.1: malloc alignment is insufficient for new compilers
10466324589 psh coredumps on x86 machines on snv_23
10476236594 AMD64: Linker needs to handle the new .lbss section (D)
1048PSARC 2005/514 - AMD64 - large section support
10496314743 Linker: incorrect resolution for R_AMD64_GOTPC32
10506311865 Linker: x86 medium model; invalid ELF program header
1051--------------------------------------------------------------------------------
1052All the above changes are incorporated in the following patches:
1053    Solaris/SunOS 5.10_sparc	patch T117461-07
1054    Solaris/SunOS 5.10_x86	patch T118345-11
1055--------------------------------------------------------------------------------
10566309061 link_audit should use __asm__ with gcc
10576310736 gcc and sgs/libld don't get along on SPARC
10586329796 Memory leak with iconv_open/iconv_close with patch 109147-33
10596332983 s9 linker patches 112963-24/113986-20 causing cluster machines not
1060	to boot
1061--------------------------------------------------------------------------------
1062All the above changes are incorporated in the following patches:
1063    Solaris/SunOS 5.10_sparc	patch T117461-08
1064    Solaris/SunOS 5.10_x86	patch T121208-02
1065    Solaris/SunOS 5.9_sparc	patch T112963-25
1066    Solaris/SunOS 5.9_x86	patch T113986-21
1067    Solaris/SunOS 5.8_sparc	patch T109147-40
1068    Solaris/SunOS 5.8_x86	patch T109148-40
1069--------------------------------------------------------------------------------
1070
1071--------------
1072Solaris Nevada
1073--------------
1074Bugid   Risk Synopsis
1075================================================================================
10766340814 ld.so.1 core dump with HWCAP relocatable object + updated statistics
10776307274 crle bug with LD_LIBRARY_PATH
10786317969 elfheader limited to 65535 segments (link-editor components only)
10796350027 ld.so.1 aborts with assertion failed on amd64
10806362044 ld(1) inconsistencies with LD_DEBUG=-Dunused and -zignore
10816362047 ld.so.1 dumps core when combining HWCAP and LD_PROFILE
10826304206 runtime linker may respect LANG and LC_MESSAGE more than LC_ALL
10836363495	Catchup required with Intel relocations
10846326497 ld.so not properly processing LD_LIBRARY_PATH ending in :
10856307146 mcs dumps core when appending null string to comment section
10866371877 LD_PROFILE_64 with gprof does not produce correct results on amd64
10876372082 ld -r erroneously creates .got section on i386
10886201866 amd64: linker symbol elimination is broken
10896372620 printstack() segfaults when called from static function 
10906380470 32-bit ld(1) incorrectly builds 64-bit relocatable objects
1091