Make all-gdb include all-tcl/all-tk unless gdbtk is not built.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
5351b2a0
SG
1Fri Jan 5 17:46:01 1996 Stu Grossman (grossman@cygnus.com)
2
3 * stack.c (print_stack_frame print_frame_info) symmisc.c
4 (dump_symtab): Change RETURN_MASK_ERROR to RETURN_MASK_ALL so
5 that catch_errors doesn't get blindsided by QUIT and lose the
6 cleanup chain. This fixes a problem where ^C while in a
7 user-defined command sometimes leaves instream NULL and causes a
8 segfault in command_loop.
9
127841e4
BK
10Fri Jan 5 13:59:16 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11
12 * configure.in, configure: Add `-ldl -lw' for Solaris linking.
13
6b4fe21d
SC
14Fri Jan 5 12:02:00 1996 Steve Chamberlain <sac@slash.cygnus.com>
15
16 * config/sh/sh.mt, config/powerpc/*.mt, config/pa/hppapro.mt,
17 config/m68k/monitor.mt, config/h8500/h8500.mt, config/h8300/h8300.mt:
18 srec.o renamed to dsrec.o.
19
0fe1522a
SG
20Thu Jan 4 16:04:54 1996 Stu Grossman (grossman@cygnus.com)
21
22 * breakpoint.c (remove_breakpoint): Change error to warning so
23 that hardware watchpoint removal problems won't leave breakpoint
24 traps in the target.
d039321c 25start-sanitize-gdbtk
0fe1522a 26 * configure configure.in: Make --enable-gdbtk be the default.
d039321c 27end-sanitize-gdbtk
0fe1522a
SG
28 * remote-e7000.c (e7000_insert_breakpoint,
29 e7000_remove_breakpoint): Use e7000 based breakpoints, not memory
30 breakpoints.
31 * (e7000_wait): Adjust PC back by two when we see a breakpoint to
32 compensate for e7000 maladjustment.
33 * sparcl-tdep.c (sparclite_check_watch_resources): Fix logic bug
34 which prevented hardware watchpoints from working.
35
7531f36e
FF
36Thu Jan 4 10:44:17 1996 Fred Fish <fnf@cirdan.cygnus.com>
37
38 * infptrace.c (udot_info): New function.
39 (PT_*): Define each individually if that one is not defined.
7531f36e
FF
40 * rs6000-nat.c (kernel_u_size): New function
41 Include <sys/user.h> for "struct user"
7531f36e
FF
42 * alpha-nat.c (kernel_u_size): New function.
43 Include <sys/user.h> for "struct user"
7531f36e
FF
44 * sparc-nat.c (kernel_u_size): New function.
45 Include <sys/user.h> for "struct user"
7531f36e 46 * i386b-nat.c (kernel_u_size): New function.
7531f36e 47 * i386v-nat.c (kernel_u_size): New function.
7531f36e
FF
48 * config/i386/nm-fbsd.h (KERNEL_U_SIZE): Define.
49 (kernel_u_size): Declare.
7531f36e
FF
50 * config/i386/nm-linux.h (KERNEL_U_SIZE): Define.
51 (kernel_u_size): Declare.
7531f36e
FF
52 * config/sparc/nm-sun4os4.h (KERNEL_U_SIZE): Define.
53 (kernel_u_size): Declare.
7531f36e
FF
54 * config/alpha/nm-osf2.h (KERNEL_U_SIZE): Define.
55 (kernel_u_size): Declare.
7531f36e
FF
56 * config/rs6000/nm-rs6000.h (KERNEL_U_SIZE): Define.
57 (kernel_u_size): Declare.
7531f36e 58
1750a5ef
SC
59Thu Jan 4 11:00:01 1996 steve chamberlain <sac@slash.cygnus.com>
60
61 * mdebugread.c (mylookup_symbol): enum namespace becomes
62 enum_namespace type.
63 * symfile.c (add_psymbol_to_list)
64 (add_psymbol_addr_to_list): Ditto.
65 * symtab.c (lookup_partial_symbol): Ditto.
66 (lookup_symbol): Ditto.
67 (lookup_block_symbol): Ditto.
68 * win32-nat.c (handle_load_dll): Use incoming dll base.
69 (child_wait): Catch DLL load errors.
70 (create_child_inferior): Translated between paths correctly.
71
e33aefba
FF
72Wed Jan 3 23:13:53 1996 Fred Fish <fnf@cygnus.com>
73
74 * i386v4-nat.c (supply_gregset, fill_gregset): Subtract NUM_FREGS
75 from NUM_REGS to get number of general registers that we care about.
e33aefba
FF
76 * config/i386/tm-i386.h (REGISTER_BYTES): Define in terms
77 of number of general regs and number of floating point regs.
e33aefba 78
e02a2ad9
SC
79Wed Jan 3 19:49:54 1996 steve chamberlain <sac@slash.cygnus.com>
80
a3b64bf9
SC
81 * config/i386/tm-win32.h (IN_SOLIB_CALL_TRAMPOLINE): New.
82 (SKIP_TRAMPOLINE_CODE): New.
83 * config/i386/xm-win32.h (CANT_FORK): Deleted.
84 (SLASH*) Changed to use unix style slash.
e02a2ad9
SC
85 * symtab.h (namespace enum): becomes typedef to avoid namespace
86 collision in C++.
87 * infcmd.c (path_command): Use empty string if PATH name not set.
88 * i386-tdep.c (skip_trampoline_code): New function.
89 * srec.c: Renamed dsrec.c to avoid filename collision.
90 * Makefile.in: Cope with renaming.
e02a2ad9 91
ef4d6187 92Wed Jan 3 13:09:04 1996 Fred Fish <fnf@cygnus.com>
5eccb7dc 93
ef4d6187
FF
94 * symmisc.c (print_objfile_statistics): Print memory use statistics
95 for objfile psymbol, symbol, and type obstacks.
5eccb7dc 96
ef4d6187 97Tue Jan 2 13:41:14 1996 Stan Shebs <shebs@andros.cygnus.com>
3dcd429f 98
ef4d6187
FF
99 * config/mips/nm-irix5.h: Restore.
100 (TARGET_HAS_HARDWARE_WATCHPOINTS, etc): Define as for Irix 4;
101 from Lee Iverson <leei@ai.sri.com>.
102 * config/mips/irix5.mh (NAT_FILE): Use nm-irix5.h.
103 * config/mips/irix[345].mh (MUNCH_DEFINE): Remove.
3dcd429f 104
ef4d6187 105For older changes see ChangeLog-95
bd5635a1
RP
106\f
107Local Variables:
108mode: indented-text
109left-margin: 8
110fill-column: 74
111version-control: never
112End:
This page took 0.331212 seconds and 4 git commands to generate.