public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* target/6429
@ 2002-05-08 16:26 jakub
  0 siblings, 0 replies; 2+ messages in thread
From: jakub @ 2002-05-08 16:26 UTC (permalink / raw)
  To: jakub; +Cc: gcc-prs

The following reply was made to PR target/6429; it has been noted by GNATS.

From: jakub@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: target/6429
Date: 8 May 2002 23:18:40 -0000

 CVSROOT:	/cvs/gcc
 Module name:	egcs
 Branch: 	gcc-3_1-branch
 Changes by:	jakub@gcc.gnu.org	2002-05-08 16:18:40
 
 Modified files:
 	gcc            : ChangeLog 
 	gcc/testsuite  : ChangeLog 
 	libstdc++-v3   : ChangeLog 
 	libjava        : ChangeLog 
 	gcc/config/i386: t-linux64 
 	gcc/config/sparc: t-linux64 t-sol2-64 
 	gcc/config     : t-slibgcc-elf-ver t-slibgcc-sld 
 	gcc/testsuite/lib: g77.exp g++.exp objc.exp 
 	gcc            : Makefile.in mklibgcc.in 
 	libjava/testsuite/lib: libjava.exp 
 	libstdc++-v3/testsuite/lib: libstdc++-v3-dg.exp 
 
 Log message:
 	PR target/6429
 	* Makefile.in (libgcc.mk): Pass SHLIB_SLIBDIR_SUFFIXES to mklibgcc.
 	* mklibgcc.in: If SHLIB_SLIBDIR_SUFFIXES is defined, put libgcc_s
 	shared libraries into multilib dirs, with SONAME libgcc_s.so.1 for
 	base multilibs.
 	* config/t-slibgcc-elf-ver (SHLIB_LINK): Adjust for the above.
 	* config/t-slibgcc-sld (SHLIB_LINK): Likewise.
 	* config/i386/t-linux64 (SHLIB_SLIBDIR_SUFFIXES): Define.
 	* config/sparc/t-linux64 (SHLIB_SLIBDIR_SUFFIXES): Define.
 	* config/sparc/t-sol2-64 (SHLIB_SLIBDIR_SUFFIXES): Define.
 	
 	* lib/g77.exp (g77_link_flags): Append all multilib dirs containing
 	libgcc_s*.so.1 below gcc object dir to LD_LIBRARY_PATH.
 	* lib/g++.exp (g++_link_flags): Likewise.
 	* lib/objc.exp (objc_target_compile): Likewise.
 	
 	* testsuite/lib/libstdc++-v3-dg.exp (libstdc++-v3-init): Append all
 	multilib dirs containing libgcc_s*.so.1 below gcc object dir to
 	LD_LIBRARY_PATH.
 	
 	* testsuite/lib/libjava.exp (libjava_arguments): Append all
 	multilib dirs containing libgcc_s*.so.1 below gcc object dir to
 	LD_LIBRARY_PATH.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.13152.2.515&r2=1.13152.2.516
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.1672.2.130&r2=1.1672.2.131
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.1057.2.101&r2=1.1057.2.102
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libjava/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.1197.2.113&r2=1.1197.2.114
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/config/i386/t-linux64.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.1.10.1&r2=1.1.10.2
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/config/sparc/t-linux64.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.6&r2=1.6.8.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/config/sparc/t-sol2-64.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.2&r2=1.2.44.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/config/t-slibgcc-elf-ver.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.2.18.1&r2=1.2.18.2
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/config/t-slibgcc-sld.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.2&r2=1.2.18.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/lib/g77.exp.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.12.2.1&r2=1.12.2.2
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/lib/g++.exp.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.24.14.1&r2=1.24.14.2
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/lib/objc.exp.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.11.8.1&r2=1.11.8.2
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/Makefile.in.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.830.2.13&r2=1.830.2.14
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/mklibgcc.in.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.37.4.6&r2=1.37.4.7
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libjava/testsuite/lib/libjava.exp.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.33.2.3&r2=1.33.2.4
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/testsuite/lib/libstdc++-v3-dg.exp.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.13.2.1&r2=1.13.2.2
 


^ permalink raw reply	[flat|nested] 2+ messages in thread

* target/6429
@ 2002-05-09 14:06 jakub
  0 siblings, 0 replies; 2+ messages in thread
From: jakub @ 2002-05-09 14:06 UTC (permalink / raw)
  To: jakub; +Cc: gcc-prs

The following reply was made to PR target/6429; it has been noted by GNATS.

From: jakub@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: target/6429
Date: 9 May 2002 21:01:55 -0000

 CVSROOT:	/cvs/gcc
 Module name:	egcs
 Changes by:	jakub@gcc.gnu.org	2002-05-09 14:01:55
 
 Modified files:
 	gcc            : ChangeLog 
 	gcc/testsuite  : ChangeLog 
 	libstdc++-v3   : ChangeLog 
 	libjava        : ChangeLog 
 	gcc/config/sparc: t-linux64 t-sol2-64 
 	gcc/config     : t-slibgcc-sld t-slibgcc-elf-ver 
 	gcc/testsuite/lib: g77.exp g++.exp objc.exp 
 	gcc            : Makefile.in mklibgcc.in 
 	libstdc++-v3/testsuite/lib: libstdc++-v3-dg.exp 
 	libjava/testsuite/lib: libjava.exp 
 
 Log message:
 	PR target/6429
 	* Makefile.in (libgcc.mk): Pass SHLIB_SLIBDIR_SUFFIXES to mklibgcc.
 	* mklibgcc.in: If SHLIB_SLIBDIR_SUFFIXES is defined, put libgcc_s
 	shared libraries into multilib dirs, with SONAME libgcc_s.so.1 for
 	base multilibs.
 	* config/t-slibgcc-elf-ver (SHLIB_LINK): Adjust for the above.
 	* config/t-slibgcc-sld (SHLIB_LINK): Likewise.
 	* config/i386/t-linux64 (SHLIB_SLIBDIR_SUFFIXES): Define.
 	* config/sparc/t-linux64 (SHLIB_SLIBDIR_SUFFIXES): Define.
 	* config/sparc/t-sol2-64 (SHLIB_SLIBDIR_SUFFIXES): Define.
 	
 	* lib/g77.exp (g77_link_flags): Append all multilib dirs containing
 	libgcc_s*.so.1 below gcc object dir to LD_LIBRARY_PATH.
 	* lib/g++.exp (g++_link_flags): Likewise.
 	* lib/objc.exp (objc_target_compile): Likewise.
 	
 	* testsuite/lib/libstdc++-v3-dg.exp (libstdc++-v3-init): Append all
 	multilib dirs containing libgcc_s*.so.1 below gcc object dir to
 	LD_LIBRARY_PATH.
 	
 	* testsuite/lib/libjava.exp (libjava_arguments): Append all
 	multilib dirs containing libgcc_s*.so.1 below gcc object dir to
 	LD_LIBRARY_PATH.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.14036&r2=1.14037
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.1867&r2=1.1868
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&r1=1.1189&r2=1.1190
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libjava/ChangeLog.diff?cvsroot=gcc&r1=1.1328&r2=1.1329
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/config/sparc/t-linux64.diff?cvsroot=gcc&r1=1.6&r2=1.7
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/config/sparc/t-sol2-64.diff?cvsroot=gcc&r1=1.2&r2=1.3
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/config/t-slibgcc-sld.diff?cvsroot=gcc&r1=1.2&r2=1.3
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/config/t-slibgcc-elf-ver.diff?cvsroot=gcc&r1=1.3&r2=1.4
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/lib/g77.exp.diff?cvsroot=gcc&r1=1.13&r2=1.14
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/lib/g++.exp.diff?cvsroot=gcc&r1=1.25&r2=1.26
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/lib/objc.exp.diff?cvsroot=gcc&r1=1.12&r2=1.13
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/Makefile.in.diff?cvsroot=gcc&r1=1.869&r2=1.870
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/mklibgcc.in.diff?cvsroot=gcc&r1=1.44&r2=1.45
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/testsuite/lib/libstdc++-v3-dg.exp.diff?cvsroot=gcc&r1=1.15&r2=1.16
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libjava/testsuite/lib/libjava.exp.diff?cvsroot=gcc&r1=1.40&r2=1.41
 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-05-09 21:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-05-08 16:26 target/6429 jakub
2002-05-09 14:06 target/6429 jakub

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).