This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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

Re: A csu/initfini.c patch for glibc 2.2.


On Sun, May 07, 2000 at 05:02:46PM -0700, Ulrich Drepper wrote:
> "H . J . Lu" <hjl@valinux.com> writes:
> 
> > Due to the circumstances under ia64, we have to use an initfini.c
> > written by hand. This patch will support the platform dependent
> > initfini.c.
> 
> I've added the patch now.  Thanks,
> 

Could you please also apply this? I am enclosing the diff between
sysdeps/generic/abi-note.S and sysdeps/ia64/elf/abi-note.S here.


H.J.
----
2000-05-07  H.J. Lu  <hjl@gnu.org>

	* csu/abi-note.S: Moved to ...
	* sysdeps/generic/abi-note.S: Here.

--- sysdeps/generic/abi-note.S	Wed Nov  3 16:54:16 1999
+++ sysdeps/ia64/elf/abi-note.S	Wed Nov  3 16:54:20 1999
@@ -60,6 +60,10 @@ offset	length	contents	
    name begins with `.note' and creates a PT_NOTE program header entry
    pointing at it. */
 
+        .psr abi64
+        .psr lsb
+        .lsb
+
 	.section ".note.ABI-tag", "a"
 	.align 4
 	.long 1f - 0f		/* name length */

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