A csu/initfini.c patch for glibc 2.2.

H . J . Lu hjl@valinux.com
Sun May 7 17:13:00 GMT 2000


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 */


More information about the Libc-hacker mailing list