public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/735] New: stack misaligned for DSO constructors
@ 2005-02-16  4:40 roland at gnu dot org
  2005-02-16 10:58 ` [Bug libc/735] " cvs-commit at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: roland at gnu dot org @ 2005-02-16  4:40 UTC (permalink / raw)
  To: glibc-bugs

This trunk change is needed on the 2.3 branch.

2005-01-21  Jakub Jelinek  <jakub@redhat.com>

	* elf/Makefile: Add rules to build and run tst-align2.
	* elf/tst-align2.c: New test.
	* elf/tst-alignmod2.c: New file.
	* sysdeps/powerpc/tst-stack-align.h: New file.
	* sysdeps/i386/dl-machine.h (RTLD_START): Align stack and clear frame
	pointer before calling _dl_init.
	* sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.

-- 
           Summary: stack misaligned for DSO constructors
           Product: glibc
           Version: 2.3.4
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: roland at gnu dot org
        ReportedBy: roland at gnu dot org
                CC: glibc-bugs at sources dot redhat dot com
OtherBugsDependingO 724
             nThis:


http://sources.redhat.com/bugzilla/show_bug.cgi?id=735

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug libc/735] stack misaligned for DSO constructors
  2005-02-16  4:40 [Bug libc/735] New: stack misaligned for DSO constructors roland at gnu dot org
@ 2005-02-16 10:58 ` cvs-commit at gcc dot gnu dot org
  2005-02-16 11:31 ` cvs-commit at gcc dot gnu dot org
  2005-04-06  0:00 ` roland at gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-02-16 10:58 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-02-16 10:58 -------
Subject: Bug 735

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

Modified files:
	sysdeps/x86_64 : dl-machine.h 
	sysdeps/i386   : dl-machine.h 
	elf            : Makefile 

Log message:
	2005-01-21  Jakub Jelinek  <jakub@redhat.com>
	
	[BZ #735]
	* elf/Makefile: Add rules to build and run tst-align2.
	* elf/tst-align2.c: New test.
	* elf/tst-alignmod2.c: New file.
	* sysdeps/powerpc/tst-stack-align.h: New file.
	* sysdeps/i386/dl-machine.h (RTLD_START): Align stack and clear frame
	pointer before calling _dl_init.
	* sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/x86_64/dl-machine.h.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.26&r2=1.26.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/i386/dl-machine.h.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.128&r2=1.128.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/elf/Makefile.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.287.2.1&r2=1.287.2.2



-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=735

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug libc/735] stack misaligned for DSO constructors
  2005-02-16  4:40 [Bug libc/735] New: stack misaligned for DSO constructors roland at gnu dot org
  2005-02-16 10:58 ` [Bug libc/735] " cvs-commit at gcc dot gnu dot org
@ 2005-02-16 11:31 ` cvs-commit at gcc dot gnu dot org
  2005-04-06  0:00 ` roland at gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-02-16 11:31 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-02-16 11:31 -------
Subject: Bug 735

CVSROOT:	/cvs/glibc
Module name:	libc
Branch: 	glibc-2_3-branch
Changes by:	roland@sources.redhat.com	2005-02-16 11:31:27

Added files:
	elf            : tst-alignmod2.c tst-align2.c 
	sysdeps/powerpc: tst-stack-align.h 

Log message:
	2005-01-21  Jakub Jelinek  <jakub@redhat.com>
	
	[BZ #735]
	* elf/Makefile: Add rules to build and run tst-align2.
	* elf/tst-align2.c: New test.
	* elf/tst-alignmod2.c: New file.
	* sysdeps/powerpc/tst-stack-align.h: New file.
	* sysdeps/i386/dl-machine.h (RTLD_START): Align stack and clear frame
	pointer before calling _dl_init.
	* sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/elf/tst-alignmod2.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/elf/tst-align2.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/powerpc/tst-stack-align.h.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1



-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=735

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug libc/735] stack misaligned for DSO constructors
  2005-02-16  4:40 [Bug libc/735] New: stack misaligned for DSO constructors roland at gnu dot org
  2005-02-16 10:58 ` [Bug libc/735] " cvs-commit at gcc dot gnu dot org
  2005-02-16 11:31 ` cvs-commit at gcc dot gnu dot org
@ 2005-04-06  0:00 ` roland at gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: roland at gnu dot org @ 2005-04-06  0:00 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From roland at gnu dot org  2005-04-05 23:59 -------
These changes are in the 2.3 branch as well as the trunk now.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


http://sources.redhat.com/bugzilla/show_bug.cgi?id=735

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-04-05 23:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-16  4:40 [Bug libc/735] New: stack misaligned for DSO constructors roland at gnu dot org
2005-02-16 10:58 ` [Bug libc/735] " cvs-commit at gcc dot gnu dot org
2005-02-16 11:31 ` cvs-commit at gcc dot gnu dot org
2005-04-06  0:00 ` roland at gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).