3 * remote-mips.c (mips_wait): Fix ref to TARGET_WAITKIND_STOPPED.
7 * target.h: Add enum target_waitkind, enum target_signal, and
8 struct target_waitstatus. Change status argument to target_wait to
9 be struct target_waitstatus * instead of int *.
10 * target.h, infrun.c, all targets: Change type of signal arguments
11 to resume(), proceed(), and target_resume() from int to enum
13 * All targets (*_wait, *_resume): Change accordingly.
14 * infcmd.c (program_info, signal_command), throughout infrun.c,
15 * fork-child.c, solib.c, hppa-tdep.c, osfsolib.c: Use this stuff.
16 * convex-xdep.c, convex-tdep.c: Add FIXME's (getting the Convex
17 signal code stuff right with the new signals would be non-trivial).
18 * inferior.h (stop_signal): Make it enum target_signal not int.
19 * target.c, target.h (target_signal_to_string, target_signal_to_name,
20 target_signal_from_name): New functions.
21 * inftarg.c, target.h (target_signal_to_host, target_signal_from_host,
22 store_waitstatus): New functions.
23 * procfs.c (procfs_notice_signals): Use them.
24 * i960-tdep.c (i960_fault_to_signal): New function, to replace
26 * config/i960/tm-i960.h: Don't define PRINT_RANDOM_SIGNAL.
28 * objfiles.c (build_objfile_section_table): Don't abort() if
29 objfile->sections is already set.
31 * objfiles.c (add_to_objfile_sections): Check SEC_ALLOC not SEC_LOAD
32 to match recent change to exec.c.
36 * main.c (print_gdb_version): Change year to 1994.
38 * ChangeLog, ChangeLog-93: Split ChangeLog at 1994.
39 * Makefile.in (NONSRC): Add ChangeLog-93.
43 * stabsread.c (read_type): Allow defining several type numbers
44 at once (e.g. "(1,2)=(3,4)="...).
46 * stabsread.c (read_enum_type): Use TARGET_INT_BIT not sizeof (int).
48 * breakpoint.c (frame_in_dummy): Check PC as well as frame.
52 * mdebugread.c (psymtab_to_symtab_1): Only pass N_STAB symbols
53 to process_one_symbol.
54 * symtab.c (find_pc_psymbol): Search global_psymbols as well to
55 avoid caching a bad endaddr in find_pc_partial_function.
59 * config/m68k/tm-sun3.h: Don't define BELIEVE_PCC_PROMOTION.
63 * infrun.c (wait_for_inferior): Do not step or step resume past
64 the end of a one-line function we just stepped into.
66 For older changes see ChangeLog-93
72 version-control: never