aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-12-07 12:32:42 +0000
committerNick Clifton <nickc@redhat.com>2001-12-07 12:32:42 +0000
commitcdc7c09f2ee0d24ff5e255023508dfbb69b723fb (patch)
treeb4a828f18cfea1d5f77fbdb60f37bc0ecdb00ea9 /bfd/elf.c
parent979f4a38ff543e843c51e1565e346106669ba756 (diff)
downloadfsf-binutils-gdb-cdc7c09f2ee0d24ff5e255023508dfbb69b723fb.zip
fsf-binutils-gdb-cdc7c09f2ee0d24ff5e255023508dfbb69b723fb.tar.gz
fsf-binutils-gdb-cdc7c09f2ee0d24ff5e255023508dfbb69b723fb.tar.bz2
Combine sentance fragments into a single sentance in order to permit better
translation into foreign languages.
Diffstat (limited to 'bfd/elf.c')
-rw-r--r--bfd/elf.c12
1 files changed, 5 insertions, 7 deletions
diff --git a/bfd/elf.c b/bfd/elf.c
index 9c4c087..a473366 100644
--- a/bfd/elf.c
+++ b/bfd/elf.c
@@ -3375,13 +3375,11 @@ assign_file_positions_for_segments (abfd)
{
if (i == 0)
{
- (* _bfd_error_handler)
- (_("Error: First section in segment (%s) starts at 0x%x"),
- bfd_section_name (abfd, sec), sec->lma);
- (* _bfd_error_handler)
- (_(" whereas segment starts at 0x%x"),
- p->p_paddr);
-
+ (* _bfd_error_handler) (_("\
+Error: First section in segment (%s) starts at 0x%x whereas the segment starts at 0x%x"),
+ bfd_section_name (abfd, sec),
+ sec->lma,
+ p->p_paddr);
return false;
}
p->p_memsz += adjust;