SUNWonld-README revision 2043:cce0c9bf5c8d
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 (the "License").
10# You may not use this file except in compliance with the License.
11#
12# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
13# or http://www.opensolaris.org/os/licensing.
14# See the License for the specific language governing permissions
15# and limitations under the License.
16#
17# When distributing Covered Code, include this CDDL HEADER in each
18# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
19# If applicable, add the following below this CDDL HEADER, with the
20# fields enclosed by brackets "[]" replaced with your own identifying
21# information: Portions Copyright [yyyy] [name of copyright owner]
22#
23# CDDL HEADER END
24#
25# Note: The '#ident' on the first line is also the key to
26#	the versioning information for the SGS toolset.  It must
27#	be maintained in the 'ident' form, and on the first 10 lines
28#	of the readme.  If it is ever updated, you must also update
29#	libconv/common/bld_vernote.ksh.  See bug#4519569 for more
30#	details on SGS versioning.
31#
32--------------------------------------------------------------------------------
33SUNWonld - link-editors development package.
34--------------------------------------------------------------------------------
35
36  The SUNWonld package is an internal development package containing the
37  link-editors and some related tools.  All components live in the OSNET
38  source base, but not all components are delivered as part of the normal
39  OSNET consolidation.  The intent of this package is to provide access
40  to new features/bugfixes before they become generally available.
41
42  General link-editor information can be found:
43
44    http://linkers.eng/
45
46  Comments and Questions:
47
48    Contact Rod Evans, Mike Walker and/or Seizo Sakurai.
49
50  Warnings:
51
52    The postremove script for this package employs /usr/sbin/static/mv,
53    and thus, besides the common core dependencies, this package also
54    has a dependency on the SUNWsutl package.
55
56  Patches:
57
58    If the patch has been made official, you'll find it in:
59
60	http://sunsolve.Ebay.Sun.COM/cgi/show.pl?target=patches/os-patches
61
62    If it hasn't been released, the patch will be in:
63
64	/net/sunsoftpatch/patches/temporary
65
66    Note, any patches logged here refer to the temporary ("T") name, as we
67    never know when they're made official, and although we try to keep all
68    patch information up-to-date the real status of any patch can be
69    determined from:
70
71	http://sunsoftpatch.eng
72
73    If it has been obsoleted, the patch will be in:
74    
75        /net/on${RELEASE}-patch/on${RELEASE}/patches/${MACH}/obsolete
76
77
78  History:
79
80    Note, starting after Solaris 10, a (D) following the bug synopsis indicates
81    that a documentation change accompanies the implementation change.  See the
82    implementation bug report for details.
83
84    The following bug fixes exist in the OSNET consolidation workspace
85    from which this package is created:
86
87---------
88Solaris 8
89---------
90Bugid   Risk Synopsis
91================================================================================
924225937 i386 linker emits sparc specific warning messages
934215164 shf_order flag handling broken by fix for 4194028.
944215587 using ld and the -r option on solaris 7 with compiler option -xarch=v9
95	causes link errors.
964234657 103627-08 breaks purify 4.2 (plt padding should not be enabled for
97	32-bit)
984235241 dbx no longer gets dlclose notification.
99--------------------------------------------------------------------------------
100All the above changes are incorporated in the following patches:
101	Solaris/SunOS 5.7_sparc		patch 106950-05  (never released)
102	Solaris/SunOS 5.7_x86		patch 106951-05  (never released)
103	Solaris/SunOS 5.6_sparc		patch 107733-02  (never released)
104	Solaris/SunOS 5.6_x86		patch 107734-02
105--------------------------------------------------------------------------------
1064248290 inetd dumps core upon bootup - failure in dlclose() logic.
1074238071 dlopen() leaks while descriptors under low memory conditions
108--------------------------------------------------------------------------------
109All the above changes are incorporated in the following patches:
110	Solaris/SunOS 5.7_sparc		patch 106950-06
111	Solaris/SunOS 5.7_x86		patch 106951-06
112	Solaris/SunOS 5.6_sparc		patch 107733-03  (never released)
113	Solaris/SunOS 5.6_x86		patch 107734-03
114--------------------------------------------------------------------------------
1154267980 INITFIRST flag of the shard object could be ignored.
116--------------------------------------------------------------------------------
117All the above changes plus:
118    4238973 fix for 4121152 affects linking of Ada objects
119    4158744 patch 103627-02 causes core when RPATH has blank entry and
120	    dlopen/dlclose is used
121are incorporated in the following patches:
122	Solaris/SunOS 5.5.1_sparc	patch 103627-12  (never released)	
123	Solaris/SunOS 5.5.1_x86		patch 103628-11
124--------------------------------------------------------------------------------
1254256518 miscalculated calloc() during dlclose/tsorting can result in segv
1264254171 DT_SPARC_REGISTER has invalid value associated with it.
127--------------------------------------------------------------------------------
128All the above changes are incorporated in the following patches:
129	Solaris/SunOS 5.7_sparc		patch 106950-07
130	Solaris/SunOS 5.7_x86		patch 106951-07
131	Solaris/SunOS 5.6_sparc		patch 107733-04  (never released)
132	Solaris/SunOS 5.6_x86		patch 107734-04
133--------------------------------------------------------------------------------
1344293159 ld needs to combine sections with and without SHF_ORDERED flag(comdat)
1354292238 linking a library which has a static char ptr invokes mprotect() call
136--------------------------------------------------------------------------------
137All the above changes except for:
138    4256518 miscalculated calloc() during dlclose/tsorting can result in segv
139    4254171 DT_SPARC_REGISTER has invalid value associated with it.
140plus:
141    4238973 fix for 4121152 affects linking of Ada objects
142    4158744 patch 103627-02 causes core when RPATH has blank entry and
143	    dlopen/dlclose is used
144are incorporated in the following patches:
145	Solaris/SunOS 5.5.1_sparc	patch 103627-13	
146	Solaris/SunOS 5.5.1_x86		patch 103628-12
147--------------------------------------------------------------------------------
148All the above changes are incorporated in the following patches:
149	Solaris/SunOS 5.7_sparc		patch 106950-08
150	Solaris/SunOS 5.7_x86		patch 106951-08
151	Solaris/SunOS 5.6_sparc		patch 107733-05
152	Solaris/SunOS 5.6_x86		patch 107734-05
153--------------------------------------------------------------------------------
1544295613 COMMON symbol resolution can be incorrect
155--------------------------------------------------------------------------------
156All the above changes plus:
157    4238973 fix for 4121152 affects linking of Ada objects
158    4158744 patch 103627-02 causes core when RPATH has blank entry and
159	    dlopen/dlclose is used
160are incorporated in the following patches:
161	Solaris/SunOS 5.5.1_sparc	patch 103627-14
162	Solaris/SunOS 5.5.1_x86		patch 103628-13
163--------------------------------------------------------------------------------
164All the above changes plus:
165    4351197 nfs performance problem by 103627-13
166are incorporated in the following patches:
167	Solaris/SunOS 5.5.1_sparc	patch 103627-15
168	Solaris/SunOS 5.5.1_x86		patch 103628-14
169--------------------------------------------------------------------------------
170All the above changes are incorporated in the following patches:
171	Solaris/SunOS 5.7_sparc		patch 106950-09
172	Solaris/SunOS 5.7_x86		patch 106951-09
173	Solaris/SunOS 5.6_sparc		patch 107733-06
174	Solaris/SunOS 5.6_x86		patch 107734-06
175--------------------------------------------------------------------------------
1764158971 increase the default segment alignment for i386 to 64k
1774064994 Add an $ISALIST token to those understood by the dynamic linker
178xxxxxxx ia64 common code putback
1794239308 LD_DEBUG busted for sparc machines
1804239008 Support MAP_ANON
1814238494 link-auditing extensions required
1824232239 R_SPARC_LOX10 truncates field
1834231722 R_SPARC_UA* relocations are busted
1844235514 R_SPARC_OLO10 relocation fails
1854244025 sgsmsg update
1864239281 need to support SECREL relocations for ia64
1874253751 ia64 linker must support PT_IA_64_UNWIND tables
1884259254 dlmopen mistakenly closes fd 0 (stdin) under certain error conditions
1894260872 libelf hangs when libthread present
1904224569 linker core dumping when profiling specified
1914270937 need mechanism to suppress ld.so.1's use of a default search path.
1921050476 ld.so to permit configuration of search path
1934273654 filtee processing using $ISALIST could be optimized
1944271860 get MERCED cruft out of elf.h
1954248991 Dynamic loader (via PLT) corrupts register G4
1964275754 cannot mmap file: Resource temporarily unavailable
1974277689 The linker can not handle relocation against MOVE tabl
1984270766 atexit processing required on dlclose().
1994279229 Add a "release" token to those understood by the dynamic linker
2004215433 ld can bus error when insufficient disc space exists for output file
2014285571 Pssst, want some free disk space?  ld's miscalculating.
2024286236 ar gives confusing "bad format" error with a null .stab section
2034286838 ld.so.1 can't handle a no-bits segment
2044287364 ld.so.1 runtime configuration cleanup
2054289573 disable linking of ia64 binaries for Solaris8
2064293966 crle(1)'s default directories should be supplied
207
208------------------------------------
209Solaris 8 600 (1st Q-update - s28u1)
210------------------------------------
211Bugid   Risk Synopsis
212================================================================================
2134309212 dlsym can't find symbol
2144311226 rejection of preloading in secure apps is inconsistent
2154312449 dlclose: invalid deletion of dependency can occur using RTLD_GLOBAL
216--------------------------------------------------------------------------------
217All the above changes are incorporated in the following patches:
218	Solaris/SunOS 5.8_sparc		patch 109147-01
219	Solaris/SunOS 5.8_x86		patch 109148-01
220	Solaris/SunOS 5.7_sparc		patch 106950-10
221	Solaris/SunOS 5.7_x86		patch 106951-10
222	Solaris/SunOS 5.6_sparc		patch 107733-07
223	Solaris/SunOS 5.6_x86		patch 107734-07
224--------------------------------------------------------------------------------
225
226------------------------------------
227Solaris 8 900 (2nd Q-update - s28u2)
228------------------------------------
229Bugid   Risk Synopsis
230================================================================================
2314324775 non-PIC code & -zcombreloc don't mix very well...
2324327653 run-time linker should preload tables it will process (madvise)
2334324324	shared object code can be referenced before .init has fired
2344321634 .init firing of multiple INITFIRST objects can fail
235--------------------------------------------------------------------------------
236All the above changes are incorporated in the following patches:
237	Solaris/SunOS 5.8_sparc		patch 109147-03
238	Solaris/SunOS 5.8_x86		patch 109148-03
239	Solaris/SunOS 5.7_sparc		patch 106950-11
240	Solaris/SunOS 5.7_x86		patch 106951-11
241	Solaris/SunOS 5.6_sparc		patch 107733-08
242	Solaris/SunOS 5.6_x86		patch 107734-08
243--------------------------------------------------------------------------------
2444338812 crle(1) omits entries in the directory cache
2454341496 RFE: provide a static version of /usr/bin/crle
2464340878 rtld should treat $ORIGIN like LD_LIBRARY_PATH in security issues
247--------------------------------------------------------------------------------
248All the above changes are incorporated in the following patches:
249	Solaris/SunOS 5.8_sparc		patch 109147-04
250	Solaris/SunOS 5.8_x86		patch 109148-04
251	Solaris/SunOS 5.7_sparc		patch 106950-12
252	Solaris/SunOS 5.7_x86		patch 106951-12
253--------------------------------------------------------------------------------
2544349563 auxiliary filter error handling regression introduced in 4165487
2554355795 ldd -r now gives "displacement relocated" warnings
256--------------------------------------------------------------------------------
257All the above changes are incorporated in the following patches:
258	Solaris/SunOS 5.7_sparc		patch 106950-13
259	Solaris/SunOS 5.7_x86		patch 106951-13
260	Solaris/SunOS 5.6_sparc		patch 107733-09
261	Solaris/SunOS 5.6_x86		patch 107734-09
262--------------------------------------------------------------------------------
2634210412 versioning a static executable causes ld to core dump
2644219652 Linker gives misleading error about not finding main (xarch=v9)
2654103449 ld command needs a command line flag to force 64-bits
2664187211 problem with RDISP32 linking in copy-relocated objects
2674287274 dladdr, dlinfo do not provide the full path name of a shared object
2684297563 dlclose still does not remove all objects.
2694250694 rtld_db needs a new auxvec entry
2704235315 new features for rtld_db (DT_CHECKSUM, dynamic linked .o files
2714303609 64bit libelf.so.1 does not properly implement elf_hash()
2724310901 su.static fails when OSNet build with lazy-loading
2734310324 elf_errno() causes Bus Error(coredump) in 64-bit multithreaded programs
2744306415 ld core dump
2754316531 BCP: possible failure with dlclose/_preexec_exit_handlers
2764313765 LD_BREADTH should be shot
2774318162 crle uses automatic strings in putenv.
2784255943 Description of -t option incomplete.
2794322528 sgs message test infrastucture needs improvement
2804239213 Want an API to obtain linker's search path
2814324134 use of extern mapfile directives can contribute unused symbols
2824322581 ELF data structures could be layed out more efficiently...
2834040628 Unnecessary section header symbols should be removed from .dynsym
2844300018 rtld: bindlock should be freed before calling call_fini()
2854336102 dlclose with non-deletable objects can mishandle dependencies
2864329785 mixing of SHT_SUNW_COMDAT & SHF_ORDERED causes ld to seg fault
2874334617 COPY relocations should be produces for references to .bss symbols
2884248250 relcoation of local ABS symbols incorrect
2894335801 For complimentary alignments eliminate ld: warning: symbol `ll'
290        has differing a
2914336980 ld.so.1 relative path processing revisited
2924243097 dlerror(3DL) is not affected by setlocale(3C).
2934344528 dump should remove -D and -l usage message
294xxxxxxx	enable LD_ALTEXEC to access alternate link-editor
295--------------------------------------------------------------------------------
296All the above changes are incorporated in the following patches:
297	Solaris/SunOS 5.8_sparc		patch 109147-06
298	Solaris/SunOS 5.8_x86		patch 109148-06
299--------------------------------------------------------------------------------
300
301------------------------------------
302Solaris 8 101 (3rd Q-update - s28u3)
303------------------------------------
304Bugid   Risk Synopsis
305================================================================================
3064346144 link-auditing: plt_tracing fails if LA_SYMB_NOPLTENTER given after
307        being bound
3084346001 The ld should support mapfile syntax to generate PT_SUNWSTACK segment
3094349137 rtld_db: A third fallback method for locating the linkmap
3104343417 dladdr interface information inadequate
3114343801 RFE: crle(1): provide option for updating configuration files
3124346615 ld.so.1 attempting to open a directory gives: No such device
3134352233 crle should not honor umask
3144352330 LD_PRELOAD cannot use absolute path for privileged program
3154357805 RFE: man page for ld(1) does not document all -z or -B options in
316	Solaris 8 9/00
3174358751 ld.so.1: LD_XXX environ variables and LD_FLAGS should be synchronized.
3184358862 link editors should reference "64" symlinks instead of sparcv9 (ia64).
3194356879 PLTs could use faster code sequences in some cases
3204367118 new fast baplt's fail when traversed twice in threaded application
3214366905 Need a way to determine path to a shared library
3224351197 nfs performance problem by 103627-13
3234367405 LD_LIBRARY_PATH_64 not being used
3244354500 SHF_ORDERED ordered scections does not properly sort sections
3254369068 ld(1)'s weak symbol processing is inefficient (slow and doesn't scale).
326--------------------------------------------------------------------------------
327All the above changes are incorporated in the following patches:
328	Solaris/SunOS 5.8_sparc		patch 109147-07
329	Solaris/SunOS 5.8_x86		patch 109148-07
330	Solaris/SunOS 5.7_sparc		patch 106950-14
331	Solaris/SunOS 5.7_x86		patch 106951-14
332--------------------------------------------------------------------------------
333
334------------------------------------
335Solaris 8 701 (5th Q-update - s28u5)
336------------------------------------
337Bugid   Risk Synopsis
338================================================================================
3394368846 ld(1) fails to version some interfaces given in a mapfile
3404077245 dump core dump on null pointer.
3414372554 elfdump should demangle symbols (like nm, dump)
3424371114 dlclose may unmap a promiscuous object while it's still in use.
3434204447 elfdump should understand SHN_AFTER/SHN_BEGIN macro
3444377941 initialization of interposers may not occur
3454381116 ldd/ld.so.1 could aid in detecting unused dependencies
3464381783 dlopen/dlclose of a libCrun+libthread can dump core
3474385402 linker & run-time linker must support gABI ELF updates
3484394698 ld.so.1 does not process DF_SYMBOLIC - not gABI conforming
3494394212 the link editor quietly ignores missing support libraries
3504390308 ld.so.1 should provide more flexibility LD_PRELOAD'ing 32-bit/64-bit
351	objects
3524401232 crle(1) could provide better flexibility for alternatives
3534401815 fix misc nits in debugging output...
3544402861 cleanup /usr/demo/link_audit & /usr/tmp/librtld_db demo source code...
3554393044 elfdump should allow raw dumping of sections
3564413168 SHF_ORDERED bit causes linker to generate a separate section
357--------------------------------------------------------------------------------
358All the above changes are incorporated in the following patches:
359	Solaris/SunOS 5.8_sparc		patch 109147-08
360	Solaris/SunOS 5.8_x86		patch 109148-08
361--------------------------------------------------------------------------------
3624452202 Typos in <sys/link.h>
3634452220 dump doesn't support RUNPATH
364--------------------------------------------------------------------------------
365All the above changes are incorporated in the following patches:
366	Solaris/SunOS 5.8_sparc		patch 109147-09
367	Solaris/SunOS 5.8_x86		patch 109148-09
368--------------------------------------------------------------------------------
369
370-------------------------------------
371Solaris 8 1001 (6th Q-update - s28u6)
372-------------------------------------
373Bugid   Risk Synopsis
374================================================================================
3754421842 fixups in SHT_GROUP processing required...
3764450433 problem with liblddbg output on -Dsection,detail when
377        processing SHF_LINK_ORDER
378--------------------------------------------------------------------------------
379All the above changes are incorporated in the following patches:
380	Solaris/SunOS 5.8_sparc		patch 109147-10
381	Solaris/SunOS 5.8_x86		patch 109148-10
382	Solaris/SunOS 5.7_sparc		patch 106950-15
383	Solaris/SunOS 5.7_x86		patch 106951-15
384--------------------------------------------------------------------------------
3854463473 pldd showing wrong output
386--------------------------------------------------------------------------------
387All the above changes are incorporated in the following patches:
388	Solaris/SunOS 5.8_sparc		patch 109147-11
389	Solaris/SunOS 5.8_x86		patch 109148-11
390--------------------------------------------------------------------------------
391
392------------------------------------
393Solaris 8 202 (7th Q-update - s28u7)
394------------------------------------
395Bugid   Risk Synopsis
396================================================================================
3974488954 ld.so.1 reuses same buffer to send ummapping range to
398	_preexec_exit_handlers()
399--------------------------------------------------------------------------------
400All the above changes are incorporated in the following patches:
401	Solaris/SunOS 5.8_sparc		patch 109147-12
402	Solaris/SunOS 5.8_x86		patch 109148-12
403--------------------------------------------------------------------------------
404
405
406---------
407Solaris 9
408---------
409Bugid   Risk Synopsis
410================================================================================
4114505289 incorrect handling of _START_ and _END_
4124506164 mcs does not recognize #linkbefore or #linkafter qualifiers
4134447560 strip is creating unexecutable files...
4144513842 library names not in ld.so string pool cause corefile bugs
415--------------------------------------------------------------------------------
416All the above changes are incorporated in the following patches:
417	Solaris/SunOS 5.8_sparc		patch 109147-13
418	Solaris/SunOS 5.8_x86		patch 109148-13
419	Solaris/SunOS 5.7_sparc		patch 106950-16
420	Solaris/SunOS 5.7_x86		patch 106951-16
421--------------------------------------------------------------------------------
4224291384 ld -M with a mapfile does not properly align Fortran REAL*8 data
4234413322 SunOS 5.9 librtld_db doesn't show dlopened ".o" files anymore?
4244429371 librtld_db busted on ia32 with SC6.x compilers...
4254418274 elfdump dumps core on invalid input
4264432224 libelf xlate routines are out of date
4274433643 Memory leak using dlopen()/dlclose() in Solaris 8
4284446564 ldd/lddstub - core dump conditions
4294446115 translating SUNW_move sections is broken
4304450225 The rdb command can fall into an infinite loop
4314448531 Linker Causes Segmentation Fault
4324453241 Regression in 4291384 can result in empty symbol table.
4334453398 invalid runpath token can cause ld to spin.
4344460230 ld (for OS 5.8 and 5.9) loses error message
4354462245 ld.so.1 core dumps when executed directly...
4364455802 need more flexibility in establishing a support library for ld
4374467068 dyn_plt_entsize not properly initialized in ld.so.1
4384468779 elf_plt_trace_write() broken on i386 (link-auditing)
4394465871 -zld32 and -zld64 does not work the way it should
4404461890 bad shared object created with -zredlocsym
4414469400 ld.so.1: is_so_loaded isn't as efficient as we thought...
4424469566 lazy loading fallback can reference un-relocated objects
4434470493 libelf incorectly translates NOTE sections accross architectures...
4444469684 rtld leaks dl_handles and permits on dlopen/dlclose
4454475174 ld.so.1 prematurly reports the failure to load a object...
4464475514 ld.so.1 can core dump in memory allocation fails (no swap)
4474481851 Setting ld.so.1 environment variables globally would be useful
4484482035 setting LD_PROFILE & LD_AUDIT causes ping command to issue warnings
449	on 5.8
4504377735 segment reservations cause sbrk() to fail
4514491434 ld.so.1 can leak file-descriptors when loading same named objects
4524289232 some of warning/error/debugging messages from libld.so can be revised
4534462748 Linker Portion of TLS Support
4544496718 run-time linkers mutex_locks not working with ld_libc interface
4554497270 The -zredlocsym option should not eliminate partially initialized local symbols
4564496963 dumping an object with crle(1) that uses $ORIGIN can loose its
457	dependencies 
4584499413 Sun linker orders of magnitude slower than gnu linker
4594461760 lazy loading libXm and libXt can fail.
4604469031 The partial initialized (local) symbols for intel platform is not
461	working.
4624492883 Add link-editor option to multi-pass archives to resolve unsatisfied
463	symbols
4644503731 linker-related commands misspell "argument"
4654503768 whocalls(1) should output messages to stderr, not stdout
4664503748 whocalls(1) usage message and manpage could be improved
4674503625 nm should be taught about TLS symbols - that they aren't allowed that is
4684300120 segment address validation is too simplistic to handle segment reservations
4694404547 krtld/reloc.h could have better error message, has typos
4704270931 R_SPARC_HIX22 relocation is not handled properly
4714485320 ld needs to support more the 32768 PLTs
4724516434 sotruss can not watch libc_psr.so.1
4734213100 sotruss could use more flexible pattern matching
4744503457 ld seg fault with comdat
4754510264 sections with SHF_TLS can come in different orders...
4764518079 link-editor support library unable to modify section header flags
4774515913 ld.so.1 can incorrectly decrement external reference counts on dlclose()
4784519569 ld -V does not return a interesting value...
4794524512 ld.so.1 should allow alternate termination signals
4804524767 elfdump dies on bogus sh_name fields...
4814524735 ld getopt processing of '-' changed
4824521931 subroutine in a shared object as LOCL instead of GLOB
483--------------------------------------------------------------------------------
484All the above changes are incorporated in the following patches:
485	Solaris/SunOS 5.8_sparc		patch 109147-14
486	Solaris/SunOS 5.8_x86		patch 109148-14
487	Solaris/SunOS 5.7_sparc		patch 106950-17
488	Solaris/SunOS 5.7_x86		patch 106951-17
489--------------------------------------------------------------------------------
4904532729 tentative definition of TLS variable causes linker to dump core
4914526745 fixup ld error message about duplicate dependencies/needed names
4924522999 Solaris linker one order of magnitude slower than GNU linker
4934518966 dldump undoes existing relocations with no thought of alignment or size.
4944587441 Certain libraries have race conditions when setting error codes
4954523798 linker option to align bss to large pagesize alignments.
4964524008 ld can improperly set st_size of symbols named "_init" or "_fini"
4974619282 ld cannot link a program with the option -sb
4984620846 Perl Configure probing broken by ld changes
4994621122 multiple ld '-zinitarray=' on a commandline fails
500--------------------------------------------------------------------------------
501	Solaris/SunOS 5.8_sparc		patch 109147-15
502	Solaris/SunOS 5.8_x86		patch 109148-15
503	Solaris/SunOS 5.7_sparc		patch 106950-18
504	Solaris/SunOS 5.7_x86		patch 106951-18
505	Solaris/SunOS 5.6_sparc		patch 107733-10
506	Solaris/SunOS 5.6_x86		patch 107734-10
507--------------------------------------------------------------------------------
508All the above changes plus:
509	4616944 ar seg faults when order of object file is reversed.
510are incorporated in the following patches:
511	Solaris/SunOS 5.8_sparc		patch 109147-16
512	Solaris/SunOS 5.8_x86		patch 109148-16
513--------------------------------------------------------------------------------
514All the above changes plus:
515	4872634 Large LD_PRELOAD values can cause SEGV of process
516are incorporated in the following patches:
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 changes plus:
677	4796237 RFE: link-editor became extremely slow with patch 109147-20 and
678		static libraries
679are 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 10 106 (1st Q-update - s10u1)
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 changes are 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 changes are 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 changes are 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 changes are 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 changes are 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 changes are 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
1060--------------------------------------------------------------------------------
1061All the above changes are incorporated in the following patches:
1062    Solaris/SunOS 5.10_sparc	patch T117461-08
1063    Solaris/SunOS 5.10_x86	patch T121208-02
1064    Solaris/SunOS 5.9_sparc	patch T112963-25
1065    Solaris/SunOS 5.9_x86	patch T113986-21
1066    Solaris/SunOS 5.8_sparc	patch T109147-40
1067    Solaris/SunOS 5.8_x86	patch T109148-40
1068--------------------------------------------------------------------------------
1069
1070--------------
1071Solaris Nevada
1072--------------
1073Bugid   Risk Synopsis
1074================================================================================
10756340814 ld.so.1 core dump with HWCAP relocatable object + updated statistics
10766307274 crle bug with LD_LIBRARY_PATH
10776317969 elfheader limited to 65535 segments (link-editor components only)
10786350027 ld.so.1 aborts with assertion failed on amd64
10796362044 ld(1) inconsistencies with LD_DEBUG=-Dunused and -zignore
10806362047 ld.so.1 dumps core when combining HWCAP and LD_PROFILE
10816304206 runtime linker may respect LANG and LC_MESSAGE more than LC_ALL
10826363495	Catchup required with Intel relocations
10836326497 ld.so not properly processing LD_LIBRARY_PATH ending in :
10846307146 mcs dumps core when appending null string to comment section
10856371877 LD_PROFILE_64 with gprof does not produce correct results on amd64
10866372082 ld -r erroneously creates .got section on i386
10876201866 amd64: linker symbol elimination is broken
10886372620 printstack() segfaults when called from static function 
10896380470 32-bit ld(1) incorrectly builds 64-bit relocatable objects
10906391407 Insufficient alignment of 32-bit object in archive makes ld segfault
1091        (libelf component only)
10926316708 LD_DEBUG should provide a means of identifying/isolating individual
1093        link-map lists
10946280209 elfdump cores on memory model 0x3
10956197234 elfdump and dump don't handle 64-bit symbols correctly
10966398893 Extended section processing needs some work
10976397256 ldd dumps core in elf_fix_name
10986327926 ld does not set etext symbol correctly for AMD64 medium model (D)
10996390410 64-bit LD_PROFILE can fail: relocation error when binding profile plt
11006382945 AMD64-GCC: dbx: internal error: dwarf reference attribute out of bounds
11016262333 init section of .so dlopened from audit interface not being called
11026409613 elf_outsync() should fsync()
11036174390 crle configuration files are inconsistent across platforms (D)
11046426048 C++ exceptions broken in Nevada for amd64
11056429418 ld.so.1: need work-around for Nvidia drivers use of static TLS
1106