SUNWonld-README revision 827:5fad2385b31e
1#ident	"%Z%%M%	%I%	%E% SMI"
2#
3# Copyright 2005 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 the following:
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 the following:
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 the followings:
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--------------------------------------------------------------------------------
165The fix for the following bug:
166    4351197 nfs performance problem by 103627-13
167is 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--------------------------------------------------------------------------------
509The fix for the following bug is incorporated in:
510	4616944 ar seg faults when order of object file is reversed.
511	Solaris/SunOS 5.8_sparc		patch 109147-16
512	Solaris/SunOS 5.8_x86		patch 109148-16
513--------------------------------------------------------------------------------
514All the above changes plus the fix for the following bug
515are incorporated in the following patches:
516	4872634 Large LD_PRELOAD values can cause SEGV of process
517	Solaris/SunOS 5.6_sparc		patch T107733-11
518	Solaris/SunOS 5.6_x86		patch T107734-11
519--------------------------------------------------------------------------------
520
521------------------------------------
522Solaris 9 1202 (2nd Q-update - s9u2)
523------------------------------------
524Bugid   Risk Synopsis
525================================================================================
5264546416 add help messages to ld.so mdbmodule
5274526752 we should build and ship ld.so's mdb module
5284624658 update 386 TLS relocation values
5294622472 LA_SYMB_DLSYM not set for la_symbind() invocations
5304638070 ldd/ld.so.1 could aid in detecting unreferenced dependencies
531	PSARC/2002/096 Detecting unreferenced dependencies with ldd(1)
5324633860 Optimization for unused static global variables
533	PSARC/2002/113 ld -zignore - section elimination
5344642829 ld.so.1 mprotect()'s text segment for weak relocations (it shouldn't)
5354621479 'make' in $SRC/cmd/sgs/tools tries to install things in the proto area
5364529912 purge ia64 source from sgs
5374651709 dlopen(RTLD_NOLOAD) can disable lazy loading
5384655066 crle: -u with nonexistent config file doesn't work
5394654406 string tables created by the link-editor could be smaller...
540	PSARC/2002/160 ld -znocompstrtab - disable string-table compression
5414651493 RTLD_NOW can result in binding to an object prior to its init being run.
5424662575 linker displacement relocation checking introduces significant
543	linker overhead
5444533195 ld interposes on malloc()/free() preventing support library from freeing
545	memory
5464630224 crle get's confused about memory layout of objects...
5474664855 crle on application failed with ld.so.1 encountering mmap() returning
548	ENOMEM err
5494669582 latest dynamic linker causes libthread _init to get skipped
5504671493 ld.so.1 inconsistantly assigns PATHNAME() on primary objects
5514668517 compile with map.bssalign doesn't copy _iob to bss
552--------------------------------------------------------------------------------
553All the above changes are incorporated in the following patches:
554        Solaris/SunOS 5.9_sparc         patch T112963-01
555        Solaris/SunOS 5.8_sparc         patch T109147-17
556        Solaris/SunOS 5.8_x86           patch T109148-17
557--------------------------------------------------------------------------------
5584701749 On Solaris 8 + 109147-16 ld crashes when building a dynamic library.
5594707808 The ldd command is broken in the latest 2.8 linker patch.
560--------------------------------------------------------------------------------
561All the above changes are incorporated in the following patches:
562        Solaris/SunOS 5.9_sparc         patch T112963-02
563        Solaris/SunOS 5.8_sparc         patch T109147-18
564        Solaris/SunOS 5.8_x86           patch T109148-18
565--------------------------------------------------------------------------------
5664696204 enable extended section indexes in relocatable objects
567	PSARC/2001/332 ELF gABI updates - round II
568	PSARC/2002/369 libelf interfaces to support ELF Extended Sections
5694706503 linkers need to cope with EF_SPARCV9_PSO/EF_SPARCV9_RMO
5704716929 updating of local register symbols in dynamic symtab busted...
5714710814 add "official" support for the "symbolic" keyword in linker map-file
572	PSARC/2002/439 linker mapfile visibility declarations
573--------------------------------------------------------------------------------
574All the above changes are incorporated in the following patches:
575        Solaris/SunOS 5.9_sparc         patch T112963-03
576        Solaris/SunOS 5.8_sparc         patch T109147-19
577        Solaris/SunOS 5.8_x86           patch T109148-19
578        Solaris/SunOS 5.7_sparc         patch T106950-19
579        Solaris/SunOS 5.7_x86           patch T106951-19
580--------------------------------------------------------------------------------
581
582-----------------------------------
583Solaris 9 403 (3nd Q-update - s9u3)
584-----------------------------------
585Bugid   Risk Synopsis
586================================================================================
5874731174 strip(1) does not fixup SHT_GROUP data
5884733697 -zignore with gcc may exclude C++ exception sections
5894733317 R_SPARC_*_HIX22 calculations are wrong with 32bit LD building
590	ELF64 binaries
5914735165 fatal linker error when compiling C++ programs with -xlinkopt
5924736951 The mcs broken when the target file is an archive file
593--------------------------------------------------------------------------------
594All the above changes are incorporated in the following patches:
595        Solaris/SunOS 5.8_sparc         patch T109147-20
596        Solaris/SunOS 5.8_x86           patch T109148-20
597        Solaris/SunOS 5.7_sparc         patch T106950-20
598        Solaris/SunOS 5.7_x86           patch T106951-20
599--------------------------------------------------------------------------------
6004739660 Threads deadlock in schedlock and dynamic linker lock.
6014653148 ld.so.1/libc should unregister its dlclose() exit handler via a fini.
6024743413 ld.so.1 doesn't terminate argv with NULL pointer when invoked directly
6034746231 linker core-dumps when SECTION relocations are made against discarded
604	sections
6054730433 ld.so.1 wastes time repeatedly opening dependencies
6064744337 missing RD_CONSISTENT event with dlmopen(LD_ID_NEWLM, ...)
6074670835 rd_load_objiter can ignore callback's return value
6084745932 strip utility doesn't strip out Dwarf2 debug section
6094754751 "strip" command doesn't remove comdat stab sections.
6104755674 Patch 109147-18 results in coredump.
611--------------------------------------------------------------------------------
612All the above changes are incorporated in the following patches:
613        Solaris/SunOS 5.9_sparc         patch T112963-04
614        Solaris/SunOS 5.7_sparc         patch T106950-21
615        Solaris/SunOS 5.7_x86           patch T106951-21
616--------------------------------------------------------------------------------
6174772927 strip core dumps on an archive library
6184774727 direct-bindings can fail against copy-reloc symbols
619--------------------------------------------------------------------------------
620All the above changes are incorporated in the following patches:
621        Solaris/SunOS 5.9_sparc         patch T112963-05
622        Solaris/SunOS 5.9_x86           patch T113986-01
623        Solaris/SunOS 5.8_sparc         patch T109147-21
624        Solaris/SunOS 5.8_x86           patch T109148-21
625        Solaris/SunOS 5.7_sparc         patch T106950-22
626        Solaris/SunOS 5.7_x86           patch T106951-22
627--------------------------------------------------------------------------------
628
629-----------------------------------
630Solaris 9 803 (4th Q-update - s9u4)
631-----------------------------------
632Bugid   Risk Synopsis
633================================================================================
6344730110 ld.so.1 list implementation could scale better
6354728822 restrict the objects dlsym() searches.
636	PSARC/2002/478 New dlopen(3dl) flag - RTLD_FIRST
6374714146 crle: 64-bit secure pathname is incorrect.
6384504895 dlclose() does not remove all objects
6394698800 Wrong comments in /usr/lib/ld/sparcv9/map.*
6404745129 dldump is inconsistent with .dynamic processing errors.
6414753066 LD_SIGNAL isn't very useful in a threaded environment
642	PSARC/2002/569 New dlinfo(3dl) flag - RTLD_DI_SIGNAL
6434765536 crle: symbolic links can confuse alternative object configuration info
6444766815 ld -r of object the TLS data fails
6454770484 elfdump can not handle stripped archive file
6464770494 The ld command gives improper error message handling broken archive 
6474775738 overwriting output relocation table when 'ld -zignore' is used
6484778247 elfdump -e of core files fails
6494779976 elfdump dies on bad relocation entries
6504787579 invalid SHT_GROUP entries can cause linker to seg fault
6514783869 dlclose: filter closure exhibits hang/failure - introduced with 4504895
6524778418 ld.so.1: there be nits out there
6534792461 Thread-Local Storage - x86 instruction sequence updates
654	PSARC/2002/746 Thread-Local Storage - x86 instruction sequence updates
6554461340 sgs: ugly build output while suppressing ia64 (64-bit) build on Intel
6564790194 dlopen(..., RTLD_GROUP) has an odd interaction with interposition
6574804328 auditing of threaded applications results in deadlock
6584806476 building relocatable objects with SHF_EXCLUDE loses relocation
659	information
660--------------------------------------------------------------------------------
661All the above changes are incorporated in the following patches:
662        Solaris/SunOS 5.9_sparc         patch T112963-06
663        Solaris/SunOS 5.9_x86           patch T113986-02
664        Solaris/SunOS 5.8_sparc         patch T109147-22
665        Solaris/SunOS 5.8_x86           patch T109148-22
666--------------------------------------------------------------------------------
6674731183 compiler creates .tlsbss section instead of .tbss as documented
6684816378 TLS: a tls test case dumps core with C and C++ compilers
6694817314 TLS_GD relocations against local symbols do not reference symbol...
6704811951 non-default symbol visibility overriden by definition in shared object
6714802194 relocation error of mozilla built by K2 compiler
6724715815 ld should allow linking with no output file (or /dev/null)
6734793721 Need a way to null all code in ISV objects enabling ld performance
674	tuning
675--------------------------------------------------------------------------------
676All the above change plus the fix for:
677	4796237 RFE: link-editor became extremely slow with patch 109147-20 and
678		static libraries
679is incorporated in the following patches:
680        Solaris/SunOS 5.9_sparc         patch T112963-07
681        Solaris/SunOS 5.9_x86           patch T113986-03
682        Solaris/SunOS 5.8_sparc         patch T109147-23
683        Solaris/SunOS 5.8_x86           patch T109148-23
684--------------------------------------------------------------------------------
685
686------------------------------------
687Solaris 9 1203 (5th Q-update - s9u5)
688------------------------------------
689Bugid   Risk Synopsis
690================================================================================
6914830584 mmap for the padding region doesn't get freed after dlclose
6924831650 ld.so.1 can walk off the end of it's call_init() array...
6934831544 ldd using .so modules compiled with FD7 compiler caused a core dump
6944834784 Accessing members in a TLS structure causes a core dump in Oracle
6954824026 segv when -z combreloc is used with -xlinkopt
6964825296 typo in elfdump
697--------------------------------------------------------------------------------
698All the above changes are incorporated in the following patches:
699        Solaris/SunOS 5.9_sparc         patch T112963-08
700        Solaris/SunOS 5.9_x86           patch T113986-04
701        Solaris/SunOS 5.8_sparc         patch T109147-24
702        Solaris/SunOS 5.8_x86           patch T109148-24
703--------------------------------------------------------------------------------
7044470917 Solaris Process Model Unification (link-editor components only)
705	PSARC/2002/117
7064744411 Bloomberg wants a faster linker.
7074811969 64-bit links can be much slower than 32-bit.
7084825065 ld(1) should ignore consecutive empty sections.
7094838226 unrelocated shared objects may be erroneously collected for init firing
7104830889 TLS: testcase coredumps with -xarch=v9 and -g
7114845764 filter removal can leave dangling filtee pointer
7124811093 apptrace -F libc date core dumps
7134826315 Link editors need to be pre- and post- Unified Process Model aware
7144868300 interposing on direct bindings can fail
7154872634 Large LD_PRELOAD values can cause SEGV of process
716--------------------------------------------------------------------------------
717All the above changes are incorporated in the following patches:
718        Solaris/SunOS 5.9_sparc         patch T112963-09
719        Solaris/SunOS 5.9_x86           patch T113986-05
720        Solaris/SunOS 5.8_sparc         patch T109147-25
721        Solaris/SunOS 5.8_x86           patch T109148-25
722--------------------------------------------------------------------------------
723
724------------------------------------
725Solaris 9 404 (6th Q-update - s9u6)
726------------------------------------
727Bugid   Risk Synopsis
728================================================================================
7294870260 The elfdump command should produce more warning message on invalid move
730	entries.
7314865418 empty PT_TLS program headers cause problems in TLS enabled applications
7324825151 compiler core dumped with a -mt -xF=%all test
7334845829 The runtime linker fails to dlopen() long path name.
7344900684 shared libraries with more then 32768 plt's fail for sparc ELF64
7354906062 Makefiles under usr/src/cmd/sgs needs to be updated
736--------------------------------------------------------------------------------
737All the above changes are incorporated in the following patches:
738        Solaris/SunOS 5.9_sparc         patch T112963-10
739        Solaris/SunOS 5.9_x86           patch T113986-06
740        Solaris/SunOS 5.8_sparc         patch T109147-26
741        Solaris/SunOS 5.8_x86           patch T109148-26
742        Solaris/SunOS 5.7_sparc         patch T106950-24
743        Solaris/SunOS 5.7_x86           patch T106951-24
744--------------------------------------------------------------------------------
7454900320 rtld library mapping could be faster
7464911775 implement GOTDATA proposal in ld
747	PSARC/2003/477 SPARC GOTDATA instruction sequences
7484904565 Functionality to ignore relocations against external symbols
7494764817 add section types SHT_DEBUG and SHT_DEBUGSTR
750	PSARC/2003/510 New ELF DEBUG and ANNOTATE sections
7514850703 enable per-symbol direct bindings
7524716275 Help required in the link analysis of runtime interfaces
753	PSARC/2003/519 Link-editors: Direct Binding Updates
7544904573 elfdump may hang when processing archive files
7554918310 direct binding from an executable can't be interposed on
7564918938 ld.so.1 has become SPARC32PLUS - breaks 4.x binary compatibility
7574911796 S1S8 C++: ld dump core when compiled and linked with xlinkopt=1.
7584889914 ld crashes with SEGV using -M mapfile under certain conditions
7594911936 exception are not catch from shared library with -zignore
760--------------------------------------------------------------------------------
761All the above changes are incorporated in the following patches:
762        Solaris/SunOS 5.9_sparc         patch T112963-11
763        Solaris/SunOS 5.9_x86           patch T113986-07
764        Solaris/SunOS 5.8_sparc         patch T109147-27
765        Solaris/SunOS 5.8_x86           patch T109148-27
766        Solaris/SunOS 5.7_sparc         patch T106950-25
767        Solaris/SunOS 5.7_x86           patch T106951-25
768--------------------------------------------------------------------------------
7694946992 ld crashes due to huge number of sections (>65,000)
7704951840 mcs -c goes into a loop on executable program
7714939869 Need additional relocation types for abs34 code model
772	PSARC/2003/684 abs34 ELF relocations
773--------------------------------------------------------------------------------
774All the above changes are incorporated in the following patches:
775        Solaris/SunOS 5.9_sparc         patch T112963-12
776        Solaris/SunOS 5.9_x86           patch T113986-08
777        Solaris/SunOS 5.8_sparc         patch T109147-28
778        Solaris/SunOS 5.8_x86           patch T109148-28
779--------------------------------------------------------------------------------
780
781------------------------------------
782Solaris 9 904 (7th Q-update - s9u7)
783------------------------------------
784Bugid   Risk Synopsis
785================================================================================
7864912214 Having multiple of libc.so.1 in a link map causes malloc() to fail
7874526878 ld.so.1 should pass MAP_ALIGN flag to give kernel more flexibility
7884930997 sgs bld_vernote.ksh script needs to be hardend...
7894796286 ld.so.1: scenario for trouble?
7904930985 clean up cruft under usr/src/cmd/sgs/tools
7914933300 remove references to Ultra-1 in librtld_db demo
7924936305 string table compression is much too slow...
7934939626 SUNWonld internal package must be updated...
7944939565 per-symbol filtering required
7954948119 ld(1) -z loadfltr fails with per-symbol filtering
7964948427 ld.so.1 gives fatal error when multiple RTLDINFO objects are loaded
7974940894 ld core dumps using "-xldscope=symbolic
7984955373 per-symbol filtering refinements
7994878827 crle(1M) - display post-UPM search paths, and compensate for pre-UPM.
8004955802 /usr/ccs/bin/ld dumps core in process_reld()
8014964415 elfdump issues wrong relocation error message
8024966465 LD_NOAUXFLTR fails when object is both a standard and auxiliary filter
8034973865 the link-editor does not scale properly when linking objects with 
804	lots of syms
8054975598 SHT_SUNW_ANNOTATE section relocation not resolved
8064974828 nss_files nss_compat r_mt tests randomly segfaulting
807--------------------------------------------------------------------------------
808All the above changes are incorporated in the following patches:
809        Solaris/SunOS 5.9_sparc         patch T112963-13
810        Solaris/SunOS 5.9_x86           patch T113986-09
811--------------------------------------------------------------------------------
8124860508 link-editors should create/promote/verify hardware capabilities
8135002160 crle: reservation for dumped objects gets confused by mmaped object
8144967869 linking stripped library causes segv in linker
8155006657 link-editor doesn't always handle nodirect binding syminfo information
8164915901 no way to see ELF information
8175021773 ld.so.1 has trouble with objects having more than 2 segments.
818--------------------------------------------------------------------------------
819All the above changes are incorporated in the following patches:
820	Solaris/SunOS 5.9_sparc		patch T112963-14
821	Solaris/SunOS 5.9_x86		patch T113986-10
822	Solaris/SunOS 5.8_sparc		patch T109147-29
823	Solaris/SunOS 5.8_x86		patch T109148-29
824--------------------------------------------------------------------------------
825
826----------
827Solaris 10
828----------
829Bugid   Risk Synopsis
830================================================================================
8315044797 ld.so.1: secure directory testing is being skipped during filtee
832	processing
8334963676 Remove remaining static libraries
8345021541 unnecessary PT_SUNWBSS segment may be created
8355031495 elfdump complains about bad symbol entries in core files
8365012172 Need error when creating shared object with .o compiled
837	-xarch=v9 -xcode=abs44
8384994738 rd_plt_resolution() resolves ebx-relative PLT entries incorrectly
8395023493 ld -m output with patch 109147-25 missing .o information
840--------------------------------------------------------------------------------
841All the above changes are incorporated in the following patches:
842	Solaris/SunOS 5.9_sparc		patch T112963-15
843	Solaris/SunOS 5.9_x86		patch T113986-11
844	Solaris/SunOS 5.8_sparc		patch T109147-30
845	Solaris/SunOS 5.8_x86		patch T109148-30
846--------------------------------------------------------------------------------
8475071614 109147-29 & -30 break the build of on28-patch on Solaris 8 2/04
8485029830	crle: provide for optional alternative dependencies.
8495034652 ld.so.1 should save, and print, more error messages
8505036561 ld.so.1 outputs non-fatal fatal message about auxiliary filter libraries
8515042713 4866170 broke ld.so's ::setenv
8525047082 ld can core dump on bad gcc objects
8535047612 ld.so.1: secure pathname verification is flawed with filter use
8545047235 elfdump can core dump printing PT_INTERP section
8554798376 nits in demo code
8565041446 gelf_update_*() functions inconsistently return NULL or 0
8575032364 M_ID_TLSBSS and M_ID_UNKNOWN have the same value
8584707030 Empty LD_PRELOAD_64 doesn't override LD_PRELOAD
8594968618 symbolic linkage causes core dump
8605062313 dladdr() can cause deadlock in MT apps.
8615056867 $ISALIST/$HWCAP expansion should be more flexible.
8624918303 0@0.so.1 should not use compiler-supplied crt*.o files
8635058415 whocalls cannot take more than 10 arguments
8645067518 The fix for 4918303 breaks the build if a new work space is used.
865--------------------------------------------------------------------------------
866All the above changes are incorporated in the following patches:
867	Solaris/SunOS 5.9_sparc		patch T112963-16
868	Solaris/SunOS 5.9_x86		patch T113986-12
869	Solaris/SunOS 5.8_sparc		patch T109147-31
870	Solaris/SunOS 5.8_x86		patch T109148-31
871--------------------------------------------------------------------------------
8725013759 *file* should report hardware/software capabilities (link-editor
873	components only)
8745063580 libldstab: file /tmp/posto..: .stab[.index|.sbfocus] found with no
875	matching stri
8765076838 elfdump(1) is built with a CTF section (the wrong one)
8775080344 Hardware capabilities are not enforced for a.out
8785079061 RTLD_DEFAULT can be expensive
8795064973 allow normal relocs against TLS symbols for some sections
8805085792 LD_XXXX_64 should override LD_XXXX
8815096272 every executable or library has a .SUNW_dof section
8825094135 Bloomberg wants a faster ldd.
8835086352 libld.so.3 should be built with a .SUNW_ctf ELF section, ready for CR
8845098205 elfdump gives wrong section name for the global offset table
8855092414 Linker patch 109147-29 makes Broadvison One-To-One server v4.1
886	installation fail
8875080256 dump(1) doesn't list ELF hardware capabilities
8885097347 recursive read lock in gelf_getsym()
889--------------------------------------------------------------------------------
890All the above changes are incorporated in the following patches:
891	Solaris/SunOS 5.9_sparc		patch T112963-17
892	Solaris/SunOS 5.9_x86		patch T113986-13
893	Solaris/SunOS 5.8_sparc		patch T109147-32
894	Solaris/SunOS 5.8_x86		patch T109148-32
895--------------------------------------------------------------------------------
8965106206 ld.so.1 fail to run a Solaris9 program that has libc linked with
897	-z lazyload
8985102601 ON should deliver a 64-bit operating system for Opteron systems
899	(link-editor components only)
9006173852 enable link_auditing technology for amd64
9016174599 linker does not create .eh_frame_hdr sections for eh_frame sections
902	with SHF_LINK_ORDER
9036175609 amd64 run-time linker has a corrupted note section
9046175843 amd64 rdb_demo files not installed
9056182293 ld.so.1 can repeatedly relocate object .plts (RTLD_NOW).
9066183645 ld core dumps when automounter fails
9076178667 ldd list unexpected (file not found) in x86 environment.
9086181928 Need new reloc types R_AMD64_GOTOFF64 and R_AMD64_GOTPC32
9096182884 AMD64: ld coredumps when building a shared library
9106173559 The ld may set incorrect value for sh_addralign under some conditions.
9115105601 ld.so.1 gets a little too enthusiastic with interposition
9126189384 ld.so.1 should accommodate a files dev/inode change (libc loopback mnt)
9136177838 AMD64: linker cannot resolve PLT for 32-bit a.out(s) on amd64-S2 kernel
9146190863 sparc disassembly code should be removed from rdb_demo
9156191488 unwind eh_frame_hdr needs corrected encoding value
9166192490 moe(1) returns /lib/libc.so.1 for optimal expansion of libc HWCAP
917	libraries
9186192164 AMD64: introduce dlamd64getunwind interface
919	PSARC/2004/747 libc::dlamd64getunwind()
9206195030 libdl has bad version name
9216195521 64-bit moe(1) missed the train
9226198358 AMD64: bad eh_frame_hdr data when C and C++ mixed in a.out
9236204123 ld.so.1: symbol lookup fails even after lazy loading fallback
9246207495 UNIX98/UNIX03 vsx namespace violation DYNL.hdr/misc/dlfcn/T.dlfcn 
925	14 Failed
9266217285 ctfmerge crashed during full onnv build
927--------------------------------------------------------------------------------
928
929--------------
930Solaris Nevada
931--------------
932Bugid   Risk Synopsis
933================================================================================
9346209350 Do not include signature section from dynamic dependency library into
935	relocatable object
9366212797 The binary compiled on SunOS4.x doesn't run on Solaris8 with Patch
937	109147-31
938--------------------------------------------------------------------------------
939All the above changes are incorporated in the following patches:
940    Solaris/SunOS 5.9_sparc	patch T112963-18
941    Solaris/SunOS 5.9_x86	patch T113986-14
942    Solaris/SunOS 5.8_sparc	patch T109147-33
943    Solaris/SunOS 5.8_x86	patch T109148-33
944--------------------------------------------------------------------------------
9456219538 112963-17: linker patch causes binary to dump core
946--------------------------------------------------------------------------------
947All the above changes are incorporated in the following patches:
948    Solaris/SunOS 5.10_sparc	patch T117461-01
949    Solaris/SunOS 5.10_x86	patch T118345-01
950    Solaris/SunOS 5.9_sparc	patch T112963-19
951    Solaris/SunOS 5.9_x86	patch T113986-15
952    Solaris/SunOS 5.8_sparc	patch T109147-34
953    Solaris/SunOS 5.8_x86	patch T109148-34
954--------------------------------------------------------------------------------
9556257177 incremental builds of usr/src/cmd/sgs can fail...
9566219651 AMD64: Linker does not issue error for out of range R_AMD64_PC32
957--------------------------------------------------------------------------------
958All the above change is incorporated in the following patches:
959    Solaris/SunOS 5.10_sparc	patch T117461-02
960    Solaris/SunOS 5.10_x86	patch T118345-02
961    Solaris/SunOS 5.9_sparc	patch T112963-20
962    Solaris/SunOS 5.9_x86	patch T113986-16
963    Solaris/SunOS 5.8_sparc	patch T109147-35
964    Solaris/SunOS 5.8_x86	patch T109148-35
965NOTE: The fix for 6219651 is only applicable for 5.10_x86 platform.
966--------------------------------------------------------------------------------
9675080443 lazy loading failure doesn't clean up after itself (D)
9686226206 ld.so.1 failure when processing single segment hwcap filtee
9696228472 ld.so.1: link-map control list stacking can loose objects
9706235000 random packages not getting installed in snv_09 and snv_10 -
971	rtld/common/malloc.c Assertion
9726219317 Large page support is needed for mapping executables, libraries and
973	files (link-editor components only)
9746244897 ld.so.1 can't run apps from commandline
9756251798 moe(1) returns an internal assertion failure message in some
976	circumstances
9776251722 ld fails silently with exit 1 status when -z ignore passed
9786254364 ld won't build libgenunix.so with absolute relocations
9796215444 ld.so.1 caches "not there" lazy libraries, foils svc.startd(1M)'s logic
9806222525 dlsym(3C) trusts caller(), which may return wrong results with tail call
981	optimization
9826241995 warnings in sgs should be fixed (link-editor components only)
9836258834 direct binding availability should be verified at runtime
9846260361 lari shouldn't count a.out non-zero undefined entries as interesting
9856260780 ldd doesn't recognize LD_NOAUXFLTR
9866266261 Add ld(1) -Bnodirect support (D)
9876261990 invalid e_flags error could be a little more friendly
9886261803 lari(1) should find more events uninteresting (D)
9896267352 libld_malloc provides inadequate alignment
9906268693 SHN_SUNW_IGNORE symbols should be allowed to be mulitiply defined
9916262789 Infosys wants a faster linker
992--------------------------------------------------------------------------------
993All the above change is incorporated in the following patches:
994    Solaris/SunOS 5.10_sparc	patch T117461-03
995    Solaris/SunOS 5.10_x86	patch T118345-03
996    Solaris/SunOS 5.9_sparc	patch T112963-21
997    Solaris/SunOS 5.9_x86	patch T113986-17
998    Solaris/SunOS 5.8_sparc	patch T109147-36
999    Solaris/SunOS 5.8_x86	patch T109148-36
1000--------------------------------------------------------------------------------
10016283601 The usr/src/cmd/sgs/packages/common/copyright contains old information
1002	legally problematic
10036276905 dlinfo gives inconsistent results (relative vs absolute linkname) (D)
1004	PSARC/2005/357 dlinfo(3c) RTLD_DI_ARGSINFO
10056284941 excessive link times with many groups/sections
10066280467 dlclose() unmaps shared library before library's _fini() has finished
10076291547 ld.so mishandles LD_AUDIT causing security problems.
1008--------------------------------------------------------------------------------
1009All the above change is incorporated in the following patches:
1010    Solaris/SunOS 5.10_sparc	patch T117461-04
1011    Solaris/SunOS 5.10_x86	patch T118345-04
1012    Solaris/SunOS 5.9_sparc	patch T112963-22
1013    Solaris/SunOS 5.9_x86	patch T113986-18
1014    Solaris/SunOS 5.8_sparc	patch T109147-37
1015    Solaris/SunOS 5.8_x86	patch T109148-37
1016--------------------------------------------------------------------------------
10176295971 UNIX98/UNIX03 *vsx* DYNL.hdr/misc/dlfcn/T.dlfcn 14 fails, auxv.h syntax
1018	error
10196299525 .init order failure when processing cycles
10206273855 gcc and sgs/crle don't get along
10216273864 gcc and sgs/libld don't get along
10226273875 gcc and sgs/rtld don't get along
10236272563 gcc and amd64/krtld/doreloc.c don't get along
10246290157 gcc and sgs/librtld_db/rdb_demo don't get along
10256301218 Matlab dumps core on startup when running on 112963-22  (D)
1026--------------------------------------------------------------------------------
1027All the above change is incorporated in the following patches:
1028    Solaris/SunOS 5.9_sparc	patch T112963-23
1029    Solaris/SunOS 5.9_x86	patch T113986-19
1030    Solaris/SunOS 5.8_sparc	patch T109147-38
1031    Solaris/SunOS 5.8_x86	patch T109148-38
1032--------------------------------------------------------------------------------
10336314115 Checkpoint refuses to start, crashes on start, after application of
1034	linker patch 112963-22
1035--------------------------------------------------------------------------------
1036All the above change is incorporated in the following patches:
1037    Solaris/SunOS 5.9_sparc	patch T112963-24
1038    Solaris/SunOS 5.9_x86	patch T113986-20
1039    Solaris/SunOS 5.8_sparc	patch T109147-39
1040    Solaris/SunOS 5.8_x86	patch T109148-39
1041--------------------------------------------------------------------------------
10426318306 a dlsym() from a filter should be redirected to an associated filtee
10436318401 mis-aligned TLS variable
10446324019 ld.so.1: malloc alignment is insufficient for new compilers
10456324589 psh coredumps on x86 machines on snv_23
10466236594 AMD64: Linker needs to handle the new .lbss section (D)
1047PSARC 2005/514 - AMD64 - large section support
10486314743 Linker: incorrect resolution for R_AMD64_GOTPC32
10496311865 Linker: x86 medium model; invalid ELF program header
1050--------------------------------------------------------------------------------
1051All the above change is incorporated in the following patches:
1052    Solaris/SunOS 5.10_sparc	patch T117461-07
1053    Solaris/SunOS 5.10_x86	patch T118345-11
1054--------------------------------------------------------------------------------
10556309061 link_audit should use __asm__ with gcc
10566310736 gcc and sgs/libld don't get along on SPARC
10576329796 Memory leak with iconv_open/iconv_close with patch 109147-33
10586332983 s9 linker patches 112963-24/113986-20 causing cluster machines not
1059	to boot
10606340814 ld.so.1 core dump with HWCAP relocatable object + updated statistics
1061--------------------------------------------------------------------------------
1062All the above change is 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--------------------------------------------------------------------------------
10706307274 crle bug with LD_LIBRARY_PATH
1071