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