* objdump.c (disassemble_bytes): Don't crash if q->howto == NULL.
authorJakub Jelinek <jakub@redhat.com>
Thu, 9 Jun 2005 14:51:41 +0000 (14:51 +0000)
committerJakub Jelinek <jakub@redhat.com>
Thu, 9 Jun 2005 14:51:41 +0000 (14:51 +0000)
If q->howto->name == NULL, print q->howto->type as number instead.
(dump_reloc_set): Likewise.


No differences found