aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2007-12-10 23:44:23 +0000
committerAlan Modra <amodra@gmail.com>2007-12-10 23:44:23 +0000
commit58f0869bfe5bb02faaf0cdaaaf58b25c8fd38538 (patch)
tree847e046dd8edfde1197e4055d5210301ff4a21d7 /bfd/elf.c
parent71ac351cf2a07f5d7767c8956b32a55c32727e0b (diff)
downloadgdb-58f0869bfe5bb02faaf0cdaaaf58b25c8fd38538.zip
gdb-58f0869bfe5bb02faaf0cdaaaf58b25c8fd38538.tar.gz
gdb-58f0869bfe5bb02faaf0cdaaaf58b25c8fd38538.tar.bz2
warning messages should contain "warning:"
Diffstat (limited to 'bfd/elf.c')
-rw-r--r--bfd/elf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf.c b/bfd/elf.c
index 7043f56..ffc82c7 100644
--- a/bfd/elf.c
+++ b/bfd/elf.c
@@ -2497,7 +2497,7 @@ elf_fake_sections (bfd *abfd, asection *asect, void *failedptrarg)
non-bss input sections to bss output sections, or emit data
to a bss output section via a linker script. */
(*_bfd_error_handler)
- (_("section `%A' type changed to PROGBITS"), asect);
+ (_("warning: section `%A' type changed to PROGBITS"), asect);
this_hdr->sh_type = sh_type;
}