mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 01:50:24 +08:00
Combine sentance fragments into a single sentance in order to permit better
translation into foreign languages.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
2001-12-07 Nick Clifton <nickc@cambridge.redhat.com>
|
||||||
|
|
||||||
|
* elf.c (assign_file_positions_for_segments): Combine sentance
|
||||||
|
fragments into a single sentance in order to permit better
|
||||||
|
translation into foreign languages.
|
||||||
|
|
||||||
2001-12-07 Jim Blandy <jimb@redhat.com>
|
2001-12-07 Jim Blandy <jimb@redhat.com>
|
||||||
|
|
||||||
* elf32-s390.c (elf32_s390_grok_prstatus): New function.
|
* elf32-s390.c (elf32_s390_grok_prstatus): New function.
|
||||||
|
10
bfd/elf.c
10
bfd/elf.c
@ -3375,13 +3375,11 @@ assign_file_positions_for_segments (abfd)
|
|||||||
{
|
{
|
||||||
if (i == 0)
|
if (i == 0)
|
||||||
{
|
{
|
||||||
(* _bfd_error_handler)
|
(* _bfd_error_handler) (_("\
|
||||||
(_("Error: First section in segment (%s) starts at 0x%x"),
|
Error: First section in segment (%s) starts at 0x%x whereas the segment starts at 0x%x"),
|
||||||
bfd_section_name (abfd, sec), sec->lma);
|
bfd_section_name (abfd, sec),
|
||||||
(* _bfd_error_handler)
|
sec->lma,
|
||||||
(_(" whereas segment starts at 0x%x"),
|
|
||||||
p->p_paddr);
|
p->p_paddr);
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
p->p_memsz += adjust;
|
p->p_memsz += adjust;
|
||||||
|
Reference in New Issue
Block a user