public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* Fix riscv breakage
@ 2016-12-31 10:39 Alan Modra
  2016-12-31 17:48 ` Palmer Dabbelt
  2017-01-01 15:59 ` Dimitar Dimitrov
  0 siblings, 2 replies; 3+ messages in thread
From: Alan Modra @ 2016-12-31 10:39 UTC (permalink / raw)
  To: binutils

	* disassemble.c (disassembler): Add break accidentally removed
	by PRU patch.

diff --git a/opcodes/disassemble.c b/opcodes/disassemble.c
index aeed703..fd24857 100644
--- a/opcodes/disassemble.c
+++ b/opcodes/disassemble.c
@@ -384,6 +384,7 @@ disassembler (bfd *abfd)
 #ifdef ARCH_riscv
     case bfd_arch_riscv:
       disassemble = print_insn_riscv;
+      break;
 #endif
 #ifdef ARCH_rs6000
     case bfd_arch_rs6000:

-- 
Alan Modra
Australia Development Lab, IBM

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Fix riscv breakage
  2016-12-31 10:39 Fix riscv breakage Alan Modra
@ 2016-12-31 17:48 ` Palmer Dabbelt
  2017-01-01 15:59 ` Dimitar Dimitrov
  1 sibling, 0 replies; 3+ messages in thread
From: Palmer Dabbelt @ 2016-12-31 17:48 UTC (permalink / raw)
  To: amodra; +Cc: binutils

On Sat, 31 Dec 2016 02:39:05 PST (-0800), amodra@gmail.com wrote:
> 	* disassemble.c (disassembler): Add break accidentally removed
> 	by PRU patch.
>
> diff --git a/opcodes/disassemble.c b/opcodes/disassemble.c
> index aeed703..fd24857 100644
> --- a/opcodes/disassemble.c
> +++ b/opcodes/disassemble.c
> @@ -384,6 +384,7 @@ disassembler (bfd *abfd)
>  #ifdef ARCH_riscv
>      case bfd_arch_riscv:
>        disassemble = print_insn_riscv;
> +      break;
>  #endif
>  #ifdef ARCH_rs6000
>      case bfd_arch_rs6000:

Thanks!

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Fix riscv breakage
  2016-12-31 10:39 Fix riscv breakage Alan Modra
  2016-12-31 17:48 ` Palmer Dabbelt
@ 2017-01-01 15:59 ` Dimitar Dimitrov
  1 sibling, 0 replies; 3+ messages in thread
From: Dimitar Dimitrov @ 2017-01-01 15:59 UTC (permalink / raw)
  To: binutils; +Cc: Alan Modra

On събота, 31 декември 2016 г. 21:09:05 EET Alan Modra wrote:
> 	* disassemble.c (disassembler): Add break accidentally removed
> 	by PRU patch.
Sorry about that. Thanks for fixing it.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-01-01 15:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-31 10:39 Fix riscv breakage Alan Modra
2016-12-31 17:48 ` Palmer Dabbelt
2017-01-01 15:59 ` Dimitar Dimitrov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).