* dbxread.c, buildsym.c, symtab.c, stabsread.c: Add support for
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index fbc665002ed23da7c207ed46f67eed1ec96249cd..0729c3881553499f8480b5b873110318558575cd 100644 (file)
@@ -1,3 +1,408 @@
+Sun Sep  7 17:26:30 1997  Dawn Perchik  <dawn@cygnus.com>
+
+       * dbxread.c, buildsym.c, symtab.c, stabsread.c: Add support for 
+       reading stabs extensions for live range information.
+       * stabsread.h, partial-stab.h: Add prototypes for new functions.
+       * symtab.h: Add structure for storing live range information.
+
+Wed Sep  3 16:39:39 1997  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * top.c (set_arch): New function, update target_architecture.
+       
+       * defs.h, top.c (set_architecture_from_arch_mach): Replace
+       set_architecture, takes the arch and machine as arguments.
+
+       * sh3-rom.c (sh3e_open): Update.
+       (sh3_open): Ditto.
+
+Tue Sep  2 12:00:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * remote-e7000.c (e7000_fetch_registers): Fix typo, stray paren.
+       (e7000_wait): Ditto.
+
+Mon Sep  1 11:21:03 1997  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * top.c (init_main): Add ``set processor'' as an alias for ``set
+       architecture''.
+
+Sat Aug 30 13:44:48 1997  Bob Manson  <manson@charmed.cygnus.com>
+
+       * config/sparc/sparclite.mt: Removed simulator references (erc32
+       has been disabled).
+
+Thu Aug 28 10:20:04 1997  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * remote-e7000.c (e7000_fetch_registers): Check
+       target_architecture instead of sh_processor_type.
+       (e7000_wait): Ditto.
+
+       * config/sh/tm-sh.h (sh_set_processor_type): Delete prototype.
+
+       * sh3-rom.c (sh3_open): Call set_architecture not
+       sh_set_processor_type.
+       (sh3e_open): Ditto.
+
+       * sh-tdep.c (sh_show_processor_type_command): Delete.
+       (sh_set_processor_type_command): Delete.
+       (sh_target_architecture_hook): Rename from sh_set_processor_type,
+       use AP to determine architecture.
+       (sh_show_regs): Use bfd_mach_sh* types.
+
+       * remote-sim.c (gdbsim_open): Pass --arch=XXX to simulator when
+       architecture was specified explicitly.
+
+       * defs.h (target_architecture, target_architecture_auto,
+       set_architecture, set_architecture_from_file): Declare.
+       (target_architecture_hook): Allow targets to be notified of set
+       arch commands.
+       
+       * top.c (init_main): Add set/show/info architecture commands.
+       (set_architecture, show_architecture, info_architecture): New
+       functions, parse same.
+       (set_architecture_from_file): New function, determine arch from
+       BFD.
+       
+Tue Aug 26 17:13:43 1997  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * remote-sim.c (gdbsim_open): Only pass endianness to sim_open
+       when set explicitly.  Prepend endianness arg so that it can be
+       overridden.
+
+       * defs.h, top.c (target_byte_order_auto): Make global when
+       byteorder is selectable.
+
+Tue Aug 26 15:19:56 1997  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * remote-sim.c (gdbsim_create_inferior): Pass exec_bfd into
+       sim_create_inferior.
+       (gdbsim_create_inferior): Pass -1 to proceed, sim_create_inferior
+       has already set the PC.
+       (gdbsim_create_inferior): Allow exec_file to be NULL, make "No
+       exec file" a warning.  Ditto for "No program loaded".
+
+Mon Aug 25 17:08:01 1997  Geoffrey Noer  <noer@cygnus.com>
+
+        * ocd.c: revert Sun change -- enable log file handling
+
+Mon Aug 25 12:21:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * remote-sim.c (gdbsim_open): Pass exec_bfd to sim_open call.
+
+Sun Aug 24 21:16:59 1997  Geoffrey Noer  <noer@cygnus.com>
+
+        * ocd.c: comment out sections that create and flush wigglers.log
+        log file when using the wiggler.
+
+Thu Aug 21 16:18:08 1997  Geoffrey Noer  <noer@cygnus.com>
+
+        * config/powerpc/ppc-eabi.mt:
+        * config/powerpc/ppc-sim.mt:
+        * config/powerpc/ppcle-eabi.mt:
+        * config/powerpc/ppcle-sim.mt: ser-ocd.c needs to be before
+        other ocd-related files in TDEPFILES
+
+Thu Aug 21 14:56:04 1997  Geoffrey Noer  <noer@cygnus.com>
+
+        * ppc-bdm.c (bdm_ppc_wait): stop printfing ecr, der
+        * ocd.c: initialize remote_timeout
+        (ocd_wait): while looping, call ocd_do_command with OCD_AYT 
+        (ocd_get_packet): remove find_packet goto.  If there isn't
+        an 0x55 at the start, something is quite wrong so error out
+        instead of advancing in the packet and trying again.  If checksum
+        is invalid, print error message instead of trying again.
+        * ser-ocd.c (ocd_readchar): error if we attempt to read past
+        the end of the from_wiggler_buffer.
+
+Tue Aug 19 08:41:36 1997  Fred Fish  <fnf@cygnus.com>
+
+       * objfiles.c (objfile_relocate): Add call to breakpoint_re_set
+       after relocations are complete.
+       * remote-vx.c (vx_add_symbols): Remove call to breakpoint_re_set,
+       this is now done in objfile_relocate.
+
+Mon Aug 18 17:29:54 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * win32-nat.c (handle_exception): Return a value indicating
+       whether the exception was handled.  Don't handle random exceptions
+       the first time around, so that structured exception handling
+       works.
+       (child_wait): Check the return value of handle_exception.  Set the
+       continue_status argument to ContinueDebugEvent accordingly.
+
+Mon Aug 18 11:14:15 1997  Nick Clifton  <nickc@cygnus.com>
+
+       * configure.tgt: Add support for v850e target.
+
+start-sanitize-v850eq
+Mon Aug 18 11:14:15 1997  Nick Clifton  <nickc@cygnus.com>
+
+       * configure.tgt: Add support for v850eq target.
+end-sanitize-v850eq
+
+Sun Aug 17 20:31:57 1997  Michael Snyder  (msnyder@cleaver.cygnus.com)
+
+       * m32r-stub.c: fix typo
+
+Sun Aug 17 17:33:34 1997  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * remote-sds.c: Remove unused remnants of remote.c.
+       (tob64): Return the result length.
+       (sds_interrupt): Send a stop message.
+       (sds_wait): Add debug output for signal interpretation, flag
+       that signal was due to a trap.
+       (sds_fetch_registers): Fill the registers array correctly for
+       PowerPC.
+       (sds_store_registers): Get the right values from registers array.
+       (putmessage): Tweak length handling so checksum comes out right.
+       (sds_insert_breakpoint, sds_remove_breakpoint): Do correctly.
+
+start-sanitize-gdbtk
+Sun Aug 17 00:42:11 1997  Martin M. Hunt  <hunt@cygnus.com>
+
+       * gdbtk.c (gdb_listfuncs): New function that returns
+       a list of all the functions in a source file.
+
+end-sanitize-gdbtk
+Fri Aug 15 13:59:37 1997  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * infrun.c (wait_for_inferior):  Add the symbols for any
+       newly loaded objects upon a TARGET_WAITKIND_LOADED event.
+
+       Rewrite code which determines the TOC address for calling functions
+       in the inferior under AIX.
+       * rs6000-nat.c (find_toc_address):  New function to determine
+       the required TOC address from a function address.
+       (_initialize_core_rs6000):  Set up find_toc_address_hook to point
+       to find_toc_address.
+       (xcoff_relocate_symtab, xcoff_relocate_core):  Remove
+       add_text_to_loadinfo calls.
+       (exec_one_dummy_insn):  Change pid and status to int to get rid of
+       compiler warnings.
+       (xcoff_relocate_symtab):  Cast ldi to `int *' when passing it to
+       ptrace to get rid of compiler warnings.
+       * rs6000-tdep.c:  Add definition for find_toc_address_hook.
+       (rs6000_fix_call_dummy):  If find_toc_address_hook is non zero,
+       patch TOC address load code in the call dummy with the value
+       returned from find_toc_address_hook.
+       (struct loadinfo, loadinfo, loadinfolen,
+       loadinfotextindex, xcoff_init_loadinfo, free_loadinfo,
+       xcoff_add_toc_to_loadinfo, add_text_to_loadinfo, find_toc_address):
+       Remove.
+       (_initialize_rs6000_tdep):  Remove initialization of
+       coff_add_toc_to_loadinfo_hook and xcoff_init_loadinfo_hook.
+       * xcoffread.c (coff_add_toc_to_loadinfo_hook,
+       xcoff_init_loadinfo_hook):  Remove.
+       (struct coff_symfile_info):  Add toc_offset field.
+       (scan_xcoff_symtab):  Record toc_offset value in toc_offset field
+       instead of calling xcoff_add_toc_to_loadinfo_hook.
+       (get_toc_offset):  New function to return the value of the
+       toc_offset field for an object file.
+       (xcoff_initial_scan):  Remove call of xcoff_init_loadinfo_hook.
+       * xcoffsolib.h (add_text_to_loadinfo):  Remove declaration.
+       * config/rs6000/tm-rs6000.h:  Add declarations for
+       find_toc_address_hook and get_toc_offset.
+
+Wed Aug 13 19:31:28 1997  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * remote-sds.c: New file, interface to SDS-compatible monitors.
+       * Makefile.in (remote-sds.o): Add build rule.
+       * config/powerpc/ppc-eabi.mt, config/powerpc/ppc-sim.mt
+       (TDEPFILES): Add remote-sds.o.
+
+Tue Aug 12 14:37:18 1997  Geoffrey Noer  <noer@cygnus.com>
+
+       * ocd.c (ocd_wait): loop until we're in BDM mode instead of
+       assuming control has returned to GDB.
+
+start-sanitize-gdbtk
+Tue Aug 12 16:35:21 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.in (install-only): Install tclIndex if ENABLE_IDE.
+
+end-sanitize-gdbtk
+Mon Aug 11 19:16:04 1997  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * dink32-rom.c: New file, support for DINK32 monitor.
+       * Makefile.in (dink32-rom.o): Add build rule.
+       * config/powerpc/ppc-eabi.mt, config/powerpc/ppc-sim.mt
+       (TDEPFILES): Add dink32-rom.o.
+       * monitor.h (MO_32_REGS_PAIRED, MO_SETREG_INTERACTIVE,
+       MO_SETMEM_INTERACTIVE, MO_GETMEM_16_BOUNDARY,
+       MO_CLR_BREAK_1_BASED): New monitor interface flags.
+       * monitor.c: Use them.
+       (monitor_store_register): Use setreg.term if defined.
+       (monitor_insert_breakpoint, monitor_remove_breakpoint): Notice
+       if set_break and clr_break fields are empty.
+
+Mon Aug 11 16:22:36 1997  Geoffrey Noer  <noer@cygnus.com>
+
+       * ocd.c (ocd_insert_breakpoint, ocd_remove_breakpoint): Macro
+       BDM_BREAKPOINT already has braces around it, remove erroneous ones.
+       * ser-ocd.c (ocd_write): Conditionalize on _WIN32 instead of
+       __CYGWIN32__.
+       * config/powerpc/tm-ppc-eabi.h: Remove BDM_NUM_REGS, BDM_REGMAP
+       * ppc-bdm.c: move BDM_NUM_REGS, BDM_REGMAP here from tm.h file,
+       fill in doc fields of bdm_ppc_ops.
+       (bdm_ppc_fetch_registers): Don't ask for invalid registers such
+       as the MQ or floating point regs not present on ppc 8xx boards.
+       (bdm_ppc_store_registers): Don't write those same invalid registers.
+       * config/i386/cygwin32.mh: Stop including ocd.o ser-ocd.o.
+       * config/powerpc/ppc-eabi.mt:
+       * config/powerpc/ppcle-eabi.mt:
+       * config/powerpc/ppc-sim.mt:
+       * config/powerpc/ppcle-sim.mt: Include ser-ocd.o.
+
+Mon Aug 11 16:08:52 1997  Fred Fish  <fnf@cygnus.com>
+
+       * frame.h (enum lval_type): Conditionalize on __GNUC__
+       instead of __STDC__.
+
+start-sanitize-gdbtk
+Mon Aug 11 10:43:04 1997  Tom Tromey  <tromey@cygnus.com>
+
+       * gdbtk.c (gdbtk_init): Use ide_event_init_from_environment.
+
+end-sanitize-gdbtk
+Sun Aug 10 19:08:26 1997  Jeffrey A Law  (law@cygnus.com)
+
+       * utils.c (error): Fix return type for !ANSI_PROTOTYPES.
+
+Sun Aug 10 16:49:09 1997  Geoffrey Noer  <noer@cygnus.com>
+
+       * ocd.c: move ocd_write_bytes proto to ocd.h since it is used
+       by ppc-bdm.c, use OCD_LOG_FILE to help debugging, define
+       BDM_BREAKPOINT if not defined in tm.h
+       (ocd_error): add new error cases
+       (ocd_start_remote): send the OCD_INIT command before
+       OCD_AYT and OCD_GET_VERSION calls, 80 was correct speed after all
+       (ocd_write_bytes): no longer static
+       (ocd_insert_breakpoint): no longer static
+       (ocd_remove_breakpoint): new
+       * ocd.h: add protos for ocd_write_bytes, ocd_insert_breakpoint,
+       and ocd_remove_breakpoint
+       * ppc-bdm.c: change bdm_ppc_ops so we call ocd_insert_breakpoint
+       and ocd_remove_breakpoint instead of memory_insert_breakpoint
+       and memory_remove_breakpoint.
+       (bdm_ppc_open): after calling ocd_open, modify DER
+       register so interrupts will drop us into debugging mode, finally
+       disable the watchdog timer on the board so we don't leave BDM
+       mode unexpectedly.
+
+Sat Aug  9 01:50:14 1997  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * values.c (value_primitive_field):  Account for offset when
+       extracting the value of a bitfield.
+       From Paul Hilfinger <hilfingr@CS.Berkeley.EDU>.
+
+Fri Aug  8 21:35:44 1997  Mark Alexander  <marka@cygnus.com>
+
+start-sanitize-tic80
+       * config/tic80/tic80.mt:
+       (GDBSERVER-DEPFILES, GDBSERVER_LIBS): Define for gdbserver.
+       (SIM): Remove -lm to prevent make errors.
+       * configure.tgt: add gdbserver to configdirs for tic80.
+end-sanitize-tic80
+       * gdbserver/utils.c (error): Change prototype to match defs.h.
+       * gdbserver/low-sim.c: Change simulator calls to use new interface.
+       * remote.c (remote_write_bytes): Include '$' at start of packet
+       and checksum at end of packet in overhead calculation.
+
+Fri Aug  8 15:59:24 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * ser-ocd.c: If _WIN32, include <windows.h>.
+       (dll_do_command): New static variable if _WIN32.
+       (ocd_open): Set dll_do_command if _WIN32.
+       (ocd_write): Use dll_do_command rather than do_command.
+       * config/i386/cygwin32.mh (XDEPFILES): Remove libwigglers.a.
+       (BDM_DLLNAME, BDM_LIBNAME, BDM_DEFFILE): Don't define.
+       ($(BDM_LIBNAME)): Remove target.
+       * wigglers.def: Remove.
+
+start-sanitize-gdbtk
+       * gdbtk.c (gdbtk_init): Change gdbtk_lib_tmp and gdbtk_file to be
+       dynamically allocated, rather than fixed size.  Pass "gdbtcl" to
+       ide_initialize_paths to match installed directory name.  If IDE,
+       use auto_path to search for main.tcl.
+       * Makefile.in (install-only): If ENABLE_IDE, install from gdbtcl2
+       rather than gdbtcl.
+
+end-sanitize-gdbtk
+       * config/i386/cygwin32.mh ($(BDM_LIBNAME)): Rename target from
+       libwigglers.def.
+       (libwigglers.a): Remove target.
+
+start-sanitize-gdbtk
+       * gdbtk.c (gdbtk_cleanup): New static function.
+       (gdbtk_init): Add gdbtk_cleanup as a final cleanup.  Uncomment
+       call to ide_initialize_paths.  If we can't initialize the event
+       system, set GDBTK_IDE to 0 in the Tcl interpreter.  Create the
+       ide_window_register and the ide_window commands.  Initialize tk,
+       itcl, and tix after initializing the IDE.
+
+       * configure.in (tixdir): Update for cygwin32 case for Tcl 8.0.
+       * configure: Rebuild.
+
+end-sanitize-gdbtk
+Fri Aug  8 13:11:01 1997  Mike Meissner  <meissner@cygnus.com>
+
+       * config/powerpc/ppc{,le}-{eabi,sim}.mt (TDEPFILES): Make sure
+       ppc-bdm.o and ocd.o are used for all powerpc-eabi targets.
+
+start-sanitize-gdbtk
+Fri Aug  8 00:13:32 1997  Martin M. Hunt  <hunt@cygnus.com>
+
+       * gdbtk.c (breakpoint_notify): Change buffer size from 100
+       to 256 to avoid memory corruption with very long pathnames.
+
+end-sanitize-gdbtk     
+Thu Aug  7 19:40:52 1997  Geoffrey Noer  <noer@cygnus.com>
+
+       Changes to OCD support to support wiggler box as well as
+       target boxes:
+       * ocd.c: change speed in init command to 0 from 80,
+       add (temporary) logging commands to help debugging,
+       (ocd_open): if "target ocd wiggler lpt" then use special
+       ser-ocd.c serial interface which communicates with Wigglers.dll,
+       otherwise ("target ocd <foo>") do as we did before
+       (ocd_get_packet): add OCD_LOG_FILE and OCD_SET_CONNECTION to
+       switch of known commands of len 0
+       * ocd.h: add OCD_LOG_FILE
+       * serial.c (serial_open): do serial_interface_lookup on ocd
+       in the case of ocd
+       * ser-ocd.c: add buffer to contain responses from sending a
+       command to the Wigglers.dll.
+       (ocd_readchar): return curr char from buffer and increment ptr
+       (ocd_write): send buffer to Wigglers.dll, storing response in
+       return buffer and initializing curr location ptr to start of
+       buffer.
+
+start-sanitize-gdbtk   
+Thu Aug  7 14:08:23 1997  Martin M. Hunt  <hunt@cygnus.com>
+
+       * configure.in: Change required Tix version to 4.1.8.0 .
+       * configure: Rebuilt.
+
+end-sanitize-gdbtk
+Thu Aug  7 13:39:31 1997  Geoffrey Noer  <noer@cygnus.com>
+
+       * ocd.h: add OCD_SET_CONNECTION
+       * ocd.c: rename "do_command" to "ocd_do_command" 
+
+Thu Aug  7 13:09:17 1997  Geoffrey Noer  <noer@cygnus.com>
+
+       Nomenclature change.  BDM is a specific type of OCD
+       (On Chip Debugging).  Wiggler is the parallel port box controlled
+       by Wigglers.dll.  The faster target box from Macraigor Systems
+       is not a wiggler.  
+       * ocd.c:
+       * ocd.h:
+       * ppc-bdm.c:
+       * ser-ocd.c:
+       Replace all instances of "wiggler_" with "ocd_" and change most other
+       instances of "wiggler" to "ocd" or "ocd device" depending on context.
+       * config/m68k/monitor.mt: remove remote-wiggler.o from TDEPFILES
+       until OCD with that target is supported again.
+
 Wed Aug  6 16:15:31 1997  Geoffrey Noer  <noer@cygnus.com>
 
        * Makefile.in: add DLLTOOL = @DLLTOOL@, pass on DLLTOOL to
@@ -172,13 +577,11 @@ Fri Jul 25 16:48:18 1997  Jeffrey A Law  (law@cygnus.com)
        * top.c (execute_command): Force cleanup of alloca areas.
        * findvar.c (registers_changed): Likewise.
 
-start-sanitize-v850
 Fri Jul 25 15:37:15 1997  Stu Grossman  <grossman@cygnus.com>
 
        * v850ice.c:  Include <windows.h>.  Support new v850 DLL interface.
        * Add defs for target status.
 
-end-sanitize-v850
 start-sanitize-gdbtk
 Tue Jul 22 19:45:37 1997  Martin M. Hunt  <hunt@cygnus.com>
 
@@ -817,9 +1220,7 @@ Tue Apr 22 09:02:10 1997  Stu Grossman  (grossman@critters.cygnus.com)
        config/mips/{embed embed64 embedl embedl64 vr4300 vr4300el vr5000
        vr5000el}.mt config/powerpc/{aix aix4}.mh config/rs6000/{aix
        aix4}.mh config/sh/sh.mt config/sparc/sp64sim.mt:
-start-sanitize-v850
        config/v850/v850.mt:
-end-sanitize-v850
        Remove -lm.  That's now handled by configure.
 
        * Makefile.in (maintainer-clean):  Add distclean to dependencies.
@@ -1906,10 +2307,8 @@ Fri Jan  3 12:08:16 1997  Stu Grossman  (grossman@critters.cygnus.com)
        ENABLE_OBS, and THREAD_DB_OBS.  These are consolidated into LIBS
        and CONFIG_OBS.
        * configure configure.in:  Clean up test cases around thread support.
-start-sanitize-v850
        * configure.tgt (v850-*-*):  Include v850ice.o and v850.lib if
        host is Windows.
-end-sanitize-v850
        * c-valprint.c ch-valprint.c cp-valprint.c eval.c expprint.c
        printcmd.c valops.c value.h values.c:  Add bfd_section arg to
        value_at and value_at_lazy.
@@ -1957,13 +2356,11 @@ end-sanitize-v850
        section.
        * (unpack_double):  Clean up _MSC_VER conditionals to remove
        duplicate code.
-start-sanitize-v850
        * v850ice.c:  New module to support communication with NEC's
        PC-based ICE.
        * config/v850/tm-v850.h (REGISTER_NAMES):  Replace sp, gp, fp, and
        ep names with rxx names.  sp and fp are renamed via a different
        mechanism.
-end-sanitize-v850
 
 Fri Jan  3 14:20:05 1997  Geoffrey Noer  <noer@cygnus.com>
 
This page took 0.028733 seconds and 4 git commands to generate.