This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Fix linking C executables/shared libraries which use __attribute__((cleanup ())) (take 2)


On Sat, Mar 27, 2004 at 02:50:02PM +0100, Jakub Jelinek wrote:
> For 3.4/3.3 as well (bootstrapped/regtested in 3.4 on x86_64-redhat-linux
> so far)?

Actually further testing on gcc 3.3 revealed a problem: when using a stageN/
compiler -lgcc_s couldn't be found, if the same version of the compiler
hasn't been installed.
So below are new patches which copy libgcc_s*.so to stageN/ directories
(both gcc-3_3-branch and gcc-3_4-branch versions).
Ok?

	Jakub

Attachment: gcc34-as-needed.patch
Description: Text document

Attachment: gcc33-as-needed.patch
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]