Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Doug Evans <xdje42@gmail.com>
To: Hans-Peter Nilsson <hp@bitrange.com>
Cc: Nick Clifton <nickc@redhat.com>,
	 gdb-patches@sourceware.org,  binutils@sourceware.org
Subject: Re: [PATCH] Include minimal symbol flavour name in LOC_UNRESOLVED error message.
Date: Sun, 18 Oct 2015 20:16:00 -0000	[thread overview]
Message-ID: <m3oafwaq70.fsf@sspiff.org> (raw)
In-Reply-To: <alpine.BSF.2.02.1509211516230.88549@arjuna.pair.com> (Hans-Peter	Nilsson's message of "Mon, 21 Sep 2015 15:21:28 -0400 (EDT)")

Hans-Peter Nilsson <hp@bitrange.com> writes:
> On Fri, 18 Sep 2015, Doug Evans wrote:
>> --- a/bfd/targets.c
>> +bfd_flavour_name (enum bfd_flavour flavour)
>
>> +    case bfd_target_mmo_flavour: return "MMO";
>
> Today's nit: the canonical spelling is lower-case: "mmo".

Committed.

2015-10-18  Doug Evans  <xdje42@gmail.com>

	* targets.c (bfd_flavour_name): "MMO" is spelled "mmo".

diff --git a/bfd/targets.c b/bfd/targets.c
index cc9d083..19469bc 100644
--- a/bfd/targets.c
+++ b/bfd/targets.c
@@ -1866,7 +1866,7 @@ bfd_flavour_name (enum bfd_flavour flavour)
     case bfd_target_msdos_flavour: return "MSDOS";
     case bfd_target_ovax_flavour: return "Ovax";
     case bfd_target_evax_flavour: return "Evax";
-    case bfd_target_mmo_flavour: return "MMO";
+    case bfd_target_mmo_flavour: return "mmo";
     case bfd_target_mach_o_flavour: return "MACH_O";
     case bfd_target_pef_flavour: return "PEF";
     case bfd_target_pef_xlib_flavour: return "PEF_XLIB";


      reply	other threads:[~2015-10-18 20:16 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-29 23:20 Doug Evans
2015-08-29 23:37 ` Doug Evans
2015-09-03 15:39 ` Nick Clifton
2015-09-19  4:50   ` Doug Evans
2015-09-21 19:21     ` Hans-Peter Nilsson
2015-10-18 20:16       ` Doug Evans [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3oafwaq70.fsf@sspiff.org \
    --to=xdje42@gmail.com \
    --cc=binutils@sourceware.org \
    --cc=gdb-patches@sourceware.org \
    --cc=hp@bitrange.com \
    --cc=nickc@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox