Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Doug Evans <dje@google.com>
To: gdb-patches@sourceware.org
Subject: [PATCH] osabi.c (user_osabi_state): Delete osabi_default, unused.
Date: Mon, 07 Nov 2016 23:01:00 -0000	[thread overview]
Message-ID: <94eb2c035cb0ff4a410540bdffe5@google.com> (raw)

Hi.

While trying to fix an osabi problem I ran across this.
[could perhaps be checked in as obvious, but there's no rule requiring that]

2016-11-07  Doug Evans  <dje@google.com>

	* osabi.c (user_osabi_state): Delete osabi_default, unused.

diff --git a/gdb/osabi.c b/gdb/osabi.c
index 8b44a85..0c4f98b 100644
--- a/gdb/osabi.c
+++ b/gdb/osabi.c
@@ -31,7 +31,7 @@
  #endif

  /* State for the "set osabi" command.  */
-static enum { osabi_auto, osabi_default, osabi_user } user_osabi_state;
+static enum { osabi_auto, osabi_user } user_osabi_state;
  static enum gdb_osabi user_selected_osabi;
  static const char *gdb_osabi_available_names[GDB_OSABI_INVALID + 3] = {
    "auto",


             reply	other threads:[~2016-11-07 23:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-07 23:01 Doug Evans [this message]
2016-11-08 20:22 ` Yao Qi

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=94eb2c035cb0ff4a410540bdffe5@google.com \
    --to=dje@google.com \
    --cc=gdb-patches@sourceware.org \
    /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