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