From: amodra Date: Mon, 10 Dec 2007 23:44:21 +0000 (+0000) Subject: warning messages should contain "warning:" X-Git-Tag: EOL_registry_mounts~1377 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=cfe28fba7478943835ff74d39b1fb91deb3b5971;p=pf3gnuchains%2Fpf3gnuchains4x.git warning messages should contain "warning:" --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 75e1c2f4ad..bd7deca090 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 7043f564d9..ffc82c70e9 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; }