]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/ChangeLog
c873af30a12f25e748b2cf5160dc4af29608732f
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
1 Fri Jan 29 15:25:09 1999 Stan Shebs <shebs@andros.cygnus.com>
2
3 * configure.tgt (v850): Add wildcard to match.
4
5 Fri Jan 29 16:44:01 1999 Edith Epstein <eepstein@sophia.cygnus.com>
6
7 * inferior.h: ran indent
8
9 * fork-child.c: ran indent
10
11 * infrun.c : ran indent
12
13 Fri Jan 29 12:57:34 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
14
15 * infrun.c (_initialize_infrun): do not stop or print anything
16 when a SIGWINCH is received.
17
18 * Makefile.in (m2-exp.tab.c): use YACC not BISON.
19 (f-exp.tab.c): ditto
20 (jv-exp.tab.c): ditto
21 (c-exp.tab.c): ditto
22 (YACC): define as @YACC@
23
24 1999-01-29 Martin Hunt <hunt@cygnus.com>
25
26 Changes from Keith Seitz <keiths@cygnus.com>
27 * valops.c (value_assign): Add calls to register_changed_hook and
28 memory_changed_hook to inform UIs that the user has changed
29 the target's registers/memory.
30 * findvar.c (write_register_gen): Remove call to pc_changed_hook.
31 * defs.h: Remove declaration for pc_changed_hook and
32 add declarations for register_changed_hook and
33 memory_changed_hook.
34 * top.c: Ditto.
35
36 1999-01-29 Mark Alexander <marka@cygnus.com>
37
38 * procfs.c (wait_fd): Handle deleted threads correctly.
39
40 1999-01-28 Jason Molenda (jsm@bugshack.cygnus.com)
41
42 * utils.c (init_page_info): Force window size if running under emacs.
43
44 1999-01-27 James Ingham <jingham@cygnus.com>
45
46 * typeprint.c (whatis_exp): Remove static declaration.
47
48 Wed Jan 27 16:50:25 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
49
50 * hp-psymtab-read.c: reformatted using indent.
51
52 Wed Jan 27 13:20:25 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
53
54 * hp-psymtab-read.c: reformatted comments, updated copyright.
55
56 start-sanitize-carp start-sanitize-vr4xxx
57 Wed Jan 27 15:09:22 1999 Andrew Cagney <cagney@chook.cygnus.com>
58
59 * mips-tdep.c (mips_gdbarch_init): Trace e_flags from BFD
60 elf_info.
61
62 end-sanitize-carp end-sanitize-vr4xxx
63 Tue Jan 26 16:02:47 1999 Mark Alexander <marka@cygnus.com>
64
65 * v850-tdep.c (v850_generic_reg_names, v850e_reg_names,
66 v850_register_names, v850_processor_type_table): Declare tables
67 and structures for handling differences in register names for
68 v850 and v850e.
69 (struct reg_list): Define new structure for creating tables
70 of register bit masks in v850e instrutions.
71 (handle_prepare, handle_pushm): New helpers for v850_scan_prologue.
72 (v850_scan_prologue): Recognize v850e instructions: callt, prepare,
73 and pushm.
74 (v850_target_architecture_hook): New function to set register
75 names based on current machine.
76 (_initialize_v850_tdep): Set up target_architecture_hook.
77 * config/v850/tm-v850.h (v850_register_names): Declare.
78 (REGISTER_NAME): Define to refer to v850_register_names.
79 (SR0_REGNUM, CTBP_REGNUM): Define.
80 (PS_REGNUM): Redefine in terms of SR0_REGNUM.
81
82 Tue Jan 26 18:27:26 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
83
84 * Makefile.in (c-exp.tab.c): use BISON instead of YACC, to pick
85 the correct value from configure output.
86 (jv-exp.tab.c): ditto.
87 (f-exp.tab.c): ditto.
88 (m2-exp.tab.c): ditto.
89
90 1999-01-26 Jason Molenda (jsm@bugshack.cygnus.com)
91
92 * breakpoint.h (ep_is_exception_catchpoint): Add prototype.
93 * frame.h (select_and_print_frame): Add prototype.
94 * stack.c (func_command): Call select_and_print_frame with correct
95 number of arguments. Reformat whitespace.
96
97 Tue Jan 26 16:53:54 1999 Fernando Nasser <fnasser@cygnus.com>
98
99 * remote.c (remote_query): fix maximum packet size to account for
100 remote_debug use.
101 (putpkt): add comment to alert about extra byte need.
102
103 Mon Jan 25 19:55:30 1999 Mark Alexander <marka@cygnus.com>
104
105 * sh-tdep.c (sh_target_architecture_hook): Return immediately
106 when a matching machine is found.
107
108 Fri Jan 22 09:10:35 1999 Mark Alexander <marka@cygnus.com>
109
110 * remote-mips.c (mips_initialize): Fix parameters to clear_breakpoint.
111 (common_breakpoint): Restore support for instruction breakpoints
112 on non-LSI targets.
113
114 Thu Jan 21 17:16:19 1999 Andrew Cagney <cagney@b1.cygnus.com>
115
116 * stack.c: Close open comment.
117 * symtab.c (find_pc_sect_line): Ditto.
118
119 Thu Jan 21 17:51:51 1999 Stan Shebs <shebs@andros.cygnus.com>
120
121 * procfs.c (init_procfs_ops): New function, fills in procfs_ops,
122 init only nonzero fields, leave to_require_attach and
123 to_require_detach empty, not needed for /proc systems yet.
124 (_initialize_procfs): Call init_procfs_ops.
125
126 From J.T. Conklin <jtc@redbacknetworks.com>:
127 * top.c (init_main): Fix tipo in description of the remotetimeout
128 variable.
129 * breakpoint.c (bpstat_stop_status): Handle systems where
130 DECR_PC_AFTER_BREAK != DECR_PC_AFTER_HW_BREAK.
131
132 Thu Jan 21 17:25:46 1999 Mark Alexander <marka@cygnus.com>
133
134 * mon960-rom.c (_initialize_mon960): Call init_mon960_cmds
135 to fill in mon960_cmds structure properly.
136
137 Wed Jan 20 17:53:22 1999 Stan Shebs <shebs@andros.cygnus.com>
138
139 * remote-sds.c (sds_ops): Define only once.
140 (init_sds_ops, sds_command, _initialize_remote_sds): Declare.
141 (init_sds_ops): Init only non-zero fields.
142
143 Wed Jan 20 15:45:15 1999 Mark Alexander <marka@cygnus.com>
144
145 * h8300-tdep.c (original_register_names, h8300h_register_names,
146 h8300_register_names): Define new variables.
147 (set_register_names): New function to set register names based on
148 current CPU type.
149 (h8300_command, h8300h_command, h8300s_command): Call
150 set_register_names.
151 * config/h8300/tm-h8300.h (h8300_register_names): Declare.
152 (REGISTER_NAME): Define to refer to h8300_register_names.
153
154 1999-01-19 Fernando Nasser <fnasser@totem.to.cygnus.com>
155
156 * sol-thread.c abug-rom.c cpu32bug-rom.c dbug-rom.c m32r-rom.c
157 mac-nat.c mon960-rom.c op50-rom.c ppc-bdm.c remote-adapt.c
158 remote-array.c remote-bug.c remote-e7000.c remote-eb.c remote-es.c
159 remote-est.c remote-hms.c remote-mm.c remote-nindy.c remote-nrom.c
160 remote-os9k.c remote-rdp.c remote-sds.c remote-sim.c remote-st.c
161 remote-udi.c rom68k-rom.c sh3-rom.c sparcl-tdep.c sparclet-rom.c
162 v850ice.c win32-nat.c: cosmetic changes to conform to coding
163 standards.
164
165 1999-01-19 Jim Blandy <jimb@zwingli.cygnus.com>
166
167 Use aclocal to generate GDB's aclocal.m4 script.
168 * acinclude.m4: New file, containing the hand-written local macro
169 definitions that used to be in aclocal.m4. Don't sinclude
170 ../bfd/aclocal.m4 any more; running aclocal in this directory will
171 get us the definitions we need. HOWEVER: Do sinclude
172 ../bfd/acinclude.m4, because we need the definition of
173 BFD_NEED_DECLARATION.
174 * aclocal.m4: Regenerated by aclocal.
175 * configure: Regenerated by autoconf.
176
177 Tue Jan 19 10:27:23 1999 David Taylor <taylor@texas.cygnus.com>
178
179 * breakpoint.c (disable_breakpoints_in_shlibs): new parameter,
180 silent, controls whether to print message about removal of shared
181 library breakpoints.
182 * breakpoint.h (disable_breakpoints_in_shlibs): decl updated.
183 * irix5-nat.c (clear_solib): call disable_breakpoints_in_shlibs.
184 * osfsolib.c (clear_solib): ditto.
185 * solib.c (clear_solib): ditto.
186 * somsolib.c (som_solib_restart): update call to
187 disable_breakpoints_in_shlibs.
188
189 * target.h (child_post_attach): only declare if CHILD_POST_ATTACH
190 is define.
191
192 Tue Jan 19 18:07:11 1999 Andrew Cagney <cagney@b1.cygnus.com>
193
194 * corelow.c (solib_add_stub): Ditto.
195 (core_file_to_sym_file): Cast make_cleanup parameter.
196
197 * solib.c (symbol_add_stub, solib_map_sections): Change argument
198 to PTR insted of a char*. Matches catch_errors interface.
199
200 Mon Jan 18 14:01:24 1999 Andrew Cagney <cagney@b1.cygnus.com>
201
202 * remote-array.c (array_open): Don't use fprintf_filtered to send
203 data to the log file.
204
205 * remote-array.c (handle_load_dll): Change argument type to PTR so
206 that it is compatible with catch_errors.
207 * ocd.c (ocd_start_remote): Ditto.
208 * remote-sds.c (sds_start_remote): Ditto.
209
210 * win32-nat.c (win32_child_thread_alive): Namespace proof
211 child_thread_alive.
212 (init_child_ops): Update.
213
214 Mon Jan 18 12:03:47 1999 Andrew Cagney <cagney@b1.cygnus.com>
215
216 * remote-rdi.c (arm_rdi_open): Set gdb_hostif.hostosarg and
217 gdb_hostif.dbgarg to NULL instead of stdout.
218 (voiddummy, myprint, mywritec): Use gdb_stdout instead of stdout.
219
220 Mon Jan 18 16:40:50 1999 Stan Shebs <shebs@andros.cygnus.com>
221
222 * ser-ocd.c (ocd_open): Handle Unix case gracefully.
223
224 * target.c (dummy_target): Don't initialize statically.
225 (init_dummy_target): New function, fills in dummy_target.
226 (initialize_targets): Use it.
227 * hpux-thread.c (hpux_thread_ops): Don't initialize statically.
228 (init_hpux_thread_ops): New function, fills in hpux_thread_ops.
229 (_initialize_hpux_thread): Use it.
230 * m3-nat.c (m3_ops): Don't initialize statically.
231 (init_m3_ops): New function, fills in m3_ops.
232 (_initialize_m3): Use it.
233
234 1999-01-18 Fernando Nasser <fnasser@totem.to.cygnus.com>
235
236 * sol-thread.c: delete compile time initialization of target_ops
237 (_initialize_sol_thread): initialize target_ops at run time.
238 * hpux-thread.c: added target_ops entry.
239 * m3-nat.c: ditto.
240
241 Mon Jan 18 15:19:13 1999 David Taylor <taylor@texas.cygnus.com>
242
243 * procfs.c (procfs_ops): delete compile time initialization.
244 (_initialize_procfs): initialize procfs_ops at run time.
245
246 Mon Jan 18 12:51:44 1999 Christopher Faylor <cgf@cygnus.com>
247
248 * configure.in: Ensure that -luser32 is always linked in
249 for cygwin build.
250 * configure: Regenerated.
251
252 Mon Jan 18 08:38:05 1999 Mark Alexander <marka@cygnus.com>
253
254 * values.c (value_virtual_fn_field): Clear the pointed-to
255 offset when casting to the base class.
256
257 Mon Jan 18 10:30:51 1999 David Taylor <taylor@texas.cygnus.com>
258
259 * remote-udi.c (init_udi_ops): change non-existant udi_run_ops to
260 udi_ops; delete NULL initializers.
261
262 Mon Jan 18 12:03:47 1999 Andrew Cagney <cagney@b1.cygnus.com>
263
264 * serial.c (serial_close): gdb_fclose tages gdb_file** arg, not
265 gdb_file*.
266
267 * f-valprint.c, target.c, gdbarch.c: Pass gdb_stderr not stderr.
268
269 Mon Jan 18 10:46:12 1999 Andrew Cagney <cagney@b1.cygnus.com>
270
271 * stack.c (print_frame_info_base): Don't cast call to
272 catch_errors.
273 (print_args_stub): Change char* arg to PTR.
274 * symmisc.c (print_symbol): Ditto.
275 * top.c (quit_cover): Ditto.
276 * remote.c (remote_open_1, remote_start_remote): Ditto.
277 * infrun.c (normal_stop, hook_stop_stub, restore_selected_frame):
278 Ditto.
279
280 * stack.c (backtrace_command): Cast first arg of make_cleanup to
281 make_cleanup_func.
282 * remote.c (remote_kill): Cast putpkt arg to catch_errors_ftype.
283
284 Mon Jan 18 08:47:02 1999 Andrew Cagney <cagney@b1.cygnus.com>
285
286 * defs.h (catch_errors_ftype): Define.
287 (catch_errors): Replace char* arg with PTR arg.
288 * top.c (catch_errors): Update
289
290 * breakpoint.c (bpstat_stop_status, bpstat_stop_status,
291 delete_breakpoint, breakpoint_re_set): Delete all casts in call to
292 catch_errors.
293 (breakpoint_cond_eval, watchpoint_check,
294 cover_target_enable_exception_callback, breakpoint_re_set_one):
295 Arg is PTR not char*.
296
297 * breakpoint.c (cover_target_enable_exception_callback): Change
298 type to int. Check for cast values of 0 and -1. Return a result!
299 (insert_breakpoints): Move declaration of SAL and ARGS to where
300 they are used.
301
302 1999-01-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
303
304 * remote.c (remote_query): new function - creates proper interface
305 to the remote protocol "q" command.
306
307 Fri Jan 15 17:11:48 EST 1999 Zdenek Radouch (radouch@cygnus.com)
308
309 * config/fr30/tm-fr30.h: Changed ABI to match GCC change
310 (always use pointer for structs passed by value).
311
312 1999-01-15 Fernando Nasser <fnasser@totem.to.cygnus.com>
313
314 * target.h: added entry for target queries (to_query)
315 target.c: ditto.
316
317 Thu Jan 14 18:29:17 1999 David Taylor <taylor@texas.cygnus.com>
318
319 start-sanitize-carp start-sanitize-vr4xxx
320 * mips-tdep.c (mips_gdbarch_init): fix stream arg in
321 fprintf_unfiltered calls.
322 end-sanitize-carp end-sanitize-vr4xxx
323 * remote-mm.c (mm_wait): fix stream arg to gdb_flush.
324 * remote-udi.c (udi_wait): fix stream arg to fwrite.
325 * symmisc.c (maintenance_check_symtabs): fix stream argument to
326 print_address_numeric.
327
328 Wed Jan 13 19:33:16 1999 David Taylor <taylor@texas.cygnus.com>
329
330 * breakpoint.c (insert_breakpoints): insert cast to eliminate
331 warning.
332
333 Wed Jan 13 14:59:02 1999 Michael Snyder <msnyder@cleaver.cygnus.com>
334
335 * infrun.c (set/show scheduler-locking) New command. Set a
336 mode bit that will control how GDB attempts to control thread
337 scheduling for step, continue, etc. (resume): make use of
338 the schedule-locking mode.
339 * target.h (struct target_ops): new field to_has_thread_control.
340 * sol-thread.c: initialize target_ops to_has_thread_control.
341 * procfs.c: ditto.
342 * target.c: ditto.
343 * m3-nat.c: ditto.
344 * remote.c: ditto.
345 * hpux-thread.c: ditto.
346 * thread.c: cull duplicate prototypes. Move prototypes to top.
347 * serial.c: indentation cleanup.
348 * breakpoint.c: add casts to eliminate compiler warnings.
349
350 Tue Jan 12 17:00:00 1999 Edith Epstein <eepstein@sophia.cygnus.com>
351
352 * inftarg.c (child_create_inferior): fixed HPUXHPPA specific
353 call to fork_inferior. The shell param is now NULL.
354
355 1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
356
357 * monitor.c (init_base_monitor_ops): Whitespace cleanup.
358 (_initialize_remote_monitors): Same.
359
360 1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
361
362 * monitor.c (init_monitor_ops): Initialize the monitor_ops
363 structure if it hasn't already been done.
364
365 Tue Jan 12 14:50:10 1999 Stan Shebs <shebs@andros.cygnus.com>
366
367 * inftarg.c (child_ops): Don't initialize statically.
368 (init_child_ops): New function, fills in child_ops.
369 (_initialize_inftarg): Use it.
370 (child_post_attach): Declare extern.
371 (child_wait): Fix ambiguous parens.
372 (child_attach_to_process): Remove unused local wstatus.
373 (child_insert_fork_catchpoint, child_remove_fork_catchpoint,
374 child_insert_vfork_catchpoint, child_remove_vfork_catchpoint,
375 child_has_forked, child_insert_exec_catchpoint,
376 child_remove_exec_catchpoint): Return a value.
377
378 Mon Jan 11 16:43:44 1999 Michael Snyder <msnyder@cleaver.cygnus.com>
379
380 * remote.c (remote_wait): Add inferior_pid to thread list only
381 if it is not already there.
382
383 1999-01-11 Jason Molenda (jsm@bugshack.cygnus.com)
384
385 * scm-tags.h: Update FSF's address on copyright notice.
386 * ser-e7kpc.c: Same.
387 * gnu-nat.h: Same.
388
389 Mon Jan 11 13:45:57 1999 Stu Grossman <grossman@babylon-5.cygnus.com>
390
391 * dwarf2read.c (dump_die): Change stderr to gdb_stderr.
392 * expprint.c (print_subexp): fprintf => fprintf_unfiltered.
393 * jv-typeprint.c (java_type_print_base): fputs => fputs_filtered.
394 * stack.c (struct function_bounds): Remove superfluous `typedef'.
395 * symfile.c (list_overlays_command): stdout => gdb_stdout.
396 * symmisc.c (maintenance_check_symtabs): stdout => gdb_stdout.
397 * utils.c (print_spaces): Make more efficient.
398
399 Mon Jan 11 13:55:51 1999 David Taylor <taylor@texas.cygnus.com>
400
401 * utils (print_spaces): fix arg to strcat; fix formatting.
402
403 Fri Jan 8 11:57:24 1999 Stan Shebs <shebs@andros.cygnus.com>
404
405 * exec.c (exec_ops): Don't initialize statically.
406 (init_exec_ops): New function, fills in exec_ops.
407 (_initialize_exec): Use it.
408
409 Thu Jan 7 17:50:15 EST 1999 Zdenek Radouch (radouch@cygnus.com)
410
411 Beta FR30 port.
412 * fr30-tdep.c
413 * config/fr30/tm-fr30.h
414
415 Wed Jan 6 12:28:35 1999 David Taylor <taylor@texas.cygnus.com>
416
417 * configure.in: Add an --enable-tui argument. Construct
418 tui/Makefile from tui/Makefile.in. Use AM_PROG_CC_STDC. If we
419 have the GUI, then we need this to process libgui.h.
420 (ENABLE_CFLAGS): define and export BUILD_TUI.
421 (AC_CHECK_HEADERS): Add check for term.h.
422
423 * configure.host (hppa-*-hpux10.20, hppa-*-hpux11.0*): New configs.
424
425 * config.in, configure : regenerated.
426
427 * Makefile.in: Allow the TUI code to be conditionally enabled.
428 (TUI_LIBRARY): New variable, value are set by the configuration
429 script. Set to the empty string when the TUI isn't enabled.
430 (gdb$(GDBEXT)): Use those, instead of referring to all-tui and
431 tui/libtui.a directly.
432 (BUILD_TUI): build the tui -- only when configured with
433 --enable-tui.
434 (YLWRAP): use ylwrap to avoid problems on systems w/o bison.
435 (gdb$(EXEEXT)): make it dependent on BUILD_TUI.
436 (all-tui): remove dependency from phony target.
437 (c-exp.tab.c): use ylwrap instead of bison.
438 (jv-exp.tab.c): ditto.
439 (f-exp.tab.c): ditto.
440 (m2-exp.tab.c): ditto.
441 (ALLDEPFILES): add somread.c, hp-psymtab-read.c, hp-symtab-read.c.
442 (SFILES): remove the above files
443 (COMMON_OBS): remove somread.o
444 (SFILES): Add the tui files to this, so they get included in etags
445 tables.
446 (gdb$(EXEEXT)): Add all-tui to the list of dependencies, and add
447 tui/libtui.a to the link list.
448 (all-tui): New rule, which does a recursive make in the tui
449 subdir.
450 (tui/libtui.a): When recursing, pass down ${FLAGS_TO_PASS}. And
451 don't echo the make command. This is closer to what the other
452 recursions do.
453 (HFILES_NO_SRCDIR): add hpread.h
454 (COMMON_OBS): add hp-psymtab-read.o, hp-symtab-read.o
455 (SFILES): add hp-psymtab-read.c, hp-symtab-read.c add rules for
456 the new files. Remove hpread.c, hpread.o
457 (gdb$(EXEEXT)): Depend on the actual tui library, not on a
458 fictitious target. Since the fictitious target never existed,
459 make would always relink.
460 (tui/libtui.a): Always recurse to make sure the library is up to
461 date.
462
463 Wed Jan 6 12:05:12 1999 Stan Shebs <shebs@andros.cygnus.com>
464
465 * remote.c: Pacify --enable-build-warnings, reformat code
466 to conform to standards, fix spelling errors.
467 (ishex, stubhex, record_currthread, etc): Declare.
468 (ishex, stubhex): Declare char arg as int.
469 (pack_string): Comment out, never used but possibly useful.
470 (threadref_to_int, remote_get_threadinfo, etc): Make static.
471
472 Wed Jan 6 11:43:32 1999 David Taylor <taylor@texas.cygnus.com>
473
474 The following changes were made by Elena Zannoni
475 <ezannoni@cygnus.com> and Edith Epstein <eepstein@cygnus.com> as
476 part of a project to merge in changes made by HP.
477
478 * c-exp.y: use external flag hp_som_som_object_present to decide
479 whether code was compiled by HP's compilers. Add two new C++
480 tokens for true and false.
481 (yylex): check for template name is done differently for the
482 HP/aCC compiler case. Change some of the template processing code
483 for handling HP aCC templates. Handle true and false tokens.
484
485 Tue Jan 5 11:13:36 1999 Michael Snyder <msnyder@cleaver.cygnus.com>
486
487 * remote.c (record_curthread): Must not modify inferior_pid when
488 called from wait_for_inferior. Instead, if a new thread-id is
489 detected, call add_thread.
490 (MAGIC_NULL_PID): new macro, use instead of the magic number
491 "42000".
492 (remote_find_new_threads): if inferior_pid is unknown, get and use
493 the current thread id.
494 (remote_start_remote): on connecting, attempt to get the current
495 thread id for inferior_pid.
496 (remote_resume): If pid == -1, then resume any-thread (not the
497 current thread specifically). Also some cosmetic fixups.
498
499 * thread.c (info_threads_command): don't initialize current_pid
500 until after call to FIND_NEW_THREADS (which may change inferior_pid).
501 Also some cosmetic fixups.
502 * infrun.c: cosmetic fixups and casts to avoid warnings.
503 * infcmd.c: cosmetic fixups, mainly long lines.
504
505 Tue Jan 5 11:55:57 1999 David Taylor <taylor@texas.cygnus.com>
506
507 * target.c (noprocess): terminate sentence with a period.
508 * breakpoint.c (catch_command_1): ditto.
509
510 * c-valprint.c (c_value_print): remove hack^2 from HP; it causes
511 testsuite losses with no real gain.
512
513 * inferior.h (START_INFERIOR_TRAPS_EXPECTED): restore, but only
514 if tm-*.h hasn't overridden default value.
515
516 1999-01-04 Jason Molenda (jsm@bugshack.cygnus.com)
517
518 * configure.in: Fix whitespace indentation for --help.
519 * configure: Regenerated.
520
521 1999-01-04 Manuel Bouyer <bouyer@antioche.lip6.fr>
522
523 * main.c: Add --write command line option, document -w.
524 * gdb.1: Document --write.
525
526 1999-01-04 Jason Molenda (jsm@bugshack.cygnus.com)
527
528 * configure.in: Require autoconf 2.12.1 or higher.
529 * doc/configure.in: Ditto.
530 * nlm/configure.in: Ditto.
531 * rdi-share/configure.in: Ditto.
532 * testsuite/configure.in: Ditto.
533 * doc/Makefile.in: Don't hardcode $(SHELL).
534 * nlm/Makefile.in: Ditto.
535 * rdi-share/Makefile.in: Ditto.
536 * testsuite/Makefile.in: Ditto.
537
538 Mon Jan 4 12:53:03 1999 Stan Shebs <shebs@andros.cygnus.com>
539
540 * remote-vx.c (init_vx_ops, init_vx_run_ops): Remove unneeded
541 inits of new fields, including ref to bogus field.
542 (vx_ops, vx_run_ops): Make static.
543
544 Mon Jan 4 15:05:29 1999 David Taylor <taylor@texas.cygnus.com>
545
546 * inferior.h (START_INFERIOR_TRAPS_EXPECTED): delete,
547 already defined in tm.h.
548
549 * inftarg.c: change <sys/unistd.h> to <unistd.h> and
550 conditionalize its inclusion.
551 * infttrace.c: ditto.
552
553 For older changes see ChangeLog-98
554 \f
555 Local Variables:
556 mode: change-log
557 left-margin: 8
558 fill-column: 74
559 version-control: never
560 End: