[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #17647] glibc: GCC 4.1
From: |
Thomas Schwinge |
Subject: |
[bug #17647] glibc: GCC 4.1 |
Date: |
Sun, 19 Nov 2006 22:59:29 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1) Gecko/20060601 Firefox/2.0 (Ubuntu-edgy) |
Follow-up Comment #4, bug #17647 (project hurd):
And indeed: reverting the following makes the `libc.so' again work with GCC
4.1. Probably reverting the similar ones will be needed for non-shared
stuff, which I didn't test so far.
| #v+
| [...]
| void
| -_dl_init_first (int argc, ...)
| +_dl_init_first (void)
| {
| first_init ();
|
| - init (&argc);
| + init ((int *) __builtin_frame_address (0) + 2);
| }
| [...]
| #v-
So, how can this be explained?
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?17647>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/