obsolete.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
b3fd4c06
SS
1Mon Jan 22 16:59:40 1996 Stan Shebs <shebs@andros.cygnus.com>
2
3 * remote.c (remotebreak): New GDB variable.
4 (remote_break): New global.
5 (remote_interrupt): Send a break instead of ^C if remote_break.
6 * NEWS: Describe the new variable.
7
d2f5fa49
DE
8Mon Jan 22 16:24:11 1996 Doug Evans <dje@charmed.cygnus.com>
9
10 * sparc-tdep.c (_initialize_sparc_tdep): Always use print_insn_sparc.
11
8c038399
FF
12Fri Jan 19 07:19:38 1996 Fred Fish <fnf@cygnus.com>
13
14 * hp300ux-nat.c (getpagesize): Remove unused function
15 fetch_core_registers.
16 (hp300ux_core_fns): Remove, is unused.
17 (_initialize_core_hp300ux): Remove, is unused.
18 (gdbcore.h): Remove #include, no longer needed.
19
a0d76829
JL
20Fri Jan 19 00:59:53 1996 Jeffrey A Law (law@cygnus.com)
21
22 * rs6000-nat.c (exec_one_dummy_insn): Rework to avoid
23 ptrace bug in aix4.1.3 on the rs6000.
24
b6768627
SS
25Wed Jan 17 13:22:27 1996 Stan Shebs <shebs@andros.cygnus.com>
26
27 * remote-hms.c (hms_ops): Add value for to_thread_alive.
28 * remote-nindy.c (nindy_ops): Ditto.
29 * remote-udi.c (udi_ops): Ditto.
30
640086fd
SG
31Tue Jan 16 11:22:58 1996 Stu Grossman (grossman@cygnus.com)
32
33 * Makefile.in (CLIBS): Add LIBS to allow libraries to be
34 specified on the make command line (via make LIBS=xxx).
35start-sanitize-gm
36 * configure.in (enable-gm): magic.o -> gmagic.o.
37end-sanitize-gm
38
090d784a
JSC
39Tue Jan 16 18:00:35 1996 James G. Smith <jsmith@cygnus.co.uk>
40
41 * remote-mips.c (pmon_opn, pmon_wait, pmon_makeb64, pmon_zeroset,
42 pmon_checkset, pmon_make_fastrec, pmon_check_ack,
43 pmon_load_fast): New functions. Support for the PMON monitor world.
44 (common_open): New function to merge support for different monitors.
45 (mips_open): Use common_open().
46 (mips_send_command): New function.
47 (mips_send_packet): Scan out-of-sequence packets.
48 (mips_enter_debug, mips_exit_debug): New functions.
49 (pmon_ops): New target definition structure.
50
1aac3d3c
JL
51Fri Jan 12 21:41:58 1996 Jeffrey A Law (law@cygnus.com)
52
53 * symtab.c (find_pc_symtab): Don't lose if OBJF_REORDERED
54 is set but there are no psymtabs.
55
c84e5000
SC
56Fri Jan 12 15:56:12 1996 Steve Chamberlain <sac@slash.cygnus.com>
57
58 * dsrec.c (load_srec): Remove unused variable.
59 monitor.c (monitor_expect): Don't expect a ^C to echo.
60 * serial.c (serial_open): Add parallel interface.
61 * sh3-rom.c (parallel, parallel_in_use): New.
62 (sh3_load): If parallel_in_use, download though the
63 parallel port.
64 (sh3_open): Open parallel port if specified.
65 (sh3_close): New function.
66 (_inititalize_sh3): Add sh3_close hook and documentation.
67 * monitor.c (monitor_close): Export.
68 * monitor.h (monitor_close): Add prototype.
69
2c441e7f
SS
70Fri Jan 12 13:11:42 1996 Stan Shebs <shebs@andros.cygnus.com>
71
72 From Wilfried Moser <wilfried.moser@aut.alcatel.at>:
73 * remote.c (remotetimeout): New GDB variable, use to set the
74 remote timeout for reading.
75
3730a0ed
FF
76Fri Jan 12 07:14:27 1996 Fred Fish <fnf@cirdan.cygnus.com>
77
78 * lynx-nat.c, irix4-nat.c, sparc-nat.c: Include gdbcore.h
79 to get "struct core_fns" defined.
80 * Makefile.in (lynx-nat.o, irix4-nat.o, sparc-nat.o):
2c441e7f 81 Are dependent upon gdbcore_h.
3730a0ed 82
7ef89313
PB
83Thu Jan 11 23:13:24 1996 Per Bothner <bothner@cygnus.com>
84
85 * symfile.c (decrement_reading_symtab): New function.
86 * symfile.c, symtab.h (currently_reading_symtab): New variable.
87 * symfile.c (psymtab_to_symtab): Adjust currently_reading_symtab.
88 * gdbtypes.c (check_typedef): Don't call lookup_symbol if
89 currently_reading_symtab (since that could infinitely recurse).
90
1c486a2b
PB
91Thu Jan 11 17:21:25 1996 Per Bothner <bothner@kalessin.cygnus.com>
92
34cfa2da
PB
93 * stabsread.c (read_struct_type): Trivial simplification.
94
1c486a2b
PB
95 * stabsread.c (define-symbol): Use invisible references
96 for TYPE_CODE_SET and TYPE_CODE_BITSTRING too.
34cfa2da 97 * valops.c (call_function_by_hand): Likewise.
1c486a2b
PB
98 * eval.c (evaluate_subexp_standard): When known, use the formal
99 parameter type as the expected type when evaluating arg expressions.
100 * ch-lang.c (evaluate_subexp_chill): Likewise (for MULTI_SUBSCRIPT).
101
a1df8e78
FF
102Wed Jan 10 11:25:37 1996 Fred Fish <fnf@cygnus.com>
103
104 * coredep.c: Renamed to core-aout.c
105 * core-svr4.c: Renamed to core-regset.c
106 * Makefile.in (ALLDEPFILES): Account for renamings.
107 * corelow.c (core_file_fns): Add, points to chain of structs.
108 (add_core_fns): New function to build chain of structs.
109 (get_core_registers): Modify to search core functions chain and call
110 appropriate fetch_core_registers function based on core file flavour.
111 * gdbcore.h (fetch_core_registers): Remove declaration.
112 (struct core_fns): Define struct for core function info.
113 * i386m3-nat.c: Update comment for filename change (coredep->core-aout)
114 * a68v-nat.c (fetch_core_registers): Remove stub, not needed now.
115 * alpha-nat.c (fetch_core_registers): Make static.
116 (alpha_core_fns, _initialize_core_alpha): New struct and func.
117 * core-aout.c (fetch_core_registers): Make static
118 (aout_core_fns, _initialize_core_aout): New struct and func.
119 * core-regset.c (fetch_core_registers): Make static.
120 (regset_core_fns, _initialize_core_regset): New struct and func.
121 * core-sol2.c (fetch_core_registers): Make static.
122 (solaris_core_fns, _initialize_core_solaris): New struct and func.
123 * hp300ux-nat.c (fetch_core_registers): Make static.
124 (hp300ux_core_fns, _initialize_core_hp300ux): New struct and func.
125 * i386aix-nat.c (fetch_core_registers): Make static.
126 (i386aix_core_fns, _initialize_core_i386aix): New struct and func.
127 * i386mach-nat.c (fetch_core_registers: Make static.
128 (i386mach_core_fns, _initialize_core_i386mach): New struct and func.
129 * irix4-nat.c (fetch_core_registers): Make static.
130 (irix4_core_fns, _initialize_core_irix4): New struct and func.
131 * irix5-nat.c (fetch_core_registers):
132 (irix5_core_fns, _initialize_core_irix5): New struct and func.
133 * lynx-nat.c (fetch_core_registers): Make static.
134 (lynx_core_fns, _initialize_core_lynx): New struct and func.
135 * mips-nat.c (fetch_core_registers): Make static.
136 (mips_core_fns, _initialize_core_mips): New struct and func.
137 * ns32km3-nat.c (fetch_core_registers): Remove stub.
138 * rs6000-nat.c (fetch_core_registers): Make static.
139 (rs6000_core_fns, _initialize_core_rs6000): New struct and func.
140 * sparc-nat.c (fetch_core_registers): Make static.
141 (sparc_core_fns, _initialize_core_sparc): New struct and func.
142 * sun3-nat.c (fetch_core_registers):
143 (sun3_core_fns, _initialize_core_sun3): New struct and func.
144 * sun386-nat.c (fetch_core_registers): Remove stub.
145 * ultra3-nat.c (fetch_core_registers): Make static.
146 (ultra3_core_fns, _initialize_core_ultra3): New struct and func.
147 * config/gould/pn.mh (XDEPFILES),
148 config/i386/fbsd.mh (NATDEPFILES),
149 config/i386/i386bsd.mh (NATDEPFILES),
150 config/i386/i386m3.mh (XDEPFILES),
151 config/i386/i386sco.mh (NATDEPFILES),
152 config/i386/i386sco4.mh (NATDEPFILES),
153 config/i386/i386v.mh (NATDEPFILES),
154 config/i386/i386v32.mh (NATDEPFILES),
155 config/i386/nbsd.mh (NATDEPFILES),
156 config/i386/ptx.mh (XDEPFILES),
157 config/i386/ptx4.mh (XDEPFILES),
158 config/i386/symmetry.mh (NATDEPFILES),
159 config/m68k/3b1.mh (XDEPFILES),
160 config/m68k/cisco.mt (TDEPFILES),
161 config/m68k/delta68.mh (NATDEPFILES),
162 config/m68k/dpx2.mh (NATDEPFILES),
163 config/m68k/hp300bsd.mh (NATDEPFILES),
164 config/m68k/hp300hpux.mh (NATDEPFILES),
165 config/m68k/isi.mh (XDEPFILES),
166 config/m68k/news.mh (NATDEPFILES),
167 config/m68k/news1000.mh (XDEPFILES),
168 config/m88k/cxux.mh (NATDEPFILES),
169 config/m88k/delta88.mh (NATDEPFILES),
170 config/mips/littlemips.mh (XDEPFILES),
171 config/mips/mipsm3.mh (XDEPFILES),
172 config/ns32k/merlin.mh (XDEPFILES),
173 config/ns32k/nbsd.mh (NATDEPFILES),
174 config/ns32k/ns32km3.mh (NATDEPFILES),
175 config/pa/hppabsd.mh (NATDEPFILES),
176 config/pa/hppahpux.mh (NATDEPFILES),
177 config/romp/rtbsd.mh (XDEPFILES),
178 config/tahoe/tahoe.mh (XDEPFILES),
179 config/vax/vaxbsd.mh (XDEPFILES),
180 config/vax/vaxult.mh (NATDEPFILES),
181 config/vax/vaxult2.mh (NATDEPFILES),
182 Account for coredep.o to core-aout.o name change.
183 * config/i386/i386dgux (NATDEPFILES),
184 config/i386/i386sol2.mh (NATDEPFILES),
185 config/i386/i386v4.mh (NATDEPFILES),
186 config/i386/linux.mh (NATDEPFILES),
187 config/i386/ncr3000.mh (NATDEPFILES),
188 config/m68k/m68kv4.mh (NATDEPFILES),
189 config/m88k/delta88v4.mh (NATDEPFILES),
190 config/mips/mipsv4.mh (NATDEPFILES),
191 Account for core-svr4.o to core-regset.o name change.
192
a1956677
BK
193Wed Jan 10 16:08:49 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
194
195 * configure.in, configure: Recognize rs6000-*-aix4*.
196 * config/powerpc/xm-aix.h: Reduce to include "xm-aix4.h".
197 * config/rs6000/aix4.mh (XM_FILE): Point to xm-aix4.h.
198 * config/rs6000/xm-aix4.h: New file.
199 * config/xm-aix4.h: New file.
200
3730a0ed 201Wed Jan 10 11:25:37 1996 Fred Fish <fnf@cygnus.com>
0d14c7df
FF
202
203 From Wilfried Moser <wilfried.moser@aut.alcatel.at>:
204 * gdbserver/low-linux.c: New file.
205 * remote.c (remote_read_bytes): Fix aborts on larger packets.
206
207 * config/i386/linux.mh (GDBSERVER_DEPFILES, GDBSERVER_LIBS):
208 Define.
209 * stabsread.c (define_symbol): If register value is too large,
210 tell what it is and what max is.
211
60d5a517
JL
212Tue Jan 9 09:33:53 1996 Jeffrey A Law (law@cygnus.com)
213
214 * hpread.c (hpread_build_psymtabs): Finish Jan 4th
215 enum namespace -> enum_namespace change.
216
d1f5c804
WM
217Tue Jan 9 04:44:47 1996 Wilfried Moser (Alcatel) <moser@rtl.cygnus.com>
218
2c441e7f
SS
219 * ch-exp.c (parse_primval): In case ARRAY, add missing
220 FORWARD_TOKEN ().
d1f5c804 221
1f233758
SS
222Mon Jan 8 13:29:34 1996 Stan Shebs <shebs@andros.cygnus.com>
223
224 * remote-mips.c (mips_receive_header): Recognize \012 instead
225 of \n, but write \n when program sends a \012.
226 * ser-mac.c (mac_input_buffer): Increase size of buffer.
227
ed3b618d
JL
228Mon Jan 8 12:00:40 1996 Jeffrey A Law (law@cygnus.com)
229
230 * infptrace.c (initialize_infptrace): Move function out of
231 #ifdef conditional; put code within the function inside an
232 #ifdef conditional.
436d4143
JL
233
234 * buildsym.c (end_symtab): Remove sort_pending and sort_linevec
235 arguments. Sorting is now dependent on OBJF_REORDERED. All
236 callers/references changed.
237 * dbxread.c (read_ofile_symtab): Correctly determine value for
238 last_source_start_addr for reordered executables.
239 (process_one_symbol): Handle N_FUN with no name as an end of
240 function marker.
241 * partial-stab.h (case N_FN, N_TEXT): Don't assume CUR_SYMBOL_VALUE
242 is the high text address for a psymtab.
243 (case N_SO): Likewise.
244 (case N_FUN): Handle N_FUN with no name as an end of function
245 marker.
246 * minsyms.c (lookup_minimal_symbol_by_pc): Examine all symbols
247 at the same address rather than a random subset of them.
248 * coffread.c (coff_symfile_init): Set OBJF_REORDERED.
249 * elfread.c (elf_symfile_init): Similarly.
250 * somread.c (som_symfile_init): Similarly.
251 * xcoffread.c (xcoff_symfile_init): Similarly.
252
5351b2a0
SG
253Fri Jan 5 17:46:01 1996 Stu Grossman (grossman@cygnus.com)
254
255 * stack.c (print_stack_frame print_frame_info) symmisc.c
256 (dump_symtab): Change RETURN_MASK_ERROR to RETURN_MASK_ALL so
257 that catch_errors doesn't get blindsided by QUIT and lose the
258 cleanup chain. This fixes a problem where ^C while in a
259 user-defined command sometimes leaves instream NULL and causes a
260 segfault in command_loop.
261
127841e4
BK
262Fri Jan 5 13:59:16 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
263
264 * configure.in, configure: Add `-ldl -lw' for Solaris linking.
265
6b4fe21d
SC
266Fri Jan 5 12:02:00 1996 Steve Chamberlain <sac@slash.cygnus.com>
267
268 * config/sh/sh.mt, config/powerpc/*.mt, config/pa/hppapro.mt,
269 config/m68k/monitor.mt, config/h8500/h8500.mt, config/h8300/h8300.mt:
270 srec.o renamed to dsrec.o.
271
0fe1522a
SG
272Thu Jan 4 16:04:54 1996 Stu Grossman (grossman@cygnus.com)
273
274 * breakpoint.c (remove_breakpoint): Change error to warning so
275 that hardware watchpoint removal problems won't leave breakpoint
276 traps in the target.
d039321c 277start-sanitize-gdbtk
0fe1522a 278 * configure configure.in: Make --enable-gdbtk be the default.
d039321c 279end-sanitize-gdbtk
0fe1522a
SG
280 * remote-e7000.c (e7000_insert_breakpoint,
281 e7000_remove_breakpoint): Use e7000 based breakpoints, not memory
282 breakpoints.
283 * (e7000_wait): Adjust PC back by two when we see a breakpoint to
284 compensate for e7000 maladjustment.
285 * sparcl-tdep.c (sparclite_check_watch_resources): Fix logic bug
286 which prevented hardware watchpoints from working.
287
7531f36e
FF
288Thu Jan 4 10:44:17 1996 Fred Fish <fnf@cirdan.cygnus.com>
289
290 * infptrace.c (udot_info): New function.
291 (PT_*): Define each individually if that one is not defined.
7531f36e
FF
292 * rs6000-nat.c (kernel_u_size): New function
293 Include <sys/user.h> for "struct user"
7531f36e
FF
294 * alpha-nat.c (kernel_u_size): New function.
295 Include <sys/user.h> for "struct user"
7531f36e
FF
296 * sparc-nat.c (kernel_u_size): New function.
297 Include <sys/user.h> for "struct user"
7531f36e 298 * i386b-nat.c (kernel_u_size): New function.
7531f36e 299 * i386v-nat.c (kernel_u_size): New function.
7531f36e
FF
300 * config/i386/nm-fbsd.h (KERNEL_U_SIZE): Define.
301 (kernel_u_size): Declare.
7531f36e
FF
302 * config/i386/nm-linux.h (KERNEL_U_SIZE): Define.
303 (kernel_u_size): Declare.
7531f36e
FF
304 * config/sparc/nm-sun4os4.h (KERNEL_U_SIZE): Define.
305 (kernel_u_size): Declare.
7531f36e
FF
306 * config/alpha/nm-osf2.h (KERNEL_U_SIZE): Define.
307 (kernel_u_size): Declare.
7531f36e
FF
308 * config/rs6000/nm-rs6000.h (KERNEL_U_SIZE): Define.
309 (kernel_u_size): Declare.
7531f36e 310
1750a5ef
SC
311Thu Jan 4 11:00:01 1996 steve chamberlain <sac@slash.cygnus.com>
312
313 * mdebugread.c (mylookup_symbol): enum namespace becomes
314 enum_namespace type.
315 * symfile.c (add_psymbol_to_list)
316 (add_psymbol_addr_to_list): Ditto.
317 * symtab.c (lookup_partial_symbol): Ditto.
318 (lookup_symbol): Ditto.
319 (lookup_block_symbol): Ditto.
320 * win32-nat.c (handle_load_dll): Use incoming dll base.
321 (child_wait): Catch DLL load errors.
322 (create_child_inferior): Translated between paths correctly.
323
e33aefba
FF
324Wed Jan 3 23:13:53 1996 Fred Fish <fnf@cygnus.com>
325
326 * i386v4-nat.c (supply_gregset, fill_gregset): Subtract NUM_FREGS
327 from NUM_REGS to get number of general registers that we care about.
e33aefba
FF
328 * config/i386/tm-i386.h (REGISTER_BYTES): Define in terms
329 of number of general regs and number of floating point regs.
e33aefba 330
e02a2ad9
SC
331Wed Jan 3 19:49:54 1996 steve chamberlain <sac@slash.cygnus.com>
332
a3b64bf9
SC
333 * config/i386/tm-win32.h (IN_SOLIB_CALL_TRAMPOLINE): New.
334 (SKIP_TRAMPOLINE_CODE): New.
335 * config/i386/xm-win32.h (CANT_FORK): Deleted.
336 (SLASH*) Changed to use unix style slash.
e02a2ad9
SC
337 * symtab.h (namespace enum): becomes typedef to avoid namespace
338 collision in C++.
339 * infcmd.c (path_command): Use empty string if PATH name not set.
340 * i386-tdep.c (skip_trampoline_code): New function.
341 * srec.c: Renamed dsrec.c to avoid filename collision.
342 * Makefile.in: Cope with renaming.
e02a2ad9 343
ef4d6187 344Wed Jan 3 13:09:04 1996 Fred Fish <fnf@cygnus.com>
5eccb7dc 345
ef4d6187
FF
346 * symmisc.c (print_objfile_statistics): Print memory use statistics
347 for objfile psymbol, symbol, and type obstacks.
5eccb7dc 348
ef4d6187 349Tue Jan 2 13:41:14 1996 Stan Shebs <shebs@andros.cygnus.com>
3dcd429f 350
ef4d6187
FF
351 * config/mips/nm-irix5.h: Restore.
352 (TARGET_HAS_HARDWARE_WATCHPOINTS, etc): Define as for Irix 4;
353 from Lee Iverson <leei@ai.sri.com>.
354 * config/mips/irix5.mh (NAT_FILE): Use nm-irix5.h.
355 * config/mips/irix[345].mh (MUNCH_DEFINE): Remove.
3dcd429f 356
ef4d6187 357For older changes see ChangeLog-95
bd5635a1
RP
358\f
359Local Variables:
360mode: indented-text
361left-margin: 8
362fill-column: 74
363version-control: never
364End:
This page took 0.365295 seconds and 4 git commands to generate.