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