diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2012-06-23 12:27:58 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2012-06-23 12:27:58 +0200 |
commit | a9fa33ba8b19676ef2ce894c97b8a1f0a486b834 (patch) | |
tree | ba6788faa2eb97c38542f02508ff0ee2c20c8e3a /sysdeps/sh | |
parent | 4b2c8da708024ca9f7a6f86bdb46cb8c0d6df275 (diff) | |
download | glibc-a9fa33ba8b19676ef2ce894c97b8a1f0a486b834.tar glibc-a9fa33ba8b19676ef2ce894c97b8a1f0a486b834.tar.gz glibc-a9fa33ba8b19676ef2ce894c97b8a1f0a486b834.tar.bz2 glibc-a9fa33ba8b19676ef2ce894c97b8a1f0a486b834.zip |
Some missing bits from sysdeps/*/elf dismissal.
This fixes up commits 735095ae9566b2b14e8210e5ed44b3d5b51495f1,
09ae94c11b4309b425fbbfaa095e64cac2ae8cb8, and
ff962fb6a10c46052535d482c889b3a9e5236637.
Diffstat (limited to 'sysdeps/sh')
-rw-r--r-- | sysdeps/sh/init-first.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/sh/init-first.c b/sysdeps/sh/init-first.c index c2e45e4287..f298724c1d 100644 --- a/sysdeps/sh/init-first.c +++ b/sysdeps/sh/init-first.c @@ -48,7 +48,7 @@ init (int *data) #ifdef SHARED /* This function is called to initialize the shared C library. - It is called just before the user _start code from sh/sh[34]/elf/start.S, + It is called just before the user _start code from sh/sh[34]/start.S, with the stack set up as that code gets it. */ /* NOTE! The linker notices the magical name `_init' and sets the DT_INIT |