This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH]: Check for an empty symtab in ARM's print_insn function


Hi Guys,

  I am applying the patch below to fix a bug reported on the arm-gnu
  mailing list:
  
    % echo yes > /tmp/f.bin
    % objdump -m arm -b binary -D /tmp/f.bin
    <seg-fault>

Cheers
  Nick

opcodes/ChangeLog
2007-10-26  Nick Clifton  <nickc@redhat.com>

	* arm-dis.c (print_insn): Check for a symtab that exists but is
	empty.

  


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]