Wed Apr 8 16:47:33 1998 Jason Molenda (crash@bugshack.cygnus.com)
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
5b944218
JM
1Wed Apr 8 16:47:33 1998 Jason Molenda (crash@bugshack.cygnus.com)
2
3 * solib.c (solib_create_inferior_hook): Remove Ulrich Drepper's
4 patch of March 23 1998.
5 * breakpoint.c (breakpoint_re_set_one): Remove Ulrich Drepper's
6 patch of March 23 1998.
7
af473842 8Sat Apr 4 10:05:00 1998 Dawn Perchik <dawn@cygnus.com>
5b944218 9
af473842
DP
10 * mdebugread.c (parse_partial_symbols): If this is an .mdebug
11 section in an ELF file, override a symbol's ECOFF section with its
12 ELF section. Also, fix stabs continuation where a stabs string
13 continues for more than one continuation.
14
912e805f
AC
15Mon Apr 6 09:17:48 1998 Andrew Cagney <cagney@b1.cygnus.com>
16
17 * mips-tdep.c (mips_push_arguments): Specify dimention of valbuf
18 using MAX_REGISTER_RAW_SIZE.
19
24a38525
DP
20Sat Apr 4 10:05:00 1998 Dawn Perchik <dawn@cygnus.com>
21 * infrun.c: Fix prototype of signals_info to match static funtion.
22
23Thu Apr 2 12:47:41 1998 Frank Ch. Eigler <fche@cygnus.com>
24 * sol-thread.c (sol_thread_store_registers): Save & restore new
25 value of single updated register to prevent accidental clobbering.
26
c8b77887
MA
27Wed Apr 1 22:01:09 1998 Mark Alexander <marka@cygnus.com>
28
29 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE): Define.
30 * config/sparc/sparclite.mt: Link in the erc32 simulator.
31
3dcac15f
JM
32Wed Apr 1 16:30:49 1998 Ian Dall <Ian.Dall@dsto.defence.gov.au>
33
34 * ns32k-tdep.c (flip_bytes, ns32k_localcount,
35 ns32k_get_enter_addr, sign_extend): Restore functions mysteriously
36 deleted.
37
38 * ns32knbsd-nat.c: New (?) file to support fetching and storing
39 registers on NetBSD hosts.
40
41 * nbsd.mh (NATDEPFILES): put ns32knbsd-nat.o instead of
42 ns32k-nat.o
43
44 * ns32km3-nat.c (reg_offset): Get order of floating point
45 registers correct. Add extra 32382 register offsets.
46 (REG_ADDRESS): define to point at correct part of thread
47 state. Use calls to "warning" instead of "message".
48
49 * tm-nbsd.h, tm-ns32km3.h (REGISTER_NAMES, NUM_REGS,
50 REGISTER_BYTES, REGISTER_BYTE): redefine allowing for 32382
51 fpu registers.
52
32e3c8b8
JM
53Wed Apr 1 13:43:07 1998 Philippe De Muyter <phdm@macqel.be>
54
55 * NEWS: m68k-motorola-sysv host support added.
56 * coffread.c (coff_start_symtab): Accept the filename as an argument,
57 set it here. Callers updated.
58
d0136bf3
AC
59Wed Apr 1 23:13:23 1998 Andrew Cagney <cagney@b1.cygnus.com>
60
61 * config/mips/tm-mips.h (REGISTER_VIRTUAL_TYPE): Handle 32 bit SR,
62 FSR and FIR registers.
63 (REGISTER_VIRTUAL_SIZE): Compute using REGISTER_VIRTUAL_TYPE.
64 (REGISTER_RAW_SIZE): Define using REGISTER_VIRTUAL_SIZE.
65
66 * config/mips/tm-mips64.h: Ditto.
67
4269399c
NC
68Tue Mar 31 21:30:39 1998 Nick Clifton <nickc@cygnus.com>
69
70 * arm-tdep.c (gdb_print_insn_arm): Attach a fake Thumb symbol
71 vector to the info structure when disassembling thumb
72 instructions.
73
74 * coffread.c (coff_symtab_read, read_one_sym,
75 process_coff_symbol): Support Thumb symbol types.
76
77 * dbxread.c (process_one_symbol): Call SMASH_TEXT_ADDRESS (if it
78 is defined) for function symbols.
79
19735aea
AC
80Mon Feb 16 14:05:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
81
82 * d10v-tdep.c (d10v_extract_return_value): Wierd. GCC wants to
83 return odd sized register quantities with only half of the first
84 register used!
85
86 * config/d10v/tm-d10v.h (USE_STRUCT_CONVENTION): Use stack when
87 size > 8.
88
f45d8080
JM
89Mon Mar 30 16:42:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
90
91 * rdi-share/Makefile.am, rdi-share/aclocal.m4,
92 rdi-share/configure: New files.
93 * rdi-share/configure.in: Rewritten to be an autoconf input file.
94 * rdi-share/Makefile.in, rdi-share/configure: Generated by
95 automake/autoconf.
96 * rdi-share/dbg_hif.h, etherdrv.c, hostchan.c: Use autoconf tests
97 to check environment.
98
57a39824
KS
99Sun Mar 29 15:17:16 1998 Keith Seitz <keiths@onions.cygnus.com>
100
101 * tracepoint.c (trace_start_command): Set trace_running_p.
102 (trace_stop_command): Clear trace_running_p.
103
dfbb701a
SS
104Sat Mar 28 15:19:48 1998 Stan Shebs <shebs@andros.cygnus.com>
105
106 * NEWS: Update for 4.17 release.
107
41158958
EZ
108Thu Mar 26 22:29:28 1998 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
109
110 * tracepoint.c (trace_status_command): Recognize a boolean return
111 value from the stub to indicate whether trace experiment is
112 running. Export this value as a global state variable
113 (trace_running_p) for use by the GUI. (from Michael Snyder)
114 (trace_pass_command) added call to modify_tracepoint_hook.
115
116 * tracepoint.h export trace_running_p
117
118start-sanitize-sky
119Wed Mar 25 11:45:19 1998 Frank Ch. Eigler <fche@cygnus.com>
120
121 * configure.in (sim-gpu2): Added target type checking to make
122 --with-sim-gpu2 option only valid for sky target.
123 * configure: Regenerated.
124end-sanitize-sky
125
126Tue Mar 24 16:22:40 1998 Stu Grossman <grossman@bhuna.cygnus.co.uk>
127
128 * Makefile.in: Derive SHELL from configure.
129 * config/d10v/d10v.mt config/d30v/d30v.mt config/m32r/m32r.mt
130 config/mn10200/mn10200.mt config/mn10300/mn10300.mt : Remove -lm
131 from SIM. This prevents dependency checking of -lm (under NT
132 native builds). (It is automatically added by configure if it
133 exists.)
134 * doc/configure mswin/configure nlm/configure
135 testsuite/gdb.base/configure testsuite/gdb.c++/configure
136 testsuite/gdb.chill/configure testsuite/gdb.disasm/configure
137 testsuite/gdb.stabs/configure testsuite/gdb.threads/configure:
138 Regenerate with autoconf 2.12.1 to fix shell issues for NT native
139 builds.
140
fecf06cf
JM
141Mon Mar 23 18:10:57 1998 Ulrich Drepper (drepper@cygnus.com)
142
143 * solib.c (solib_create_inferior_hook): Rewrite previous
144 change to check the type of file via BFD.
145
124e64bb
JM
146Mon Mar 23 13:52:28 1998 Ulrich Drepper (drepper@cygnus.com)
147
148 * breakpoint.c (breakpoint_re_set_one): Treat bp_shlib_events
149 like bp_breakpoints.
150 * solib.c (solib_create_inferior_hook): Relocate section addresses
151 if the alleged start address doesn't agree with the PC.
152
b236defa
FCE
153start-sanitize-sky
154Mon Mar 23 13:07:22 1998 Frank Ch. Eigler <fche@cygnus.com>
155
156 * configure.in (sim-gpu2): Added --with-sim-gpu2 as configure
157 option, to allow gdb+sim linking with sky GPU2 library.
83c7ab51 158 * configure: Regenerated.
124e64bb 159
b236defa 160end-sanitize-sky
b236defa
FCE
161Sat Mar 21 19:34:49 1998 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
162
163 merged changes from Foundry (list follows by file/author):
164
165 - Tom Tromey <tromey@cygnus.com>
166 * Makefile.in (gdbres.o): New target.
167 (WINDRES): New define.
168 * configure: Rebuilt.
169 * configure.in (WINDRES): Define.
170 (CONFIG_OBS): Include gdbres.o on Windows.
171 * gdbtool.ico: New file.
172 * gdb.rc: New file.
173
174 * ser-unix.c
175 - Keith Seitz <keiths@onions.cygnus.com>
176 (wait_for): Don't reset the timeout_remaining for CYGWIN32,
177 since we now effectively poll the serial port.
178 Don't reset the current_timeout, either, since this member is used
179 by hardwire_readchar to track the timeout and call the ui_loop_hook.
180 (hardwire_readchar): Poll the serial port for Cygwin32. We timeout every
181 second, update the UI, and loop around doing this until we have hit the real
182 timeout or we get data or an error. This will allow the UI to stay active
183 while gdb is "blocked" talking to the target.
184 - Martin M. Hunt <hunt@cygnus.com>
185 (wait_for): Do reset current_timeout
186 because it is only used to keep track of what the
187 current timeout for the scb is.
188
189 * top.c
190 - Martin M. Hunt <hunt@cygnus.com>
191 (quit_confirm): Change exit message again
192 for GUI.
193 (pc_changed_hook): Add prototype.
194 - Tom Tromey <tromey@cygnus.com>
195 (quit_confirm): Added missing `else'.
196 (quit_confirm): Special-case message if init_ui_hook is
197 set.
198
199 * symtab.c
200 - Martin M. Hunt <hunt@cygnus.com>
201 (find_pc_sect_line): If no symbol information
202 is found, return correct pc anyway.
203 (find_methods): Comment out an apparently
204 bogus error message because it messes up Foundry.
205
206 * serial.c
207 - Martin M. Hunt <hunt@cygnus.com>
208 (_initialize_serial): Add a description of
209 "set remotelogbase".
210
211 * findvar.c
212 - Martin M. Hunt <hunt@cygnus.com>
213 (write_register_gen): Add call to
214 pc_changed_hook if the PC is being changed.
215
216 * defs.h
217 - Martin M. Hunt <hunt@cygnus.com>
218 (pc_changed_hook): Define.
219
220 * command.c
221 - Martin M. Hunt <hunt@cygnus.com>
222 (do_setshow_command): If no arguments are supplied,
223 don't dump core, instead print out an error message.
224
225 * breakpoint.c
226 - Martin M. Hunt <hunt@cygnus.com>
227 Make set_raw_breakpoint, set_breakpoint_count,
228 and breakpoint_count non-static so they are accessible from
229 gdbtk.c.
230 (enable_breakpoint): Enable breakpoint
231 with same disposition instead of changing all breakpoints
232 to donttouch.
233
234 * annotate.h
235 - Keith Seitz <keiths@onions.cygnus.com>
236 Add declarations for annotation hooks.
237
238 * annotate.c
239 - Keith Seitz <keiths@onions.cygnus.com>
240 Add hooks: annotate_starting_hook, annotate_stopped_hook,
241 annotate_signalled_hook, annotate_exited_hook.
242 (annotate_starting): If hook exists, call it instead.
243 (annotate_stopped): If hook exists, call it instead.
244 (annotate_exited): If hook exists, call it instead.
245 (annotate_signalled): If hook exists, call it instead.
246
d1732185
MS
247Fri Mar 20 14:45:36 1998 Michael Snyder <msnyder@cleaver.cygnus.com>
248
249 * gdbserver/Makefile.in: add dependency on XM_CLIBS.
250 * gdbserver/low-sim.c (registers) force into alignment.
251 (create_inferior): Fix typo on new_argv; add abfd arg to
252 sim_open, sim_create_inferior. Add reg_size arg to
253 sim_fetch_register, sim_store_register. Make simulator
254 take a single-step to get into a known running state.
255 * gdbserver/gdbreplay.c: include fcntl.h for def'n of F_SETFL.
256 * gdbserver/server.c: Add remote_debug variable to control
257 debug output.
258 * gdbserver/server.h: Add prototypes for enable/disable_async_io.
259 * gdbserver/remote-utils.c: add verbose debugging output controlled
260 by "remote_debug" variable. Add call to "disable_async_io()"
261 to avoid being killed by async SIGIO signals.
262 * config/m32r/m32r.mt: define GDBSERVER_(LIBS and DEPFILES),
263 so that gdbserver can be built with the m32r simulator.
264
980714f9
AC
265Fri Mar 20 09:04:06 1998 Andrew Cagney <cagney@b1.cygnus.com>
266
267start-sanitize-r5900
268 * config/mips/tm-r5900.h (REGISTER_VIRTUAL_SIZE): Redefine as
269 expression from REGISTER_VIRTUAL_TYPE.
270 (REGISTER_RAW_SIZE): Ditto.
271 (REGISTER_VIRTUAL_TYPE): Redefine, use explicit size for 32 bit
272 registers.
273
274end-sanitize-r5900
275 * gdbtypes.h (builtin_type_{,u}int{8,16,32,64}): New gdb builtin
276 types.
277start-sanitize-r5900
278 (builtin_type_{,u}int128): Ditto.
279end-sanitize-r5900
280
281 * gdbtypes.c (_initialize_gdbtypes): Initialize new types.
282
283 * mips-tdep.c (do_gp_register_row): Pad register value when GP
284 register is smaller than MIPS_REGSIZE.
285
286 * findvar.c (value_of_register): When raw and virtual register
287 values identical, check that sizes are consistent.
288
f4f7d594
MS
289Thu Mar 19 11:32:15 1998 Michael Snyder (msnyder@cleaver.cygnus.com)
290
291 * minsyms.c (compare_minimal_symbols): If addresses are identical,
292 then compare on names. Sorted list should have symbols with
293 identical addresses AND names adjacent, so dups can be discarded.
294
c298bd54
JL
295Wed Mar 18 12:50:17 1998 Jeff Law (law@cygnus.com)
296
297 * stabsread.c (define_symbol): Don't look for ',' as a LRS
298 indicator.
299
3f7e239d
NC
300Wed Mar 18 10:34:51 1998 Nick Clifton <nickc@cygnus.com>
301
302 * rdi-share/etherdrv.c: Set sys_errlist[] as char * not const char *.
303
c7ab546c
JM
304Fri Mar 13 15:43:53 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
305
306 * config/mips/xm-mips.h (CC_HAS_LONG_LONG): Undefine for Ultrix
307 when compiling with native cc, the compiler has broken long long
308 support.
309
60c7c376
JM
310Fri Mar 13 15:37:02 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
311
312 * config/m68k/xm-sun3os4.h: Remove malloc declarations, they
313 are handled via autoconf now.
314 * remote.c (remote_ops, extended_remote_ops): Replace static
315 forward declaration by moving the static definition to the top of
316 the file, for old K&R compilers.
317 * tracepoint.c (collect_symbol, trace_start_command):
318 Replace ANSI string concatenation with K&R compatible simple string.
319
3201998-03-11 Fred Fish <fnf@ninemoons.com>
321
322 * source.c (select_source_symtab): Don't reach error if we have
323 a current_source_symtab from reading in partial symbol table.
324
e0848028
GRK
325start-sanitize-vr4320
326Tue Mar 10 16:15:13 1998 Gavin Koch <gavin@cygnus.com>
327
328 * configure.tgt (mips64*vr4320*el-*-elf*) : Removed spurious case.
329
330end-sanitize-vr4320
3ffbdf15
FF
331Fri Mar 6 13:10:27 1998 Fred Fish <fnf@cygnus.com>
332
333 * utils.c (quit): Call SERIAL_DRAIN_OUTPUT rather than
334 SERIAL_FLUSH_OUTPUT.
335 * serial.h (struct serial_ops): Add drain_output, pointer to
336 function that waits for output to drain.
337 (SERIAL_DRAIN_OUTPUT): Macro to wait for output to drain.
338 * ser-unix.c (hardwire_drain_output): New function and prototype.
339
340 * ser-unix.c (hardwire_ops): Add entry for drain_output function.
341 * ser-tcp.c (tcp_ops): Ditto.
342 * ser-ocd.c (ocd_ops): Ditto.
343 * ser-mac.c (mac_ops): Ditto.
344 * ser-go32.c (dos_ops): Ditto.
345 * ser-e7kpc.c (e7000pc_ops): Ditto.
346
d6acae68
MS
347Thu Mar 5 16:07:41 1998 Michael Snyder (msnyder@cleaver.cygnus.com)
348
349 * sparcl-tdep.c: fix #endif comments
350
56deac4b
JM
351Thu Mar 5 15:10:35 1998 Jason Molenda (crash@bugshack.cygnus.com)
352
353 * Makefile.in (BISON): Configure substitutes in @YACC@, not @BISON@.
354
17772016
KS
355Thu Mar 5 14:42:41 1998 Keith Seitz <keiths@onions.cygnus.com>
356
357 * ocd.c (ocd_open): If we fail ocd_start_remote, make sure we
358 error () so that we abort out of bdm_ppc_open.
359
1d7a3fd7
MH
360Wed Mar 4 16:53:52 1998 Martin M. Hunt <hunt@cygnus.com>
361
362 * serial.c (_initialize_serial): Add a description of
363 "set remotelogbase".
364
365 * command.c (do_setshow_command): If no arguments are supplied,
366 don't dump core, instead print out an error message.
367
94ec3e76
JM
368Wed Mar 4 16:50:18 1998 Jason Molenda (crash@bugshack.cygnus.com)
369
370 * gdbtk.c (gdb_listfiles): Fix thinko in last change.
371
d7363521
JM
372Wed Mar 4 15:34:49 1998 Jason Molenda (crash@bugshack.cygnus.com)
373
374 * gdbtk.c (gdb_listfiles): Allocate space for 'files' dynamically.
375
4f0f84e7
RU
376Wed Mar 4 01:39:08 1998 Ron Unrau <runrau@cygnus.com>
377
378 * elfread.c (elf_symtab_read): merge SYMBOL_IS_SPECIAL into
379 MAKE_MSYMBOL_SPECIAL
380 * config/mips/tm-mips.h: ditto
381
3a012857
JM
382Tue Mar 3 17:19:08 1998 John Metzler <jmetzler@cygnus.com>
383
d7363521
JM
384 * config/mips/tm-vr4xxx.h: implements vr4111 as saparate from 4300
385 * config/mips/vr4xxx.tm: implements vr4111 as separate from 4300
3a012857 386 * configure.tgt: Recognise mips64vr4111-*-elf as vr4xxx
d7363521 387 * dwarfread.c (read_tag_pointer_type): Pointer sizes now come from
3a012857
JM
388 TARGET_PTR_BIT rather from sizeof(char *) on host.
389
716e3a4f
JM
390Tue Mar 3 14:37:02 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
391
392 * alpha-nat.c (fetch_osf_core_registers): Renamed from
393 fetch_aout_core_registers.
394 (alpha_osf_core_fns): Renamed from alpha_aout_core_fns, change
395 flavour to bfd_target_unknown_flavour for OSF core files.
396
e4e30cdc
GRK
397start-sanitize-vr4320
398Tue Mar 3 11:12:39 1998 Gavin Koch <gavin@cygnus.com>
399
400 * configure.tgt (mips64*vr4320*el-*-elf*,mips64*vr4320*-*-elf*) :
401 Added.
402
403end-sanitize-vr4320
58299977
MS
404Mon Mar 2 17:44:13 1998 Michael Snyder (msnyder@cleaver.cygnus.com)
405
406 * breakpoint.c (_initialize_breakpoint): Make "en" an alias
407 for "enable" (so that it doesn't conflict with "end").
408
d0b6f2ad
JM
409Mon Mar 2 17:04:25 1998 Jason Molenda (crash@bugshack.cygnus.com)
410
411 * Makefile (VERSION): Bump to 4.17.1.
412
290d79e0
JM
413Mon Mar 2 16:59:15 1998 Jason Molenda (crash@bugshack.cygnus.com)
414
415 * rdi-share/etherdrv.c (sys_errlist): Add correct decl for Linux.
416
37ac9ecc
JM
417Mon Mar 2 16:51:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
418
419 * Makefile.in (YYFILES): Remove in maintainer-clean, not distclean.
420
c87c674a
JM
421Mon Mar 2 16:47:11 1998 Philippe De Muyter <phdm@macqel.be>
422
423 * Makefile.in (distclean): Add `rm $(YYFILES)'.
424
79f0b613
JM
425Mon Mar 2 16:45:48 1998 Philippe De Muyter <phdm@macqel.be>
426
427 * coffread.c (coff_read_enum_type): Set TYPE_FLAG_UNSIGNED if enum
428 is unsigned.
429
6cc922a9
JM
430Sun Mar 2 15:16:13 1998 Richard Henderson <rth@cygnus.com>
431
432 * configure.host, configure.tgt: Add sparc-linux.
433 * sparc-nat.c: Include <asm/reg.h> not <machine/reg.h> for Linux.
434 * config/sparc/*linux*: New files.
435
4321ed53
JM
436Mon Mar 2 12:12:41 1998 Anthony Thompson (athompso@cambridge.arm.com)
437
438 * arm-tdep.c (gdb_print_insn_arm): Call print_insn_big_arm
439 if we're big endian; else call print_insn_little_arm.
440
9a760d24
JM
441Mon Feb 24 11:24:57 1998 Richard Henderson <rth@cygnus.com>
442
443 * Makefile.in (BISON): Don't even pretend to use yacc.
444 (c-exp.tab.o): Use bison -o to use a unique intermediate file.
445 (jv-exp.tab.o, f-exp.tab.o, m2-exp.tab.o): Likewise.
446
5af9fc5f
AC
447Tue Feb 24 03:32:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
448
449 * remote-sim.c (gdbsim_fetch_register): Don't abort when the
450 register size is wrong.
451
452start-sanitize-r5900
24d084d9 453Tue Feb 24 02:53:41 1998 And<rew Cagney <cagney@b1.cygnus.com>
5af9fc5f
AC
454
455 * config/mips/tm-r5900.h (REGISTER_VIRTUAL_SIZE,
456 REGISTE_RAW_SIZE): Re-define.
457
458end-sanitize-r5900
c3cf44c4
JM
459Thu Feb 19 16:49:48 1998 John Metzler <jmetzler@cygnus.com>
460
24d084d9 461 * target.c (debug_to_fetch_registers,debug_to_store_registers,
863b20a3
JM
462 debug-to_insert_breakpoint,debug_to_remove_breakpoint): tracing
463 64 bit targets crashed long long printfs.
c3cf44c4
JM
464
465Tue Feb 17 16:36:22 1998 Michael Snyder (msnyder@cleaver.cygnus.com)
466
467 * symfile.c (read_target_int_array): rename read_target_long_array
468 and force the sizeof an ovly_table element to sizeof(long),
469 instead of sizeof(int).
470
f8611801
FCE
471Tue Feb 17 18:05:05 1998 Frank Ch. Eigler <fche@cygnus.com>
472
473 * remote-mips.c (mips_request): Use unsigned long during parsing
474 returned value from monitor, to prevent accidental sign extension.
475
dd600735
JM
476Tue Feb 17 14:28:33 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
477
478 * acconfig.h: FORCE_MMCHECK changed to MMCHECK_FORCE.
479 * configure.in: Ditto.
480 * configure: Regenerated.
481
482Tue Feb 17 14:07:34 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
483
484 * gdbtypes.c (check_typedef): Do not try to resolve the length of
485 a type which has TYPE_FLAG_TARGET_STUB set, if the target type has
486 set TYPE_FLAG_TARGET_STUB as well.
487
bccb2e7f
AC
488Tue Feb 17 14:32:18 1998 Andrew Cagney <cagney@b1.cygnus.com>
489
490 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register):
491 Pass register size to sim_{fetch,store}_register. Check nr of
492 register bytes transfered is correct.
493
6c3beaaf
AC
494Mon Feb 16 14:05:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
495
496 * remote-d10v.c (remote_d10v_open): Call push_remote_target
497 instead of open_remote_target.
498
499 * remote.c (remote_xfer_memory): Use REMOTE_TRANSLATE_XFER_ADDRESS
500 to translate addr/size when defined.
501 (open_remote_target): Delete.
502
503 * target.h (open_remote_target): Delete.
504
505 * config/d10v/tm-d10v.h (REMOTE_TRANSLATE_XFER_ADDRESS): Define.
506
507Mon Feb 16 14:05:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
508
509 * config/d10v/tm-d10v.h (USE_STRUCT_CONVENTION): Define. True when
510 sizeof type > 1.
511
512Mon Feb 16 14:05:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
513
514 * config/d10v/tm-d10v.h (USE_STRUCT_CONVENTION): Define. True when
515 sizeof type > 1.
516
678fa7ff
RU
517Sun Feb 15 16:10:50 1998 Ron Unrau <runrau@cygnus.com>
518
519 * parse.c (write_dollar_variable): call new function
520 target_map_name_to_register to allow targets to define their own
521 register name aliases.
522 * infcmd.c (registers_info): use target_map_name_to_register so that
523 "print $reg" and "info reg $reg" use the same register name aliases.
524
8970f2fd
SS
525Fri Feb 13 16:40:30 1998 Stan Shebs <shebs@andros.cygnus.com>
526
527 * config/i386/i386mk.mt (OBJFORMATS): Delete, no longer used.
528 * config/i386/xm-i386mk.h: Fix an include.
529 * config/pyr/tm-pyr.h (PC_INNER_THAN): Remove, never used.
530
a469b84c
FCE
531Thu Feb 12 16:12:07 1998 Frank Ch. Eigler <fche@cygnus.com>
532
533 * remote-mips.c (mips_enter_debug): Sleep before sending CR to
534 monitor.
535 (mips_exit_debug): Accept any whitespace / verbiage before monitor
536 prompt reappears.
537
9df3ba70
AC
538Thu Feb 12 18:25:42 1998 Andrew Cagney <cagney@b1.cygnus.com>
539
540 * d10v-tdep.c (show_regs): Avoid use of %llx when printing 8 byte
541 accumulators.
542
93087920
AC
543Thu Feb 12 17:10:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
544
545 * valops.c (value_at): For d10v, make read pointers with
546 read_target_unsigned_integer, keep addresses unsigned.
547 (value_fetch_lazy): Ditto.
548
dd0ce8f6
AC
549Thu Feb 12 12:14:02 1998 Andrew Cagney <cagney@b1.cygnus.com>
550
551 * remote-d10v.c: New file. Layer the d10v GDB->remote memory map
552 on top of the remote serial memory transfer functions.
553
554 * config/d10v/d10v.mt (TDEPFILES): Add remote-d10v.o
555
556 * Makefile.in (remote-d10v.o): Add dependencies.
557
558 * remote.c (remote_open_1): Add arg extended_p, engage extended
559 protocol when extended_p.
560 (remote_open, extended_remote_open): Pass !extended_p /
561 extended_p to remote_open_1.
562
563 * remote.c (open_remote_target), target.h: New function.
564
6bcc5ba3
AC
565Wed Feb 11 08:41:15 1998 Andrew Cagney <cagney@b1.cygnus.com>
566
567 * config/i386/fbsd.mh (XDEPFILES): Add ser-tcp.o.
568
a5f4fbff
KS
569Tue Feb 10 17:50:37 1998 Keith Seitz <keiths@onions.cygnus.com>
570
571 * tracepoint.c (tracepoint_operation): Call the modify_tracepoint_hook
572 if it exists.
573 Remove static declaration of free_actions.
574
575 * tracepoint.h: Add declaration of free_actions.
576
577Tue Feb 10 12:17:13 1998 Fred Fish <fnf@cygnus.com>
578
579 * symtab.c (decode_line_1): Revert change that mistakenly
580 removed assignment of sals[0].pc field.
581
75a1d67a
JM
582Mon Feb 10 12:37:47 1998 Philippe De Muyter <phdm@macqel.be>
583
584 * m68k/tm-delta68.h (EXTRACT_RETURN_VALUE): Type argument for
585 `REGISTER_CONVERT_TO_VIRTUAL is `TYPE', not
586 `REGISTER_VIRTUAL_TYPE (FP0_REGNUM)';
587 (STORE_RETURN_VALUE): Ditto, and offset for `write_register_bytes'
588 is `REGISTER_BYTE (FP0_REGNUM)', not `FP0_REGNUM'.
589 (FRAME_NUM_ARGS): New macro.
590 * m68k/tm-news.h (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE): Ditto.
591 * delta68-nat.c (clear_insn_cache): New function, forgotten in previous
592 patch.
593
f6826586
AC
594Mon Feb 9 11:10:06 1998 Andrew Cagney <cagney@b1.cygnus.com>
595
596 * d10v-tdep.c: Replace references to IMEM_ADDR and DMEM_ADDR with
597 D10V_MAKE_[DI]ADDR and D10V_CONVERT_[ID]ADDR_TO_RAW macros.
598
599 * config/d10v/tm-d10v.h (IMEM_START): Move to 0x01......
600 (DMEM_START): Move to 0x00......
601 (STACK_START): Move to 0x00..7ffe.
602 (D10V_MAKE_IADDR, D10V_MAKE_DADDR): Translate unconditionally.
603
604 * d10v-tdep.c (d10v_xlate_addr): Delete function.
605
9c01dbfb
DE
606Mon Feb 9 15:10:21 1998 Fred Fish <fnf@cygnus.com>
607
608 * symtab.c (fixup_psymbol_section): Move forward declaration to
609 top of file with other such decls. Make it a static function.
610 * symtab.h: Minor formatting tweaks.
611
cb5cd5b4
SS
612Mon Feb 9 13:14:12 1998 Stan Shebs <shebs@andros.cygnus.com>
613
614 * config/a29k-udi.mt, config/i960/vxworks960.mt (REMOTE_OBS):
615 Remove redefinition.
616 * config/i960/tm-i960.h (BREAKPOINT): Define.
617
89f2ecdb
ILT
618Mon Feb 9 15:35:38 1998 Ian Lance Taylor <ian@cygnus.com>
619
620 * Makefile.in (init.c): Ignore errors when making init.c. Seems
621 necessary to work around bug in Solaris make.
622
75a1d67a 623Sun Feb 6 02:44:28 1997 Philippe De Muyter <phdm@macqel.be>
4434e2dc
JM
624
625 * m68k/tm-delta68.h (CPLUS_MARKER): Macro deleted.
626 (EXTRACT_STRUCT_VALUE_ADDRESS): Macro defined.
627 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE): Macros modified
628 because floating-point values return via %fp0.
629 (CLEAR_INSN_CACHE): New macro.
630 * m68k/tm-m68k.h (REGISTER_CONVERT_TO_VIRTUAL): Macro fixed
631 to use DOUBLEST.
632 (REGISTER_CONVERT_TO_RAW): Ditto.
633 * infptrace.c (child_xfer_memory): If CLEAR_INSN_CACHE is defined,
634 call it after having written in child process's memory.
635 * inflow.c (PROCESS_GROUP_TYPE): Macro defined if HAVE_TERMIO.
636 (gdb_has_a_terminal, terminal_ours_1): Functions fixed for HAVE_TERMIO.
637
4cb36674
JL
638Fri Feb 6 16:17:30 1998 Jeffrey A Law (law@cygnus.com)
639
640 * config/mips/tm-mips64.h (TARGET_LONG_BIT): Allow final target to
641 override.
642 (TARGET_LONG_LONG_BIT): Likewise.
643 (TARGET_PTR_BIT): Likewise.
644start-sanitize-r5900
645 * config/mips/tm-r5900.h (TARGET_PTR_BIT): Define to 32 bits.
646end-sanitize-r5900
647
5f3ba16b
DE
648start-sanitize-sky
649Fri Feb 6 14:33:34 1998 Doug Evans <devans@canuck.cygnus.com>
650
651 * configure.tgt (mips64r5900*-sky-elf*): Replaces txvu-elf.
652 * config/mips/txvu.mt (SIM): txvu -> mips.
653
654end-sanitize-sky
608addd4
AC
655Fri Feb 6 17:42:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
656
657 * config/d10v/tm-d10v.h (D10V_CONVERT_IADDR_TO_RAW,
658 D10V_CONVERT_DADDR_TO_RAW): Define.
659
660 * d10v-tdep.c (d10v_push_arguments): Re-write. Pass arguments in
661 registers, regardless of their size, when they fit.
662
9961ca7a
AC
663Thu Feb 5 13:16:36 1998 Andrew Cagney <cagney@b1.cygnus.com>
664
665 * d10v-tdep.c (d10v_extract_return_value): For function pointers
666 translate address to IMAP area.
667
668 * config/d10v/tm-d10v.h (EXTRA_FRAME_INFO): Delete dummy from
669 struct.
670 (POP_FRAME): Point at generic_pop_current_frame.
671
672 * d10v-tdep.c (d10v_pop_frame): Delete code handling dummy frames,
673 handled earlier.
674 (d10v_push_return_address): New function.
675 (d10v_pop_dummy_frame): Delete.
676 (d10v_fix_call_dummy): Delete.
677 (d10v_call_dummy_address): Delete.
678
679 * d10v-tdep.c (d10v_init_extra_frame_info): Clear dummy and
680 frameless.
681
682 * d10v-tdep.c (d10v_push_arguments): Keep stack word aligned.
683
684 * config/d10v/tm-d10v.h (EXTRACT_STRUCT_VALUE_ADDRESS): Extract
685 address of structure from first ARG1_REGNUM.
686
687 * d10v-tdep.c (d10v_push_arguments): Force 4 byte args into
688 even-odd register pair. Store 1 and 2 byte args in registers.
689
690 * valops.c (value_fetch_lazy): Ensure that a D10V function pointer
691 is fetched in the correct byte order.
692 (value_at): Ditto. Also ensure data pointers are mapped to data
693 segment.
694
695 * config/d10v/tm-d10v.h (D10V_DADDR_P, D10V_IADDR_P):
696
697 * d10v-tdep.c: Replace 2 with REGISTER_RAW_SIZE.
698 (d10v_pop_frame): Replace R13 with LR_REGNUM.
699 (d10v_push_arguments): Replace R2 with ARG1_REGNUM.
700 (d10v_push_arguments): Replace 6 with ARGN_REGNUM.
701 (d10v_extract_return_value): Access return value with RET1_REGNUM.
702
703 * config/d10v/tm-d10v.h (ARG1_REGNUM, ARGN_REGNUM, RET1_REGNUM):
704 Define.
705 (STORE_RETURN_VALUE): Specify return register using RET1_REGNUM.
706 (STORE_STRUCT_RETURN): Specify ARG1_REGNUM as the struct ptr
707 location.
708
44d33d55
AC
709Thu Feb 5 13:16:36 1998 Andrew Cagney <cagney@b1.cygnus.com>
710
711 * blockframe.c (generic_pop_dummy_frame): Flush the frame, no
712 longer valid.
713
714 * blockframe.c (generic_pop_current_frame), frames.h: New
715 function.
716
1931ea8d
AC
717Thu Feb 5 17:18:16 1998 Andrew Cagney <cagney@b1.cygnus.com>
718
719 * remote-sim.c (gdbsim_create_inferior): clear_proceed_status
720 before /re/starting the simulator.
721
df419eec
JM
722Thu Feb 5 15:55:31 1998 C. M. Heard (heard@vvnet.com)
723
724 * top.c (do_nothing): Remove signal handler after signal is caught.
725
d9ba1c3f
MS
726Thu Feb 5 11:57:06 1998 Michael Snyder (msnyder@cleaver.cygnus.com)
727
728 * tracepoint.c (tracepoint_operation): call free_actions instead
729 of free. (free_actions): eliminate some memory leaks for actions.
730 (validate_actionline): pass string arg by reference, so we can
731 change the pointer. Change all memrange collection arguments to
732 canonical form (literal address and size), to enforce early
733 evaluation. Accept UNOP_MEMVAL (assembly variables) for
734 trace collection. (parse_and_eval_memrange): accept expressions
735 for the address and size fields of a memrange (and evaluate
736 them immediately). (several places): use -1 instead of zero
737 to distinguish an absolute memrange from a register-relative one.
738 (encode_actions): add handling for UNOP_MEMVAL (assembly variable).
739
c7bb1531
JM
740Wed Feb 4 17:40:21 1998 Jason Molenda (crash@bugshack.cygnus.com)
741
742 * Makefile.in (SFILES): add tracepoint.c.
743 (LINTFILES): add @CONFIG_SRCS@.
744 (SOURCES): Ditto.
745 * configure.in (CONFIG_SRCS): Mirror use of CONFIG_OBS.
746 * configure: Regenerated.
747
70b3329c
JM
748Tue Feb 3 16:12:32 1998 Gordon W. Ross (gwr@mc.com)
749
750 * infptrace.c (child_resume): Don't try to step if
751 NO_SINGLE_STEP is defined.
752
c09eab00
JM
753Mon Feb 2 19:06:13 1998 Jason Molenda (crash@bugshack.cygnus.com)
754
755 * Makefile.in (VERSION): Bump to 4.16.2.
756
757Mon Feb 2 17:18:25 1998 Richard Henderson <rth@cygnus.com>
758
759 * alpha-nat.c (fetch_aout_core_registers): Rename from
760 fetch_core_registers.
761 (fetch_elf_core_registers): New function.
762 (supply_gregset): Use ALPHA_REGSET_BASE.
763 (supply_fpregset): Likewise.
764 (fill_fpregset): Likewise.
765 (alpha_aout_core_fns): Rename from alpha_core_fns.
766 (alpha_elf_core_fns): New.
767 * config/alpha/alpha-linux.mh (NATDEPFILES): solib.o not osfsolib.o.
768 Disable MMALLOC.
769 * config/alpha/nm-linux.h (SVR4_SHARED_LIBS): Define if ELF.
770 (TARGET_ELF64): Likewise.
771 (ALPHA_REGSET_BASE): New.
772 * config/alpha/nm-osf.h (ALPHA_REGSET_BASE): New.
773 * config/alpha/tm-alphalinux.h: Include tm-sysv4.h.
774
775 * solib.c (elf_locate_base): Add TARGET_ELF64 support.
776 (info_sharedlibary_command): Likewise.
777
778 * configure.host: Match alpha*.
779 * configure.tgt: Likewise.
780
6981a588
DT
781Fri Jan 30 15:11:38 1998 David Taylor <taylor@texas.cygnus.com>
782
783 Changes by <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
784 * infrun.c (IN_SOLIB_DYNSYM_RESOLVE_CODE): new macro for detecting
785 whether we are in the dynamic symbol resolution code
786 (wait_for_inferior): invoke it.
787 * solib.c (in_svr4_dynsym_resolve_code): new function
788 (enable_break): record start and end of the dynamic linker
789 text and plt sections for use in in_svr4_dynsym_resolve_code.
790 * solib.h (IN_SOLIB_DYNSYM_RESOLVE_CODE): add svr4 definition;
791 (in_svr4_dynsym_resolve_code): declare it.
792 * config/nm-gnu.h (solib.h): move inclusion to after definition
793 of SVR4_SHARED_LIBS.
794 * config/nm-sysv4.h (solib.h): ditto.
795 * config/i386/nm-i386sco5.h (solib.h): ditto.
796 * config/i386/nm-linux.h (solib.h): ditto.
797 * config/mips/nm-irix5.h (IN_SOLIB_DYNSYM_RESOLVE_CODE): undefine.
798
3e269acb
SS
799Thu Jan 29 19:39:31 1998 Stan Shebs <shebs@andros.cygnus.com>
800
801 * coffread.c (coff_symtab_read) [SEM]: Remove code, macro can
802 never be defined.
803 * dbxread.c (process_one_symbol) [BLOCK_ADDRESS_ABSOLUTE]:
804 Remove, no longer needed.
805 * hppa-tdep.c (N_SET_MAGIC): Remove, no longer used.
806 * config/pa/xm-hppab.h (SEEK_SET, SEEK_CUR, SEEK_END): Ditto.
807 * config/mips/tm-mipsm3.h (NUMERIC_REG_NAMES): Ditto.
808 * config/mips/mipsm3.mt (TDEPFILES): Remove mipsread.o.
809
7074cd4e
SS
810Wed Jan 28 14:46:52 1998 Stan Shebs <shebs@andros.cygnus.com>
811
812 Suggested by Chris Walter <walter@budoe.bu.edu>:
813 * dwarfread.c (set_cu_language): Recognize Fortran.
814 * dwarf2read.c (set_cu_language): Ditto.
815 (read_array_type): Fix language test.
816
2a913d71
MS
817Wed Jan 28 12:51:08 1998 Michael Snyder (msnyder@cleaver.cygnus.com)
818
819 * blockframe.c (generic_frame_chain_valid): A frame pointer may
820 be valid if it is equal to the frame pointer of its caller (ie.
821 not necessarily strictly INNER_THAN). Allows frameless functions.
822
29df6f4b
MA
823Wed Jan 28 11:23:25 1998 Mark Alexander <marka@cygnus.com>
824
825 * monitor.c (monitor_vsprintf): New function to handle
826 printing of large addresses using %A format specifier.
827 (monitor_printf_noecho, monitor_printf): Use monitor_vsprintf
828 instead of vsprintf.
829 * dve3900-rom.c (_initialize_r3900_rom): Use %A instead of %Lx
830 to print addresses.
831
4b95e9a1
JM
832Tue Jan 27 16:14:23 1998 Jason Molenda (crash@bugshack.cygnus.com)
833
834 * configure.in (CONFIG_LDFLAGS): Only add -export-dynamic
835 when using GNU ld.
836
bf1fb2e0
JM
837Mon Jan 26 19:07:46 1998 Jason Molenda (crash@bugshack.cygnus.com)
838
839 * config/alpha/tm-alphalinux.h (alpha_linux_sigtramp_offset):
840 Add closing parenthesis. From HJ Lu.
841
d8365eee
MA
842Mon Jan 26 17:54:45 1998 Mark Alexander <marka@cygnus.com>
843
844 * dve3900-rom.c: Improve performance by using memory commands
845 that print less fluff. Minor cosmetic changes.
846 Eliminate compiler warnings.
847
f03cdc5e
MH
848Sat Jan 24 23:44:43 1998 Martin M. Hunt <hunt@cygnus.com>
849
850 * breakpoint.c (enable_breakpoint): Preserve breakpoint
851 disposition when enabling a breakpoint.
852
853 * symtab.c (find_pc_sect_line): If no symbol information
854 is found, return correct pc anyway.
855
9a2e2aba
SS
856Fri Jan 23 17:26:22 1998 Stan Shebs <shebs@andros.cygnus.com>
857
858 * configure.host (i[3456]86-*-osf1mk*, mips-*-mach3*,
859 ns32k-*-mach3*): Fix file names.
860 (i[3456]86-*-os9k, m88*-*-mach3*, w65-*-*): Remove config
861 recognition, no source files for these.
862 * configure.tgt (powerpc-*-aix4*): Remove config, now identical
863 to powerpc-*-aix*.
864 * config/powerpc/{aix4.mh,aix4.mt,tm-ppc-aix4.h}: Remove files,
865 no longer needed.
866
1a31a33a
MA
867Fri Jan 23 16:49:41 1998 Mark Alexander <marka@cygnus.com>
868
869 * monitor.c (monitor_write, monitor_readchar): New functions.
870 * monitor.h (monitor_write, monitor_readchar): Declare.
871 * dve3900-rom.c: Add support for fast loading on ethernet connections.
872
77636dea
FF
873Fri Jan 23 07:47:06 1998 Fred Fish <fnf@cygnus.com>
874
875 * config/d10v/tm-d10v.h (CALL_DUMMY): Define as "{ 0 }".
876 (TARGET_READ_FP): Define to d10v_read_fp rather than d10v_read_sp.
877 (TARGET_WRITE_FP): Define to d10v_write_fp rather than d10v_write_sp.
878 (d10v_write_fp, d10v_read_fp): Add prototypes.
879 * symtab.c (decode_line_1): Remove assignment of sals[0].pc field.
880 * symfile.c (simple_overlay_update, simple_overlay_update_1):
881 Ignore the size of overlay sections. This check is redundant anyway.
882 * printcmd.c (print_frame_args): Ditto.
883 * valops.c (value_fetch_lazy): Ditto.
884 * values.c (unpack_long): Ditto.
885 * d10v-tdep.c (d10v_frame_chain, d10v_frame_find_saved_regs,
886 d10v_init_extra_frame_info): Fix some minor bugs so the finish command
887 works properly.
888 (show_regs): Change num1 and num2 types from "long long" to "LONGEST".
889 (d10v_read_fp, d10v_write_fp): New functions.
890 (d10v_push_arguments): Remove unneeded assigns to "val" and "contents".
891 (d10v_push_arguments): Fix for pointers and structs.
892 (d10v_extract_return_value): Fix for pointers and chars.
893
4133151f
SS
894Tue Jan 20 18:53:18 1998 Stan Shebs <shebs@andros.cygnus.com>
895
896 * configure.tgt (i386-*-mach*, m88*-*-mach3*): Remove config
897 recognition, no source files for these (note that the i386 Mach
9a2e2aba 898 config is for pre-Mach 3).
4133151f
SS
899 (mips*-*-mach3*, ns32k-*-mach3*): Fix file names.
900 * config/mips/mipsel64.mt: Remove, never referenced.
901
59ae1b0f
SS
902Mon Jan 19 14:01:28 1998 Stan Shebs <shebs@andros.cygnus.com>
903
904 * top.c (print_gdb_version): Restore to original message.
905
76bf9192
ILT
906Mon Jan 19 13:34:40 1998 Ian Lance Taylor <ian@cygnus.com>
907
b5edcb45
ILT
908 From cgf@bbc.com (Chris Faylor):
909 * win32-nat.c (child_mourn_inferior): Call ContinueDebugEvent to
910 let the child exit.
911 (child_kill_inferior): Respond to all debug events as the child is
912 terminating.
913
76bf9192
ILT
914 * Makefile.in (all): Change gdb dependency to gdb$(EXEEXT).
915 (uninstall): Add $(EXEEXT) to file name to remove.
916 (gdb$(EXEEXT)): Rename target from plain gdb.
917 (gdb1$(EXEEXT)): Rename target from plain gdb1.
918 (clean, mostlyclean): Add $(EXEEXT) to binary names to remove.
919
23f38c9e
FL
9201998-01-16 Felix Lee <flee@cygnus.com>
921
922 * top.c (print_gdb_version): delete stutter.
923
ed3e2cfe
NC
924Thu Jan 15 12:29:13 1998 Nick Clifton <nickc@cygnus.com>
925
926 * remote-rdi.c (arm_rdi_open): Patch from Tony.Thompson@arm.com
927 to prevent spurous error messages on non-ICE targets.
928
8d9371a5
SS
929Wed Jan 14 19:27:02 1998 Stan Shebs <shebs@andros.cygnus.com>
930
931 * config/mips/{r3900.mt,r3900l.mt,tm-r3900.h,tm-r3900l.h}:
932 Remove, no longer used.
933
f27bb101
MM
934start-sanitize-d30v
935Wed Jan 14 18:11:26 1998 Michael Meissner <meissner@cygnus.com>
936
937 Patch from Jim Wilson.
938 * d30v-tdep.c (d30v_frame_find_saved_regs_offsets): Properly
939 declare void function before use.
940
941 * config/d30v/tm-d30v.h (CALL_DUMMY): Initialize as { 0 }, not {}.
942
943end-sanitize-d30v
0728afad
FF
944Tue Jan 13 16:38:48 1998 Fred Fish <fnf@cygnus.com>
945
946 * configure.in (--with-mmalloc): Add new configure arg to use the
947 mmalloc package. Default is to not use it.
948 (START_INFERIOR_TRAPS_EXPECTED): Define to the integer 2, not
949 the string "2".
950 * acconfig.h (USE_MMALLOC, FORCE_MMCHECK): Add #undef.
951 * configure: Regenerated.
952 * config.in: Regenerated.
953 * Makefile.in (MMALLOC_DIR, MMALLOC_SRC): Remove.
954 (MMALLOC): Set using configure.
955 (MMALLOC_CFLAGS): Set using configure.
956
957 * config/i386/tm-linux.h (sys_quotactl): Define to 1 rather
958 than just defining it.
959 * mpw-make.sed: Undefine USE_MMALLOC rather than defining NO_MMALLOC.
960 * utils.c (NO_MMALLOC): Use USE_MMALLOC instead.
961 * objfiles.c: ditto.
962 * defs.h: ditto.
963
964 * config/sparc/sun4os4.mh (MMALLOC_CFLAGS): Remove.
965 * config/m68k/sun3os4.mh (MMALLOC_CFLAGS): Remove.
966 * config/i386/cygwin32.mh (MMALLOC_CFLAGS): Remove.
967 * config/alpha/alpha-osf3.mh (MMALLOC_CFLAGS): Remove.
968 * config/alpha/alpha-osf2.mh (MMALLOC_CFLAGS): Remove.
969 * gdbserver/Makefile.in (MMALLOC_*): Remove.
970 * config/rs6000/rs6000.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
971 * config/rs6000/aix4.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
972 * config/powerpc/aix4.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
973 * config/powerpc/aix.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
974 * config/ns32k/ns32km3.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
975 * config/mips/mipsm3.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
976 * config/mips/decstation.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
977 * config/m88k/cxux.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
978 * config/i386/xm-windows.h (NO_MMALLOC, NO_MMCHECK): Remove.
979 * config/i386/i386mk.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
980 * config/i386/i386m3.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
981 * config/i386/i386gnu.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
982 * config/alpha/alpha-osf1.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
983 * config/alpha/alpha-linux.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
984
e21fb2ae
MS
985Mon Jan 12 11:46:51 1998 Michael Snyder (msnyder@cleaver.cygnus.com)
986
8f05bc95
MS
987 * config/m68k/tm-m68k.h (REGISTER_VIRTUAL_TYPE): make A0 thru A7
988 default to void pointer type (so that their default radix is hex).
989
e21fb2ae 990 * symtab.c: move rbreak_command from no_class to class_breakpoint
8f05bc95 991 so it will be listed under "help breakpoints".
e21fb2ae 992
0a51a5af
SS
993Sat Jan 10 14:58:04 1998 Stan Shebs <shebs@andros.cygnus.com>
994
995 * rdi-share/hostchan.c: Remove gettimeofday declaration.
996
3a9c3d12
NC
997Thu Jan 8 11:03:59 1998 Nick Clifton <nickc@cygnus.com>
998
999 * remote-rdp.c: Applied patches submitted by Tony.Thompson@arm.com
0a51a5af 1000 to implement the Angel remote debugging interface.
3a9c3d12
NC
1001
1002 * Makefile.in: Add build rules for remote-rdi.c and
0a51a5af 1003 rdi-share/libangsd.a.
3a9c3d12
NC
1004
1005 * configure.tgt: Updated from source on branch.
1006 * config/arm/tm-arm.h: Updated from source on branch.
1007 * arm-tdep.c: Updated from source on branch.
1008
0a51a5af
SS
1009 * rdi-share: New directory, RDI library contributed by ARM.
1010
352f9e9d
MA
1011Mon Jan 5 20:21:59 1998 Mark Alexander <marka@cygnus.com>
1012
1013 * monitor.h (MO_PRINT_PROGRAM_OUTPUT): Define.
1014 * monitor.c (monitor_wait): Echo program output.
1015 * dve3900-rom.c (_initialize_r3900_rom): Remove MO_HANDLE_NL flag,
1016 add MO_PRINT_PROGRAM_OUTPUT flag.
1017
4d132e40
DT
1018Mon Jan 5 18:21:11 1998 David Taylor <taylor@texas.cygnus.com>
1019
1020 * top.h (HAVE_SIGSETJMP): define SIGJMP_BUF, SIGSETJMP, and
1021 SIGLONGJMP appropriately based on whether HAVE_SIGSETJMP is
1022 defined.
1023 * top.c (return_to_top_level, catch_errors): use the new macros
1024 * main.c (SET_TOP_LEVEL): ditto.
1025 * config/xm-sysv4.h (HAVE_SIGSETJMP): Define.
1026
3435297a
MA
1027Fri Jan 2 18:48:58 1998 Mark Alexander <marka@cygnus.com>
1028
1029 * configure.in: Double up brackets in shell case pattern.
1030
99fa2de0
MS
1031Fri Jan 2 17:06:05 1998 Michael Snyder (msnyder@cleaver.cygnus.com)
1032
1033 * tracepoint.c (finish_tfind_command): improved algorithm for
1034 deciding when we've "stepped" into a new stack frame.
1035 (map_args_over_tracepoints): loop over tracepoint list "safely",
1036 since list elements may be deleted during loop.
1037 (read_actions): add actions to history list.
1038
6d0b229c 1039For older changes see ChangeLog-97
bd5635a1
RP
1040\f
1041Local Variables:
1042mode: indented-text
1043left-margin: 8
1044fill-column: 74
1045version-control: never
1046End:
This page took 0.52428 seconds and 4 git commands to generate.