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/mach/hurd | |
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/mach/hurd')
-rw-r--r-- | sysdeps/mach/hurd/i386/static-start.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/mach/hurd/i386/static-start.S b/sysdeps/mach/hurd/i386/static-start.S index e30d226b2c..9c9c7b0fb7 100644 --- a/sysdeps/mach/hurd/i386/static-start.S +++ b/sysdeps/mach/hurd/i386/static-start.S @@ -1,5 +1,5 @@ /* Startup code for statically linked Hurd/i386 binaries. - Copyright (C) 1998 Free Software Foundation, Inc. + Copyright (C) 1998-2012 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -24,4 +24,4 @@ _start: jmp _start1 #define _start _start1 -#include <sysdeps/i386/elf/start.S> +#include <sysdeps/i386/start.S> |