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