NetBSD/sys/arch/arm
bjh21 e4cacac41c Storing four-byte pointers to two-character strings is silly. All the
auxilliary tables used by the disassembler are now char[][].

The main table still uses pointers because:
 - the longest instruction name, "imbrange" is >7 characters long, which would
   make the field length wasteful.
 - GCC spots that most of the formats are shared and makes them pointers to the
   same string, so turning them into char[8] would be counter-productive.
2001-01-12 23:33:07 +00:00
..
arm Storing four-byte pointers to two-character strings is silly. All the 2001-01-12 23:33:07 +00:00
conf Move db_disasm.c into sys/arch/arm/arm. Use arm26 version, since it should 2001-01-12 21:31:51 +00:00
include Share <machine/elf_machdep.h> between arm26 and arm32. 2001-01-11 22:28:06 +00:00
Makefile