Bug 1076 - initfini fixes for newer binutils
Summary: initfini fixes for newer binutils
Status: RESOLVED FIXED
Alias: None
Product: glibc
Classification: Unclassified
Component: libc (show other bugs)
Version: 2.3.5
: P2 normal
Target Milestone: ---
Assignee: Roland McGrath
URL:
Keywords:
Depends on:
Blocks: libc236
  Show dependency treegraph
 
Reported: 2005-07-17 04:57 UTC by Greg Schafer
Modified: 2005-10-17 05:02 UTC (History)
1 user (show)

See Also:
Host:
Target: ia64-linux
Build:
Last reconfirmed: 2005-10-14 23:28:48


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Greg Schafer 2005-07-17 04:57:02 UTC
These trunk changes are needed on the 2.3 branch:

http://sources.redhat.com/ml/glibc-cvs/2005-q1/msg00879.html
http://sources.redhat.com/ml/glibc-cvs/2005-q1/msg00881.html

When using recent binutils, ia64 fails to build without these changes.

Please consider for the branch. Thanks.
Comment 1 Roland McGrath 2005-10-14 23:28:48 UTC
will merge soon
Comment 2 Sourceware Commits 2005-10-16 09:42:05 UTC
Subject: Bug 1076

CVSROOT:	/cvs/glibc
Module name:	libc
Branch: 	glibc-2_3-branch
Changes by:	roland@sources.redhat.com	2005-10-16 09:41:58

Modified files:
	linuxthreads/sysdeps/unix/sysv/linux/ia64: pt-initfini.c 

Log message:
	2005-02-21  H.J. Lu  <hongjiu.lu@intel.com>
	
	[BZ #1076]
	* sysdeps/unix/sysv/linux/ia64/pt-initfini.c: Add local _init
	and _fini labels.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/linuxthreads/sysdeps/unix/sysv/linux/ia64/pt-initfini.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.6&r2=1.6.4.1

Comment 3 Sourceware Commits 2005-10-16 09:42:13 UTC
Subject: Bug 1076

CVSROOT:	/cvs/glibc
Module name:	libc
Branch: 	glibc-2_3-branch
Changes by:	roland@sources.redhat.com	2005-10-16 09:42:06

Modified files:
	sysdeps/ia64/elf: initfini.c 

Log message:
	2005-02-10  H.J. Lu  <hongjiu.lu@intel.com>
	
	[BZ #1076]
	* sysdeps/ia64/elf/initfini.c: Add local _init and _fini labels.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/elf/initfini.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.7&r2=1.7.4.1

Comment 4 Roland McGrath 2005-10-17 05:02:00 UTC
These changes are now in both the trunk and the 2.3 branch.