riscv-openocd/src/target
zwelch 647e61cc6d Extend autotools build to create shared library libopenocd with libtool:
- Add libtoolize step too bootstrap script; creates ltmain.sh script.
- Add AC_PROG_LIBTOOL to configure.in to add libtool support to build.
- Change Makefile.am library rules from static (_a) to libtool (_la).
- Install libopenocd.{la,so,a} in $(libdir); update openocd link rules.
- Extend MAINTAINERCLEANFILES in top-level Makefile.am to remove ltmain.sh.


git-svn-id: svn://svn.berlios.de/openocd/trunk@1695 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2009-05-10 22:03:57 +00:00
..
board Uwe Hermann <uwe@hermann-uwe.de>: Support both rev -A1 and -A2 of Hitex STR9-comStick. 2009-04-30 23:19:46 +00:00
ecos - reverted some of the changes that possibly broke arm926ejs. Waiting 2008-04-04 13:47:38 +00:00
interface Uwe Hermann <uwe@hermann-uwe.de>: Make ICEbear look like other targets 2009-04-30 21:04:34 +00:00
target David Brownell <david-b@pacbell.net> DaVinci dm6446 2009-05-08 20:27:19 +00:00
test - add missing svn props from previous commit 2009-03-02 12:51:42 +00:00
xscale - added svn props 2008-02-28 10:07:54 +00:00
Makefile.am Extend autotools build to create shared library libopenocd with libtool: 2009-05-10 22:03:57 +00:00
algorithm.c - added patch for new flash functionality like: 2007-12-18 21:20:28 +00:00
algorithm.h - prepare OpenOCD for branching, created ./trunk/ 2006-06-02 10:36:31 +00:00
arm7_9_common.c David Brownell <david-b@pacbell.net> whitespace fixes. 2009-05-10 19:02:07 +00:00
arm7_9_common.h David Brownell <david-b@pacbell.net> whitespace fixes. 2009-05-10 19:02:07 +00:00
arm7tdmi.c David Brownell <david-b@pacbell.net> whitespace fixes. 2009-05-10 19:02:07 +00:00
arm7tdmi.h - remove target specific variant and use target->variant member 2008-12-13 12:44:39 +00:00
arm9tdmi.c David Brownell <david-b@pacbell.net> whitespace fixes. 2009-05-10 19:02:07 +00:00
arm9tdmi.h - remove target specific variant and use target->variant member 2008-12-13 12:44:39 +00:00
arm11.c David Brownell <david-b@pacbell.net> fix warnings 2009-05-10 18:01:50 +00:00
arm11.h Michael Bruck <mbruck@digenius.de> ARM11 C99 updates 2009-05-09 07:36:19 +00:00
arm11_dbgtap.c Michael Bruck <mbruck@digenius.de> ARM11 C99 updates 2009-05-09 07:36:19 +00:00
arm720t.c David Brownell <david-b@pacbell.net> whitespace fixes. 2009-05-10 19:02:07 +00:00
arm720t.h Zach Welch <zw@superlucidity.net> fix -Werror warnings 2009-04-19 20:51:16 +00:00
arm920t.c David Brownell <david-b@pacbell.net> whitespace fixes. 2009-05-10 19:02:07 +00:00
arm920t.h Zach Welch <zw@superlucidity.net> fix -Werror warnings 2009-04-19 20:51:16 +00:00
arm926ejs.c David Brownell <david-b@pacbell.net> whitespace fixes. 2009-05-10 19:02:07 +00:00
arm926ejs.h Zach Welch <zw@superlucidity.net> fix -Werror warnings 2009-04-19 20:51:16 +00:00
arm966e.c David Brownell <david-b@pacbell.net> whitespace fixes. Testing out on one file first... 2009-05-10 19:01:03 +00:00
arm966e.h - added myself to copyright on files i remember adding large contributions for over the years 2008-09-20 10:50:53 +00:00
arm_adi_v5.c in_handler in_check_mask and in_check_value now removed from field. Last big patch in the series of JTAG API cleanup. 2009-05-08 09:48:00 +00:00
arm_adi_v5.h Added dap baseaddr and dap apid commands 2009-04-27 16:08:25 +00:00
arm_disassembler.c Hiroshi Ito <ito@mlb.co.jp> disassemble Arm926ejs clz instruction 2009-03-24 07:44:47 +00:00
arm_disassembler.h - added manpage for OpenOCD (thanks to Uwe Hermann) 2007-06-14 09:47:00 +00:00
arm_jtag.c in_handler in_check_mask and in_check_value now removed from field. Last big patch in the series of JTAG API cleanup. 2009-05-08 09:48:00 +00:00
arm_jtag.h pull up verify_capture_ir one level in api stack 2009-05-08 08:46:28 +00:00
arm_simulator.c Solve problem with single stepping. 2009-04-14 16:33:52 +00:00
arm_simulator.h - fixed endianness helper macros (thanks to obilix and wiml for finding and fixing this bug) 2007-06-28 10:32:58 +00:00
armv4_5.c David Brownell <david-b@pacbell.net> whitespace fixes. 2009-05-10 19:02:07 +00:00
armv4_5.h David Brownell <david-b@pacbell.net> whitespace fixes. 2009-05-10 19:02:07 +00:00
armv4_5_cache.c David Brownell <david-b@pacbell.net> whitespace fixes. 2009-05-10 19:02:07 +00:00
armv4_5_cache.h - endianess fixes everywhere but in the flash code. flashing might still be broken on big-endian targets and/or hosts 2006-08-31 12:41:49 +00:00
armv4_5_mmu.c David Brownell <david-b@pacbell.net> whitespace fixes. 2009-05-10 19:02:07 +00:00
armv4_5_mmu.h - endianess fixes everywhere but in the flash code. flashing might still be broken on big-endian targets and/or hosts 2006-08-31 12:41:49 +00:00
armv7m.c Change reg_s value field from u8 * to void *; it must always be cast. 2009-05-06 23:25:27 +00:00
armv7m.h Remove redundant declarations to allow building with -Wredundant-decls. 2009-04-29 01:43:01 +00:00
avrt.c in_handler in_check_mask and in_check_value now removed from field. Last big patch in the series of JTAG API cleanup. 2009-05-08 09:48:00 +00:00
avrt.h SimonQian <simonqian@simonqian.com> fix warnings(which stops compilation) and some bugs 2009-04-27 19:35:31 +00:00
breakpoints.c Add static keywords to core target source file data and functions. 2009-04-30 09:49:38 +00:00
breakpoints.h Add static keywords to core target source file data and functions. 2009-04-30 09:49:38 +00:00
cortex_a8.c Dirk Behme <dirk.behme@googlemail.com> Add minimalist Cortex A8 file 2009-05-04 18:44:12 +00:00
cortex_a8.h Dirk Behme <dirk.behme@googlemail.com> Add minimalist Cortex A8 file 2009-05-04 18:44:12 +00:00
cortex_m3.c Changed armv7m and cortexm3 to use nev arm_adi_v5 instead of cortex_swjdp. 2009-04-27 08:29:28 +00:00
cortex_m3.h Changed armv7m and cortexm3 to use nev arm_adi_v5 instead of cortex_swjdp. 2009-04-27 08:29:28 +00:00
embeddedice.c in_handler in_check_mask and in_check_value now removed from field. Last big patch in the series of JTAG API cleanup. 2009-05-08 09:48:00 +00:00
embeddedice.h Add static keywords to core target source file data and functions. 2009-04-30 09:49:38 +00:00
etb.c whitespace fixes 2009-05-08 20:44:52 +00:00
etb.h whitespace fixes 2009-05-08 21:03:28 +00:00
etm.c whitespace fixes 2009-05-08 21:03:28 +00:00
etm.h whitespace fixes 2009-05-08 20:44:52 +00:00
etm_dummy.c Add static keywords to core target source file data and functions. 2009-04-30 09:49:38 +00:00
etm_dummy.h Add static keywords to core target source file data and functions. 2009-04-30 09:49:38 +00:00
feroceon.c in_handler in_check_mask and in_check_value now removed from field. Last big patch in the series of JTAG API cleanup. 2009-05-08 09:48:00 +00:00
image.c Fix pointer cast alignment warnings in target/image.c. 2009-05-06 23:28:38 +00:00
image.h - remove target specific variant and use target->variant member 2008-12-13 12:44:39 +00:00
mips32.c - fix mips issues with newer versions of gdb 2009-01-13 13:45:08 +00:00
mips32.h Gabor Juhos juhosg at openwrt.org MIPS: fix a shift value in the MIPS32_R_INST macro 2009-05-05 06:49:55 +00:00
mips32_dmaacc.c - remove target specific variant and use target->variant member 2008-12-13 12:44:39 +00:00
mips32_dmaacc.h - remove target specific variant and use target->variant member 2008-12-13 12:44:39 +00:00
mips32_pracc.c Nico Coesel <ncoesel@dealogic.nl> MIPS32 speedup patches 2009-04-21 11:35:58 +00:00
mips32_pracc.h Nico Coesel <ncoesel@dealogic.nl> MIPS32 speedup patches 2009-04-21 11:35:58 +00:00
mips_ejtag.c in_handler in_check_mask and in_check_value now removed from field. Last big patch in the series of JTAG API cleanup. 2009-05-08 09:48:00 +00:00
mips_ejtag.h add warnings about not using in_handler 2009-05-06 06:40:56 +00:00
mips_m4k.c Holger Schurig <hs4233@mail.mn-solutions.de> fix warnings 2009-02-18 07:39:20 +00:00
mips_m4k.h - remove target specific variant and use target->variant member 2008-12-13 12:44:39 +00:00
oocd_trace.c David Brownell david-b at pacbell.net fix warnings 2009-05-07 10:59:06 +00:00
oocd_trace.h Add static keywords to core target source file data and functions. 2009-04-30 09:49:38 +00:00
register.c - remove target specific variant and use target->variant member 2008-12-13 12:44:39 +00:00
register.h Change reg_s value field from u8 * to void *; it must always be cast. 2009-05-06 23:25:27 +00:00
target.c Dirk Behme <dirk.behme@googlemail.com> Add minimalist Cortex A8 file 2009-05-04 18:44:12 +00:00
target.h - remove target specific variant and use target->variant member 2008-12-13 12:44:39 +00:00
target_request.c Add static keywords to core target source file data and functions. 2009-04-30 09:49:38 +00:00
target_request.h - added myself to copyright on files i remember adding large contributions for over the years 2008-09-20 10:50:53 +00:00
trace.c Add static keywords to core target source file data and functions. 2009-04-30 09:49:38 +00:00
trace.h Zach Welch <zw@superlucidity.net> fix -Werror warnings 2009-04-19 20:51:16 +00:00
xscale.c in_handler in_check_mask and in_check_value now removed from field. Last big patch in the series of JTAG API cleanup. 2009-05-08 09:48:00 +00:00
xscale.h jtag newtap change & huge manual update 2008-11-30 22:25:43 +00:00