statically sort lists so we can constify them all

git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@1747 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
master
Mike Frysinger 15 years ago
parent 011e64d492
commit 56792fb561

@ -13,6 +13,13 @@
* src/cmd/cmd_bfin.c, src/flash/detectflash.c, sysdep.h: Unify ARRAY_SIZE
helper macro here.
* src/bus/buses_list.h, src/cmd/cmd_cable.c, src/cmd/cmd_cmd.c,
src/cmd/cmd_eraseflash.c, src/cmd/cmd_flashmem.c, src/cmd/cmd.h,
src/cmd/cmd_help.c, src/cmd/cmd_initbus.c, src/cmd/cmd_list.h,
src/tap/cable/ft2232_list.h, src/tap/cable_list.h, src/tap/usbconn_list.h:
Statically sort the structure lists so that we can mark them readonly and
thus share them across instances of urjtag.
2010-01-28 Mike Frysinger <vapier@gentoo.org>
* src/cmd/cmd_bfin.c: Replace one-insn-a-file option with dynamic instruction

Loading…
Cancel
Save