ao-tools: Create general elf and hex library routines
authorKeith Packard <keithp@keithp.com>
Wed, 27 Nov 2013 21:59:06 +0000 (13:59 -0800)
committerKeith Packard <keithp@keithp.com>
Wed, 27 Nov 2013 21:59:06 +0000 (13:59 -0800)
commit95a8180f3d7929dbad65c80421f99c925f245af0
tree7934a5cc48edf7e774d5be5f366203a79a2db497
parent73b1a7e644e255558378ab66de6426a7dfd8a7dc
ao-tools: Create general elf and hex library routines

Pulls the elf stuff out of ao-stmload, change the hex stuff into ao_
routines.

Signed-off-by: Keith Packard <keithp@keithp.com>
20 files changed:
ao-tools/ao-dbg/ao-dbg-command.c
ao-tools/ao-load/ao-load.c
ao-tools/ao-rawload/ao-rawload.c
ao-tools/ao-stmload/Makefile.am
ao-tools/ao-stmload/ao-elf.c [deleted file]
ao-tools/ao-stmload/ao-elf.h [deleted file]
ao-tools/ao-stmload/ao-selfload.c
ao-tools/ao-stmload/ao-stmload.c
ao-tools/ao-stmload/ao-stmload.h
ao-tools/lib/Makefile.am
ao-tools/lib/ao-elf.c [new file with mode: 0644]
ao-tools/lib/ao-elf.h [new file with mode: 0644]
ao-tools/lib/ao-hex.c [new file with mode: 0644]
ao-tools/lib/ao-hex.h [new file with mode: 0644]
ao-tools/lib/ccdbg-command.c
ao-tools/lib/ccdbg-flash.c
ao-tools/lib/ccdbg-hex.c [deleted file]
ao-tools/lib/ccdbg-memory.c
ao-tools/lib/ccdbg-rom.c
ao-tools/lib/ccdbg.h