* elfread.c (elf_symfile_segments): Fix warning text.
This commit is contained in:
parent
f59a8f7967
commit
28ee876ac0
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2012-02-20 Doug Evans <dje@sebabeach.org>
|
||||
|
||||
* elfread.c (elf_symfile_segments): Fix warning text.
|
||||
|
||||
2012-02-20 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
PR gdb/13498:
|
||||
|
|
|
@ -142,7 +142,7 @@ elf_symfile_segments (bfd *abfd)
|
|||
binaries are not relocatable. */
|
||||
if (bfd_get_section_size (sect) > 0 && j == num_segments
|
||||
&& (bfd_get_section_flags (abfd, sect) & SEC_LOAD) != 0)
|
||||
warning (_("Loadable segment \"%s\" outside of ELF segments"),
|
||||
warning (_("Loadable section \"%s\" outside of ELF segments"),
|
||||
bfd_section_name (abfd, sect));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue