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