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