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