* arc-tdep.c (arc_bfd_mach_type): New static global.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index ad8360ed89eb7518804d8207b6142b31f83d6643..e0390fb0003b3a838f8da123727641054c7fd3de 100644 (file)
@@ -1,3 +1,115 @@
+start-sanitize-arc
+Fri Jun  2 11:17:23 1995  Doug Evans  <dje@canuck.cygnus.com>
+
+       * arc-tdep.c (arc_bfd_mach_type): New static global.
+       (codestream_fill): Handle byte order differences.
+       (setup_prologue_scan): Don't read stdarg function's "sub sp,sp,N".
+       (arc_get_frame_setup): Read it here.
+       (arc_frame_saved_pc): And here.
+       (arc_print_insn): New function.
+       (arc_set_cpu_type): Set arc_bfd_mach_type.  Don't set tm_print_insn.
+       (_initialize_arc_tdep): Set tm_print_insn to arc_print_insn.
+end-sanitize-arc
+
+Wed May 31 12:04:01 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
+
+       * nlm/{configure.in, Makefile.in}: Converted to use autoconf.
+       * nlm/configure: New file, generated with autoconf 2.3.
+
+       * nlm/configure.in: Use sed instead of awk to get the value of
+         cpufile.  Awk is not a utility required by the GNU coding
+         standards.  This change also fixes the rigid whitespace
+         requirements that were required for awk.
+
+       * sparclite/aload.c: Use a file descriptor instead of a stdio
+         stream for i/o with target board.
+         Use #error if HAVE_TERMIOS is not defined.
+
+       * sparclite/{Makefile.in, configure.in}: Converted to use
+         autoconf.
+       * sparclite/configure: New file, generated with autoconf 2.3.
+
+Sun May 28 23:10:07 1995  Jeff Law  (law@snake.cs.utah.edu)
+
+       * defs.h: Include either varargs.h or stdarg.h (for va_list).
+       Fix stupid thinko in last change ("..." -> "va_list").
+
+       * defs.h (vprintf_filtered declaration): Add PARAMS prototype;
+       gcc-2.5 chokes on format attributes for unprototyped functions.
+       (vfprintf_filtered declaration): Likewise.
+       (vprintf_unfiltered declaration): Likewise.
+       (vfprintf_unfiltered). Likewise.
+
+Sat May 27 23:54:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
+
+       * configure.in: Use sed instead of awk to get the values of
+         hostfile, targetfile and nativefile.  Awk is not a utility
+         required by the GNU coding standards.  This change also 
+         fixes the rigid whitespace requirements that were required
+         for awk.
+       * configure: regenerated.
+
+Sat May 27 16:24:04 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
+
+        * sparclite/{Makefile,configure}.in: Add hooks for building with
+        -lsocket & -lnsl for solaris2.  Don't build aload/eload for DOS.
+
+Thu May 25 12:46:37 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * gdbserver/remote-utils.c (prepare_resume_reply): Add FIXME
+       comment regarding signal numbering.
+
+Wed May 24 15:49:47 1995  Steve Chamberlain  <sac@slash.cygnus.com>
+
+       * arm-tdep.c (_initialize_arm_tdep): Use print_insn_little_arm
+       now.
+
+       * arm-tdep.c (convert_from_extended, convert_to_extended):
+       New.
+       * coffread.c (enter_linenos): Return if linetab 0.
+       * config/arm/arm.mt (TDEPFILES): Add simulator support.
+       * config/arm/tm-arm.h (FRAME_FIND_SAVED_REGS): Fix prototypes.
+
+Mon May 22 19:37:21 1995  Rob Savoye  <rob@darkstar.cygnus.com>
+
+       * config/idt.mt: replace monitor and array-rom with the new
+       remote-array.
+
+Mon May 22 15:38:25 1995  Stu Grossman  (grossman@cygnus.com)
+
+       * remote-nindy.c:  Install Kung patch for PR 6820.  I have no idea
+       what this does...
+
+       * breakpoint.c:  Move defaults of watchpoint related macros into
+       target.h.
+       * target.h:  Macros from breakpoint.c.  Conditionalize based on
+       TARGET_HAS_HARDWARE_WATCHPOINTS.
+       * i386v-nat.c procfs.c:  Use TARGET_HAS_HARDWARE_WATCHPOINTS
+       instead of TARGET_CAN_USE_HARDWARE_WATCHPOINT to enable watchpoint
+       code.
+       * config/i386/nm-linux.h, config/mips/nm-irix4.h,
+       config/pa/nm-hppab.h, config/sparc/tm-sparclite.h:  #define
+       TARGET_HAS_HARDWARE_WATCHPOINTS to enable watchpoint code.
+
+Mon May 22 06:47:30 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * breakpoint.c, target.h: Move defaults of watchpoint related
+       macros back to breakpoint.c.  Required to get GDB compiling
+       on Solaris again.
+
+Fri May 19 14:49:37 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
+
+       * defs.h (ATTR_FORMAT): New macro, expands to gcc's format
+         attribute when compiled by gcc.  
+       * defs.h, language.h, monitor.h: Changed many function
+         declarations to use ATTR_FORMAT.
+
+       * breakpoint.c (delete_command); source.c (directory_command);
+         top.c (define_command): Changed call to query() that had too
+         many arguments.
+       * printcmd.c (address_info): Changed call to printf_filtered()
+         that had too many arguments.
+
 Fri May 19 09:52:07 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
        * infrun.c (wait_for_inferior): Move assignments to stop_signal
@@ -24,7 +136,7 @@ Thu May 18 15:58:46 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
          printf_filtered, printf_unfiltered, printfi_filtered, query, warning,
          error, fatal, fatal_dump_core): Use stdarg.h macros when compiling 
          with an ANSI compiler.
-       * complain.c (complain): Likewise.
+       * complaints.c (complain): Likewise.
        * language.c (type_error, range_error): Likewise.
        * monitor.c (monitor_printf, monitor_printf_noecho): Likewise.
        * remote-array.c (printf_monitor, debuglogs): Likewise.
@@ -35,7 +147,7 @@ start-sanitize-gdbtk
         * gdbtk.c (gdbtk_query): Likewise.
 end-sanitize-gdbtk
 
-       * defs.h, complain.h, language.h, monitor.h: Add prototypes to
+       * defs.h, complaints.h, language.h, monitor.h: Add prototypes to
          match above changes.
 
        * printcmd.c: Remove uneeded #include <varargs.h>.
This page took 0.024649 seconds and 4 git commands to generate.