For d10v, do not sign-extend pointers.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 61a14151fa0010974c52c06c0aad82775eb7d6fb..e8d8eea74255698d35a39e0e01a54b01f91e350f 100644 (file)
@@ -1,4 +1,84 @@
-Sun Jul  6 02:44:28 1997  Philippe De Muyter  <phdm@macqel.be>
+Thu Feb 12 17:10:22 1998  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * valops.c (value_at): For d10v, make read pointers with
+       read_target_unsigned_integer, keep addresses unsigned.
+       (value_fetch_lazy): Ditto.
+
+Thu Feb 12 12:14:02 1998  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * remote-d10v.c: New file.  Layer the d10v GDB->remote memory map
+       on top of the remote serial memory transfer functions.
+
+       * config/d10v/d10v.mt (TDEPFILES): Add remote-d10v.o
+
+       * Makefile.in (remote-d10v.o): Add dependencies.
+
+       * remote.c (remote_open_1): Add arg extended_p, engage extended
+       protocol when extended_p.
+       (remote_open, extended_remote_open): Pass !extended_p /
+       extended_p to remote_open_1.
+
+       * remote.c (open_remote_target), target.h: New function.
+
+Wed Feb 11 08:41:15 1998  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * config/i386/fbsd.mh (XDEPFILES): Add ser-tcp.o.
+
+Tue Feb 10 17:50:37 1998  Keith Seitz  <keiths@onions.cygnus.com>
+
+       * tracepoint.c (tracepoint_operation): Call the modify_tracepoint_hook
+       if it exists.
+       Remove static declaration of free_actions.
+
+       * tracepoint.h: Add declaration of free_actions.
+               
+Tue Feb 10 12:17:13 1998  Fred Fish  <fnf@cygnus.com>
+
+       * symtab.c (decode_line_1): Revert change that mistakenly
+       removed assignment of sals[0].pc field.
+
+Mon Feb 10 12:37:47 1998  Philippe De Muyter  <phdm@macqel.be>
+
+        * m68k/tm-delta68.h (EXTRACT_RETURN_VALUE): Type argument for
+        `REGISTER_CONVERT_TO_VIRTUAL is `TYPE', not
+        `REGISTER_VIRTUAL_TYPE (FP0_REGNUM)';
+        (STORE_RETURN_VALUE): Ditto, and offset for `write_register_bytes'
+        is `REGISTER_BYTE (FP0_REGNUM)', not `FP0_REGNUM'.
+        (FRAME_NUM_ARGS): New macro.
+        * m68k/tm-news.h (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE): Ditto.
+        * delta68-nat.c (clear_insn_cache): New function, forgotten in previous
+        patch.
+
+Mon Feb  9 11:10:06 1998  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * d10v-tdep.c: Replace references to IMEM_ADDR and DMEM_ADDR with
+       D10V_MAKE_[DI]ADDR and D10V_CONVERT_[ID]ADDR_TO_RAW macros.
+
+       * config/d10v/tm-d10v.h (IMEM_START): Move to 0x01......
+       (DMEM_START): Move to 0x00......
+       (STACK_START): Move to 0x00..7ffe.
+       (D10V_MAKE_IADDR, D10V_MAKE_DADDR): Translate unconditionally.
+
+       * d10v-tdep.c (d10v_xlate_addr): Delete function.
+
+Mon Feb  9 15:10:21 1998  Fred Fish  <fnf@cygnus.com>
+
+       * symtab.c (fixup_psymbol_section): Move forward declaration to
+       top of file with other such decls.  Make it a static function.
+       * symtab.h: Minor formatting tweaks.
+
+Mon Feb  9 13:14:12 1998  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * config/a29k-udi.mt, config/i960/vxworks960.mt (REMOTE_OBS):
+       Remove redefinition.
+       * config/i960/tm-i960.h (BREAKPOINT): Define.
+
+Mon Feb  9 15:35:38 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.in (init.c): Ignore errors when making init.c.  Seems
+       necessary to work around bug in Solaris make.
+
+Sun Feb  6 02:44:28 1997  Philippe De Muyter  <phdm@macqel.be>
 
         * m68k/tm-delta68.h (CPLUS_MARKER): Macro deleted.
         (EXTRACT_STRUCT_VALUE_ADDRESS): Macro defined.
This page took 0.034282 seconds and 4 git commands to generate.