]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/ChangeLog
Mon Mar 2 17:04:25 1998 Jason Molenda (crash@bugshack.cygnus.com)
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
1 Mon Mar 2 17:04:25 1998 Jason Molenda (crash@bugshack.cygnus.com)
2
3 * Makefile (VERSION): Bump to 4.17.1.
4
5 Mon Mar 2 16:59:15 1998 Jason Molenda (crash@bugshack.cygnus.com)
6
7 * rdi-share/etherdrv.c (sys_errlist): Add correct decl for Linux.
8
9 Mon Mar 2 16:51:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
10
11 * Makefile.in (YYFILES): Remove in maintainer-clean, not distclean.
12
13 Mon Mar 2 16:47:11 1998 Philippe De Muyter <phdm@macqel.be>
14
15 * Makefile.in (distclean): Add `rm $(YYFILES)'.
16
17 Mon Mar 2 16:45:48 1998 Philippe De Muyter <phdm@macqel.be>
18
19 * coffread.c (coff_read_enum_type): Set TYPE_FLAG_UNSIGNED if enum
20 is unsigned.
21
22 Sun Mar 2 15:16:13 1998 Richard Henderson <rth@cygnus.com>
23
24 * configure.host, configure.tgt: Add sparc-linux.
25 * sparc-nat.c: Include <asm/reg.h> not <machine/reg.h> for Linux.
26 * config/sparc/*linux*: New files.
27
28 Mon Mar 2 12:12:41 1998 Anthony Thompson (athompso@cambridge.arm.com)
29
30 * arm-tdep.c (gdb_print_insn_arm): Call print_insn_big_arm
31 if we're big endian; else call print_insn_little_arm.
32
33 Mon Feb 24 11:24:57 1998 Richard Henderson <rth@cygnus.com>
34
35 * Makefile.in (BISON): Don't even pretend to use yacc.
36 (c-exp.tab.o): Use bison -o to use a unique intermediate file.
37 (jv-exp.tab.o, f-exp.tab.o, m2-exp.tab.o): Likewise.
38
39 Tue Feb 24 03:32:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
40
41 * remote-sim.c (gdbsim_fetch_register): Don't abort when the
42 register size is wrong.
43
44 start-sanitize-r5900
45 Tue Feb 24 02:53:41 1998 Andrew Cagney <cagney@b1.cygnus.com>
46
47 * config/mips/tm-r5900.h (REGISTER_VIRTUAL_SIZE,
48 REGISTE_RAW_SIZE): Re-define.
49
50 end-sanitize-r5900
51 Thu Feb 19 16:49:48 1998 John Metzler <jmetzler@cygnus.com>
52
53 * target.c - tracing 64 bit targets crashed long long printfs
54
55 Tue Feb 17 16:36:22 1998 Michael Snyder (msnyder@cleaver.cygnus.com)
56
57 * symfile.c (read_target_int_array): rename read_target_long_array
58 and force the sizeof an ovly_table element to sizeof(long),
59 instead of sizeof(int).
60
61 Tue Feb 17 18:05:05 1998 Frank Ch. Eigler <fche@cygnus.com>
62
63 * remote-mips.c (mips_request): Use unsigned long during parsing
64 returned value from monitor, to prevent accidental sign extension.
65
66 Tue Feb 17 14:28:33 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
67
68 * acconfig.h: FORCE_MMCHECK changed to MMCHECK_FORCE.
69 * configure.in: Ditto.
70 * configure: Regenerated.
71
72 Tue Feb 17 14:07:34 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
73
74 * gdbtypes.c (check_typedef): Do not try to resolve the length of
75 a type which has TYPE_FLAG_TARGET_STUB set, if the target type has
76 set TYPE_FLAG_TARGET_STUB as well.
77
78 Tue Feb 17 14:32:18 1998 Andrew Cagney <cagney@b1.cygnus.com>
79
80 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register):
81 Pass register size to sim_{fetch,store}_register. Check nr of
82 register bytes transfered is correct.
83
84 Mon Feb 16 14:05:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
85
86 * remote-d10v.c (remote_d10v_open): Call push_remote_target
87 instead of open_remote_target.
88
89 * remote.c (remote_xfer_memory): Use REMOTE_TRANSLATE_XFER_ADDRESS
90 to translate addr/size when defined.
91 (open_remote_target): Delete.
92
93 * target.h (open_remote_target): Delete.
94
95 * config/d10v/tm-d10v.h (REMOTE_TRANSLATE_XFER_ADDRESS): Define.
96
97 Mon Feb 16 14:05:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
98
99 * config/d10v/tm-d10v.h (USE_STRUCT_CONVENTION): Define. True when
100 sizeof type > 1.
101
102 Mon Feb 16 14:05:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
103
104 * config/d10v/tm-d10v.h (USE_STRUCT_CONVENTION): Define. True when
105 sizeof type > 1.
106
107 Sun Feb 15 16:10:50 1998 Ron Unrau <runrau@cygnus.com>
108
109 * parse.c (write_dollar_variable): call new function
110 target_map_name_to_register to allow targets to define their own
111 register name aliases.
112 * infcmd.c (registers_info): use target_map_name_to_register so that
113 "print $reg" and "info reg $reg" use the same register name aliases.
114
115 Fri Feb 13 16:40:30 1998 Stan Shebs <shebs@andros.cygnus.com>
116
117 * config/i386/i386mk.mt (OBJFORMATS): Delete, no longer used.
118 * config/i386/xm-i386mk.h: Fix an include.
119 * config/pyr/tm-pyr.h (PC_INNER_THAN): Remove, never used.
120
121 Thu Feb 12 16:12:07 1998 Frank Ch. Eigler <fche@cygnus.com>
122
123 * remote-mips.c (mips_enter_debug): Sleep before sending CR to
124 monitor.
125 (mips_exit_debug): Accept any whitespace / verbiage before monitor
126 prompt reappears.
127
128 Thu Feb 12 18:25:42 1998 Andrew Cagney <cagney@b1.cygnus.com>
129
130 * d10v-tdep.c (show_regs): Avoid use of %llx when printing 8 byte
131 accumulators.
132
133 Thu Feb 12 17:10:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
134
135 * valops.c (value_at): For d10v, make read pointers with
136 read_target_unsigned_integer, keep addresses unsigned.
137 (value_fetch_lazy): Ditto.
138
139 Thu Feb 12 12:14:02 1998 Andrew Cagney <cagney@b1.cygnus.com>
140
141 * remote-d10v.c: New file. Layer the d10v GDB->remote memory map
142 on top of the remote serial memory transfer functions.
143
144 * config/d10v/d10v.mt (TDEPFILES): Add remote-d10v.o
145
146 * Makefile.in (remote-d10v.o): Add dependencies.
147
148 * remote.c (remote_open_1): Add arg extended_p, engage extended
149 protocol when extended_p.
150 (remote_open, extended_remote_open): Pass !extended_p /
151 extended_p to remote_open_1.
152
153 * remote.c (open_remote_target), target.h: New function.
154
155 Wed Feb 11 08:41:15 1998 Andrew Cagney <cagney@b1.cygnus.com>
156
157 * config/i386/fbsd.mh (XDEPFILES): Add ser-tcp.o.
158
159 Tue Feb 10 17:50:37 1998 Keith Seitz <keiths@onions.cygnus.com>
160
161 * tracepoint.c (tracepoint_operation): Call the modify_tracepoint_hook
162 if it exists.
163 Remove static declaration of free_actions.
164
165 * tracepoint.h: Add declaration of free_actions.
166
167 Tue Feb 10 12:17:13 1998 Fred Fish <fnf@cygnus.com>
168
169 * symtab.c (decode_line_1): Revert change that mistakenly
170 removed assignment of sals[0].pc field.
171
172 Mon Feb 10 12:37:47 1998 Philippe De Muyter <phdm@macqel.be>
173
174 * m68k/tm-delta68.h (EXTRACT_RETURN_VALUE): Type argument for
175 `REGISTER_CONVERT_TO_VIRTUAL is `TYPE', not
176 `REGISTER_VIRTUAL_TYPE (FP0_REGNUM)';
177 (STORE_RETURN_VALUE): Ditto, and offset for `write_register_bytes'
178 is `REGISTER_BYTE (FP0_REGNUM)', not `FP0_REGNUM'.
179 (FRAME_NUM_ARGS): New macro.
180 * m68k/tm-news.h (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE): Ditto.
181 * delta68-nat.c (clear_insn_cache): New function, forgotten in previous
182 patch.
183
184 Mon Feb 9 11:10:06 1998 Andrew Cagney <cagney@b1.cygnus.com>
185
186 * d10v-tdep.c: Replace references to IMEM_ADDR and DMEM_ADDR with
187 D10V_MAKE_[DI]ADDR and D10V_CONVERT_[ID]ADDR_TO_RAW macros.
188
189 * config/d10v/tm-d10v.h (IMEM_START): Move to 0x01......
190 (DMEM_START): Move to 0x00......
191 (STACK_START): Move to 0x00..7ffe.
192 (D10V_MAKE_IADDR, D10V_MAKE_DADDR): Translate unconditionally.
193
194 * d10v-tdep.c (d10v_xlate_addr): Delete function.
195
196 Mon Feb 9 15:10:21 1998 Fred Fish <fnf@cygnus.com>
197
198 * symtab.c (fixup_psymbol_section): Move forward declaration to
199 top of file with other such decls. Make it a static function.
200 * symtab.h: Minor formatting tweaks.
201
202 Mon Feb 9 13:14:12 1998 Stan Shebs <shebs@andros.cygnus.com>
203
204 * config/a29k-udi.mt, config/i960/vxworks960.mt (REMOTE_OBS):
205 Remove redefinition.
206 * config/i960/tm-i960.h (BREAKPOINT): Define.
207
208 Mon Feb 9 15:35:38 1998 Ian Lance Taylor <ian@cygnus.com>
209
210 * Makefile.in (init.c): Ignore errors when making init.c. Seems
211 necessary to work around bug in Solaris make.
212
213 Sun Feb 6 02:44:28 1997 Philippe De Muyter <phdm@macqel.be>
214
215 * m68k/tm-delta68.h (CPLUS_MARKER): Macro deleted.
216 (EXTRACT_STRUCT_VALUE_ADDRESS): Macro defined.
217 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE): Macros modified
218 because floating-point values return via %fp0.
219 (CLEAR_INSN_CACHE): New macro.
220 * m68k/tm-m68k.h (REGISTER_CONVERT_TO_VIRTUAL): Macro fixed
221 to use DOUBLEST.
222 (REGISTER_CONVERT_TO_RAW): Ditto.
223 * infptrace.c (child_xfer_memory): If CLEAR_INSN_CACHE is defined,
224 call it after having written in child process's memory.
225 * inflow.c (PROCESS_GROUP_TYPE): Macro defined if HAVE_TERMIO.
226 (gdb_has_a_terminal, terminal_ours_1): Functions fixed for HAVE_TERMIO.
227
228 Fri Feb 6 16:17:30 1998 Jeffrey A Law (law@cygnus.com)
229
230 * config/mips/tm-mips64.h (TARGET_LONG_BIT): Allow final target to
231 override.
232 (TARGET_LONG_LONG_BIT): Likewise.
233 (TARGET_PTR_BIT): Likewise.
234 start-sanitize-r5900
235 * config/mips/tm-r5900.h (TARGET_PTR_BIT): Define to 32 bits.
236 end-sanitize-r5900
237
238 start-sanitize-sky
239 Fri Feb 6 14:33:34 1998 Doug Evans <devans@canuck.cygnus.com>
240
241 * configure.tgt (mips64r5900*-sky-elf*): Replaces txvu-elf.
242 * config/mips/txvu.mt (SIM): txvu -> mips.
243
244 end-sanitize-sky
245 Fri Feb 6 17:42:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
246
247 * config/d10v/tm-d10v.h (D10V_CONVERT_IADDR_TO_RAW,
248 D10V_CONVERT_DADDR_TO_RAW): Define.
249
250 * d10v-tdep.c (d10v_push_arguments): Re-write. Pass arguments in
251 registers, regardless of their size, when they fit.
252
253 Thu Feb 5 13:16:36 1998 Andrew Cagney <cagney@b1.cygnus.com>
254
255 * d10v-tdep.c (d10v_extract_return_value): For function pointers
256 translate address to IMAP area.
257
258 * config/d10v/tm-d10v.h (EXTRA_FRAME_INFO): Delete dummy from
259 struct.
260 (POP_FRAME): Point at generic_pop_current_frame.
261
262 * d10v-tdep.c (d10v_pop_frame): Delete code handling dummy frames,
263 handled earlier.
264 (d10v_push_return_address): New function.
265 (d10v_pop_dummy_frame): Delete.
266 (d10v_fix_call_dummy): Delete.
267 (d10v_call_dummy_address): Delete.
268
269 * d10v-tdep.c (d10v_init_extra_frame_info): Clear dummy and
270 frameless.
271
272 * d10v-tdep.c (d10v_push_arguments): Keep stack word aligned.
273
274 * config/d10v/tm-d10v.h (EXTRACT_STRUCT_VALUE_ADDRESS): Extract
275 address of structure from first ARG1_REGNUM.
276
277 * d10v-tdep.c (d10v_push_arguments): Force 4 byte args into
278 even-odd register pair. Store 1 and 2 byte args in registers.
279
280 * valops.c (value_fetch_lazy): Ensure that a D10V function pointer
281 is fetched in the correct byte order.
282 (value_at): Ditto. Also ensure data pointers are mapped to data
283 segment.
284
285 * config/d10v/tm-d10v.h (D10V_DADDR_P, D10V_IADDR_P):
286
287 * d10v-tdep.c: Replace 2 with REGISTER_RAW_SIZE.
288 (d10v_pop_frame): Replace R13 with LR_REGNUM.
289 (d10v_push_arguments): Replace R2 with ARG1_REGNUM.
290 (d10v_push_arguments): Replace 6 with ARGN_REGNUM.
291 (d10v_extract_return_value): Access return value with RET1_REGNUM.
292
293 * config/d10v/tm-d10v.h (ARG1_REGNUM, ARGN_REGNUM, RET1_REGNUM):
294 Define.
295 (STORE_RETURN_VALUE): Specify return register using RET1_REGNUM.
296 (STORE_STRUCT_RETURN): Specify ARG1_REGNUM as the struct ptr
297 location.
298
299 Thu Feb 5 13:16:36 1998 Andrew Cagney <cagney@b1.cygnus.com>
300
301 * blockframe.c (generic_pop_dummy_frame): Flush the frame, no
302 longer valid.
303
304 * blockframe.c (generic_pop_current_frame), frames.h: New
305 function.
306
307 Thu Feb 5 17:18:16 1998 Andrew Cagney <cagney@b1.cygnus.com>
308
309 * remote-sim.c (gdbsim_create_inferior): clear_proceed_status
310 before /re/starting the simulator.
311
312 Thu Feb 5 15:55:31 1998 C. M. Heard (heard@vvnet.com)
313
314 * top.c (do_nothing): Remove signal handler after signal is caught.
315
316 Thu Feb 5 11:57:06 1998 Michael Snyder (msnyder@cleaver.cygnus.com)
317
318 * tracepoint.c (tracepoint_operation): call free_actions instead
319 of free. (free_actions): eliminate some memory leaks for actions.
320 (validate_actionline): pass string arg by reference, so we can
321 change the pointer. Change all memrange collection arguments to
322 canonical form (literal address and size), to enforce early
323 evaluation. Accept UNOP_MEMVAL (assembly variables) for
324 trace collection. (parse_and_eval_memrange): accept expressions
325 for the address and size fields of a memrange (and evaluate
326 them immediately). (several places): use -1 instead of zero
327 to distinguish an absolute memrange from a register-relative one.
328 (encode_actions): add handling for UNOP_MEMVAL (assembly variable).
329
330 Wed Feb 4 17:40:21 1998 Jason Molenda (crash@bugshack.cygnus.com)
331
332 * Makefile.in (SFILES): add tracepoint.c.
333 (LINTFILES): add @CONFIG_SRCS@.
334 (SOURCES): Ditto.
335 * configure.in (CONFIG_SRCS): Mirror use of CONFIG_OBS.
336 * configure: Regenerated.
337
338 Tue Feb 3 16:12:32 1998 Gordon W. Ross (gwr@mc.com)
339
340 * infptrace.c (child_resume): Don't try to step if
341 NO_SINGLE_STEP is defined.
342
343 Mon Feb 2 19:06:13 1998 Jason Molenda (crash@bugshack.cygnus.com)
344
345 * Makefile.in (VERSION): Bump to 4.16.2.
346
347 Mon Feb 2 17:18:25 1998 Richard Henderson <rth@cygnus.com>
348
349 * alpha-nat.c (fetch_aout_core_registers): Rename from
350 fetch_core_registers.
351 (fetch_elf_core_registers): New function.
352 (supply_gregset): Use ALPHA_REGSET_BASE.
353 (supply_fpregset): Likewise.
354 (fill_fpregset): Likewise.
355 (alpha_aout_core_fns): Rename from alpha_core_fns.
356 (alpha_elf_core_fns): New.
357 * config/alpha/alpha-linux.mh (NATDEPFILES): solib.o not osfsolib.o.
358 Disable MMALLOC.
359 * config/alpha/nm-linux.h (SVR4_SHARED_LIBS): Define if ELF.
360 (TARGET_ELF64): Likewise.
361 (ALPHA_REGSET_BASE): New.
362 * config/alpha/nm-osf.h (ALPHA_REGSET_BASE): New.
363 * config/alpha/tm-alphalinux.h: Include tm-sysv4.h.
364
365 * solib.c (elf_locate_base): Add TARGET_ELF64 support.
366 (info_sharedlibary_command): Likewise.
367
368 * configure.host: Match alpha*.
369 * configure.tgt: Likewise.
370
371 Fri Jan 30 15:11:38 1998 David Taylor <taylor@texas.cygnus.com>
372
373 Changes by <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
374 * infrun.c (IN_SOLIB_DYNSYM_RESOLVE_CODE): new macro for detecting
375 whether we are in the dynamic symbol resolution code
376 (wait_for_inferior): invoke it.
377 * solib.c (in_svr4_dynsym_resolve_code): new function
378 (enable_break): record start and end of the dynamic linker
379 text and plt sections for use in in_svr4_dynsym_resolve_code.
380 * solib.h (IN_SOLIB_DYNSYM_RESOLVE_CODE): add svr4 definition;
381 (in_svr4_dynsym_resolve_code): declare it.
382 * config/nm-gnu.h (solib.h): move inclusion to after definition
383 of SVR4_SHARED_LIBS.
384 * config/nm-sysv4.h (solib.h): ditto.
385 * config/i386/nm-i386sco5.h (solib.h): ditto.
386 * config/i386/nm-linux.h (solib.h): ditto.
387 * config/mips/nm-irix5.h (IN_SOLIB_DYNSYM_RESOLVE_CODE): undefine.
388
389 Thu Jan 29 19:39:31 1998 Stan Shebs <shebs@andros.cygnus.com>
390
391 * coffread.c (coff_symtab_read) [SEM]: Remove code, macro can
392 never be defined.
393 * dbxread.c (process_one_symbol) [BLOCK_ADDRESS_ABSOLUTE]:
394 Remove, no longer needed.
395 * hppa-tdep.c (N_SET_MAGIC): Remove, no longer used.
396 * config/pa/xm-hppab.h (SEEK_SET, SEEK_CUR, SEEK_END): Ditto.
397 * config/mips/tm-mipsm3.h (NUMERIC_REG_NAMES): Ditto.
398 * config/mips/mipsm3.mt (TDEPFILES): Remove mipsread.o.
399
400 Wed Jan 28 14:46:52 1998 Stan Shebs <shebs@andros.cygnus.com>
401
402 Suggested by Chris Walter <walter@budoe.bu.edu>:
403 * dwarfread.c (set_cu_language): Recognize Fortran.
404 * dwarf2read.c (set_cu_language): Ditto.
405 (read_array_type): Fix language test.
406
407 Wed Jan 28 12:51:08 1998 Michael Snyder (msnyder@cleaver.cygnus.com)
408
409 * blockframe.c (generic_frame_chain_valid): A frame pointer may
410 be valid if it is equal to the frame pointer of its caller (ie.
411 not necessarily strictly INNER_THAN). Allows frameless functions.
412
413 Wed Jan 28 11:23:25 1998 Mark Alexander <marka@cygnus.com>
414
415 * monitor.c (monitor_vsprintf): New function to handle
416 printing of large addresses using %A format specifier.
417 (monitor_printf_noecho, monitor_printf): Use monitor_vsprintf
418 instead of vsprintf.
419 * dve3900-rom.c (_initialize_r3900_rom): Use %A instead of %Lx
420 to print addresses.
421
422 Tue Jan 27 16:14:23 1998 Jason Molenda (crash@bugshack.cygnus.com)
423
424 * configure.in (CONFIG_LDFLAGS): Only add -export-dynamic
425 when using GNU ld.
426
427 Mon Jan 26 19:07:46 1998 Jason Molenda (crash@bugshack.cygnus.com)
428
429 * config/alpha/tm-alphalinux.h (alpha_linux_sigtramp_offset):
430 Add closing parenthesis. From HJ Lu.
431
432 Mon Jan 26 17:54:45 1998 Mark Alexander <marka@cygnus.com>
433
434 * dve3900-rom.c: Improve performance by using memory commands
435 that print less fluff. Minor cosmetic changes.
436 Eliminate compiler warnings.
437
438 Sat Jan 24 23:44:43 1998 Martin M. Hunt <hunt@cygnus.com>
439
440 * breakpoint.c (enable_breakpoint): Preserve breakpoint
441 disposition when enabling a breakpoint.
442
443 * symtab.c (find_pc_sect_line): If no symbol information
444 is found, return correct pc anyway.
445
446 Fri Jan 23 17:26:22 1998 Stan Shebs <shebs@andros.cygnus.com>
447
448 * configure.host (i[3456]86-*-osf1mk*, mips-*-mach3*,
449 ns32k-*-mach3*): Fix file names.
450 (i[3456]86-*-os9k, m88*-*-mach3*, w65-*-*): Remove config
451 recognition, no source files for these.
452 * configure.tgt (powerpc-*-aix4*): Remove config, now identical
453 to powerpc-*-aix*.
454 * config/powerpc/{aix4.mh,aix4.mt,tm-ppc-aix4.h}: Remove files,
455 no longer needed.
456
457 Fri Jan 23 16:49:41 1998 Mark Alexander <marka@cygnus.com>
458
459 * monitor.c (monitor_write, monitor_readchar): New functions.
460 * monitor.h (monitor_write, monitor_readchar): Declare.
461 * dve3900-rom.c: Add support for fast loading on ethernet connections.
462
463 Fri Jan 23 07:47:06 1998 Fred Fish <fnf@cygnus.com>
464
465 * config/d10v/tm-d10v.h (CALL_DUMMY): Define as "{ 0 }".
466 (TARGET_READ_FP): Define to d10v_read_fp rather than d10v_read_sp.
467 (TARGET_WRITE_FP): Define to d10v_write_fp rather than d10v_write_sp.
468 (d10v_write_fp, d10v_read_fp): Add prototypes.
469 * symtab.c (decode_line_1): Remove assignment of sals[0].pc field.
470 * symfile.c (simple_overlay_update, simple_overlay_update_1):
471 Ignore the size of overlay sections. This check is redundant anyway.
472 * printcmd.c (print_frame_args): Ditto.
473 * valops.c (value_fetch_lazy): Ditto.
474 * values.c (unpack_long): Ditto.
475 * d10v-tdep.c (d10v_frame_chain, d10v_frame_find_saved_regs,
476 d10v_init_extra_frame_info): Fix some minor bugs so the finish command
477 works properly.
478 (show_regs): Change num1 and num2 types from "long long" to "LONGEST".
479 (d10v_read_fp, d10v_write_fp): New functions.
480 (d10v_push_arguments): Remove unneeded assigns to "val" and "contents".
481 (d10v_push_arguments): Fix for pointers and structs.
482 (d10v_extract_return_value): Fix for pointers and chars.
483
484 Tue Jan 20 18:53:18 1998 Stan Shebs <shebs@andros.cygnus.com>
485
486 * configure.tgt (i386-*-mach*, m88*-*-mach3*): Remove config
487 recognition, no source files for these (note that the i386 Mach
488 config is for pre-Mach 3).
489 (mips*-*-mach3*, ns32k-*-mach3*): Fix file names.
490 * config/mips/mipsel64.mt: Remove, never referenced.
491
492 Mon Jan 19 14:01:28 1998 Stan Shebs <shebs@andros.cygnus.com>
493
494 * top.c (print_gdb_version): Restore to original message.
495
496 Mon Jan 19 13:34:40 1998 Ian Lance Taylor <ian@cygnus.com>
497
498 From cgf@bbc.com (Chris Faylor):
499 * win32-nat.c (child_mourn_inferior): Call ContinueDebugEvent to
500 let the child exit.
501 (child_kill_inferior): Respond to all debug events as the child is
502 terminating.
503
504 * Makefile.in (all): Change gdb dependency to gdb$(EXEEXT).
505 (uninstall): Add $(EXEEXT) to file name to remove.
506 (gdb$(EXEEXT)): Rename target from plain gdb.
507 (gdb1$(EXEEXT)): Rename target from plain gdb1.
508 (clean, mostlyclean): Add $(EXEEXT) to binary names to remove.
509
510 1998-01-16 Felix Lee <flee@cygnus.com>
511
512 * top.c (print_gdb_version): delete stutter.
513
514 Thu Jan 15 12:29:13 1998 Nick Clifton <nickc@cygnus.com>
515
516 * remote-rdi.c (arm_rdi_open): Patch from Tony.Thompson@arm.com
517 to prevent spurous error messages on non-ICE targets.
518
519 start-sanitize-vr4111
520 Thu Jan 15 09:28:52 1998 Gavin Koch <gavin@cygnus.com>
521
522 * configure.tgt: Create the vr4111 as a copy of the vr4100.
523
524 end-sanitize-vr4111
525 Wed Jan 14 19:27:02 1998 Stan Shebs <shebs@andros.cygnus.com>
526
527 * config/mips/{r3900.mt,r3900l.mt,tm-r3900.h,tm-r3900l.h}:
528 Remove, no longer used.
529
530 start-sanitize-d30v
531 Wed Jan 14 18:11:26 1998 Michael Meissner <meissner@cygnus.com>
532
533 Patch from Jim Wilson.
534 * d30v-tdep.c (d30v_frame_find_saved_regs_offsets): Properly
535 declare void function before use.
536
537 * config/d30v/tm-d30v.h (CALL_DUMMY): Initialize as { 0 }, not {}.
538
539 end-sanitize-d30v
540 Tue Jan 13 16:38:48 1998 Fred Fish <fnf@cygnus.com>
541
542 * configure.in (--with-mmalloc): Add new configure arg to use the
543 mmalloc package. Default is to not use it.
544 (START_INFERIOR_TRAPS_EXPECTED): Define to the integer 2, not
545 the string "2".
546 * acconfig.h (USE_MMALLOC, FORCE_MMCHECK): Add #undef.
547 * configure: Regenerated.
548 * config.in: Regenerated.
549 * Makefile.in (MMALLOC_DIR, MMALLOC_SRC): Remove.
550 (MMALLOC): Set using configure.
551 (MMALLOC_CFLAGS): Set using configure.
552
553 * config/i386/tm-linux.h (sys_quotactl): Define to 1 rather
554 than just defining it.
555 * mpw-make.sed: Undefine USE_MMALLOC rather than defining NO_MMALLOC.
556 * utils.c (NO_MMALLOC): Use USE_MMALLOC instead.
557 * objfiles.c: ditto.
558 * defs.h: ditto.
559
560 * config/sparc/sun4os4.mh (MMALLOC_CFLAGS): Remove.
561 * config/m68k/sun3os4.mh (MMALLOC_CFLAGS): Remove.
562 * config/i386/cygwin32.mh (MMALLOC_CFLAGS): Remove.
563 * config/alpha/alpha-osf3.mh (MMALLOC_CFLAGS): Remove.
564 * config/alpha/alpha-osf2.mh (MMALLOC_CFLAGS): Remove.
565 * gdbserver/Makefile.in (MMALLOC_*): Remove.
566 * config/rs6000/rs6000.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
567 * config/rs6000/aix4.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
568 * config/powerpc/aix4.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
569 * config/powerpc/aix.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
570 * config/ns32k/ns32km3.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
571 * config/mips/mipsm3.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
572 * config/mips/decstation.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
573 * config/m88k/cxux.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
574 * config/i386/xm-windows.h (NO_MMALLOC, NO_MMCHECK): Remove.
575 * config/i386/i386mk.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
576 * config/i386/i386m3.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
577 * config/i386/i386gnu.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
578 * config/alpha/alpha-osf1.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
579 * config/alpha/alpha-linux.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
580
581 Mon Jan 12 11:46:51 1998 Michael Snyder (msnyder@cleaver.cygnus.com)
582
583 * config/m68k/tm-m68k.h (REGISTER_VIRTUAL_TYPE): make A0 thru A7
584 default to void pointer type (so that their default radix is hex).
585
586 * symtab.c: move rbreak_command from no_class to class_breakpoint
587 so it will be listed under "help breakpoints".
588
589 Sat Jan 10 14:58:04 1998 Stan Shebs <shebs@andros.cygnus.com>
590
591 * rdi-share/hostchan.c: Remove gettimeofday declaration.
592
593 Thu Jan 8 11:03:59 1998 Nick Clifton <nickc@cygnus.com>
594
595 * remote-rdp.c: Applied patches submitted by Tony.Thompson@arm.com
596 to implement the Angel remote debugging interface.
597
598 * Makefile.in: Add build rules for remote-rdi.c and
599 rdi-share/libangsd.a.
600
601 * configure.tgt: Updated from source on branch.
602 * config/arm/tm-arm.h: Updated from source on branch.
603 * arm-tdep.c: Updated from source on branch.
604
605 * rdi-share: New directory, RDI library contributed by ARM.
606
607 Mon Jan 5 20:21:59 1998 Mark Alexander <marka@cygnus.com>
608
609 * monitor.h (MO_PRINT_PROGRAM_OUTPUT): Define.
610 * monitor.c (monitor_wait): Echo program output.
611 * dve3900-rom.c (_initialize_r3900_rom): Remove MO_HANDLE_NL flag,
612 add MO_PRINT_PROGRAM_OUTPUT flag.
613
614 Mon Jan 5 18:21:11 1998 David Taylor <taylor@texas.cygnus.com>
615
616 * top.h (HAVE_SIGSETJMP): define SIGJMP_BUF, SIGSETJMP, and
617 SIGLONGJMP appropriately based on whether HAVE_SIGSETJMP is
618 defined.
619 * top.c (return_to_top_level, catch_errors): use the new macros
620 * main.c (SET_TOP_LEVEL): ditto.
621 * config/xm-sysv4.h (HAVE_SIGSETJMP): Define.
622
623 Fri Jan 2 18:48:58 1998 Mark Alexander <marka@cygnus.com>
624
625 * configure.in: Double up brackets in shell case pattern.
626
627 Fri Jan 2 17:06:05 1998 Michael Snyder (msnyder@cleaver.cygnus.com)
628
629 * tracepoint.c (finish_tfind_command): improved algorithm for
630 deciding when we've "stepped" into a new stack frame.
631 (map_args_over_tracepoints): loop over tracepoint list "safely",
632 since list elements may be deleted during loop.
633 (read_actions): add actions to history list.
634
635 For older changes see ChangeLog-97
636 \f
637 Local Variables:
638 mode: indented-text
639 left-margin: 8
640 fill-column: 74
641 version-control: never
642 End: