X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2FChangeLog;h=f5b375c9927f625cc35a1a83511da3a2b63e39c0;hb=895efe6b576d919cb593ed68ad8dc88b2c921b2a;hp=83e2ad0c337d13970db202ef570a33df3a21463d;hpb=3bc45b7a1a716857e747984639a55c97ebf1a65b;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 83e2ad0c33..f5b375c992 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,142 @@ +Sat Jan 29 07:44:59 1994 Jim Kingdon (kingdon@deneb.cygnus.com) + + * config/m68k/monitor.mt (TDEPFILE): Add remote-es.o. + * config/m68k/es1800.mt: Add comment. + * remote-es.c: Comment out entire file until it can be fixed. + + * ser-unix.c (wait_for, hardwire_readchar) [HAVE_TERMIO, HAVE_TERMIOS]: + If the timeout is too big to fit in c_cc[VTIME], then do multiple reads + to achieve the desired timeout. + * serial.h (serial_t): Add field timeout_remaining. + +Fri Jan 28 08:45:02 1994 Jim Kingdon (kingdon@deneb.cygnus.com) + + * c-exp.y (yylex): Reenable nested type code. + +Fri Jan 28 15:40:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com) + + * a29k-tdep.c (examine_tag): Add comment regarding argcount. + + * remote-mips.c (mips_ops): Fix docstring. + + * remote-bug.c (bug_ops): Remove spurious newline from docstring. + + * config/m68k/tm-monitor.h: Changes to bring this into accordance + with the old tm-m68k-em.h: + (GDBINIT_FILENAME, DEFAULT_PROMPT): Remove. + (HAVE_68881): Don't undefine; HAVE_68881 is obsolete. + (REGISTER_NAMES): Don't muck with it; what tm-m68k.h has is fine. + Add FIXME regarding GET_LONGJMP_TARGET. + + * remote-udi.c (udi_close, udi_detach, udi_kill): Add comments. + * infptrace.c (kill_inferior): Add comments. + * main.c (quit_command): Call target_close after we kill or + detach. + * remote-udi.c (udi_close): Don't error() if QUITTING. + +Fri Jan 28 11:55:52 1994 Rob Savoye (rob@darkstar.cygnus.com) + + * configure.in: Make m68k-coff and aout add monitor support in + addition to the standard serial support. + +Fri Jan 28 08:45:02 1994 Jim Kingdon (kingdon@deneb.cygnus.com) + + * mdebugread.c (psymtab_to_symtab_1): Don't complain on stLabel with + index indexNil. + +Fri Jan 28 10:40:34 1994 Jim Kingdon (kingdon@lioth.cygnus.com) + + * config/pa/tm-hppa.h: Define macro SMASH_TEXT_ADDRESS. + * elfread.c (record_minimal_symbol_and_info), + dwarfread.c (process_dies), paread.c (pa_symtab_read): Use it. + +Thu Jan 27 15:12:23 1994 Jim Kingdon (kingdon@lioth.cygnus.com) + + * i386-stub.c: Add ".text" right before "mem_fault:". + + * main.c (baud_rate): Add FIXME comment about printing -1 value. + + * remote-utils.c (usage): Fix message to be accurate and conform + more closely to normal conventions. + + * remote-utils.c (gr_files_info): Have the exec_bfd test control + whether to show information about exec_bfd, and not control whether + to show information about device and speed. + + * remote-utils.c (gr_open): If sr_get_device returns NULL, give + usage message, don't dump core. + + * remote-bug.c (bug_write_memory): Use alloca, not GCC extension + for variable size array. + (bug_fetch_register, bug_store_register): Rename "value" to + "fpreg_buf" because some compilers don't like variables whose + names are the same as types. + (bug_store_register): Use a cast when converting char * to + unsigned char *. + + * symmisc.c (maintenance_print_symbols): Don't refer to the name + of the command in error message (the text was referring to the old + name of the command). + + * symmisc.c (dump_symtab): Fix args to fprintf_filtered. + + * c-typeprint.c (c_type_print_base): Have SHOW == 0 mean to print + full details on structure elements without names. This partially + reverts the changes of 1 Jul 1993 and 31 Aug 1993; I think this aspect + of those changes was accidental. + + * stack.c (parse_frame_specification): If SETUP_ARBITRARY_FRAME is + defined, make it an error to specify a single argument which is not + a frame number. + + * Makefile.in (version.c), main.c (print_gdb_version): Use + host_alias and target_alias, not host_canonical and + target_canonical, to print configuration. + +Wed Jan 26 10:57:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com) + + * parse.c (write_exp_msymbol): Use new type msymbol_addr_type instead + of builtin_type_long. It is necessary to get a type which is + TARGET_PTR_BIT bits in size; builtin_type_long might not be big enough. + + Fix many sins which will come up in 32 bit x 64 bit GDB, and + various miscellaneous things discovered in the process: + * printcmd.c, defs.h (print_address_numeric): New function. + * c-valprint.c (c_val_print), ch-valprint.c (chill_val_print) + breakpoint.c (describe_other_breakpoints, breakpoint_1, mention), + cp-valprint.c (cplus_print_value), infcmd.c (jump_command), + printcmd.c, stack.c, symfile.c, symmisc.c, valprint.c: + Use it. + * utils.c, defs.h (gdb_print_address): New function. + * expprint (dump_expression), gdbtypes.h: Use it. + * breakpoint.c (describe_other_breakpoints), + symmisc.c (dump_symtab, print_symbol): + Use filtered not unfiltered I/O. + (remove_breakpoints): Remove BREAKPOINT_DEBUG code. Might as well + just run gdb under a debugger for this (and it had problems with + printing addresses, how to print b->shadow, etc.). + * buildsym.c (make_blockvector), core.c (memory_error), + exec.c (print_section_info), maint.c (print_section_table), + mdebugread.c (parse_procedure), solib.c, source.c, symfile.c, + symmisc.c, symtab.c, valops.c, valprint.c, xcoffexec.c: + Add comments saying code is broken. Marked with "FIXME-32x64". + * dbxread.c (process_one_symbol), partial-stab.h (default), + remote-vx.c (vx_run_files_info): + Don't cast int being passed to local_hex_string. + * symmisc.c (print_symbol): Don't cast long being passed to %lx. + * symtab.h (general_symbol_info): Add comment about SYMBOL_VALUE + only being a long. + * symmisc.c (print_symbol): Print "offset" in message for LOC_ARG + and LOC_LOCAL. + * printcmd.c (print_address): Remove #if 0 code with ADDR_BITS_REMOVE. + * source.c: Include regardless of USG. + +Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) + + * valops.c (value_assign): Set `type' after coercing toval. + * c-valprint.c (c_val_print), ch-valprint.c (chill_val_print): + Use extract_unsigned_integer to get the address of a reference. + Tue Jan 25 11:31:53 1994 Jim Kingdon (kingdon@lioth.cygnus.com) * stabsread.c (STABS_CONTINUE, error_type), partial-stab.h: @@ -35,7 +174,7 @@ Sat Jan 22 17:08:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com) Sat Jan 22 20:25:11 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) * mips-tdep.c (init_extra_frame_info): Use frame relative stack - pointer value when fixing up the frame at the start of a function + pointer value when fixing up the frame at the start of a function. Sat Jan 22 12:29:13 1994 Stu Grossman (grossman at cygnus.com)