public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: jakub@gcc.gnu.org
To: jakub@gcc.gnu.org
Cc: gcc-prs@gcc.gnu.org,
Subject: target/6429
Date: Wed, 08 May 2002 16:26:00 -0000	[thread overview]
Message-ID: <20020508232601.2466.qmail@sources.redhat.com> (raw)

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
 


             reply	other threads:[~2002-05-08 23:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-08 16:26 jakub [this message]
2002-05-09 14:06 target/6429 jakub

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020508232601.2466.qmail@sources.redhat.com \
    --to=jakub@gcc.gnu.org \
    --cc=gcc-prs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).