Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Michael Snyder <msnyder@redhat.com>
To: gdb-patches@sources.redhat.com
Subject: [ob] initialize info->insn_sets to zero
Date: Thu, 14 Aug 2003 21:40:00 -0000	[thread overview]
Message-ID: <3F3C01CB.7000703@redhat.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 88 bytes --]

I trust no one will object to this.  Frv target reacts badly if it's 
un-initialized.



[-- Attachment #2: disasm --]
[-- Type: text/plain, Size: 659 bytes --]

2003-08-14  Michael Snyder  <msnyder@redhat.com>

	* disasm.c (gdb_disassemble_info): Set info->insn_sets to zero.

Index: disasm.c
===================================================================
RCS file: /cvs/src/src/gdb/disasm.c,v
retrieving revision 1.12
diff -p -r1.12 disasm.c
*** disasm.c	18 Jul 2003 20:16:23 -0000	1.12
--- disasm.c	14 Aug 2003 21:37:46 -0000
*************** gdb_disassemble_info (struct gdbarch *gd
*** 334,339 ****
--- 334,340 ----
    di.arch = gdbarch_bfd_arch_info (gdbarch)->arch;
    di.mach = gdbarch_bfd_arch_info (gdbarch)->mach;
    di.endian = gdbarch_byte_order (gdbarch);
+   di.insn_sets = 0;
    return di;
  }
  

             reply	other threads:[~2003-08-14 21:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-14 21:40 Michael Snyder [this message]
2003-08-15 15:17 ` Andrew Cagney

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=3F3C01CB.7000703@redhat.com \
    --to=msnyder@redhat.com \
    --cc=gdb-patches@sources.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