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