Bug 1076

Summary: initfini fixes for newer binutils
Product: glibc Reporter: Greg Schafer <gschafer>
Component: libcAssignee: Roland McGrath <roland>
Status: RESOLVED FIXED    
Severity: normal CC: glibc-bugs
Priority: P2    
Version: 2.3.5   
Target Milestone: ---   
Host: Target: ia64-linux
Build: Last reconfirmed: 2005-10-14 23:28:48
Bug Depends on:    
Bug Blocks: 852    

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.