From 58f0869bfe5bb02faaf0cdaaaf58b25c8fd38538 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Mon, 10 Dec 2007 23:44:23 +0000 Subject: [PATCH] warning messages should contain "warning:" --- bfd/ChangeLog | 5 +++++ bfd/elf.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 75e1c2f..bd7deca 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2007-12-11 Alan Modra + + * elf.c (elf_fake_sections): Add "warning:" to "..changed to PROGBITS" + message. + 2007-12-07 Bob Wilson * elf32-xtensa.c (elf_howto_table): Add R_XTENSA_32_PCREL. 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; } -- 2.7.4