* stabsread.c (get_substring): Declare second arg as int.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 07e71bec8db0a19370f314267390ad76aefc83cd..315e42a0020cb961f567ef62b71132301b8ca38b 100644 (file)
@@ -1,3 +1,48 @@
+Tue Jul 30 17:57:46 1996  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * stabsread.c (get_substring): Declare second arg as int.
+
+       * remote-es.c: Include gdb_string.h after defs.h.
+
+Mon Jul 29 21:13:20 1996  Fred Fish  <fnf@cygnus.com>
+
+       * rs6000-tdep.c (push_arguments): Remove unused variable "pc".
+       (branch_dest): Remove unused variable "offset".
+       (pop_dummy_frame): Add prototype and make static.
+       (push_arguments): Guard against using len uninitialized.
+       (push_arguments): Guard against using arg uninitialized.
+       (frame_saved_pc): Remove unused variable "frameless".
+       (free_loadinfo): Ifdef out unused function.
+
+       * xcoffread.c (compare_lte): Change prototype and function to
+       be correct type for passing to qsort.
+       (add_stab_to_list): Ifdef out unused function and prototype.
+       (compare_lte): Add prototype
+       (arrange_linetable): Ditto.
+       (record_include_begin): Ditto.
+       (record_include_end): Ditto.
+       (process_linenos): Ditto.
+       (xcoff_next_symbol_text): Ditto.
+       (scan_xcoff_symtab): Ditto.
+       (xcoff_initial_scan): Ditto.
+
+       * mips-tdep.c (mips_read_processor_type): Add parens around
+       bitwise-and operands in comparison; previous expression always
+       evaluated to 0 because of equality comparison of two constants.
+
+       * rs6000-tdep.c (skip_prologue): Add missing parens around
+       operands of logical-or so that first operand does not bind
+       to previous logical-and.
+
+       * configure.in: Expand "long long" test to include code that triggers
+       known problem on HPUX with native compiler.
+       (configure): Regenerated.
+
+Mon Jul 29 18:12:27 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * somsolib.c (som_solib_create_inferior_hook): Don't
+       warn if __d_pid can't be found.
+
 Sun Jul 28 10:46:39 1996  Fred Fish  <fnf@cygnus.com>
 
        * config/mips/tm-mips.h (struct frame_info): Forward decl.
@@ -173,7 +218,9 @@ Fri Jul 26 14:07:37 1996  Ian Lance Taylor  <ian@cygnus.com>
 
        * printcmd.c (_initialize_printcmd): Initialize
        tm_print_insn_info.flavour.
+start-sanitize-gdbtk
        * gdbtk.c (gdb_disassemble): Initialize di.flavour.
+end-sanitize-gdbtk
 
 Thu Jul 25 19:41:31 1996  Fred Fish  <fnf@cygnus.com>
 
@@ -215,7 +262,6 @@ Thu Jul 25 19:41:31 1996  Fred Fish  <fnf@cygnus.com>
        (strerror): Ditto.
        * f-valprint.c (f77_print_array_1): Remove extra arg that was being
        passed to f77_print_array_1.
-       * gdbtk.c (register_changed_p): Remove unused local variable "buf".
        * gdbtypes.c (add_name): Remove unused variables lenstrlen and lenstr.
        * scm-exp.c (scm_istr2int): Remove unused variable "j".
        (scm_parse): Remove unused variable "str".
@@ -457,6 +503,7 @@ Thu Jul 25 19:41:31 1996  Fred Fish  <fnf@cygnus.com>
        (debug_to_notice_signals): Ditto.
        (debug_to_thread_alive): Ditto.
        (debug_to_stop): Ditto.
+start-sanitize-gdbtk
        * gdbtk.c (null_routine): Ditto.
        (gdbtk_flush): Ditto.
        (gdbtk_fputs): Ditto.
@@ -494,6 +541,7 @@ Thu Jul 25 19:41:31 1996  Fred Fish  <fnf@cygnus.com>
        (gdbtk_call_command): Ditto.
        (tk_command_loop): Ditto.
        (gdbtk_init): Ditto.
+end-sanitize-gdbtk
        * breakpoint.h (set_breakpoint_sal): Ditto.
        * remote-utils.c (usage): Ditto.
        * remote.c (set_thread): Ditto.
@@ -682,9 +730,11 @@ Thu Jul 25 19:41:31 1996  Fred Fish  <fnf@cygnus.com>
        uninitialized.
        * utils.c (vfprintf_maybe_filtered): Change second arg from "char *"
        to "const char *".
+start-sanitize-gdbtk
        * gdbtk.c (gdb_fetch_registers): Cast fourth arg to map_arg_registers
        to proper pointer type, from int.
        (gdbtk_query): Change first arg to "const char *" from "char *".
+end-sanitize-gdbtk
        * infptrace.c (udot_info): Add two dummy args so that the type is
        correct for passing to add_info.
        * f-lang.c (saved_fcn): Move decl to head of file so it can be used
@@ -711,6 +761,9 @@ Thu Jul 25 19:41:31 1996  Fred Fish  <fnf@cygnus.com>
        * eval.c (init_array_element): Declare previously undeclared
        last two args as LONGEST.
        * dcache.c (dcache_xfer_memory):  Change xfunc decls to prototype form.
+start-sanitize-gdbtk
+       * gdbtk.c (register_changed_p): Remove unused local variable "buf".
+end-sanitize-gdbtk
 
 Thu Jul 25 16:11:54 1996  Doug Evans  <dje@canuck.cygnus.com>
 
@@ -727,12 +780,14 @@ Mon Jul 22 18:13:27 1996  Stu Grossman  (grossman@critters.cygnus.com)
        partial-stab.h.
        * stabsread.h (end_psymtab):  Add textlow_not_set arg to prototype.
 
+start-sanitize-gdbtk
 Sat Jul 20 17:46:40 1996  Fred Fish  <fnf@cygnus.com>
 
        * gdbtk.tcl (files_command): Reorder the binding tags for
        the listbox widget to avoid referencing the listbox after
        the containing widget has been destroyed by the action of
        a previous binding.
+end-sanitize-gdbtk
 
 Sat Jul 20 10:41:06 1996  Fred Fish  <fnf@cygnus.com>
 
@@ -740,6 +795,7 @@ Sat Jul 20 10:41:06 1996  Fred Fish  <fnf@cygnus.com>
        to "struct fileinfo" to avoid conflict with "struct file" in
        <sys/file.h> on HPUX and Solaris.
 
+start-sanitize-gdbtk
 Sat Jul 20 10:09:28 1996  Fred Fish  <fnf@cygnus.com>
 
        * gdbtk.tcl (delete_expr): Unset corresponding element of
@@ -747,6 +803,7 @@ Sat Jul 20 10:09:28 1996  Fred Fish  <fnf@cygnus.com>
        (create_expr_window): Initialize expr_num, delete_expr_num,
        and expr_update_list here when each new expression window
        is created, rather than once at startup.
+end-sanitize-gdbtk
 
 Fri Jul 19 14:05:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
 
@@ -793,8 +850,10 @@ Mon Jul 15 16:44:05 1996  Stu Grossman  (grossman@critters.cygnus.com)
 
        * defs.h printcmd.c:  Create global disassemble_info structure
        tm_print_insn_info.
+start-sanitize-gdbtk
        * gdbtk.c (gdb_disassemble):  Setup di.mach from
        tm_print_insn_info.mach, and set endian from TARGET_BYTE_ORDER.
+end-sanitize-gdbtk
        * i386-tdep.c (set_assembly_language_command):  set
        tm_print_insn_info.mach to the appropriate value for 386 or 8086
        disassembly.
This page took 0.02438 seconds and 4 git commands to generate.