summaryrefslogtreecommitdiffstats
path: root/libelf/elf_error.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2006-12-17 23:56:51 +0000
committerRoland McGrath <roland@redhat.com>2006-12-17 23:56:51 +0000
commit8190db6a86a37aec86c81626ab1b083c96aff891 (patch)
tree2b065733f6ee44885a447e9506fae59518076048 /libelf/elf_error.c
parent7c0e79ffc201e4828a050b35f2c9d96e3001cb48 (diff)
propagate from branch 'com.redhat.elfutils' (head b4944cf70801d9dac056f4f80ef1334e5acb8bdc)
to branch 'com.redhat.elfutils.roland.pending' (head e7e402c668fb0670fc5f6b6a522853ae88f32f11)
Diffstat (limited to 'libelf/elf_error.c')
-rw-r--r--libelf/elf_error.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libelf/elf_error.c b/libelf/elf_error.c
index eb277e72..3161b8b8 100644
--- a/libelf/elf_error.c
+++ b/libelf/elf_error.c
@@ -1,5 +1,5 @@
/* Error handling in libelf.
- Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, 2005 Red Hat, Inc.
+ Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, 2005, 2006 Red Hat, Inc.
This file is part of Red Hat elfutils.
Written by Ulrich Drepper <drepper@redhat.com>, 1998.
@@ -270,11 +270,11 @@ static const char msgstr[] =
#define ELF_E_INVALID_PHDR_IDX \
(ELF_E_GROUP_NOT_REL_IDX \
+ sizeof "only relocatable files can contain section groups")
- N_("program header only allowed in executables and shared objects")
+ N_("program header not allowed in relocatable files")
"\0"
#define ELF_E_NO_PHDR_IDX \
(ELF_E_INVALID_PHDR_IDX \
- + sizeof "program header only allowed in executables and shared objects")
+ + sizeof "program header not allowed in relocatable files")
N_("file has no program header")
"\0"
#define ELF_E_INVALID_OFFSET_IDX \