Tue Jan 4 14:51:35 1994 Stan Shebs (shebs@andros.cygnus.com)
[binutils-gdb.git] / gdb / ChangeLog
1 Tue Jan 4 14:51:35 1994 Stan Shebs (shebs@andros.cygnus.com)
2
3 * remote-mips.c (mips_wait): Fix ref to TARGET_WAITKIND_STOPPED.
4
5 Tue Jan 4 09:47:14 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6
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
12 target_signal.
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
25 print_fault.
26 * config/i960/tm-i960.h: Don't define PRINT_RANDOM_SIGNAL.
27
28 * objfiles.c (build_objfile_section_table): Don't abort() if
29 objfile->sections is already set.
30
31 * objfiles.c (add_to_objfile_sections): Check SEC_ALLOC not SEC_LOAD
32 to match recent change to exec.c.
33
34 * Version 4.11.3.
35
36 * main.c (print_gdb_version): Change year to 1994.
37
38 * ChangeLog, ChangeLog-93: Split ChangeLog at 1994.
39 * Makefile.in (NONSRC): Add ChangeLog-93.
40
41 Mon Jan 3 11:57:29 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
42
43 * stabsread.c (read_type): Allow defining several type numbers
44 at once (e.g. "(1,2)=(3,4)="...).
45
46 * stabsread.c (read_enum_type): Use TARGET_INT_BIT not sizeof (int).
47
48 * breakpoint.c (frame_in_dummy): Check PC as well as frame.
49
50 Mon Jan 3 02:47:03 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
51
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.
56
57 Sun Jan 2 21:41:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
58
59 * config/m68k/tm-sun3.h: Don't define BELIEVE_PCC_PROMOTION.
60
61 Sat Jan 1 04:35:23 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
62
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.
65
66 For older changes see ChangeLog-93
67 \f
68 Local Variables:
69 mode: indented-text
70 left-margin: 8
71 fill-column: 74
72 version-control: never
73 End: