From 56792fb5617f0ccb14c5e98c2143d215a3929489 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 29 Jan 2010 09:09:45 +0000 Subject: [PATCH] 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 --- urjtag/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/urjtag/ChangeLog b/urjtag/ChangeLog index bec73771..159ded63 100644 --- a/urjtag/ChangeLog +++ b/urjtag/ChangeLog @@ -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 * src/cmd/cmd_bfin.c: Replace one-insn-a-file option with dynamic instruction