Wed Nov 4 18:44:31 1998 Dave Brolley <brolley@cygnus.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 40e6fc16f4c61bae9ed4689912cf1f7d5753a7d3..c5d2ad26c3bb65024fb601d0575435f09800ef85 100644 (file)
@@ -1,3 +1,87 @@
+Thu Nov  5 08:41:33 1998  Christopher Faylor <cgf@cygnus.com>
+
+       * top.c (gdb_readline): Allow CRLF line termination on systems
+       which define CRLF_SOURCE_FILES.
+       * win32-nat.c: 1) Add thread support, 2) fix ability to attach to
+       a running process, and 3) implement limited support for cygwin
+       signals.
+       (thread_rec): New function.
+       (child_add_thread): Ditto.
+       (child_init_thread_list): Ditto.
+       (child_delete_thread): Ditto.
+       (do_child_fetch_inferior_registers): Ditto.
+       (do_child_store_inferior_registers): Ditto.
+       (handle_output_debug_string): Ditto.
+       (child_fetch_inferior_registers): Use do_* function to perform
+       operation.
+       (child_store_inferior_registers): Ditto.
+       (child_continue): Ditto.
+       (child_thread_alive): Ditto.
+       (cygwin_pid_to_str): Ditto.
+       (handle_load_dll): Reorganize, add first attempt at reading
+       dll names from attached processes.  Change info messages to provide
+       more information when dll is already loaded.
+       (handle_exception): Changes mandated by new thread-aware structures.
+       (child_wait): Track thread creation/destruction.  Handle cygwin
+       signals.
+       (child_create_inferior): Ditto.
+       (child_resume): Ditto.
+       (child_kill_inferior): Ditto.  Close child process handle to avoid a
+       handle leak.
+       (child_ops): Fill out child_ops fields that deal with threads.
+       * config/i386/tm-cygwin32.h: Declare function and macro needed
+       for converting a cygwin "pid" to a string.
+       * config/i386/xm-cygwin32.h: define HAVE_SIGSETMASK as 0 since
+       sigsetmask is not defined in cygwin.
+
+Thu Nov  5 08:38:18 1998  Christopher Faylor <cgf@cygnus.com>
+
+       * win32-nat.c: Remove obsolete PPC conditionals.
+
+Wed Nov  4 18:44:31 1998  Dave Brolley  <brolley@cygnus.com>
+
+       * configure.tgt: Add fr30-*-elf*.
+
+1998-11-03  Jim Wilson  <wilson@cygnus.com>
+
+       * c-exp.y (parse_number): Check TARGET_LONG_LONG_BIT when setting
+       high_bit to avoid undefined negative shift.
+
+Mon Nov  2 15:26:33 1998  Geoffrey Noer  <noer@cygnus.com>
+
+        * configure.in: Check cygwin* instead of cygwin32*.
+       * configure: regenerate
+
+Thu Oct 29 10:04:20 1998  Michael Snyder  <msnyder@cleaver.cygnus.com>
+
+       [Support for trace debugging: registers that were not collected.]
+       * remote.c (remote_fetch_registers): accept 'xxxx' in the register
+       packet, with the meaning "register value is not available".
+       Set register_valid to -1, which will connote "no value available".
+       * findvar.c (read_relative_register_raw_bytes): return failure if
+       register_valid == -1.  (value_of_register): return failure if 
+       register_valid == -1.  (read_var_value): return error if 
+       value_of_register fails for a register variable.
+       (value_from_register): return failure if register_valid == -1.
+       * eval.c (evaluate_subexp_standard): return error if 
+       value_of_register fails for a register used in an expression.
+       * infcmd.c (do_registers_info): display "value not available"
+       for registers for which register_valid == -1.
+
+       * tracepoint.c (set_raw_tracepoint): just save the filename as is
+       from the symbol table, rather than trying to prepend the dir name.
+       Also save the bfd section.  (tracepoints_info): use the section
+       when looking up the function name.
+       * tracepoint.h: add section field to tracepoint struct.
+
+start-sanitize-sky
+Wed Oct 28 12:33:52 EST 1998  Frank Ch. Eigler <fche@cygnus.com>
+
+       * configure.in: Accept both -skyb- and -sky- for
+       --with-sim-funit/gpu2 options.
+       * configure: Rebuilt.
+
+end-sanitize-sky
 Wed Oct 28 08:01:38 1998  Mark Alexander  <marka@cygnus.com>
 
        * sparcl-tdep.c (send_resp, sparclite_serial_start,
@@ -123,7 +207,7 @@ Tue Oct 13 18:56:51 1998  Felix Lee  <flee@cygnus.com>
        * configure.in (gdb_cv_proc_service_is_old): new test.
        * acconfig.h (PROC_SERVICE_IS_OLD): new define.
        * configure, config.in: regenerate.
-       
+
 1998-10-13  Jason Molenda  (jsm@bugshack.cygnus.com)
 
        * blockframe.c (find_pc_sect_partial_function): Add braces to avoid
@@ -135,7 +219,7 @@ Tue Oct 13 18:56:51 1998  Felix Lee  <flee@cygnus.com>
        * gnu-regex.c: Define _REGEX_RE_COMP only if it isn't already defined.
        * gnu-regex.h: Define _REGEX_RE_COMP to pick up old compatability 
        prototypes.
-       
+
        * symtab.h: Add prototype for _initialize_source.
        * value.h: Add prototype for _initialize_value.
 
@@ -144,7 +228,7 @@ Tue Oct 13 18:56:51 1998  Felix Lee  <flee@cygnus.com>
         a prototype for this function.
        (mfree): Add prototypes for mmalloc, mrealloc, mfree if we aren't
        using mmalloc.
-       
+
        * ax-gdb.c breakpoint.c coffread.c corelow.c dbxread.c dwarf2read.c 
         dwarfread.c elfread.c eval.c exec.c gdbtk-cmds.c gdbtk.c infcmd.c 
         infrun.c mipsread.c nlmread.c os9kread.c parse.c printcmd.c symfile.c 
@@ -210,10 +294,10 @@ start-sanitize-cygnus
        sets gdb_target + gdb_target_cpu to carp. XXX - this is tempoary.
 end-sanitize-cygnus
        * configure: Re-generate.
-       
+
        * Makefile.in (DEPFILES): Add TARGET_OBS.
        (TARGET_OBS): Defined by configure.
-       
+
 start-sanitize-cygnus
        * config/carp/carp.mt, config/carp/tm-carp.h: Pseudo configuration
        for carp target. XXX - this is tempoary.
@@ -262,15 +346,15 @@ Fri Oct  2 19:42:31 1998  Stu Grossman  <grossman@babylon-5.cygnus.com>
        to allow handling of wchar_t/Unicode strings.  Fix c_printstr to handle
        wide characters.  Supply width argument to LA_PRINT_STRING and
        val_print_string.
-       
+
        * jv-lang.c (java_object_type dynamics_objfile java_link_class_type
        get_dynamics_objfile get_java_object_type) jv-lang.h
        (get_java_object_type):  Make lots of things static.
-       
+
        * expprint.c (dump_prefix_expression dump_subexp):  Move opcode name
        printing to common routine (op_name).
        * (dump_subexp):  Add support for OP_SCOPE.
-       
+
 Fri Oct  2 16:25:54 1998  Stan Shebs  <shebs@andros.cygnus.com>
 
        * configure.host (i[3456]86-*-windows): Remove, no longer used.
@@ -335,8 +419,8 @@ Thu Oct  1 20:52:39 1998  Andrew Cagney  <cagney@b1.cygnus.com>
         start with "com", not "/dev/tty".
         (Unix_OpenSerial): Do not use O_NONBLOCK on cygwin32.
 
-        * rdi-share/devsw.c (DevSW_Close): Free the device's state (SwitcherState)
-        so that the device may be reopened.
+        * rdi-share/devsw.c (DevSW_Close): Free the device's state 
+        (SwitcherState) so that the device may be reopened.
 
         * remote-rdi.c (mywritec): Send all output through gdb's *_unfiltered
         functions, ignoring non-ASCII chars, so that non-tty UI's can snarf
@@ -383,7 +467,7 @@ Wed Sep 23 18:21:03 1998  Andrew Cagney  <cagney@b1.cygnus.com>
        REMOTE_ADDRESS_SIZE variable.
 
        * NEWS: Update.
-       
+
 Wed Sep 23 18:08:52 1998  Andrew Cagney  <cagney@b1.cygnus.com>
 
        * remote.c (_initialize_remote, packet_command, print_packet):
@@ -393,7 +477,7 @@ Wed Sep 23 12:32:54 1998    <cagney@amy.cygnus.com>
 
        * remote.c (packet_command): Test REMOTE_DESC to determine if
        remote connection is open.
-       
+
 Tue Sep 22 22:27:24 1998  Mark Alexander  <marka@cygnus.com>
 
        Patch from Dawn Perchik <dawn@cygnus.com>:
@@ -411,7 +495,7 @@ Mon Sep 21 19:29:32 1998  Stu Grossman  <grossman@babylon-5.cygnus.com>
        * jv-lang.c (java_printchar):  Fix output of chars > 0xff.  Fold
        java_emit_char into java_printchar.
        * language.h (PRINT_LITERAL_FORM):  Reformat for readability.
-       
+
 Mon Sep 21 14:38:03 1998  Catherine Moore <clm@cygnus.com>
 
        * config/arm/tm-arm.h (*_BREAKPOINT): Define both little endian
@@ -456,7 +540,7 @@ Tue Sep 15 15:24:16 1998  Stu Grossman  <grossman@fencer.cygnus.com>
        when using xrealloc().  Fix pointer arithmetic problem when clearing
        memory.  This and the previous patch prevent random SEGV's when there
        are lots of live range symbols.
-       
+
 Tue Sep 15 14:02:01 1998  Nick Clifton  <nickc@cygnus.com>
 
        * remote-rdi.c: Prevent multiple attempts to close the remote
@@ -488,7 +572,7 @@ Fri Sep 11 12:38:34 EDT 1998  Zdenek Radouch   (radouch@cygnus.com)
 Thu Sep 10 20:51:23 1998  Michael Snyder  <msnyder@cleaver.cygnus.com>
 
        * mn10300-tdep.c (mn10300_analyze_prologue): guard against NULL.
-       
+
 Wed Sep  9 19:37:36 1998  Stan Shebs  <shebs@andros.cygnus.com>
 
        * dbxread.c (IGNORE_SYMBOL): Remove definition, is never used.
@@ -508,7 +592,7 @@ start-sanitize-sky
        * tm-txvu.h: add COP0 registers
        * mips-tdep.c: use NUM_CORE_REGS
 end-sanitize-sky
-       
+
 1998-09-08  Jason Molenda  (jsm@bugshack.cygnus.com)
 
        * breakpoint.c (bpstat_stop_status):  Declare a bp match if the
@@ -617,7 +701,7 @@ Wed Aug 19 03:07:53 1998  Richard Henderson  <rth@cygnus.com>
        * stack.c: Define new hook, selected_frame_level_changed_hook, which
        will be called whenever the selected stack level changes.
        (select_frame): Call the selected_frame_level_changed_hook.
-       
+
 Tue Aug 18 18:03:42 1998  Stan Shebs  <shebs@andros.cygnus.com>
 
        * remote-rdi.c (arm_rdi_open): Pass serial device name to
@@ -677,8 +761,8 @@ Wed Aug 12 16:30:01 1998  Frank Ch. Eigler  <fche@cygnus.com>
 
 Wed Aug 12 09:00:26 1998  Stu Grossman  <grossman@babylon-5.cygnus.com>
 
-       * expprint.c (dump_prefix/postfix_expression):  Don't try to print type
-       expressions.
+       * expprint.c (dump_prefix/postfix_expression):  Don't try to print
+       type expressions.
 
 Tue Aug 11 11:33:25 1998  Stu Grossman  <grossman@babylon-5.cygnus.com>
 
@@ -691,7 +775,7 @@ Tue Aug 11 11:33:25 1998  Stu Grossman  <grossman@babylon-5.cygnus.com>
        with indentation and better formatting and interpretation.
        * parse.c (parse_exp_1):  Put calls to dump expressions under ifdef
        MAINTENANCE_CMDS and expressiondebug variable.
-       
+
 Thu Aug 6 13:20:02 1998  Ron Unrau  <runrau@cygnus.com>
 
        * infrun.c (wait_for_inferior): use stop_func_name instead of 
@@ -702,7 +786,7 @@ Thu Aug 6 13:15:05 1998  Ron Unrau  <runrau@cygnus.com>
 
        * txvu-tdep.c: add VU0/1 control registers
        * config/mips/tm-txvu.h: ditto
-       
+
 Tue Aug 4 11:02:50 1998  Ron Unrau  <runrau@cygnus.com>
 
        * txvu-tdep.c (txvu_insert_breakpoint): make sure CPU context is
@@ -836,7 +920,7 @@ end-sanitize-sky
        * source.c (print_source_lines): Print "No such file or directory"
        just once.
        (directory_command): same as above; resets if user issues dir.
-       
+
 Sun Jul 19 02:11:45 1998  Martin M. Hunt  <hunt@cygnus.com>
 
        * symtab.c (decode_line_2): Instead of printing a prompt
@@ -870,7 +954,7 @@ Wed Jul 15 11:51:33 1998  Keith Seitz  <keiths@cygnus.com>
        * Makefile.in: Add target for v850ice.o.
 
        * configure.tgt: Add cygwin32 dependencies for v850 ice.
-       
+
 Wed Jul 15 10:58:29 1998  Nick Clifton  <nickc@cygnus.com>
 
        * tracepoint.c (set_raw_tracepoint): Cope with symbols that do not
@@ -1010,7 +1094,7 @@ Wed Jun 17 15:50:00 1998  Ron Unrau  (runrau@cygnus.com)
 
        * parse.c (target_map_name_to_register): Check target specific 
          aliases *first* so that it can over-ride architectural names
-       
+
 Wed Jun 17 17:13:38 1998  Said Ziouani  (saidz@park-street.cygnus.com)
 
        * remote-sds.c (sds_start_remote): Fix printf call.
@@ -1035,7 +1119,7 @@ Sun Jun 14 08:46:25 1998  Ron Unrau  (runrau@cygnus.com)
 
 Sat Jun 13 13:02:32 1998  Dawn Perchik (dawn@cygnus.com)
 
-       * remote.c : Fix remote help string to match that of help.exp.
+       * remote.c: Fix remote help string to match that of help.exp.
 
 Fri Jun 12 14:22:55 1998  Jason Molenda  (crash@bugshack.cygnus.com)
 
@@ -1052,8 +1136,8 @@ Thu Jun 11 15:05:10 1998  Jason Molenda  (crash@bugshack.cygnus.com)
 
 Wed Jun 10 15:39:14 1998  Stu Grossman  <grossman@babylon-5.cygnus.com>
 
-       * c-exp.y:  Fix problems with parsing "'foo.bar'::func".  Some languages
-       allow symbols with dots.
+       * c-exp.y:  Fix problems with parsing "'foo.bar'::func".  
+       Some languages allow symbols with dots.
 
        * gdbtypes.c (check_stub_method):  Cosmetic.  Use more descriptive
        names for parameters.
@@ -1067,8 +1151,8 @@ end-sanitize-java
        * language.c language.h (set_language):  Now returns previous language.
 
        * symtab.c (find_methods):  Make static.  Cosmetic changes, including
-       indentation, and adding descriptive comments.  Move local variable defs
-       into the block they are used in.
+       indentation, and adding descriptive comments.  Move local variable 
+       defs into the block they are used in.
        * Don't call check_stub_method any more.  Use gdb_mangle_name to
        generate the full method name.  find_method doesn't need all the other
        goobldegook that check_stub_method does.
@@ -1080,7 +1164,7 @@ start-sanitize-java
 end-sanitize-java
        * (decode_line_1):  Move local variable defs into the block they are
        used in.  (Improves code readability.)
-       
+
 Wed Jun 10 18:04:35 1998  Frank Ch. Eigler  <fche@cygnus.com>
  
        * gdbtypes.c (get_discrete_bounds): Assign unsigned type flag for
@@ -1400,12 +1484,12 @@ Mon May 18 13:04:27 1998  Michael Snyder  <msnyder@cleaver.cygnus.com>
        (tdump_command): check to see if we're connected to a trace-
        capable target (currently only "remote") before doing anything 
        else.
-       
+
 Sat May 16 22:21:48 1998  Frank Ch. Eigler  <fche@cygnus.com>
 
        * config/d30v/tm-d30v.h (INIT_FRAME_PC_FIRST): Fill in PC into
        frame struct before extracting saved register offsets.
-       
+
 Fri May 15 22:47:45 1998  Michael Snyder  <msnyder@cleaver.cygnus.com>
 
        * tracepoint.c (encode_actions): fix typo in printf format string.
@@ -1424,10 +1508,10 @@ Fri May 15 22:47:45 1998  Michael Snyder  <msnyder@cleaver.cygnus.com>
 
        * ax-gdb.c (gen_conversion): Reworked to avoid some unnecessary
        sign extension.
-       
+
        * ax-gdb.c (gen_usual_arithmetic): Renamed from gen_usual_binary,
        to match the ANSI C standard better.  Callers changed.
-       
+
        * ax-gdb.c (gen_traced_pop): Add prototyped declaration.
 
 Fri May 15 18:18:38 1998  David Taylor  <taylor@texas.cygnus.com>
@@ -1515,7 +1599,7 @@ Tue May 12 13:17:35 1998  Frank Ch. Eigler  <fche@cygnus.com>
        (gen_expr): Factor out common code in binary arithmetic operators.
        Add support for `%'.
        (gen_mul, gen_div): Removed.
-       
+
 Thu May  7 14:49:38 1998  Bob Manson  <manson@charmed.cygnus.com>
 
        * config/sparc/tm-sp64.h (CALL_DUMMY): Store and retrieve
@@ -1575,8 +1659,8 @@ Mon May  4 07:08:25 1998  Michael Snyder  <msnyder@cleaver.cygnus.com>
 
 Sat May  2 09:35:07 1998  Stu Grossman  <grossman@babylon-5.cygnus.com>
 
-       * ocd.h:  Add new flags, function codes, and processor types to support
-       new Wiggler capabilities.
+       * ocd.h:  Add new flags, function codes, and processor types to 
+       support new Wiggler capabilities.
        * (ocd_write_bytes_size):  New function to allow atomic writes of
        memory in sizes larger than a byte.
 
@@ -1691,7 +1775,7 @@ Tue Apr 28 17:41:20 1998  Philippe De Muyter  <phdm@macqel.be>
 Tue Apr 28 11:08:25 1998  John Metzler  <jmetzler@cygnus.com>
 
        * rom68k-rom.c (_initialize_rom68k): Fix unresolved init_rom_68kcmds.
-       
+
 Mon Apr 27 14:32:21 1998  Mark Alexander  <marka@cygnus.com>
 
        * config/sparc/tm-sparc.h (CALL_DUMMY): Shorten it drastically,
@@ -1768,7 +1852,7 @@ Thu Apr 23 12:52:21 1998  Philippe De Muyter  <phdm@macqel.be>
         * acconfig.h (NEED_DECLARATION_STRERROR): New define slot.
         * gdb_string.h (strerror): Function declaration issued if
         NEED_DECLARATION_STRERROR.
-        * configure, config.in : Files regenerated.
+        * configure, config.in: Files regenerated.
 
 Thu Apr 23 12:27:43 1998  Philippe De Muyter  <phdm@macqel.be>
 
@@ -1887,7 +1971,7 @@ Mon Apr 20 14:12:30 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
 Sat Apr 18 15:21:04 1998  Stan Cox  <scox@cygnus.com>
 
        * configure.tgt: Added sparc86x support.
-       
+
 Thu Apr 16 13:13:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
 
        * rdi-share/etherdrv.c (EthernetWrite): Use strerror to get
@@ -1987,7 +2071,7 @@ Fri Apr 10 10:35:35 1998  John Metzler  <jmetzler@cygnus.com>
 
        * utils.c (fmthex): A formatting function for hexdumps
 
-       *  mips-tdep.c (unpack_mips16): Fixed instruction decoding, lots of
+       * mips-tdep.c (unpack_mips16): Fixed instruction decoding, lots of
        bit pattern interpretations. mips_fetch_instruction does not work
        for 16 bit instructions. Some confusion remains about sign
        extension in backward branches.
@@ -1998,8 +2082,8 @@ Fri Apr 10 10:35:35 1998  John Metzler  <jmetzler@cygnus.com>
        (mips16_next_16): Initial major debugging of this function. Lots
        of bit pattern mistakes.
        (mips_next_pc): key on low bit of PC, not symbol table.
-       * symfile.c(generic_load) : Added a download verification which
-       reads back the loade code. Download chunk size is now a defined
+       * symfile.c (generic_load): Added a download verification which
+       reads back the loaded code. Download chunk size is now a defined
        macro. Fixed a bug in which downloading slips into loading one
        byte at a time. Lower level functions in monitor.c can load long
        sequences of bytes and make use of these fixups.  Referencing
@@ -2099,15 +2183,6 @@ Tue Mar 31 21:30:39 1998  Nick Clifton  <nickc@cygnus.com>
        * dbxread.c (process_one_symbol): Call SMASH_TEXT_ADDRESS (if it
        is defined) for function symbols.  
 
-Mon Feb 16 14:05:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
-
-       * d10v-tdep.c (d10v_extract_return_value): Wierd.  GCC wants to
-       return odd sized register quantities with only half of the first
-       register used!
-
-       * config/d10v/tm-d10v.h (USE_STRUCT_CONVENTION): Use stack when
-       size > 8.
-
 Tue Mar 31 16:39:28 1998  Michael Snyder  <msnyder@cleaver.cygnus.com>
 
        * tracepoint.c (get_tracepoint_by_number): change warning to note.
@@ -2232,7 +2307,7 @@ Tue Mar 24 16:22:40 1998  Stu Grossman  <grossman@bhuna.cygnus.co.uk>
        * Makefile.in:  Derive SHELL from configure.
        * config/d10v/d10v.mt config/m32r/m32r.mt
        config/mn10200/mn10200.mt config/mn10300/mn10300.mt
-       config/d30v/d30v.mt :  Remove -lm from SIM.  This prevents
+       config/d30v/d30v.mt:  Remove -lm from SIM.  This prevents
        dependency checking of -lm (under NT native builds).  (It is
        automatically added by configure if it exists.)
        * doc/configure mswin/configure nlm/configure
@@ -2265,7 +2340,7 @@ end-sanitize-sky
 Sat Mar 21 19:34:49 1998  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
 
        merged changes from Foundry (list follows by file/author):
-       
+
         - Tom Tromey  <tromey@cygnus.com>
         * Makefile.in (gdbres.o): New target.
         (WINDRES): New define.
@@ -2365,7 +2440,7 @@ Fri Mar 20 14:45:36 1998  Michael Snyder  <msnyder@cleaver.cygnus.com>
        to avoid being killed by async SIGIO signals.
        * config/m32r/m32r.mt: define GDBSERVER_(LIBS and DEPFILES),
        so that gdbserver can be built with the m32r simulator.
-       
+
 Fri Mar 20 09:04:06 1998  Andrew Cagney  <cagney@b1.cygnus.com>
 
 start-sanitize-r5900
@@ -2381,7 +2456,7 @@ end-sanitize-r5900
 start-sanitize-r5900
        (builtin_type_{,u}int128): Ditto.
 end-sanitize-r5900
-       
+
        * gdbtypes.c (_initialize_gdbtypes): Initialize new types.
 
        * mips-tdep.c (do_gp_register_row): Pad register value when GP
@@ -2429,7 +2504,7 @@ Fri Mar 13 15:37:02 1998  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
 start-sanitize-vr4320
 Tue Mar 10 16:15:13 1998  Gavin Koch  <gavin@cygnus.com>
 
-       * configure.tgt (mips64*vr4320*el-*-elf*) : Removed spurious case.
+       * configure.tgt (mips64*vr4320*el-*-elf*): Removed spurious case.
 
 end-sanitize-vr4320
 Fri Mar  6 13:10:27 1998  Fred Fish  <fnf@cygnus.com>
@@ -2492,7 +2567,7 @@ start-sanitize-vr4111
 end-sanitize-vr4111
        * dwarfread.c (read_tag_pointer_type): Pointer sizes now come from
        TARGET_PTR_BIT rather from sizeof(char *) on host.
-       
+
 Tue Mar  3 14:37:02 1998  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
 
         * alpha-nat.c (fetch_osf_core_registers):  Renamed from
@@ -2503,7 +2578,7 @@ Tue Mar  3 14:37:02 1998  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
 start-sanitize-vr4320
 Tue Mar  3 11:12:39 1998  Gavin Koch  <gavin@cygnus.com>
 
-       * configure.tgt (mips64*vr4320*el-*-elf*,mips64*vr4320*-*-elf*) 
+       * configure.tgt (mips64*vr4320*el-*-elf*,mips64*vr4320*-*-elf*): 
        Added.
 
 end-sanitize-vr4320
@@ -2591,7 +2666,7 @@ Tue Feb 17 14:28:33 1998  Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
 Tue Feb 17 14:07:34 1998  Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
 
         * gdbtypes.c (check_typedef): Do not try to resolve the length of      
-        a type which has TYPE_FLAG_TARGET_STUB set, if the target type has      
+        a type which has TYPE_FLAG_TARGET_STUB set, if the target type has
         set TYPE_FLAG_TARGET_STUB as well.
 
 Tue Feb 17 14:32:18 1998  Andrew Cagney  <cagney@b1.cygnus.com>
@@ -2608,15 +2683,19 @@ Mon Feb 16 14:05:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
        * remote.c (remote_xfer_memory): Use REMOTE_TRANSLATE_XFER_ADDRESS
        to translate addr/size when defined.
        (open_remote_target): Delete.
-       
+
        * target.h (open_remote_target): Delete.
-       
+
        * config/d10v/tm-d10v.h (REMOTE_TRANSLATE_XFER_ADDRESS): Define.
-       
+
 Mon Feb 16 14:05:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
 
-       * config/d10v/tm-d10v.h (USE_STRUCT_CONVENTION): Define. True when
-       sizeof type > 1.
+       * d10v-tdep.c (d10v_extract_return_value): Wierd.  GCC wants to
+       return odd sized register quantities with only half of the first
+       register used!
+
+       * config/d10v/tm-d10v.h (USE_STRUCT_CONVENTION): Use stack when
+       size > 8.
 
 Mon Feb 16 14:05:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
 
@@ -2777,7 +2856,7 @@ Thu Feb  5 13:16:36 1998  Andrew Cagney  <cagney@b1.cygnus.com>
        * config/d10v/tm-d10v.h (EXTRA_FRAME_INFO): Delete dummy from
        struct.
        (POP_FRAME): Point at generic_pop_current_frame.
-       
+
        * d10v-tdep.c (d10v_pop_frame): Delete code handling dummy frames,
        handled earlier.
        (d10v_push_return_address): New function.
@@ -2814,7 +2893,7 @@ Thu Feb  5 13:16:36 1998  Andrew Cagney  <cagney@b1.cygnus.com>
        (STORE_RETURN_VALUE): Specify return register using RET1_REGNUM.
        (STORE_STRUCT_RETURN): Specify ARG1_REGNUM as the struct ptr
        location.
-       
+
 Thu Feb  5 13:16:36 1998  Andrew Cagney  <cagney@b1.cygnus.com>
 
        * blockframe.c (generic_pop_dummy_frame): Flush the frame, no
@@ -3108,7 +3187,7 @@ Thu Jan  8 11:03:59 1998  Nick Clifton  <nickc@cygnus.com>
 
        * Makefile.in: Add build rules for remote-rdi.c and
        rdi-share/libangsd.a.
-       
+
        * configure.tgt: Updated from source on branch.
        * config/arm/tm-arm.h: Updated from source on branch.
        * arm-tdep.c: Updated from source on branch.
This page took 0.031661 seconds and 4 git commands to generate.