diff options
author | Roland McGrath <roland@redhat.com> | 2010-02-24 03:06:47 +0000 |
---|---|---|
committer | Dmitry V. Levin <ldv@altlinux.org> | 2010-02-24 03:06:47 +0000 |
commit | 50cdcf8ad0c6e4402f319fbd9f391b3b0506be35 (patch) | |
tree | 3a590c25ab7db9379558c6803ad85459ec3d3754 /elfutils/src/strip.c | |
parent | b35baa53df420c2d0816c6a65ef71deec0760836 (diff) | |
download | elfutils-0.145-1.tar.gz |
0.145-10.145-1
- Update to 0.145
- Fix build with --disable-dependency-tracking. (#564646)
- Fix build with most recent glibc headers.
- libdw: Fix CFI decoding. (#563528)
- libdwfl: Fix address bias returned by CFI accessors. (#563528)
Fix core file module layout identification. (#559836)
- readelf: Fix CFI decoding.
Diffstat (limited to 'elfutils/src/strip.c')
-rw-r--r-- | elfutils/src/strip.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/elfutils/src/strip.c b/elfutils/src/strip.c index 32cf0d70..7b2b889a 100644 --- a/elfutils/src/strip.c +++ b/elfutils/src/strip.c @@ -1,5 +1,5 @@ /* Discard section not used at runtime from object files. - Copyright (C) 2000-2008, 2009 Red Hat, Inc. + Copyright (C) 2000-2010 Red Hat, Inc. This file is part of Red Hat elfutils. Written by Ulrich Drepper <drepper@redhat.com>, 2000. @@ -46,6 +46,7 @@ #include <string.h> #include <unistd.h> #include <sys/param.h> +#include <sys/stat.h> #include <sys/time.h> #include <elf-knowledge.h> |