* target.h: Add enum target_waitkind, enum target_signal, and
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
67ac9759
JK
1Tue Jan 4 09:47:14 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2
3 * target.h: Add enum target_waitkind, enum target_signal, and
4 struct target_waitstatus. Change status argument to target_wait to
5 be struct target_waitstatus * instead of int *.
6 * target.h, infrun.c, all targets: Change type of signal arguments
7 to resume(), proceed(), and target_resume() from int to enum
8 target_signal.
9 * All targets (*_wait, *_resume): Change accordingly.
10 * infcmd.c (program_info, signal_command), throughout infrun.c,
11 * fork-child.c, solib.c, hppa-tdep.c, osfsolib.c: Use this stuff.
12 * convex-xdep.c, convex-tdep.c: Add FIXME's (getting the Convex
13 signal code stuff right with the new signals would be non-trivial).
14 * inferior.h (stop_signal): Make it enum target_signal not int.
15 * target.c, target.h (target_signal_to_string, target_signal_to_name,
16 target_signal_from_name): New functions.
17 * inftarg.c, target.h (target_signal_to_host, target_signal_from_host,
18 store_waitstatus): New functions.
19 * procfs.c (procfs_notice_signals): Use them.
20 * i960-tdep.c (i960_fault_to_signal): New function, to replace
21 print_fault.
22 * config/i960/tm-i960.h: Don't define PRINT_RANDOM_SIGNAL.
23
24 * objfiles.c (build_objfile_section_table): Don't abort() if
25 objfile->sections is already set.
26
27 * objfiles.c (add_to_objfile_sections): Check SEC_ALLOC not SEC_LOAD
28 to match recent change to exec.c.
29
30 * Version 4.11.3.
31
32 * main.c (print_gdb_version): Change year to 1994.
33
34 * ChangeLog, ChangeLog-93: Split ChangeLog at 1994.
35 * Makefile.in (NONSRC): Add ChangeLog-93.
36
b35885f2
JK
37Mon Jan 3 11:57:29 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
38
4b404661
JK
39 * stabsread.c (read_type): Allow defining several type numbers
40 at once (e.g. "(1,2)=(3,4)="...).
41
eaba7fae
JK
42 * stabsread.c (read_enum_type): Use TARGET_INT_BIT not sizeof (int).
43
b35885f2
JK
44 * breakpoint.c (frame_in_dummy): Check PC as well as frame.
45
ae5c71d6
PS
46Mon Jan 3 02:47:03 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
47
48 * mdebugread.c (psymtab_to_symtab_1): Only pass N_STAB symbols
49 to process_one_symbol.
50 * symtab.c (find_pc_psymbol): Search global_psymbols as well to
51 avoid caching a bad endaddr in find_pc_partial_function.
52
d568b76a
JK
53Sun Jan 2 21:41:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
54
55 * config/m68k/tm-sun3.h: Don't define BELIEVE_PCC_PROMOTION.
56
9ddb33a8
PS
57Sat Jan 1 04:35:23 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
58
59 * infrun.c (wait_for_inferior): Do not step or step resume past
60 the end of a one-line function we just stepped into.
61
67ac9759 62For older changes see ChangeLog-93
bd5635a1
RP
63\f
64Local Variables:
65mode: indented-text
66left-margin: 8
67fill-column: 74
68version-control: never
69End:
This page took 0.255088 seconds and 4 git commands to generate.