binutils-gdb/gdb/config
Geoffrey Noer 35ce4f0813 Wed Aug 6 16:15:31 1997 Geoffrey Noer <noer@cygnus.com>
* Makefile.in: add DLLTOOL = @DLLTOOL@, pass on DLLTOOL to
        sub makes, change clean rule to also remove *.a to remove
        libwigglers.a, in dependencies: add ppc-bdm.o ocd.o ser-ocd.o and
        remove remote-wiggler.o
        * configure.in: add DLLTOOL support
        * configure: regenerate
        * wigglers.def: new file for imports for wigglers.dll
        * ser-ocd.c: new file which is layer between ocd.c and either the
        wigglers.dll or the target box, only stub so far
        * config/powerpc/ppc-eabi.mt: add ppc-bdm.o to TDEPFILES
        * config/powerpc/ppc-sim.mt: add ppc-bdm.o to TDEPFILES
        * config/i386/cygwin32.mh: add ocd.o ser-ocd.o libwigglers.a
        to XDEPFILES, add rules to build libwigglers.a

        checking in changes of Stu Grossman  <grossman@cygnus.com>:
        * remote-wiggler.c: delete
        * ocd.c: new, was remote-wiggler.c
        always include sys/types.h, include ocd.h, move WIGGLER
        commands and many wiggler prototypes to ocd.h, make wiggler_desc
        static, stop making local wiggler functions static,
        define write_mem_command for wiggler_write_bytes
        (wiggler_start_remote): stop hardcoding the target type,
        instead set and use a target_type variable.
        (wiggler_open): add new target_type and ops args
        (wiggler_wait): now no longer takes pid and target_status as args,
        stop trying to set target_status struct, remove BGND insn
        checks
        (read_bdm_registers): renamed to wiggler_read_bdm_registers
        (wiggler_read_bdm_registers): numregs arg changed to reglen arg,
        remove pktlen check, set reglen instead of numregs
        (dump_all_bdm_regs): delete
        (wiggler_fetch_registers): delete
        (wiggler_prepare_to_store): now just an empty function
        (wiggler_store_registers): delete
        (wiggler_read_bdm_register): new
        (wiggler_write_bdm_registers): new
        (wiggler_write_bdm_register): new
        (wiggler_write_bytes): use write_mem_command variable instead of
        WIGGLER_WRITE_MEM
        (get_packet): renamed to wiggler_get_packet, change refs throughout
        (put_packet): renamed to wiggler_put_packet, change refs throughout
        (wiggler_get_packet): add break to default case of switch,
        change length of WIGGLER_GET_VERSION len to 10 from 4 to match
        specs
        (wiggler_mourn): unpush_target with current_ops, not &wiggler_ops
        (flash_xfer_memory): delete
        (noop_store_registers): new placeholder replacement for
        target_store_registers() which prevents generic_load from trying to
        set up the PC.
        (bdm_update_flash_command): add store_registers_tmp variable,
        make handling of wiggler_ops more generic -- define wiggler_ops
        in a target-specific file instead (such as ppc-bdm.c in the case
        of the ppc), use current_target to deal with registers again
        making this file less target-specific.
        (bdm_read_register_command): new
        (_initialize_remote_wiggler): stop doing add_target (&wiggler_ops),
        comment out add_cmd ("read-register", ...)
        * ocd.h: new, contains common wiggler prototypes, command definitions
        * ppc-bdm.c: file for ppc-specific OCD code, including target_ops
        structure for ppc bdm
        (bdm_ppc_open): new
        (bdm_ppc_wait): new
        (bdm_ppc_fetch_registers): new
        (bdm_ppc_store_registers_: new
        (_initialize_bdm_ppc): new
	* config/powerpc/tm-ppc-eabi.h: add necessary CPU32 BDM defines
1997-08-07 06:31:46 +00:00
..
a29k * rs6000-tdep.c: Fix typo in comment. 1996-08-25 07:17:22 +00:00
alpha * config/alpha/alpha-osf3.mh (XM_FILE): Change from xm-alpha.h to 1996-08-03 11:18:20 +00:00
arc See the huge ChangeLog entry that has the header: 1996-07-26 04:12:12 +00:00
arm * arm-xdep.c: Move native-specific code to here from arm-tdep.c. 1996-04-05 04:32:27 +00:00
d10v Fri Nov 22 15:55:22 1996 Martin M. Hunt <hunt@pizza.cygnus.com> 1996-11-22 23:59:34 +00:00
h8300 Tue Dec 3 11:38:14 1996 Michael Snyder <msnyder@cleaver.cygnus.com> 1996-12-03 19:44:51 +00:00
h8500 * config/h8500/h8500.mt (SIM): Change to ../sim/h8500/libsim.a. 1996-11-20 08:58:20 +00:00
i386 Wed Aug 6 16:15:31 1997 Geoffrey Noer <noer@cygnus.com> 1997-08-07 06:31:46 +00:00
i960 * corelow.c (add_to_thread_list): Make sure reg_sect is non-null 1996-04-17 00:48:09 +00:00
m32r * m32r/tm-m32r.h (TARGET_M32R): Define, for wingdb. 1997-02-11 23:38:25 +00:00
m68k * config/m68k/sun3os4.mh (MMALLOC_CFLAGS): Define MMCHECK_FORCE to 1. 1996-11-09 09:19:55 +00:00
m88k * rs6000-tdep.c: Fix typo in comment. 1996-08-25 07:17:22 +00:00
mips Pulling changes over from tx39 branch 1997-07-22 21:00:21 +00:00
mn10200 * config/mn10300/tm-mn10300.h (EXTRACT_STRUCT_VALUE_ADDRESS): The 1997-04-25 06:14:15 +00:00
mn10300 * config/mn10300/tm-mn10300.h (EXTRACT_STRUCT_VALUE_ADDRESS): The 1997-04-25 06:14:15 +00:00
none Update FSF address. 1995-08-02 03:41:12 +00:00
ns32k See the huge ChangeLog entry that has the header: 1996-07-26 04:12:12 +00:00
pa * config/pa/{hppabsd.mt hppahpux.mt hppaosf.mt}: Remove 1997-04-08 17:50:50 +00:00
powerpc Wed Aug 6 16:15:31 1997 Geoffrey Noer <noer@cygnus.com> 1997-08-07 06:31:46 +00:00
rs6000 * config/powerpc/tm-ppc-aix4.h, config/rs6000/tm-rs6000-aix4.h 1997-04-19 08:52:42 +00:00
sh Minor formatting change (whitespace only). 1997-06-21 03:42:10 +00:00
sparc * config/alpha/alpha-osf3.mh config/i386/{i386gnu linux}.mh 1997-04-22 17:13:41 +00:00
tic80 Fix total number of tic80 registers 1997-05-14 05:10:00 +00:00
v850 * Makefile.in configure configure.in: Remove ENABLE_CLIBS, 1997-01-04 00:33:01 +00:00
vax Changes from: David Mosberger-Tang <davidm@azstarnet.com> 1996-05-26 21:41:40 +00:00
w65 Update FSF address. 1995-08-02 03:41:12 +00:00
z8k Update FSF address. 1995-08-02 03:41:12 +00:00
.Sanitize Remove m32r sanitization. 1997-04-07 23:01:27 +00:00
nm-empty.h
nm-gnu.h From: Miles Bader <miles@gnu.ai.mit.edu> 1996-04-08 05:50:30 +00:00
nm-lynx.h
nm-m3.h * config/nm-m3.h (ATTACH_NO_WAIT): Define. 1996-04-12 06:15:16 +00:00
nm-nbsd.h * config/nm-nbsd.h (FETCH_INFERIOR_REGISTERS): Defined. 1996-02-21 01:52:37 +00:00
nm-sysv4.h Update FSF address. 1995-08-02 03:41:12 +00:00
tm-lynx.h Update FSF address. 1995-08-02 03:41:12 +00:00
tm-magic.h * magic.h: Renamed to gmagic.h to avoid <magic.h> conflict. 1995-11-28 19:33:22 +00:00
tm-nbsd.h * config/nm-nbsd.h (link_object, lo_name, etc): Move to here 1996-03-06 04:01:02 +00:00
tm-sunos.h Update FSF address. 1995-08-02 03:41:12 +00:00
tm-sysv4.h * config/i386/nm-linux.h: Enable prototypes that were #ifdef out. 1997-06-13 17:30:24 +00:00
xm-aix4.h * findvar.c (write_register_pid): Only needed when TARGET_WRITE_PC 1996-08-15 20:52:34 +00:00
xm-lynx.h See the huge ChangeLog entry that has the header: 1996-07-26 04:12:12 +00:00
xm-mpw.h * config/xm-mpw.h: New file, all-Mac host support. 1995-10-27 05:19:11 +00:00
xm-nbsd.h * configure.in: Add test for "long long" support. 1996-07-28 06:32:48 +00:00
xm-sysv4.h Update FSF address. 1995-08-02 03:41:12 +00:00