fix typo introduced in previous delta
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
27bae383
KB
12002-07-22 Kevin Buettner <kevinb@redhat.com>
2
3 * aix-thread.c (language.h): Include.
4 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
5 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
6 Print newlines at end of debug messages.
7 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
8 (pdc_write_data): Use local_hex_string() instead of %llx formats.
9
102002-07-22 Kevin Buettner <kevinb@redhat.com>
11
12 * aix-thread.c (ppc-tdep.h): Include.
13 (special_register_p): New function.
14 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
15 (store_regs_user_thread): Use register number information from
16 gdbarch_tdep struct instead of hardcoded offsets relative to
17 FIRST_UISA_SP_REGNUM.
18 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
19 special_register_p() instead of using FPLAST_REGNUM and
20 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
21 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
22 will be MQ's register number.
23
242002-07-22 Michael Snyder <msnyder@redhat.com>
206d3d3c
KB
25
26 * aix-thread.c (ops): Rename to aix_thread_ops.
27 (base_ops): Rename to base_target.
28 (ops_attach): Rename to aix_thread_attach.
29 (ops_detach): Rename to aix_thread_detach.
30 (ops_resume): Rename to aix_thread_detach.
31 (ops_wait): Rename to aix_thread_wait.
32 (ops_kill): Rename to aix_thread_kill.
33 (init_ops): Rename to init_aix_thread_ops.
34 (ops_fetch_register): Rename to aix_thread_fetch_register.
35 (ops_store_register): Rename to aix_thread_store_register.
36 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
37 (ops_thread_alive): Rename to aix_thread_thread_alive.
38 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
39 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
40 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
41 (fetch_regs_lib): Rename to fetch_regs_user_thread.
42 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
43 (store_regs_lib): Rename to store_regs_user_thread.
44 (store_regs_kern): Rename to store_regs_kernel_thread.
45
27bae383 462002-07-22 Michael Snyder <msnyder@redhat.com>
cbe92db4
KB
47
48 * aix-thread.c (ops_prepare_to_store): Eliminate.
49 (init_ops): Don't initialize ops.prepare_to_store.
50 (store_regs_kern): Pre-fetch register buffers from child,
51 because some registers may not be in the cache. Copy
52 regs from register cache only if they are cached.
53 (store_regs_lib): Copy regs from register cache only
54 if they are cached.
55 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
56 fill_gprs64): Ditto.
57
61c5da0b
KB
582002-07-22 Kevin Buettner <kevinb@redhat.com>
59
60 * aix-thread.c (gdb_assert.h): Include.
61 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
62 register sizes (from register cache) match size of buffer holding
63 register data.
64 (fill_sprs32): Change parameter types to match those in the ptrace()
65 buffer.
66 (store_regs_lib): Likewise, but for 32-bit temporary variables.
67 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
68
692002-07-22 Michael Snyder <msnyder@redhat.com>
70
71 * aix-thread.c (supply_sprs64): Cosmetic change.
72 (supply_sprs32): Cosmetic change.
73 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
74 (fill_sprs64): Use regcache_collect instead of read_register.
75 (store_regs_lib): Use regcache_collect instead of
76 read_register. Use fill_sprs32 instead of fill_sprs64,
77 if debugging a 32-bit architecture.
78 (store_regs_kern): Use fill_gprs64 etc. to pull the values
79 out of the register cache, instead of passing a pointer into
80 the register cache directly to ptrace. Use regcache_collect
81 insteaad of read_register.
82 (ops_prepare_to_store): Use target_read_registers instead
83 of read_register_bytes.
84
36479eb1
AS
852002-07-20 Aidan Skinner <aidan@velvet.net>
86
87 * MAINTAINERS: Add self under write after approval.
88
80ae6ee2
AS
892002-07-20 Aidan Skinner <aidan@velvet.net>
90
91 * ada-tasks.c: Change k&r style function definitions to prototyped
92 form.
93
8a8ab2b9
AC
942002-07-19 Andrew Cagney <ac131313@redhat.com>
95
96 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
97 * x86-64-tdep.c: Include "objfiles.h".
98 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
99 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
100
fb16b900
ML
1012002-07-17 Michal Ludvig <michal@suse.cz>
102
103 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
104 (update_context): Initialise cfa variable.
105
0fe7bf7b
MS
1062002-07-17 Michael Snyder <msnyder@redhat.com>
107
108 * aix-thread.c: Shorten some long lines.
109 Bring comments into line with code spec.
110
488f131b
JB
1112002-07-18 Joel Brobecker <brobecker@gnat.com>
112
113 * infrun.c: Re-indent using gdb_indent.sh.
114
46c415d2
JB
1152002-07-18 Joel Brobecker <brobecker@gnat.com>
116
117 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
118 Leave the indentation temporarily untouched, to minimize the diffs.
119
cdecafbe
EZ
1202002-07-18 Elena Zannoni <ezannoni@redhat.com>
121
122 * stabsread.c: Make os9k sections of the code obsolete,
123 for real this time.
124 * stabsread.h: Make os9k sections of the code obsolete.
125
7b6aa020
ML
1262002-07-18 Michal Ludvig <mludvig@suse.cz>
127
09ec9b38
ML
128 * linux-low.c (regsets_store_inferior_registers): Add free()
129 at the end of a loop to prevent memory leak.
130 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
131 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
7b6aa020
ML
132 * config/sparc/tm-sp64linux.h: Make the rest of #endif
133 line a comment.
4894ac5d 134 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
7b6aa020 135
233282cd
JB
1362002-07-17 Jim Blandy <jimb@redhat.com>
137
138 * macrocmd.c (info_macro_command): Remove newline from error
139 message.
140
7b6aa020 1412002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
2f14585c
JR
142
143 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
144 (sh_gdbarch_init): Use it for sh-dsp.
145
f7ef9339
KB
1462002-07-16 Kevin Buettner <kevinb@redhat.com>
147
148 * dwarf2read.c (read_initial_length): Handle older, non-standard,
149 64-bit DWARF2 format.
150
8dd72958
JB
1512002-07-16 Joel Brobecker <brobecker@gnat.com>
152
153 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
154 <sys/proc.h> when not available.
155
a99a9e1b
AC
1562002-07-16 Andrew Cagney <ac131313@redhat.com>
157
158 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
159 * stabsread.c: Make os9k sections of the code obsolete.
160 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
161 * config/i386/i386os9k.mt: Make file obsolete.
162 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
163 (COMMON_OBS): Remove os9kread.o
164 (SFILES): Remove os9kread.c.
165 (os9kread.o, remote-os9k.o): Make target obsolete.
166 * remote-os9k.c: Make file obsolete.
167 * os9kread.c: Make file obsolete.
168 * Makefile.in
169
7a3085c1
AC
1702002-07-16 Andrew Cagney <ac131313@redhat.com>
171
172 * NEWS: Mention that the FR30 has been made obsolete.
173 * fr30-tdep.c: Make file obsolete.
174 * config/fr30/tm-fr30.h: Ditto.
175 * config/fr30/fr30.mt: Ditto.
176 * configure.tgt: Make fr30-*-elf obsolete.
177 * MAINTAINERS: Make fr30-elf obsolete.
178
28a93f5a
PM
1792002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
180
181 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
182 found is not inside a section.
183
be006b8b
KB
1842002-07-15 Kevin Buettner <kevinb@redhat.com>
185
186 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
187 strerror().
188 (pdc_realloc): Use xrealloc() instead of realloc().
189
14fa3751
KB
1902002-07-15 Kevin Buettner <kevinb@redhat.com>
191
192 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
193 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
194 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
195 macros.
196
42cc437f
KB
1972002-07-15 Kevin Buettner <kevinb@redhat.com>
198
199 * aix-thread.c (ptrace_check): Eliminate goto.
200 (sync_threadlists): Eliminate gotos. Also, fix array overrun
201 problem.
202
8e2c28d4
KB
2032002-07-15 Kevin Buettner <kevinb@redhat.com>
204
205 * aix-thread.c (gdbcmd.h): Include.
206 (DEBUG, DBG, DBG2, dbg): Eliminate.
207 (debug_aix_thread): New static global.
208 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
209 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
210 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
211 invocations to DBG and DBG2 macros to test against
212 ``debug_aix_thread'' and call fprintf_unfiltered().
213 (_initialize_aix_thread): Add new command "set debug aix-thread".
214
30413464
AC
2152002-07-15 Andrew Cagney <ac131313@redhat.com>
216
217 From Gerhard Tonn <TON@de.ibm.com>:
218 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
219 instead of supply_register.
220
7c43edc1
AC
2212002-07-15 Andrew Cagney <ac131313@redhat.com>
222
223 * dwarf2cfi.c: Include "gdb_assert.h".
224 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
225 non-NULL.
226 (update_context): Do not use __func__. Add missing ``break''.
227 (update_context): Do not use __func__.
228
9364a0ef
EZ
2292002-07-15 Elena Zannoni <ezannoni@redhat.com>
230
231 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
232 and its setting. Set gdbarch instruction printing functions
233 directly. For non-rs6000 case use new function
234 gdb_print_insn_powerpc.
235 (gdb_print_insn_powerpc): New function.
236
3fbeef0b
AC
2372002-07-13 Andrew Cagney <ac131313@redhat.com>
238
92eb23c5 239 * NEWS: Mention that the d30v has been marked obsolete.
3fbeef0b
AC
240 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
241 * configure.tgt: Mark d30v-*-* as obsolete.
242 * d30v-tdep.c: Mark file as obsolete.
243 * config/d30v/d30v.mt: Ditto.
244 * config/d30v/tm-d30v.h: Ditto.
245
80ae6ee2 246>>>>>>> 1.2930
aacb1f0a
AS
2472002-07-13 Aidan Skinner <aidan@velvet.net>
248
249 * ada-tasks.c (add_task_entry): replace calls to
250 malloc() with xmalloc
251 * ada-tasks.c (init_task_list): replace calls to free with xfree()
252
253 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
254 ada_finish_decode_line_1, all_sals_for_line
255 ada_breakpoint_rewrite): replace calls to free() with xfree()
256
c11d79f2
KB
2572002-07-12 Kevin Buettner <kevinb@redhat.com>
258
259 From Nicholas Duffek (with minor changes by Martin Hunt,
260 Louis Hamilton, and Kevin Buettner):
261 * aix-thread.c: New file.
262
8e19ed76
PS
2632002-07-12 Petr Sorfa <petrs@caldera.com>
264
265 * dwarf2read.c (dwarf2_invalid_attrib_class): New
266 complaint for invalid attribute class or form.
267 (read_func_scope): DW_AT_frame_base
268 better handling of DW_AT_block*.
269 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
270 better handling of DW_AT_block*.
271 (read_common_block): DW_AT_location
272 better handling of DW_AT_block*.
273 (read_partial_die): DW_AT_location better handling
274 of DW_AT_block*.
275 (new_symbol): DW_AT_external better handling of
276 DW_AT_block*. Proper initialization of variable
277 "addr".
278 (attr_form_is_block): New function that returns true
279 if the attribute's form is of DW_FORM_block*.
280
295401f7
DJ
2812002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
282
283 * valops.c (find_method_list): Remove comment about
284 removed STATIC_MEMFUNCP argument.
285 (value_find_oload_method_list): Likewise.
286
e42dc924
KB
2872002-07-12 Kevin Buettner <kevinb@redhat.com>
288
289 From Nicholas Duffek:
290 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
291 target_new_objfile_hook.
292
6904b546
KB
2932002-07-12 Kevin Buettner <kevinb@redhat.com>
294
295 From Nicholas Duffek:
296 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
297 csect.
298
53fe9346
AC
2992002-07-12 Andrew Cagney <cagney@redhat.com>
300
301 * MAINTAINERS: Mention --enable-sim-build-warnings.
302 (m68hc11-elf): Disable sim build warnings.
303 (m32r-elf): Mark as broken obsolete candidate.
304 (x86_64-linux-gnu): Mark as buildable with -Werror.
305 (arm-elf): Change -w to ``,'' which enables warnings but not
306 -Werror.
307
af5f3db6
AC
3082002-07-12 Andrew Cagney <ac131313@redhat.com>
309
310 * bcache.h: Update copyright.
311 (struct bstring, struct bcache): Move definition to "bcache.c".
312 Replaced by opaque declaration.
313 (bcache_xfree): Replace free_bcache.
314 (bcache_xmalloc, bcache_memory_used): Declare.
315
316 * bcache.c: Update copyright.
317 (struct bstring, struct bcache): Moved to here from "bcache.h".
318 Update comments.
319 (bcache_xmalloc, bcache_memory_used): New functions.
320 (bcache_xfree): Replace function free_bcache.
321
322 * Makefile.in (objfiles.o): Add $(bcache_h).
323 (objfiles_h): Remove $(bcache_h).
324 (symfile.o): Add $(bcache_h).
325
326 * symmisc.c: Update copyright.
327 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
328 (print_objfile_statistics): Use bcache_memory_used.
329
330 * symfile.c: Include "bcache.h".
331 (reread_symbols): Use bcache_xfree.
332 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
333 (add_psymbol_to_list): Pass psymbol_cache by value.
334 (add_psymbol_with_dem_name_to_list): Ditto.
335
336 * objfiles.h: Update copyright.
337 (struct bcache): Declare opaque. Do not include "bcache.h".
338 (struct objfile): Change psymbol_cache and macro_cache to ``struct
339 bcache'' pointers.
340 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
341
342 * objfiles.c: Include "bcache.h". Update copyright.
343 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
344 macro_cache.
345 (free_objfile): Use bcache_xfree.
346
444199e7
GS
3472002-07-11 Grace Sainsbury <graces@redhat.com>
348
349 * monitor.c (monitor_fetch_register): Make name a constant.
350 (monitor_store_register): Same.
351
261397f8
DJ
3522002-07-11 Daniel Jacobowitz <drow@mvista.com>
353
354 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
355 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
356 (finish_block) For non-function blocks, hash the symbol table. For
357 function blocks, mark the symbol table as unhashed.
358 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
359 (msymbol_hash_iw): Likewise.
360 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
361 value.
362 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
363 (lookup_minimal_symbol): Likewise for both.
364 * symtab.h (struct block): Add `hashtable' flag. Comment the
365 hashtable.
366 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
367 (ALL_BLOCK_SYMBOLS): Update.
368 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
369 (struct symbol): Add `hash_next' pointer.
370 * symtab.c (lookup_block_symbol): Search using the hash table when
371 possible.
372 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
373 (search_symbols, find_addr_symbol): Likewise.
374
375 * dstread.c (process_dst_block): Clear hashtable bit for new block.
376 (read_dst_symtab): Likewise.
377 * jv-lang.c (get_java_class_symtab): Likewise.
378 * mdebugread.c: Include "gdb_assert.h".
379 (shrink_block): Assert that the block being modified is not hashed.
380 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
381 * symmisc.c (free_symtab_block): Walk the hash table when freeing
382 symbols.
383 (dump_symtab): Recognize hashed blocks.
384 * printcmd.c (print_frame_args): Assert that function blocks do not
385 have hashed symbol tables.
386 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
387 (fill_in_ada_prototype, debug_print_block): Likewise.
388 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
389
6f0eaa01
CV
3902002-07-11 Corinna Vinschen <vinschen@redhat.com>
391
392 * stack.c (print_frame): Use result of frame_address_in_block()
393 instead of fi->pc when evaluating symbols.
394 (backtrace_command_1): Ditto.
395
a208b0cb
AC
3962002-07-11 Andrew Cagney <cagney@redhat.com>
397
398 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
399 Make static.
400
401 * arm-tdep.c (arm_register_name): Make return type constant.
402
a6b6b089
AC
4032002-07-10 Andrew Cagney <ac131313@redhat.com>
404
5ae5f592
AC
405 * win32-nat.c (has_detach_ability): Convert to strict ISO C
406 prototype.
407 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
408 * s390-tdep.c (s390_fp_regnum): Ditto.
409 (s390_read_fp): Ditto.
410 (s390_pop_frame): Ditto.
411 (_initialize_s390_tdep): Ditto.
412 * remote.c (get_remote_state): Ditto.
413 * procfs.c (mappingflags): Ditto.
414 * memattr.c (_initialize_mem): Ditto.
415 * mcore-tdep.c (mcore_pop_frame): Ditto.
416 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
417 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
418 * language.c (set_case_str): Ditto.
419 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
420 * frv-tdep.c (new_variant): Ditto.
421 (frv_stopped_data_address): Ditto.
422 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
423 (context_alloc): Ditto.
424 (frame_state_alloc): Ditto.
425 (unwind_tmp_obstack_init): Ditto.
426 (unwind_tmp_obstack_free): Ditto.
427 (cfi_read_fp): Ditto.
428 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
429 (cris_pop_frame): Ditto.
430 * c-lang.c (scanning_macro_expansion): Ditto.
431 (finished_macro_expansion): Ditto.
432 (c_preprocess_and_parse): Ditto.
433 * gdbarch.sh: Ditto.
434 * gdbarch.h, gdbarch.c: Regenerate.
435 * config/mn10200/tm-mn10200.h: Adjust indentation.
436 * target.c: Adjust indentation.
437 * symtab.h: Adjust indentation.
438 * stabsread.h: Adjust indentation.
439 * remote-es.c: Adjust indentation.
440 * os9kread.c: Adjust indentation.
441
4422002-07-10 Andrew Cagney <ac131313@redhat.com>
443
a6b6b089
AC
444 * wince.c (_initialize_wince): Rename _initialize_inftarg.
445 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
446
a1789893
GS
4472002-07-10 Grace Sainsbury <graces@redhat.com>
448
449 * NEWS: Mention m68k, mcore multi-arching.
450 * MAINTAINERS: Change status of m68k, mcore to reflect
451 multi-arching.
452
02f0d45d
DJ
4532002-07-10 Daniel Jacobowitz <drow@mvista.com>
454
455 * valops.c (find_overload_match): Free oload_syms.
456
f15f768e
JB
4572002-07-09 Joel Brobecker <brobecker@gnat.com>
458
459 Define HAVE_SYS_PROC_H if sys/proc.h exists
460 * configure.in: Add check for sys/proc.h
461 * config.in: Regenerate.
462 * configure: Regenerate.
463
902a7139
GS
4642002-07-09 Grace Sainsbury <graces@redhat.com>
465
466 * config/m68k/tm-m68k.h: Remove macros wrapped in
467 #if !GDB_MULTI_ARCH.
468
82e0fd98
DB
4692002-07-09 David O'Brien <obrien@FreeBSD.org>
470
471 * gdbserver/gdbreplay.c (stdlib.h, unistd.h): Conditionaly include.
472 (perror_with_name, remote_close, remote_open, expect, play): Static.
473
a534e424
AC
4742002-07-08 Andrew Cagney <ac131313@redhat.com>
475
476 * config.in, configure: Regenerate.
477
9b94f7bf
MK
4782002-07-08 Mark Kettenis <kettenis@gnu.org>
479
480 * dwarf2cfi.c: Include "gcore.h".
481 (execute_stack_op): Fix implementation of the
482 DW_OP_deref and DW_OP_deref_size operators by letting do their
483 lookup in the target.
484
1d34db41
MK
4852002-07-07 Mark Kettenis <kettenis@gnu.org>
486
487 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
488 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
489 tdep->sc_sp_offset.
490
79d5b63a
DJ
4912002-07-05 Daniel Jacobowitz <drow@mvista.com>
492
493 Fix PR gdb/595, gdb/602
494 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
495 Don't call value_cast, just read the vtable pointer; update comments
496 to match.
497
3bb912e8
GS
4982002-07-05 Grace Sainsbury <graces@redhat.com>
499
500 * config/mcore/tm-mcore.h: Remove file.
501 * config/mcore/mcore.mt: Remove definition of TM_FILE
502 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
503
ca39387d
MK
5042002-07-05 Mark Kettenis <kettenis@gnu.org>
505
506 * i386bsd-tdep.c: Include "gdb_string.h".
507
efdc1108
GS
5082002-07-04 Grace Sainsbury <graces@redhat.com>
509
510 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
511 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
512 mcore-tdep.
513 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
514 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
515 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
516 (RETVAL_REGNUM): Move macros from tm-mcore.h
517 (mcore_reg_struct_has_addr): New function.
518 (mcore_gdbarch_init): Added initializations for the macros removed
519 from tm-mcore.h.
520
bb21884d
MK
5212002-07-04 Mark Kettenis <kettenis@gnu.org>
522
523 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
524 traditonal string branding within the ELF header.
525
228c6d41
DJ
5262002-07-04 Daniel Jacobowitz <drow@mvista.com>
527
528 * symtab.c (remove_params): New function.
529 (make_symbol_overload_list): Use it instead of cplus_demangle.
530 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
531
2404952e
MK
5322002-07-04 Mark Kettenis <kettenis@gnu.org>
533
e5e4acad
MK
534 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
535
baadce09
MK
536 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
537 New variables.
538 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
539 and tdep->sigtramp_end.
540 * i386obsd-nat.c: New file.
541 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
542
2404952e
MK
543 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
544 Don't call get_current_frame().
545
9b4f1ba7
PM
5462002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
547
548 * i386-nat.c (child_post_startup_inferior): New function
549 calling i386_cleanup_dregs if
550 I386_USE_GENERIC_WATCHPOINTS is defined.
551 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
552 conditional to acknowledge that i386-nat.c has its
553 own child_post_startup_inferior function.
554
c0d1d883
MK
5552002-07-04 Mark Kettenis <kettenis@gnu.org>
556
00f8375e
MK
557 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
558 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
559 instead of MAX_REGISTER_RAW_SIZE.
560 (i386_extract_return_value, i386_extract_struct_value_address):
561 Convert to use regcache.
562 (i386_gdbarch_init): Set max_register_raw_size and
563 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
564 Set extract_return_value and extract_struct_value_address instead
565 of their deprecated variants.
566
c0d1d883
MK
567 Convert i386 target to generic dummy frames.
568 * i386-tdep.c: Include "symfile.h".
569 (i386_frameless_signal_p): Consider a function to be frameless if
570 the pc points at the first instruction of the function.
571 (i386_frame_chain): Handle (generic) call dummies.
572 (i386_frame_saved_pc): Likewise.
573 (i386_frame_init_saved_regs): Remove code dealing with call
574 dummies on the stack.
575 (i386_push_dummy_frame): Removed.
576 (i386_call_dummy_words): Removed.
577 (i386_fix_call_dummy): Removed.
578 (i386_push_return_address): New function.
579 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
580 parameter, and don't call get_current_frame.
581 (i386_pop_frame): New function.
582 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
583 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
584 entry_point_address, set call_dummy_breakpoint_offset to 0, set
585 call_dummy_length to 0, set call_dummy_words to NULL, set
586 sizeof_call_dummy_words to 0, set fix_call_dummy to
587 generic_fix_call_dummy, set pc_in_call_dummy to
588 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
589 generic_push_dummy_frame, set push_return_address to
590 i386_push_return_address and set frame_chain_valid to
591 generic_file_frame_chain_valid.
592
638c1580
ML
5932002-07-04 Michal Ludvig <mludvig@suse.cz>
594
595 * gdbserver/linux-x86-64-low.c (x86_64_regmap): Make it an array of
596 byte offsets instead of an array of indexes.
597 (x86_64_store_gregset, x86_64_store_fpregset): Parameter made const.
598
049ee0e4
AC
5992002-07-03 Andrew Cagney <ac131313@redhat.com>
600
601 * gdbarch.sh (struct regcache): Add opaque declaration.
602 (EXTRACT_RETURN_VALUE): New architecture method.
603 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
604 * gdbarch.h, gdbarch.c: Regenerate.
605 * arch-utils.c (legacy_extract_return_value): New function.
606 * arch-utils.h (legacy_extract_return_value): Declare.
607 * values.c (value_being_returned): Re-enable code handling
608 EXTRACT_STRUCT_VALUE_ADDRESS. Move
609 deprecated_grub_regcache_for_registers call to block handling
610 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
611 (EXTRACT_RETURN_VALUE): Do not define.
612
4e0d9804
GS
6132002-07-03 Grace Sainsbury <graces@redhat.com>
614
615 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
616 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
617 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
618 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
619 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
620 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
621 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
622 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
623 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
624 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
625 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
626 argument so the function fits the prototype in the architecture
627 vector.
628 (mcore_pop_frame): Remove argument so the function fits the
629 prototype. Use get_current_frame instead of the argument.
630 (mcore_push_arguments): Change type of struct_return so the
631 function can be used in the architecture vector.
632 (mcore_store_struct_return): Add.
633 (mcore_frame_init_saved_regs): Add.
634 (mcore_gdbarch_init): Add function calls to replace the macros
635 removed from tm-mcore.h
636
36160dc4
AC
6372002-07-03 Andrew Cagney <ac131313@redhat.com>
638
639 * infcmd.c (print_return_value): Remove compatibility code calling
640 deprecated_grub_regcache_for_registers.
641
642 * values.c: Include "regcache.h".
643 (value_being_returned): Update. Use
644 deprecated_grub_regcache_for_registers to extract the register
645 buffer address.
646 * value.h (value_being_returned): Change ``retbuf'' parameter to a
647 ``struct regcache''.
648 * Makefile.in (values.o): Add dependency on $(regcache_h).
649
650 * inferior.h (run_stack_dummy): Change type of second parameter to
651 a ``struct regcache''.
652 * valops.c (hand_function_call): Change type of retbuf to ``struct
653 regcache''. Allocate using regcache_xmalloc, clean using
654 make_cleanup_regcache_xfree.
655 * infcmd.c (run_stack_dummy): Update. Use
656 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
657
658 * regcache.c (do_regcache_xfree): New function.
659 (make_cleanup_regcache_xfree): New function.
660 * regcache.h (make_cleanup_regcache_xfree): Declare.
661
e64d9b3d
MH
6622002-07-03 Martin M. Hunt <hunt@redhat.com>
663
4dd79c29
MH
664 * event-top.c (command_line_handler): Don't read past
665 beginning of buffer.
e64d9b3d 666
4dd79c29
MH
6672002-07-03 Martin M. Hunt <hunt@redhat.com>
668
e64d9b3d
MH
669 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
670 struct frame_id.
671 (varobj_create): Store frame_id for root.
672 (varobj_gen_name): Use xasprintf.
673 (varobj_update): Save and restore frame using get_frame_id() and
674 frame_find_by_id().
675 (create_child): Use xasprintf.
676 (new_root_variable): Initialize frame_id.
677 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
678 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
679 to prevent memory leak.
680
26e6c56a
AC
6812002-07-03 Andrew Cagney <ac131313@redhat.com>
682
683 * valops.c (hand_function_call): Move declaration of retbuf to
684 start of function, allocate using malloc, add a cleanup but before
685 the inf_status cleanup, cleanup the buffer. Rename local variable
686 old_chain to inf_status_cleanup.
687
f436dd25
MH
6882002-07-03 Martin M. Hunt <hunt@redhat.com>
689
690 * top.c (execute_command): Use cmd_func() and cmd_func_p().
691
692 * cli/cli-decode.c (cmd_func_p): New function.
693 (cmd_func): New function.
694
695 * command.h: Add cmd_func() and cmd_func_p().
696
4cfe2084
GS
6972002-07-03 Grace Sainsbury <graces@redhat.com>
698
699 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
700 (REGISTER_SIZE): Remove.
701 (MAX_REGISTER_RAW_SIZE): Remove.
702 (REGISTER_VIRTUAL_TYPE): Remove.
703 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
704 (REGISTER_NAME): Remove.
705 (USE_GENERIC_DUMMY_FRAMES): Remove.
706 (CALL_DUMMY): Remove.
707 (CALL_DUMMY_START_OFFSET): Remove.
708 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
709 (CALL_DUMMY_LOCATION): Remove.
710 (FIX_CALL_DUMMY): Remove.
711 (CALL_DUMMY_ADDRESS): Remove.
712 (SIZEOF_CALL_DUMMY_WORDS): Remove.
713 (SAVE_DUMMY_FRAME_TOS): Remove.
714 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
715 (mcore_register_virtual_type): New function.
716 (mcore_register_byte): New function.
717 (mcore_register_size): New function.
718 (mcore_register_name): New function.
719 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
720 macros removed from tm-mcore.h.
721 (mcore_dump_tdep): Add.
722 (_initialize_mcore_tdep): Add gdbarch_register call.
723
4fd667e9
MK
7242002-07-03 Mark Kettenis <kettenis@gnu.org>
725
726 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
727 frameless_look_for_prologue, such that we actually call this
728 function.
729
42f99ac2
JB
7302002-07-02 Joel Brobecker <brobecker@gnat.com>
731
732 * frame.h (frame_address_in_block): New function.
733
734 * blockframe.c (frame_address_in_block): New function extracted
735 from get_frame_block().
736 (get_frame_block): Use frame_address_in_block().
737 (block_innermost_frame): Use frame_address_in_block() to match
738 the frame pc address against the block boundaries rather than
739 the frame pc directly. This prevents a failure when a frame pc
740 is actually a return-address pointing immediately after the end
741 of the given block.
742
103a1597 7432002-07-02 Grace Sainsbury <graces@redhat.com>
83b4a0fe
GS
744
745 * MAINTAINERS: Add self under write after approval.
746
7472002-07-02 Grace Sainsbury <graces@redhat.com>
748
103a1597
GS
749 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
750 used in architecture vector. The default is
751 m68k_local_breakpoint_from_pc.
752 (m68k_local_breakpoint_from_pc): Add.
753 (enum): Add register numbers from tm-m68k.h.
754 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
755 vector.
756 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
757 GDB_MULTI_ARCH_PARTIAL.
758 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
759 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
760 m68k-tdep.c.
761 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
762 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
763 to enum in m68k-tdep.c
764
7a5a0534
JB
7652002-07-02 Joel Brobecker <brobecker@gnat.com>
766
767 * solib-osf.c (open_map): Compute the list of shared libraries
768 loaded by the inferior, rather than the list of libraries loaded
769 by GDB itself. Otherwise, GDB ends up reading the symbols from
770 the wrong shared libraries...
771
6f558d74
MK
7722002-07-02 Mark Kettenis <kettenis@gnu.org>
773
b7d15bf7
MK
774 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
775 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
776 macros.
777 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
778 Remove functions.
779 (FRAMELESS_SIGNAL): Remove function.
780 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
781 i386_linux_saved_pc_after_call): Removed.
782 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
783 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
784 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
785
6bff26de
MK
786 * i386-tdep.c (i386_frameless_signal_p): New function.
787 (i386_frame_chain): Deal with frameless signals.
788 (i386_sigtramp_saved_sp): New function.
789 (i386_frame_saved_pc): Deal with frameless signals.
790 (i386_saved_pc_after_call): Make sure the correct value is
791 returned just after entry into a sigtramp.
792 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
793 i386fbsd4_sc_sp_offset): New variables.
794 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
795 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
796 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
797 similiar to what we already did for sc_pc_offset.
798 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
799 tdep->sc_sp_offset.
800
6f558d74
MK
801 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
802
145564b7
ML
8032002-07-02 Michal Ludvig <mludvig@suse.cz>
804
805 * config/i386/tm-x86-64linux.h: New.
806 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
807 definitions.
808 * config/i386/nm-x86-64.h: Rename to ...
809 * config/i386/nm-x86-64linux.h: ... this one.
810 * config/i386/x86-64linux.mh: Reflect the above change.
811
3a1e71e3
MK
8122002-07-01 Mark Kettenis <kettenis@gnu.org>
813
21d0e8a4
MK
814 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
815 with sigcontext_addr. Add sc_sp_offset.
816 (i386bsd_sigtramp_saved_pc): Remove prototype.
817 (i386bsd_sicontext_addr): Add prototype.
818 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
819 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
820 (i386_svr4_sigtramp_saved_pc): Removed.
821 (i386_svr4_sigcontext_addr): New function.
822 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
823 Initialize tdep->sigcontext_addr instead. Initialize
824 tdep->sc_pc_offset and tdep->sc_sp_offset.
825 (i386_gdbarch_init): Likewise.
826 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
827 any more.
828 (i386bsd_sigtramp_saved_pc): Remove function.
829 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
830 Initialize tdep->sigcontext_addr instead. Initialize
831 tdep->sc_pc_offset.
832 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
833 of tdep->sigtramp_saved_pc.
834 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
835 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
836 instead.
837
3a1e71e3
MK
838 * i386-tdep.c (i386_frameless_function_invocation,
839 i386_frame_num_args, i386_frame_init_saved_regs,
840 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
841 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
842 i386_extract_return_value, i386_store_return_value,
843 i386_extract_struct_value_address, i386_register_virtual_type,
844 i386_register_convertible, i386_register_convert_to_virtual,
845 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
846 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
847 static.
848
52e9098c
MK
8492002-07-01 Mark Kettenis <kettenis@gnu.org>
850
77b13a25
MK
851 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
852
52e9098c
MK
853 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
854 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
855 this macro. Include "value.h".
856
1b372fff
AS
8572002-06-30 Aidan Skinner <aidan@velvet.net>
858
859 * ada-exp.tab.c: remove as it's a generated file
860 * ada-lex.c: remove as it's a generated file
861
9c5045b5
MK
8622002-06-30 Mark Kettenis <kettenis@gnu.org>
863
4a93c5bb
MK
864 * config/i386/tm-i386.h (struct frame_info, struct
865 frame_saved_regs, struct value, struct type): Remove forward
866 declarations.
867
322d4fe0
MK
868 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
869 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
870 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
871 (FILL_FPXREGSET): Define.
872
fdd8263d
MK
873 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
874
482e577b
MK
875 * configure.tgt (i[3456]86-*-openbsd*): Fold into
876 i[3456]86-*-netbsd* case.
877 * config/i386/tm-obsd.h: Removed.
878 * config/i386/obsd.mt: Removed.
879 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
880 core-aout.o.
881 (MH_CFLAGS): Add -DYYDEBUG=0.
882
6916549a
MK
883 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
884 i386nbsd_sc_pc_offset on OpenBSD too.
885
9c5045b5
MK
886 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
887 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
888 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
889 define.
890 * i386bsd-tdep.c: Include "arch-utils.h".
891 (i386bsd_aout_in_solib_call_trampoline): New function.
892 (i386bsd_init_abi): Set in_solib_call_trampoline to
893 i386bsd_aout_in_solib_call_trampoline.
894 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
895 in_solib_call_trampoline to generic_in_solib_call_trampoline.
896
aa84d1bb
AC
8972002-06-28 Andrew Cagney <ac131313@redhat.com>
898
899 * macrotab.h: Do not include "obstack.h" or "bcache.h".
900 (struct obstack, struct bcache): Add opaque declarations.
901 * Makefile.in (macrotab_h): Update
902
b4d83933
AC
9032002-06-28 Andrew Cagney <ac131313@redhat.com>
904
905 * blockframe.c (generic_find_dummy_frame): Change return type to
906 ``struct regcache''.
907 (struct dummy_frame): Replace field ``registers'' with regcache, a
908 struct regcache object.
909 (generic_find_dummy_frame): Update.
910 (generic_push_dummy_frame): Update. Use regcache_xfree,
911 regcache_xmalloc and regcache_cpy.
912 (generic_pop_dummy_frame): Update. Use regcache_cpy and
913 regcache_xfree.
914 (deprecated_generic_find_dummy_frame): Update.
915 (generic_read_register_dummy): Update. Use
916 regcache_read_as_address.
917 (generic_call_dummy_register_unwind): Update. Use regcache_read.
918 (generic_get_saved_register): Update. Use regcache_read.
919
08c0b5bc
AC
9202002-06-28 Andrew Cagney <ac131313@redhat.com>
921
922 * Makefile.in (objfiles_h): Add $(bcache_h).
923 * objfiles.h: Include "bcache.h".
924
925 * Makefile.in (symtab_h): Remove $(bcache_h).
926 * symtab.h: Do not include "bcache.h".
927
1f89801a
AC
9282002-06-28 Andrew Cagney <ac131313@redhat.com>
929
930 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
931 generic_func_frame_chain_valid.
932
b9644b58
DB
9332002-06-28 David O'Brien <obrien@FreeBSD.org>
934
935 * config/i386/nm-fbsd.h: Include <sys/param.h>.
936 * config/i386/tm-fbsd.h: Likewise.
937
dd486634
AC
9382002-06-28 Andrew Cagney <ac131313@redhat.com>
939
940 * rs6000-tdep.c (rs6000_gdbarch_init): Use
941 generic_unwind_get_saved_register.
942
0b434a00
AC
9432002-06-27 Andrew Cagney <ac131313@redhat.com>
944
945 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
946 * regcache.c (supply_register): Add missing argument to
947 register_buffer call.
948
f30e5a77
AC
9492002-06-27 Andrew Cagney <ac131313@redhat.com>
950
951 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
952 Solaris /bin/grep does not not like it. From Peter Schauer.
953
9f064c95
TT
9542002-06-26 Tom Tromey <tromey@redhat.com>
955
956 * command.h (add_setshow_cmd): Declare.
957 (add_setshow_cmd_full): Declare.
958 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
959 returns void. Use add_setshow_cmd_full.
960 (add_setshow_cmd_full): New function.
961 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
962 (add_setshow_boolean_cmd): Likewise.
963
099c7589
JT
9642002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
965
966 * config/vax/tm-vax.h: Protect from multiple inclusion.
967 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
968 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
969 * config/vax/tm-vaxbsd.h: ...here. New file.
970 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
971
1d049c5e
JT
9722002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
973
974 * config/vax/tm-vax.h (BREAKPOINT): Remove.
975 (BELIEVE_PCC_PROMOTION): Remove.
976 (AP_REGNUM): Move to...
977 * config/vax/nm-vax.h: ...here.
978 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
979 (vax_breakpoint_from_pc): New function.
980 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
981 and gdbarch_believe_pcc_promotion.
982
4791e091
JT
9832002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
984
985 * Makefile.in (vax_tdep_h): Define.
986 (vax-tdep.o): Use $(vax_tdep_h).
987 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
988 (vax_dump_tdep): New function.
989 (_initialize_vax_tdep): Register vax_dump_tdep.
990 * vax-tdep.h: Include osabi.h.
991 (struct gdbarch_tdep): New.
992
da130f98
AC
9932002-06-26 Andrew Cagney <cagney@redhat.com>
994
995 * frame.h (deprecated_generic_find_dummy_frame): Rename
996 generic_find_dummy_frame.
997 * blockframe.c (generic_find_dummy_frame): Make static.
998 (deprecated_generic_find_dummy_frame): New function.
999 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
1000 generic_find_dummy_frame with deprecated_find_dummy_frame.
1001 (sh64_nofp_frame_init_saved_regs): Ditto.
1002 (sh_fp_frame_init_saved_regs): Ditto.
1003 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
1004 (s390_frame_chain): Ditto.
1005 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
1006
6300c360
GS
10072002-06-26 Grace Sainsbury <graces@redhat.com>
1008
1009 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
1010 gdbarch vector are at the top.
1011 (NUM_REGS): Remove.
1012 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
1013 (FRAME_ARGS_ADDRESS): Remove.
1014 (FRAME_LOCALS_ADDRESS): Remove.
1015 (FRAME_NUM_ARGS): Remove.
1016 (FRAME_ARGS_SKIP): Remove.
1017 * m68k-tdep.c (enum): Add eumeration of special register numbers.
1018 (m68k_gdbarch_init): Add gdbarch initializations for macros
1019 undefined in tm-m68k.h
1020
1c617db8
GS
10212002-06-26 Grace Sainsbury <graces@redhat.com>
1022
1023 * monitor.h: Add the function regname to monitor_ops
1024 structure. This way NUM_REGS does not have to be a constant.
1025 * monitor.c (monitor_fetch_register): Added support for regname
1026 function. The function is called if the array regnames is NULL.
1027 (monitor_store_register): Same.
da130f98
AC
1028 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
1029 regnames array.
1c617db8
GS
1030 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
1031 cpu32bug_cmds.regname to point to new function.
1032 * abug-rom.c (abug_regname): Same as above.
1033 (init_abug_cmds): Same.
1034 * dbug-rom.c (dbug_regname): Same as above.
1035 (init_dbug_cmds): Same.
1036 * remote-est.c (est_regname): Same.
1037 (init_est_cmds): Same.
1038 * rom68k-rom.c (rom68k_regname): Same.
1039 (init_rom68k_cmds): Same.
1040
ea9365bb
TT
10412002-06-25 Tom Tromey <tromey@redhat.com>
1042
1043 * breakpoint.c (delete_command): Don't repeat `delete' commands.
1044
72cec141
AC
10452002-06-25 Andrew Cagney <cagney@redhat.com>
1046
1047 * infrun.c (stop_registers): Change variable's type to ``struct
1048 regcache'''.
1049 (xmalloc_inferior_status): Delete function.
1050 (free_inferior_status): Delete function.
1051 (normal_stop): Use regcache_cpy.
1052 (struct inferior_status): Change type of fields ``stop_registers''
1053 and ``registers'' to ``struct regcache''.
1054 (write_inferior_status_register): Use regcache_write.
1055 (save_inferior_status): Instead of calling
1056 xmalloc_inferior_status, allocate the inf_status buffer directly.
1057 Use regcache_dup_no_passthrough and regcache_dup to save the
1058 buffers.
1059 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
1060 Replace the stop_registers regcache instead of overriding it. Use
1061 regcache_xfree. Instead of calling free_inferior_status, xfree
1062 the buffer directly.
1063 (discard_inferior_status): Use regcache_xfree. Instead of calling
1064 free_inferior_status, xfree the buffer directly.
1065 (build_infrun): Use regcache_xmalloc.
1066 (_initialize_infrun): Delete redundant call to build_infrun.
1067
1068 * Makefile.in (infcmd.o): Add $(regcache_h).
1069
1070 * infcmd.c: Include "regcache.h".
1071 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
1072 obtain the address of `stop_registers' register buffer.
1073 (print_return_value): Ditto.
1074
1075 * inferior.h (struct regcache): Add opaque declaration.
1076 (stop_registers): Change variable's declared type to ``struct
1077 regcache''.
1078
defc6f8c
TT
10792002-06-24 Tom Tromey <tromey@redhat.com>
1080
c0e624e7
TT
1081 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
1082 * target.c (initialize_targets): Fixed typo in
1083 trust-readonly-sections `show' documentation.
1084
defc6f8c
TT
1085 * main.c: Marked all strings with _().
1086
2b236d82
DH
10872002-06-24 Don Howard <dhoward@redhat.com>
1088
1089 * memattr.c (create_mem_region): Treat hi == 0 as a special case
1090 that means max CORE_ADDR+1.
1091 (lookup_mem_region): Ditto.
1092 (mem_info_command): Ditto.
1093
942dc0e9
GS
10942002-06-24 Grace Sainsbury <graces@redhat.com>
1095
1096 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
1097 (REGISTER_BYTES_OK): Remove.
1098 (REGISTER_BYTES): Remove.
1099 (STORE_STRUCT_RETURN): Remove.
1100 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
1101 (STORE_RETURN_VALUE): Remove.
1102 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
1103 (FRAME_CHAIN): Remove.
1104 (FRAMELESS_FUNCTION_INVOCATION): Remove.
1105 (FRAME_SAVED_PC): Remove.
1106 * m68k-tdep.c (m68k_register_bytes_ok):Add.
1107 (m68k_store_struct_return): Add.
1108 (m68k_deprecated_extract_return_value): Add.
1109 (m68k_deprecated_extract_struct_value_address): Add.
1110 (m68k_store_return_value): Add.
1111 (m68k_frame_chain): Add.
1112 (m68k_frameless_function_invocation): Add.
1113 (m68k_frame_saved_pc): Add.
1114 (m68k_gdbarch_init): added set_gdbarch calls for new
1115 functions and deleted macros.
1116
03c30d4d
TT
11172002-06-23 Tom Tromey <tromey@redhat.com>
1118
1119 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
1120 (ALLDEPFILES): Likewise.
1121 (udiheaders): Removed.
1122 (udip2soc.o): Likewise.
1123 (udi2go32.o): Likewise.
1124 (udr.o): Likewise.
1125 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
1126
37e71372
AC
11272002-06-22 Andrew Cagney <ac131313@redhat.com>
1128
06a6ac57
AC
1129 * infrun.c (_initialize_infrun): Delete unnecessary call to
1130 build_infrun.
1131
37e71372
AC
1132 * regcache.h: Update comments describing the regcache_cpy family
1133 of functions.
1134 (regcache_save, regcache_restore): Delete declaration.
1135 (regcache_save_no_passthrough): Delete declaration.
1136 (regcache_restore_no_passthrough): Delete declaration.
1137 * regcache.c (regcache_save): Delete function.
1138 (regcache_save_no_passthrough): Delete function.
1139 (regcache_restore): Delete function.
1140 (regcache_restore_no_passthrough): Delete function.
1141
78f6d055
AC
11422002-06-21 Andrew Cagney <ac131313@redhat.com>
1143
1144 * config/m68k/tm-m68k.h: Fix typo.
1145 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
1146 (m68k_frame_init_saved_regs): Declare.
1147
78b119cb
JB
11482002-06-21 Jim Blandy <jimb@redhat.com>
1149
1150 Remove some vestiges of Harris 88k support.
1151 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
1152 register numbering quirk.
1153 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
1154 odd symbols occurring in Harris 88k ELF targets.
1155
0fbb3da7
TT
11562002-06-21 Tom Tromey <tromey@redhat.com>
1157
1158 * gdb_locale.h: New file.
1159 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
1160 (defs_h): Added gdb_locale.h.
1161 * configure, config.in: Rebuilt.
1162 * configure.in (PACKAGE): Define.
1163 * defs.h: Include gdb_locale.h.
1164 * main.c (captured_main): Call setlocale, bindtextdomain,
1165 textdomain.
1166
456f8b9d
DB
11672002-06-21 Dave Brolley <brolley@redhat.com>
1168
1169 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
1170 * config/frv/frv.mt: New file.
1171 * config/frv/tm-frv.h: New file.
1172 * configure.tgt: Support frv-*-*.
1173 * Makefile.in (frv-tdep.o): New target.
1174 * frv-tdep.c: New file.
1175 * NEWS: Mention frv.
1176
cdd463f9
DB
11772002-06-21 Dave Brolley <brolley@redhat.com>
1178
1179 * MAINTAINERS: Add self to "Write After Approval" list.
1180
5d3ed2e3
GS
11812002-06-21 Grace Sainsbury <graces@redhat.com>
1182
1183 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
1184 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
1185 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
1186 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
1187 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
1188
1189 * m68k-tdep.c: Include arch-utils.h
1190 (m68k_register_raw_size): Add.
1191 (m68k_register_virtual_size): Add.
1192 (m68k_register_virtual_type): Add.
1193 (m68k_register_name): Add.
1194 (m68k_stack_align): Add.
1195 (m68k_register_byte): Add.
1196 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
1197 tm-m68k.h.
1198
7f8e7424
GS
11992002-06-21 Grace Sainsbury <graces@redhat.com>
1200
a2c6a6d5 1201 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
7f8e7424
GS
1202 m68k_find_saved_regs.
1203 (m68k_pop_frame): Removed saved_regs structure, and replaced
5d3ed2e3 1204 references to it with frame->saved_regs.
7f8e7424
GS
1205 (m68k_gdbarch_init): Added function calls to initialize the
1206 gdbarch structure.
a2c6a6d5
GS
1207 (m68k_fix_call_dummy): Add.
1208 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
1209 (CALL_DUMMY): Remove.
1210 (CALL_DUMMY_LENGTH): Remove.
1211 (CALL_DUMMY_START_OFFSET): Remove.
1212 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
1213 (FIX_CALL_DUMMY): Remove.
1214 (PUSH_DUMMY_FRAME): Remove.
1215 (POP_FRAME): Remove.
7f8e7424 1216
f461f5cf
PM
12172002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
1218
1219 * parse.c (parse_fprintf): New function used to avoid calls to
1220 fprintf in bison parser generated debug code.
1221 * parser-defs.h: Declaration of new parse_fprintf function.
1222 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
1223 Set YYDEBUG to 1 by default.
1224 Set YYFPRINTF as parse_fprintf.
1225
7f0c12ed
ML
12262002-06-21 Michal Ludvig <mludvig@suse.cz>
1227
1228 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
1229 encoding anymore.
1230 (pointer_encoding, enum ptr_encoding): New.
1231 (execute_cfa_program): Take care about pointer encoding.
1232 (dwarf2_build_frame_info): Only call parse_frame_info for
1233 .debug_frame and .eh_frame.
1234 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
1235 fixed augmentation handling, added relative addressing,
1236 ignore duplicate FDEs. Added comments.
19d833a2 1237 * dwarf2cfi.c: Reindented.
7f0c12ed 1238
87c4a039
EZ
12392002-06-20 Elena Zannoni <ezannoni@redhat.com>
1240
1241 * event-top.c (command_handler): Don't use space_at_cmd_start
1242 unless there is sbrk() on the host. Assign time and space data
1243 to union fields of the appropriate length.
1244
1cf877ad
ML
12452002-06-20 Michal Ludvig <mludvig@suse.cz>
1246
1247 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
1248 x86_64_register_name. Return type changed to 'const char *'.
1249 (x86_64_register_name2nr): Rename to x86_64_register_number.
1250 (x86_64_gdbarch_init): Update to reflect the change.
1251 * x86-64-tdep.h: Ditto.
1252 * x86-64-linux-nat.c (x86_64_fxsave_offset)
1253 (supply_fpregset): Ditto.
1254
3fadccb3
AC
12552002-06-19 Andrew Cagney <cagney@redhat.com>
1256
1257 * regcache.h: Update copyright.
1258 (struct regcache, struct gdbarch): Add opaque declarations.
1259 (current_regcache): Declare global variable.
1260 (regcache_read, regcache_write): Add gdbarch parameter.
1261 (regcache_save, regcache_save_no_passthrough)
1262 (regcache_restore, regcache_restore_no_passthrough)
1263 (regcache_dup, regcache_dup_no_passthrough)
1264 (regcache_cpy, regcache_cpy_no_passthrough)
1265 (deprecated_grub_regcache_for_registers)
1266 (deprecated_grub_regcache_for_register_valid)
1267 (regcache_valid_p): Add function declarations.
1268
1269 * regcache.c: Update copyright.
1270 (regcache_descr_handle): New global variable.
1271 (struct regcache_descr): Define.
1272 (init_legacy_regcache_descr, init_regcache_descr): New functions.
1273 (regcache_descr, xfree_regcache_descr): New functions.
1274 (struct regcache): Define.
1275 (regcache_xmalloc, regcache_xfree): New functions.
1276 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
1277 (regcache_dup, regcache_dup_no_passthrough): New functions.
1278 (regcache_valid_p, regcache_read_as_address): New functions.
1279 (deprecated_grub_regcache_for_registers): New function.
1280 (deprecated_grub_regcache_for_register_valid): New function.
1281 (current_regcache): New global variable.
1282 (register_buffer): Add regcache parameter. Update calls.
1283 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
1284 (read_register_gen, write_register_gen): Update register_buffer
1285 call. Test for legacy_p instead of gdbarch_register_read_p or
1286 gdbarch_register_write_p.
1287 (regcache_collect): Update register_buffer call.
1288 (build_regcache): Rewrite. Use deprecated grub functions.
1289 (regcache_save, regcache_save_no_passthrough): New functions.
1290 (regcache_restore, regcache_restore_no_passthrough): New
1291 functions.
1292 (_initialize_regcache): Create the regcache_data_handle. Swap
1293 current_regcache global variable.
1294
1295 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
1296 parameter to regcache_read and regcache_write calls.
1297 (sh4_register_read): Ditto.
1298 (sh64_pseudo_register_read): Ditto.
1299 (sh64_register_read): Ditto.
1300 (sh_pseudo_register_write): Ditto.
1301 (sh4_register_write): Ditto.
1302 (sh64_pseudo_register_write): Ditto.
1303 (sh64_register_write): Ditto.
1304
1305 * defs.h (XCALLOC): Define.
1306
152d9db6
GS
13072002-06-19 Grace Sainsbury <graces@redhat.com>
1308
1309 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
1310 * m68k-tdep.c (m68k_gdbarch_init): Added.
1311 (m68k_dump_tdep): Added.
1312
170911c7
DJ
13132002-06-19 Daniel Jacobowitz <drow@mvista.com>
1314
1315 * ada-lang.c (fill_in_ada_prototype): Update comment.
1316
2e4ebe70
DJ
13172002-06-19 Daniel Jacobowitz <drow@mvista.com>
1318
1319 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
1320 MIPS_ABI_LAST.
1321 (mips_abi_string, mips_abi_strings): New.
1322 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
1323 (mips_gdbarch_init): Set tdep->found_abi. Don't set
1324 tdep->mips_abi_string. Honor mips_abi_string. Default to
1325 O32 if no ABI is found.
1326 (mips_dump_tdep): Use mips_abi_strings.
1327 (mips_abi_update): New function.
1328 (_initialize_mips_tdep): Initialize mips_abi_string. Add
1329 ``set mips abi'' and ``show mips abi''. Check the size of
1330 mips_abi_strings.
1331
16775908
AC
13322002-06-19 Andrew Cagney <cagney@redhat.com>
1333
1334 * i386-linux-tdep.c (i386_linux_register_name): Make return type
1335 constant.
1336
5051bfa4 13372002-06-18 Joel Brobecker <brobecker@gnat.com>
16775908 1338
5051bfa4
JB
1339 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
1340 current frame using only the first stack size adjustment. All
1341 subsequent size adjustments are not considered to be part of
1342 the "static" part of the current frame.
1343 Compute the address of the saved registers relative to the
1344 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
1345 in use in this frame.
1346
56468235
DH
13472002-06-18 Don Howard <dhoward@redhat.com>
1348
1349 * valops.c (value_ind): Use value_at_lazy() when dereferencing
1350 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
1351 suggesting this solution.
1352
0b624158
AC
13532002-06-18 Andrew Cagney <ac131313@redhat.com>
1354
1355 * config/romp/xm-rtbsd.h: Delete file.
1356 * config/romp/rtbsd.mh: Delete file.
1357
221ea385
KS
13582002-06-18 Keith Seitz <keiths@redhat.com>
1359
1360 * breakpoint.c (condition_command): Post breakpoint_modify
1361 when a condition is added to an existing breakpoint.
1362 (commands_command): Likewise for commands.
1363 (set_ignore_count): Likewise for ignore counts.
1364 If no tty, do not simply return, still need to send event
1365 notification.
1366 (ignore_command): Only print a newline if the command came
1367 from a tty.
1368 Don't call breakpoints_changed, since this is now properly
1369 handled by set_ignore_count.
1370
5402eed1
AC
13712002-06-18 Andrew Cagney <cagney@redhat.com>
1372
1373 * MAINTAINERS: Note that cris-elf target can be compiled with
1374 -Werror.
1375 * cris-tdep.c (cris_register_name): Make return type constant.
1376 (cris_breakpoint_from_pc): Ditto.
1377
cc22880b
ML
13782002-06-18 Michal Ludvig <mludvig@suse.cz>
1379
1380 * frame.h (struct frame_info): Change type of context to
1381 'struct context'.
1382
fa88f677
AC
13832002-06-17 Andrew Cagney <cagney@redhat.com>
1384
1385 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
1386 pointer.
1387 * gdbarch.h, gdbarch.c: Regenerate.
1388 * config/mips/tm-mips.h (mips_register_name): Update.
1389 * i386-tdep.h (i386_register_name): Update.
1390 * mips-tdep.c (mips_register_name): Update
1391 * alpha-tdep.c (alpha_register_name): Update.
1392 * arch-utils.c (legacy_register_name): Update.
1393 * arch-utils.h (legacy_register_name): Update.
1394 * avr-tdep.c (avr_register_name): Update.
1395 * ia64-tdep.c (ia64_register_name): Update.
1396 * i386-tdep.c (i386_register_name): Update.
1397 * sparc-tdep.c (sparc32_register_name): Update.
1398 (sparc64_register_name): Update.
1399 (sparclite_register_name): Update.
1400 (sparclet_register_name): Update.
1401 * sh-tdep.c (sh_generic_register_name): Update.
1402 (sh_sh_register_name): Update.
1403 (sh_sh3_register_name): Update.
1404 (sh_sh3e_register_name): Update.
1405 (sh_sh_dsp_register_name): Update.
1406 (sh_sh3_dsp_register_name): Update.
1407 (sh_sh4_register_name): Update.
1408 (sh_sh64_register_name): Update.
1409 * s390-tdep.c (s390_register_name): Update.
1410 * rs6000-tdep.c (rs6000_register_name): Update.
1411 * ns32k-tdep.c (ns32k_register_name_32082): Update.
1412 (ns32k_register_name_32382): Update.
1413 * d10v-tdep.c (d10v_ts2_register_name): Update.
1414 (d10v_ts3_register_name): Update.
1415 * xstormy16-tdep.c (xstormy16_register_name): Update.
1416 * vax-tdep.c (vax_register_name): Update.
1417 * v850-tdep.c (v850_register_name): Update.
1418 * m68hc11-tdep.c (m68hc11_register_name): Update.
1419 * mn10300-tdep.c (mn10300_generic_register_name): Update.
1420 (am33_register_name): Update.
1421
ea1e7ef6
GS
14222002-06-17 Grace Sainsbury <graces@redhat.com>
1423
1424 * m68k-tdep.c: Reindented.
1425
9b02dd1b
AC
14262002-06-17 Andrew Cagney <ac131313@redhat.com>
1427
1428 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
1429 list of predefined types.
1430
8758dec1
MK
14312002-06-16 Mark Kettenis <kettenis@gnu.org>
1432
b6197528
MK
1433 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
1434 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
1435 REGISTER_CONVERT_TO_RAW): Remove defines.
1436 (i386_register_virtual_type, i386_register_convertible,
1437 i386_register_convert_to_virtual, i386_register_convert_to_raw):
1438 Remove prototypes.
1439 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
1440 macros mentioned above.
1441
82b47e62
MK
1442 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
1443 (i386lynx_saved_pc_after_call): Remove prototype.
1444 * i386ly-tdep.c: Include "i386-tdep.h".
1445 (i386lynx_saved_pc_after_call): Make static. Use
1446 read_memory_nobpt instead of read_memory. Use
1447 read_memory_unsigned_integer instead of read_memory_integer.
1448 (i386lynx_init_abi): New function.
1449 (i386lynx_coff_osabi_sniffer): New function.
1450 (_initialize_i386bsd_tdep): New function.
1451
8758dec1
MK
1452 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
1453 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
1454 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
1455 (i386_fix_call_dummy): Remove prototype.
1456 * i386-tdep.c (i386_call_dummy_words): New variable.
1457 (i386_gdbarch_init): Adjust for removal of the
1458 macros mentioned above.
1459
e9e68a56
AC
14602002-06-15 Andrew Cagney <ac131313@redhat.com>
1461
1462 * command.h (add_setshow_auto_boolean_cmd): Replace
1463 add_set_auto_boolean_cmd.
1464 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
1465 add_set_auto_boolean_cmd.
1466 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
1467 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
1468 mask-address'' command.
1469 (show_mask_address): Add cmd parameter.
1470 * remote.c (add_packet_config_cmd): Update. Change type of
1471 set_func and show_func to cmd_sfunc_ftype.
1472 (_initialize_remote): Update `set remote Z-packet'
1473 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
1474 (show_remote_protocol_e_packet_cmd): Ditto.
1475 (show_remote_protocol_E_packet_cmd): Ditto.
1476 (show_remote_protocol_P_packet_cmd): Ditto.
1477 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
1478 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
1479 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
1480 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
1481 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
1482 (show_remote_protocol_Z_packet_cmd): Ditto.
1483 (show_remote_protocol_binary_download_cmd): Ditto.
1484 (show_remote_cmd): Pass NULL to all of above.
1485
fc08ec52
MK
14862002-06-15 Mark Kettenis <kettenis@gnu.org>
1487
1488 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
1489 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
1490 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
1491 POP_FRAME): Remove defines.
1492 (i386_push_arguments, i386_store_struct_return,
1493 i386_extract_return_value, i386_store_return_value,
1494 i386_extract_struct_value_address, i386_push_dummy_frame,
1495 i386_pop_frame): Renove prototypes.
1496 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
1497 macros mentioned above.
1498
e707bbc2
AC
14992002-06-15 Andrew Cagney <ac131313@redhat.com>
1500
1501 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
1502 add_set_boolean_cmd.
1503 (add_setshow_cmd): New function.
1504 * command.h (add_setshow_boolean_cmd): Replace
1505 add_set_boolean_cmd.
1506 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
1507 and ``set rdiromatzero''.
1508 * maint.c (_initialize_maint_cmds): Update commented out code.
1509 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
1510 * target.c (initialize_targets): Update `set
1511 trust-readonly-sections'.
1512 * remote.c (_initialize_remote): Update `set remotebreak'.
1513
42fdc8df
MK
15142002-06-15 Mark Kettenis <kettenis@gnu.org>
1515
93924b6b
MK
1516 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
1517 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
1518 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
1519 fit into multi-arch framework.
1520 (i386_breakpoint_from_pc): New function.
1521 (i386_gdbarch_init): Adjust for removal of the macros mentioned
1522 above.
1523
42fdc8df
MK
1524 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
1525 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
1526 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
1527 (i386_frameless_function_invocation, i386_frame_num_args,
1528 i386_frame_init_saved_regs): Remove prototypes.
1529 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
1530 macros mentioned above.
1531
9773a94b
AC
15322002-06-15 Andrew Cagney <ac131313@redhat.com>
1533
1534 * cli/cli-decode.c (set_cmd_cfunc): Update.
1535 (set_cmd_sfunc): Update.
1536 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
1537 (set_cmd_sfunc, set_cmd_cfunc): Update.
1538 * cli/cli-decode.h: Update.
1539
6e157172
MK
15402002-06-15 Mark Kettenis <kettenis@gnu.org>
1541
1542 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
1543 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
1544
7f19b9a2
AC
15452002-06-15 Andrew Cagney <ac131313@redhat.com>
1546
1547 * defs.h (auto_boolean): Declare enum.
1548 * command.h (cmd_auto_boolean): Delete enum.
1549 * mips-tdep.c (mask_address_var): Update.
1550 (mips_mask_address_p): Update.
1551 (show_mask_address): Update.
1552 * remote.c (struct packet_config): Update.
1553 (update_packet_config): Update.
1554 (show_packet_config_cmd): Update.
1555 (packet_ok): Update.
1556 (add_packet_config_cmd): Update.
1557 (_initialize_remote):
1558 * command.h: Update.
1559 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
1560 (do_setshow_command): Update.
1561 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
1562 * cli/cli-decode.h: Update.
1563
1cf88de5
MK
15642002-06-15 Mark Kettenis <kettenis@gnu.org>
1565
22ba8cf2
MK
1566 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
1567 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
1568 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
1569 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
1570 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
1571 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
1572
762c5349
MK
1573 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
1574 list of DJGPP COFF targets.
1575
091198bb
MK
1576 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
1577 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
1578 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
1579 (FP0_REGNUM): Remove define.
1580 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
1581 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
1582 (i386_register_virtual_size): Remove protoype.
1583 * i386-tdep.c (i386_register_virtual_size): Removed.
1584 (i386_extract_return_value, i386_store_return_value): Use
1585 FP0_REGNUM instead of NUM_FREGS to determine whether the
1586 floating-point registers are available.
1587 (i386_gdbarch_init): Tweak FIXME about FPU registers.
1588 Adjust for removal of macros mentioned above.
1589
15902002-06-15 Mark Kettenis <kettenis@gnu.org>
1591
fcc9bf01
MK
1592 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
1593 comments.
1594 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
1595 Remove prototypes.
1596 (supply_gregset, fill_gregset): Remove use of register keyword and
1597 remove declaration for regmap. Use I386_NUM_GREGS instead of
1598 NUM_REGS and NUM_FREGS.
1599 (FPREGSET_FSAVE_OFFSET): Remove.
1600 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
1601 NUM_FREGS to determine whether the floating-point registers are
1602 available.
1603
65e78234
MK
1604 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
1605 gnu_store_registers): Replace usage of NUM_GREGS with
1606 I386_NUM_GREGS.
1607
98df6387
MK
1608 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
1609 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
1610 usage of NUM_GREGS with I386_NUM_GREGS.
1611
099a9414
MK
1612 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
1613
57976e88
MK
1614 * i386bsd-nat.c: Include "i386-tdep.h".
1615 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
1616 I386_NUM_GREGS.
1617
b335f4a6
MK
1618 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
1619 and associated comment. They no longer make any sense, since we
1620 don't use this file anymore on Linux.
1621
1cf88de5
MK
1622 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
1623 * i386-tdep.c (i386_register_offset, i386_register_size): Use
1624 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
1625 elements in these arrays.
1626 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
1627 MAX_NUM_REGS.
1628
daa66587
MK
16292002-06-15 Mark Kettenis <kettenis@gnu.org>
1630
1631 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
1632 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
1633
26e9b323
AC
16342002-06-14 Andrew Cagney <cagney@redhat.com>
1635
1636 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
1637 EXTRACT_RETURN_VALUE.
1638 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
1639 EXTRACT_STRUCT_VALUE_ADDRESS.
1640 * gdbarch.h, gdbarch.c: Regenerate.
1641
1642 * values.c (value_being_returned): Handle
1643 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
1644 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
1645
1646 * arm-linux-tdep.c (arm_linux_init_abi): Update.
1647 * arm-tdep.c (arm_gdbarch_init): Update.
1648 * avr-tdep.c (avr_gdbarch_init): Update.
1649 * cris-tdep.c (cris_gdbarch_init): Update.
1650 * d10v-tdep.c (d10v_gdbarch_init): Update.
1651 * ia64-tdep.c (ia64_gdbarch_init): Update.
1652 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1653 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1654 * s390-tdep.c (s390_gdbarch_init): Update.
1655 * sh-tdep.c (sh_gdbarch_init): Update.
1656 * s390-tdep.c (s390_gdbarch_init): Update.
1657 * sparc-tdep.c (sparc_gdbarch_init): Update.
1658 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1659 * v850-tdep.c (v850_gdbarch_init): Update.
1660 * vax-tdep.c (vax_gdbarch_init): Update.
1661 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
1662 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1663
1664 * config/arc/tm-arc.h: Update.
1665 * config/d30v/tm-d30v.h: Update.
1666 * config/fr30/tm-fr30.h: Update.
1667 * config/h8300/tm-h8300.h: Update.
1668 * config/h8500/tm-h8500.h: Update.
1669 * config/i386/tm-i386.h: Update.
1670 * config/i386/tm-ptx.h: Update.
1671 * config/i386/tm-symmetry.h: Update.
1672 * config/i960/tm-i960.h: Update.
1673 * config/m32r/tm-m32r.h: Update.
1674 * config/m68k/tm-delta68.h: Update.
1675 * config/m68k/tm-linux.h: Update.
1676 * config/m68k/tm-m68k.h: Update.
1677 * config/m88k/tm-m88k.h: Update.
1678 * config/mcore/tm-mcore.h: Update.
1679 * config/mips/tm-mips.h: Update.
1680 * config/mn10200/tm-mn10200.h: Update.
1681 * config/pa/tm-hppa.h: Update.
1682 * config/pa/tm-hppa64.h: Update.
1683 * config/sparc/tm-sp64.h: Update.
1684 * config/sparc/tm-sparc.h: Update.
1685 * config/sparc/tm-sparclet.h: Update.
1686 * config/z8k/tm-z8k.h: Update.
1687
5179e78f
AC
16882002-06-14 Andrew Cagney <cagney@redhat.com>
1689
1690 * Makefile.in (i386_linux_tdep_h): Define.
1691 (i386_tdep_h, i387_tdep_h): Define.
1692 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
1693 $(i386_tdep_h) and $(i387_tdep_h).
1694 * i386-linux-nat.c: Include "i386-linux-tdep.h".
1695
8201327c
MK
16962002-06-14 Mark Kettenis <kettenis@gnu.org>
1697
edf393ac
MK
1698 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
1699 Already covered by the default.
1700
896fb97d
MK
1701 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
1702 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
1703 (i386_gdbarch_init): Initialize long_double_format and long_double
1704 bit.
1705
8201327c
MK
1706 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
1707 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
1708 Move these to ...
1709 * config/i386/i386sol2.mh: ... here.
1710 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
1711 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
1712 (SIGCONTEXT_PC_OFFSET): Remove define.
1713 (IN_SIGTRAMP): Remove define.
1714 * i386-sol2-tdep.c: New file.
1715
1716 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
1717 * config/i386/tm-i386nw.h: Removed.
1718
1719 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
1720 USE_STRUCT_CONVENTION): Remove defines.
1721 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
1722 (get_longjmp_target): Remove prototype.
1723 (IN_SIGTRAMP): Remove define.
1724 (i386bsd_in_sigtramp): Remove prototype.
1725 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
1726 function. Update comment accordingly
1727 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
1728 (FRAME_SAVED_PC): Remove define.
1729 (i386bsd_frame_saved_pc): Remove prototype.
1730 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
1731 GET_LONGJMP_TARGET): Remove defines.
1732 (get_longjmp_target): Remove prototype.
1733 (IN_SIGTRAMP): Remove define.
1734 (i386bsd_in_sigtramp): Remove prototype.
1735 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
1736 function. Update comment accordingly
1737 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
1738 (FRAME_SAVED_PC): Remove define.
1739 (i386bsd_frame_saved_pc): Remove prototype.
1740 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
1741 Remove prototype.
1742 (USE_STRUCT_CONVENTION): Remove prototype.
1743 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
1744 declaration.
1745 (_initialize_i386bsd_nat): Revise logic to determine some
1746 constants at compile time when compiling a native GDB. Warn if
1747 things don't match up with what we expect.
1748 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
1749 Remove variables.
1750 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
1751 to use date stored in `struct gdbarch_tdep'.
1752 (i386bsd_sigcontext_offset): Remove varaible.
1753 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
1754 stored in `struct gdbarch_tdep'.
1755 (i386bsd_frame_saved_pc): Make static.
1756 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
1757 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
1758 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
1759 i386fbsd4_sc_pc_offset): New variables.
1760 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
1761 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
1762 functions.
1763 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
1764 functions.
1765 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
1766 Modify the value of i386fbsd_sigtramp_start and
1767 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
1768 i386fbsd_sigtramp_end.
1769 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
1770 function.
1771
1772 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
1773 define to i386-linux-tdep.h.
1774 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
1775 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
1776 defines.
1777 (i386_linux_register_name, i386_linux_register_byte,
1778 i386_linux_register_raw_size): Remove prototypes.
1779 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
1780 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
1781 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
1782 TARGET_WRITE_PC): Remove defines.
1783 (i386_linux_in_sigtramp, i386_linux_frame_chain,
1784 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
1785 i386_linux_write_pc): Remove prototypes.
1786 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
1787 (get_longjmp_target): Remove prototype.
1788 * i386-linux-tdep.h: New file.
1789 * i386-linux-nat.c: Include "i386-linux-tdep.h".
1790 * i386-linux-tdep.c: Include "i386-tdep.h" and
1791 "i386-linux-tdep.h".
1792 (i386_linux_register_name, i386_linux_register_byte,
1793 i386_linux_register_raw_size, i386_linux_in_sigtramp,
1794 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
1795 Make static.
1796 (i386_linux_init_abi): New function.
1797 (_initialize_i386_linux_tdep): New function.
1798
1799 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
1800 (i386_saved_pc_after_call): Remove prototype.
1801 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
1802 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
1803 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
1804 (i386_register_name, i386_stab_reg_to_regnum,
1805 i386_dwarf_reg_to_regnum): Remove prototypes.
1806 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
1807 SIZEOF_SSE_REGS): Remove defines.
1808 (REGISTER_BYTES): Remove define.
1809 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
1810 (i386_register_byte, i386_register_raw_size): Remove prototypes.
1811 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
1812 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
1813 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
1814 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
1815 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
1816 (get_longjmp_target): Remove prototype.
1817 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
1818 (sigtramp_saved_pc): Remove define.
1819 (i386v4_sigtramp_saved_pc): Remove prototype.
1820 * config/i386/tm-go32.h (FRAME_CHAIN,
1821 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
1822 (i386go32_frame_saved_pc): Remove prototype.
1823 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
1824 (get_longjmp_target): Remove prototype.
1825 * i386-tdep.h: Include "osabi.h".
1826 (enum i386_abi): Removed.
1827 (enum struct_return): New enum.
1828 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
1829 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
1830 sc_pc_offset members.
1831 (i386_gdbarch_register_os_abi): Remove prototype.
1832 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
1833 I386_SSE_NUM_REGS): New defines.
1834 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
1835 I386_SSE_SIZEOF_REGS): New defines.
1836 (i386_register_name, i386_register_byte, i386_register_raw_size):
1837 New prototypes.
1838 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
1839 (i386bsd_sigtramp_saved_pc): New prototype.
1840 * i386-tdep.c: Don't include "elf-bfd.h".
1841 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
1842 i386_frame_chain, i386_saved_pc_after_call): Make static.
1843 (i386_frame_saved_pc): Rewrite to call architecture dependent
1844 function to deal with signal handlers. Make static.
1845 (i386go32_frame_saved_pc): Removed.
1846 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
1847 Removed.
1848 (i386_get_longjmp_target): New function.
1849 (default_struct_convention, pcc_struct_convention,
1850 reg_struct_convention, valid_conventions, struct_convention): New
1851 variables.
1852 (i386_use_struct_convention): New function.
1853 (i386v4_sigtramp_saved_pc): Renamed to
1854 i386_svr4_sigtramp_saved_pc. Made static. Moved.
1855 (i386_pc_in_sigtramp): New function.
1856 (i386_abi_names): Removed.
1857 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
1858 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
1859 Removed.
1860 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
1861 i386_gdbarch_register_os_abi): Removed.
1862 (struct i386_abi_handler): Removed.
1863 (i386_abi_handler_list): Removed.
1864 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
1865 functions.
1866 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
1867 i386_nw_init_abi): New functions.
1868 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
1869 Use set_gdbarch_xxx() calls instead of relying on macros for a
1870 number of calls.
1871 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
1872 (_initialize_i386_tdep): Add new 'struct-convcention' command.
1873 Register the various architecture variants defined in this file.
1874
ad2f7632
DJ
18752002-06-14 Daniel Jacobowitz <drow@mvista.com>
1876
1877 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
1878 (struct main_type): Remove arg_types member. Update comments for
1879 struct field.
1880 (TYPE_ARG_TYPES): Remove.
1881 (TYPE_FN_FIELD_ARGS): Update.
1882 (smash_to_method_type): Update prototype.
1883
1884 * c-typeprint.c (cp_type_print_method_args): Take method type
1885 instead of argument list. Use new argument layout. Simplify.
1886 (c_type_print_args): Use new argument layout. Simplify.
1887 (c_type_print_base): Update call to cp_type_print_method_args.
1888 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
1889 argument; use die->type instead. Update call to
1890 smash_to_method_type.
1891 (read_structure_scope): Update call to dwarf2_add_member_fn.
1892 * gdbtypes.c (allocate_stub_method): Update comment.
1893 (smash_to_method_type): Take new NARGS and VARARGS arguments.
1894 Use new argument layout.
1895 (check_stub_method): Use new argument layout. Don't count
1896 void as an argument.
1897 (print_arg_types): Update comments. Use new argument layout.
1898 (recursive_dump_type): Don't print arg_types member.
1899 * hpread.c (hpread_read_struct_type): Use new argument layout.
1900 (fixup_class_method_type): Likewise.
1901 (hpread_type_lookup): Likewise.
1902 * stabsread.c (read_type): Update calls to read_args and
1903 smash_to_method_type.
1904 (read_args): Use new argument layout. Simplify.
1905 * valops.c (typecmp): Use new argument layout. Update parameters
1906 and comments. Simplify.
1907 (hand_function_call): Use new argument layout.
1908 (search_struct_method): Update call to typecmp.
1909 (find_overload_match): Use new argument layout.
1910
6da02953
DJ
19112002-06-13 Daniel Jacobowitz <drow@mvista.com>
1912
1913 * NEWS: Mention multithreaded debug support for gdbserver.
1914
519b2366
DJ
19152002-06-13 Daniel Jacobowitz <drow@mvista.com>
1916
1917 * MAINTAINERS: Mention NEWS.
1918
a7f48742
DJ
19192002-06-13 Daniel Jacobowitz <drow@mvista.com>
1920
1921 * gdbserver/regcache.c: Add comment.
1922
6c0d6680
DJ
19232002-06-13 Daniel Jacobowitz <drow@mvista.com>
1924
1925 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
1926 (struct mips_objfile_private, compare_pdr_entries): New.
1927 (non_heuristic_proc_desc): Read the ".pdr" section if it
1928 is present.
1929
6529d2dd
AC
19302002-06-12 Andrew Cagney <ac131313@redhat.com>
1931
1932 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
1933 (arm_debug): New static variable.
1934 (_initialize_arm_tdep): Add ``set debug arm'' command.
1935
26216b98
AC
19362002-06-12 Andrew Cagney <ac131313@redhat.com>
1937
1938 * Makefile.in (sim_arm_h): Define.
1939 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
1940 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
1941 (arm_register_sim_regno): New function, map an internal REGNUM
1942 onto a simulator register number.
1943 (arm_gdbarch_init): Set register_sim_regno.
1944
814b3ba0
AH
19452002-06-09 Aldy Hernandez <aldyh@redhat.com>
1946
1947 * MAINTAINERS: Add self.
1948
475b0867
JB
19492002-06-11 Jim Blandy <jimb@redhat.com>
1950
919d772c
JB
1951 * source.c (source_info): Mention whether the symtab has
1952 information about preprocessor macros.
1953
475b0867
JB
1954 Call the command `info macro', not `show macro'.
1955 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
1956 Fix error message.
1957 (_initialize_macrocmd): Register `info_macro_command' in
1958 `infolist', not `showlist'.
1959
9e364162
DJ
19602002-06-11 Daniel Jacobowitz <drow@mvista.com>
1961
1962 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
1963 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
1964 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
1965 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
1966 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
1967 unconditionally.
1968 (set_mipsfpu_single_command, set_mipsfpu_double_command)
1969 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
1970 (_initialize_mips_tdep): Remove dead code.
1971 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
1972 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
1973 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
1974 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
1975 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
1976 MIPS_LAST_FP_ARG_REGNUM): Remove.
1977
19782002-06-11 Daniel Jacobowitz <drow@mvista.com>
1979
1980 * gdbserver/thread-db.c: New file.
1981 * gdbserver/proc-service.c: New file.
1982 * gdbserver/acinclude.m4: New file.
1983 * gdbserver/Makefile.in: Add GDBSERVER_LIBS, gdb_proc_service_h,
1984 proc-service.o, and thread-db.o.
1985 (linux-low.o): Add USE_THREAD_DB.
1986 * gdbserver/acconfig.h: Add HAVE_PRGREGSET_T, HAVE_PRFPREGSET_T,
1987 HAVE_LWPID_T, HAVE_PSADDR_T, and PRFPREGSET_T_BROKEN.
1988 * gdbserver/aclocal.m4: Regenerated.
1989 * gdbserver/config.in: Regenerated.
1990 * gdbserver/configure: Regenerated.
1991 * gdbserver/configure.in: Check for proc_service.h, sys/procfs.h,
1992 thread_db.h, and linux/elf.h headrs.
1993 Check for lwpid_t, psaddr_t, prgregset_t, prfpregset_t, and
1994 PRFPREGSET_T_BROKEN. Introduce srv_thread_depfiles and USE_THREAD_DB.
1995 Check for -lthread_db and thread support.
1996 * gdbserver/configure.srv: Enable thread_db support for ARM, i386, MIPS,
1997 PowerPC, and SuperH.
1998 * gdbserver/i387-fp.c: Constify arguments.
1999 * gdbserver/i387-fp.h: Likewise.
2000 * gdbserver/inferiors.c: (struct thread_info): Renamed from
2001 `struct inferior_info'. Remove PID member. Use generic inferior
2002 list header. All uses updated.
2003 (inferiors, signal_pid): Removed.
2004 (all_threads): New variable.
2005 (get_thread): Define.
2006 (add_inferior_to_list): New function.
2007 (for_each_inferior): New function.
2008 (change_inferior_id): New function.
2009 (add_inferior): Removed.
2010 (remove_inferior): New function.
2011 (add_thread): New function.
2012 (free_one_thread): New function.
2013 (remove_thread): New function.
2014 (clear_inferiors): Use for_each_inferior and free_one_thread.
2015 (find_inferior): New function.
2016 (find_inferior_id): New function.
2017 (inferior_target_data): Update argument type.
2018 (set_inferior_target_data): Likewise.
2019 (inferior_regcache_data): Likewise.
2020 (set_inferior_regcache_data): Likewise.
2021 * gdbserver/linux-low.c (linux_bp_reinsert): Remove.
2022 (all_processes, stopping_threads, using_thrads)
2023 (struct pending_signals, debug_threads, pid_of): New.
2024 (inferior_pid): Replace with macro.
2025 (struct inferior_linux_data): Remove.
2026 (get_stop_pc, add_process): New functions.
2027 (linux_create_inferior): Restore SIGRTMIN+1 before calling exec.
2028 Use add_process and add_thread.
2029 (linux_attach_lwp): New function, based on old linux_attach. Use
2030 add_process and add_thread. Set stop_expected for new threads.
2031 (linux_attach): New function.
2032 (linux_kill_one_process): New function.
2033 (linux_kill): Kill all LWPs.
2034 (linux_thread_alive): Use find_inferior_id.
2035 (check_removed_breakpoints, status_pending_p): New functions.
2036 (linux_wait_for_process): Renamed from linux_wait_for_one_inferior.
2037 Update. Use WNOHANG. Wait for cloned processes also. Update process
2038 struct for the found process.
2039 (linux_wait_for_event): New function.
2040 (linux_wait): Use it. Support LWPs.
2041 (send_sigstop, wait_for_sigstop, stop_all_processes)
2042 (linux_resume_one_process, linux_continue_one_process): New functions.
2043 (linux_resume): Support LWPs.
2044 (REGISTER_RAW_SIZE): Remove.
2045 (fetch_register): Use register_size instead. Call supply_register.
2046 (usr_store_inferior_registers): Likewise. Call collect_register.
2047 Fix recursive case.
2048 (regsets_fetch_inferior_registers): Improve error message.
2049 (regsets_store_inferior_registers): Add debugging.
2050 (linux_look_up_symbols): Call thread_db_init if USE_THREAD_DB.
2051 (unstopped_p, linux_signal_pid): New functions.
2052 (linux_target_ops): Add linux_signal_pid.
2053 (linux_init_signals): New function.
2054 (initialize_low): Call it. Initialize using_threads.
2055 * gdbserver/regcache.c (inferior_regcache_data): Add valid
2056 flag.
2057 (get_regcache): Fetch registers lazily. Add fetch argument
2058 and update all callers.
2059 (regcache_invalidate_one, regcache_invalidate): New
2060 functions.
2061 (new_register_cache): Renamed from create_register_cache.
2062 Return the new regcache.
2063 (free_register_cache): Change argument to a void *.
2064 (registers_to_string, registers_from_string): Call get_regcache
2065 with fetch flag set.
2066 (register_data): Make static. Pass fetch flag to get_regcache.
2067 (supply_register): Call get_regcache with fetch flag clear.
2068 (collect_register): Call get_regcache with fetch flag set.
2069 (collect_register_as_string): New function.
2070 * gdbserver/regcache.h: Update.
2071 * gdbserver/remote-utils.c (putpkt): Flush after debug output and use
2072 stderr.
2073 Handle input interrupts while waiting for an ACK.
2074 (input_interrupt): Use signal_pid method.
2075 (getpkt): Flush after debug output and use stderr.
2076 (outreg): Use collect_register_as_string.
2077 (new_thread_notify, dead_thread_notify): New functions.
2078 (prepare_resume_reply): Check using_threads. Set thread_from_wait
2079 and general_thread.
2080 (look_up_one_symbol): Flush after debug output.
2081 * gdbserver/server.c (step_thread, server_waiting): New variables.
2082 (start_inferior): Don't use signal_pid. Update call to mywait.
2083 (attach_inferior): Update call to mywait.
2084 (handle_query): Handle qfThreadInfo and qsThreadInfo.
2085 (main): Don't fetch/store registers explicitly. Use
2086 set_desired_inferior. Support proposed ``Hs'' packet. Update
2087 calls to mywait.
2088 * gdbserver/server.h: Update.
2089 (struct inferior_list, struct_inferior_list_entry): New.
2090 * gdbserver/target.c (set_desired_inferior): New.
2091 (write_inferior_memory): Constify.
2092 (mywait): New function.
2093 * gdbserver/target.h: Update.
2094 (struct target_ops): New signal_pid method.
2095 (mywait): Removed macro, added prototype.
2096
2097 * gdbserver/linux-low.h (regset_func): Removed.
2098 (regset_fill_func, regset_store_func): New.
2099 (enum regset_type): New.
2100 (struct regset_info): Add type field. Use new operation types.
2101 (struct linux_target_ops): stop_pc renamed to get_pc.
2102 Add decr_pc_after_break and breakpoint_at.
2103 (get_process, get_thread_proess, get_process_thread)
2104 (strut process_info, all_processes, linux_attach_lwp)
2105 (thread_db_init): New.
2106
2107 * gdbserver/linux-arm-low.c (arm_get_pc, arm_set_pc,
2108 arm_breakpoint, arm_breakpoint_len, arm_breakpoint_at): New.
2109 (the_low_target): Add new members.
2110 * gdbserver/linux-i386-low.c (i386_store_gregset, i386_store_fpregset)
2111 (i386_store_fpxregset): Constify.
2112 (target_regsets): Add new kind identifier.
2113 (i386_get_pc): Renamed from i386_stop_pc. Simplify.
2114 (i386_set_pc): Add debugging.
2115 (i386_breakpoint_at): New function.
2116 (the_low_target): Add new members.
2117 * gdbserver/linux-mips-low.c (mips_get_pc, mips_set_pc)
2118 (mips_breakpoint, mips_breakpoint_len, mips_reinsert_addr)
2119 (mips_breakpoint_at): New.
2120 (the_low_target): Add new members.
2121 * gdbserver/linux-ppc-low.c (ppc_get_pc, ppc_set_pc)
2122 (ppc_breakpoint, ppc_breakpoint_len, ppc_breakpoint_at): New.
2123 (the_low_target): Add new members.
2124 * gdbserver/linux-sh-low.c (sh_get_pc, sh_set_pc)
2125 (sh_breakpoint, sh_breakpoint_len, sh_breakpoint_at): New.
2126 (the_low_target): Add new members.
2127 * gdbserver/linux-x86-64-low.c (target_regsets): Add new kind
2128 identifier.
2129
23aa4c72
ML
21302002-06-11 Michal Ludvig <mludvig@suse.cz>
2131
2132 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
2133 (unwind_tmp_obstack_free, parse_frame_info)
2134 (update_context, cfi_read_fp, cfi_write_fp)
2135 (cfi_frame_chain, cfi_init_extra_frame_info)
2136 (cfi_virtual_frame_pointer): Use the above function.
264d1763 2137 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
23aa4c72 2138
70eb15a4
CV
21392002-06-11 Corinna Vinschen <vinschen@redhat.com>
2140
2141 * v850-tdep.c (v850_type_is_scalar): New function.
2142 (v850_use_struct_convention): Match current gcc implementation
2143 as close as possible.
2144 (v850_push_arguments): Fix stack_offset handling. Don't write
2145 struct_addr into register. This is done by v850_store_struct_return.
2146 (v850_extract_return_value): Care for structs.
2147 (v850_store_return_value): Ditto.
2148 (v850_store_struct_return): Actually write address.
2149
482a4d06
ML
21502002-06-11 Michal Ludvig <mludvig@suse.cz>
2151
2152 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
2153 without debug information too.
2154
d855c300
AC
21552002-06-10 Andrew Cagney <ac131313@redhat.com>
2156
2157 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
2158 Make multi-arch pure.
2159 * gdbarch.h, gdbarch.c: Re-generate.
2160 * arm-tdep.c (arm_print_float_info): Update.
2161 * arch-utils.h (default_print_float_info): Update.
2162 * arch-utils.c (default_print_float_info): Update.
2163 * infcmd.c (float_info): Update call.
2164
dd12a101
AC
21652002-06-10 Andrew Cagney <ac131313@redhat.com>
2166
2167 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
2168 the front of the initialize list.
2169
101dcfbe
AC
21702002-06-10 Andrew Cagney <ac131313@redhat.com>
2171
2172 * infrun.c (struct inferior_status): Replace fields
2173 selected_frame_address and selected_level with field
2174 selected_frame_id.
2175 (save_inferior_status): Update. Use get_frame_id.
2176 (struct restore_selected_frame_args): Delete.
2177 (restore_selected_frame): Update. Use frame_find_by_id.
2178 (restore_inferior_status): Update.
2179
2180 * breakpoint.h (struct breakpoint): Change type of
2181 watchpoint_frame to frame_id.
2182 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
2183 call to get_current_frame.
2184 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
2185 get_current_frame.
2186 (watchpoint_check): Use frame_find_by_id.
2187
2188 * frame.h (record_selected_frame): Delete declaration.
2189 * stack.c (record_selected_frame): Delete function.
2190
2191 * frame.h (struct frame_id): Define.
2192 (get_frame_id): Declare.
2193 (frame_find_by_id): Declare.
2194 * frame.c (frame_find_by_id): New function.
2195 (get_frame_id): New function.
2196
304270b6
AV
21972002-06-10 Andrey Volkov <avolkov@transas.com>
2198
2199 * ser-e7kpc.c: Fix duplicated define and call of
2200 _initialize_ser_e7000pc
2201
2f2cf184
DJ
22022002-06-09 Daniel Jacobowitz <drow@mvista.com>
2203
2204 * signals/signals.c (target_signal_from_host): Fix #ifdef
2205 SIGRTMIN case.
2206 (do_target_signal_to_host): Likewise.
2207
caaa3122
DJ
22082002-06-09 Daniel Jacobowitz <drow@mvista.com>
2209
2210 * mips-tdep.c (mips_find_abi_section): New function.
2211 (mips_gdbarch_init): Call it.
2212
6ac5df3a
MK
22132002-06-09 Mark Kettenis <kettenis@gnu.org>
2214
2215 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
2216 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
2217 after Andrew's 2002-06-08 gdbarch change.
2218
82ea117a
MK
22192002-06-09 Mark Kettenis <kettenis@gnu.org>
2220
2221 * i386-linux-nat.c (suppy_gregset): Don't supply
2222 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
2223 register cache.
2224 (fill_gregset): Don't fetch it under the same circumstances.
2225
3c25f8c7
AC
22262002-06-09 Andrew Cagney <cagney@redhat.com>
2227
2228 * Makefile.in (callback_h): Define.
2229 (remote_sim_h): Update path to remote-sim.h.
2230 (remote-rdp.o): Add $(callback_h).
2231 (remote-sim.o): Use $(callback_h).
2232 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
2233 * remote-rdp.c: Include "gdb/callback.h".
2234
1029b7fa
MK
22352002-06-09 Mark Kettenis <kettenis@gnu.org>
2236
2237 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
2238 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
2239
616675d3
AC
22402002-06-08 Andrew Cagney <ac131313@redhat.com>
2241
a3efda28
AC
2242 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
2243 * rdi-share/serpardr.c: Ditto.
2244 * rdi-share/unixcomm.c: Ditto.
2245 * rdi-share/serdrv.c: Ditto.
2246 * rdi-share/hostchan.h: Ditto.
2247 * rdi-share/hostchan.c: Ditto.
2248 * rdi-share/host.h: Ditto.
2249 * rdi-share/devsw.c: Ditto.
2250
c5f10366
AC
2251 * objfiles.h: Change type of obj_private to void pointer.
2252 * pa64solib.c: Update copyright. Don't include "assert.h", use
2253 strcmp instead of STREQ, use LONGEST, do not use PTR
2254 * somsolib.c: Ditto.
2255
616675d3
AC
2256 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
2257 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
2258 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
2259
e4b415d9
AC
22602002-06-08 Andrew Cagney <ac131313@redhat.com>
2261
2262 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
2263 (default_get_saved_register): Delete function.
2264 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
2265 generic_unwind_get_saved_register.
2266 * gdbarch.h, gdbarch.c: Re-generate.
2267
ca0d0b52
AC
22682002-06-08 Andrew Cagney <ac131313@redhat.com>
2269
2270 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
2271 generic_func_frame_chain_valid.
2272 * gdbarch.h, gdbarch.c: Re-generate.
2273 * blockframe.c (generic_func_frame_chain_valid): Only check
2274 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
2275 passing FP to PC_IN_CALL_DUMMY.
2276 Fix PR gdb/360.
2277
76860b5f
AC
22782002-06-08 Andrew Cagney <ac131313@redhat.com>
2279
2280 * gdbarch.sh (struct gdbarch_data): Add field init_p.
2281 (register_gdbarch_data): Initialize init_p.
2282 (gdbarch_data): Initialize data pointer using the init function.
2283 (init_gdbarch_data): Delete function.
2284 (gdbarch_update_p): Update.
2285 (initialize_non_multiarch): Update.
2286 (struct gdbarch): Add field initialized_p.
2287 * gdbarch.h, gdbarch.c: Re-generate.
2288
8dda9770
ML
22892002-06-07 Michal Ludvig <mludvig@suse.cz>
2290
2291 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
2292 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
2293 better do the things actually here.
2294 * x86-64-tdep.c (x86_64_register_name2nr): New.
2295 (x86_64_register_name): Renamed to x86_64_register_nr2name.
2296 (x86_64_gdbarch_init): Respect the above change.
2297 * x86-64-tdep.h (x86_64_register_name2nr)
2298 (x86_64_register_nr2name): Add prototypes.
2299 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
2300
3d79a47c
MS
23012002-06-06 Michael Snyder <msnyder@redhat.com>
2302
7bd91a28
MS
2303 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
2304 Delete extra braces and re-indent.
2305 (d10v_store_return_value): Char return values
3d79a47c
MS
2306 must be shifted over by one byte in R0.
2307 (d10v_extract_return_value): Delete extra braces, re-indent.
2308
095a4c96
EZ
23092002-06-06 Elena Zannoni <ezannoni@redhat.com>
2310
2311 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
2312 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
2313 (d10v_integer_to_address): Rewrite.
2314 (d10v_frame_init_saved_regs): When reading fp and sp registers use
2315 the d10v specific functions which take care of converting to the
2316 correct space.
2317
e8a77ca4
EZ
23182002-06-06 Elena Zannoni <ezannoni@redhat.com>
2319
2320 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
2321 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
2322
4f2e4a4f
AC
23232002-06-02 Andrew Cagney <ac131313@redhat.com>
2324
2325 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
2326 includes.
2327 * config/tm-linux.h: Ditto.
2328 * config/alpha/tm-alphalinux.h: Ditto.
2329 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
2330 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
2331 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
2332 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
2333 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
2334 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
2335 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
2336 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
2337 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
2338 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
2339 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
2340 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
2341 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
2342 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
2343 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
2344 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
2345 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
2346 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
2347 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
2348 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
2349 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
2350 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
2351 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
2352 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
2353 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
2354 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
2355 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
2356 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
2357 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
2358 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
2359 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
2360 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
2361 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
2362 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
2363 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
2364 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
2365 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
2366
ae2ab2ce
AS
23672002-05-04 Aidan Skinner <aidan@velvet.net>
2368
2369 * ada-exp.tab.c: New file
2370 * ada-exp.y: New file
2371 * ada-lang.c: New file
2372 * ada-lang.h: New file
2373 * ada-lex.c: New file
2374 * ada-lex.l: New file
2375 * ada-tasks.c: New file
2376 * ada-typeprint.c: New file
2377 * ada-valprint.c: New file
2378
0ddd0135
JT
23792002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
2380
2381 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
2382 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
2383
750fbacc
JT
23842002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
2385
2386 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
2387 insetead of ppc-linux-tdep.o.
2388 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
2389 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
2390
df94e18a
AC
23912002-06-02 Andrew Cagney <ac131313@redhat.com>
2392
2393 2002-05-07 Christian Groessler <chris@groessler.org>
2394 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
2395 bit register contents for little endian hosts.
2396
1a38ab75
AC
23972002-06-01 Andrew Cagney <ac131313@redhat.com>
2398
2399 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
2400 any maintainer.
2401
8b1632ac
AC
24022002-06-01 Andrew Cagney <ac131313@redhat.com>
2403
2404 * gdbarch.h: Regenerate.
2405
627054c8
AC
24062002-06-01 Andrew Cagney <ac131313@redhat.com>
2407
2408 * MAINTAINERS: Add everyone to write-after-approval list.
2409
4f460812
AC
24102002-06-01 Andrew Cagney <ac131313@redhat.com>
2411
2412 * stack.c (frame_info): Use frame_register_unwind instead of
2413 saved_regs. Mention when the SP is on the stack or in a register.
2414
2415 * frame.h (frame_register_unwind_ftype): Define. Document.
2416 (struct frame_info): Add field register_unwind and
2417 register_unwind_cache.
2418 (frame_register_unwind): Declare.
2419 (generic_unwind_get_saved_register): Declare.
2420
2421 * frame.c (frame_register_unwind): New function.
2422 (generic_unwind_get_saved_register): New function.
2423
2424 * blockframe.c (generic_call_dummy_register_unwind): New function.
2425 (frame_saved_regs_register_unwind): New function.
2426 (set_unwind_by_pc): New function.
2427 (create_new_frame): New function.
2428 (get_prev_frame): New function.
2429
de888f76
AC
24302002-05-30 Andrew Cagney <ac131313@redhat.com>
2431
2432 * a29k-share/: Delete directory.
2433 * remote-vx29k.c: Delete file.
2434
2f2c3626
JT
24352002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
2436
2437 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
2438 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
2439
9ce5c36a
JT
24402002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
2441
2442 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
2443 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
2444 (sparc64nbsd-nat.o)
2445 (sparcnbsd-nat.o)
2446 (sparcnbsd-tdep.o): New dependency lists.
2447 * NEWS: Note new UltraSPARC NetBSD native configuration.
2448 * configure.host (sparc64-*-netbsd*): New host.
2449 * configure.tgt (sparc-*-netbsdelf*)
2450 (sparc-*-netbsd*): Set gdb_target to nbsd.
2451 (sparc64-*-netbsd*): New target.
2452 * sparc64nbsd-nat.c: New file.
2453 * sparcnbsd-nat.c: New file.
2454 * sparcnbsd-tdep.c: New file.
2455 * sparcnbsd-tdep.h: New file.
2456 * config/sparc/nbsd.mt: New file.
2457 * config/sparc/nbsd64.mh: New file.
2458 * config/sparc/nbsd64.mt: New file.
2459 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
2460 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
2461 (HOST_IPC): Remove.
2462 * config/sparc/nbsdaout.mt: Remove.
2463 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
2464 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
2465 (HOST_IPC): Remove.
2466 * config/sparc/nbsdelf.mt: Remove.
2467 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
2468 sparc-nat.c compatiblity defines.
2469 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
2470 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
2471 * config/sparc/tm-nbsd64.h: New file.
2472 * config/sparc/tm-nbsdaout.h: Remove.
2473 * config/sparc/xm-nbsd.h: Remove.
2474
ef3cf062
JT
24752002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
2476
2477 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
2478 * sparc-tdep.c: Include osabi.h.
2479 (gdbarch_tdep): Add osabi member.
2480 (_initialize_sparc_tdep): Use gdbarch_register.
2481 (sparc_gdbarch_init): Use generic OS ABI framework.
2482 (sparc_dump_tdep): New function.
2483
ee8ff470
KB
24842002-05-30 Kevin Buettner <kevinb@redhat.com>
2485
2486 * corefile.c (do_captured_read_memory_integer): Return non-zero
2487 result.
2488 (safe_read_memory_integer): Copy result of memory read when
2489 status is non-zero. Also, add comments.
2490
7b112f9c
JT
24912002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
2492
2493 * Makefile.in (ppc_tdep_h): Define.
2494 (ppc-linux-nat.o)
2495 (ppc-linux-tdep.o)
2496 (rs6000-tdep.o): Use $(ppc_tdep_h).
2497 (ppc-sysv-tdep.o)
2498 (ppcnbsd-nat.o)
2499 (ppcnbsd-tdep.o): New dependency lists.
2500 * ppc-tdep.h: Use generic OS ABI framework.
357edbbc
JT
2501 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
2502 (ppc_linux_init_abi): New functions.
7b112f9c
JT
2503 (ppc_sysv_abi_broken_use_struct_convention)
2504 (ppc_sysv_abi_use_struct_convention)
2505 (ppc_sysv_abi_push_arguments): Move to...
2506 * ppc-sysv-tdep.c: ...here.
2507 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
2508 * rs6000-tdep.c (process_note_abi_tag_sections)
2509 (get_elfosabi): Remove.
2510 (rs6000_gdbarch_init): Use generic OS ABI framework.
2511 (rs6000_dump_tdep): New function.
2512 (_initialize_rs6000_tdep): Use gdbarch_register.
2513 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
2514 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
2515 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
2516 of ppc-linux-tdep.o.
2517 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
2518 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
2519 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
2520 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
2521 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
2522 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
2523
480dd42a
JB
25242002-05-29 Jim Blandy <jimb@redhat.com>
2525
2526 * macroscope.c (default_macro_scope): Put `void' in empty argument
2527 list.
2528
4182591f
AC
25292002-05-29 Andrew Cagney <ac131313@redhat.com>
2530
2531 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
2532 * arch-utils.c: Include "sim-regno.h".
2533 * gdbarch.sh: Don't include "sim-regno.h".
2534 * gdbarch.h, gdbarch.c: Regenerate.
2535 * sim-regno.h (legacy_register_sim_regno): Move declaration from
2536 here.
2537 * arch-utils.h (legacy_register_sim_regno): To here.
2538 * remote-sim.c (legacy_register_sim_regno): Move function from
2539 here.
2540 * arch-utils.c (legacy_register_sim_regno): To here.
2541
8238d0bf
AC
25422002-05-28 Andrew Cagney <ac131313@redhat.com>
2543
2544 * sim-regno.h: New file.
2545 * Makefile.in (sim_regno_h): Define.
2546 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
2547 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
2548 (legacy_register_sim_regno): New function.
2549 (one2one_register_sim_regno): New function.
2550 (gdbsim_fetch_register): Rewrite.
2551 (gdbsim_store_register): Only store a register when
2552 REGISTER_SIM_REGNO is valid.
2553 * d10v-tdep.c: Include "sim-regno.h".
2554 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
2555 (d10v_ts3_register_sim_regno): Ditto.
2556 * gdbarch.sh: Include "sim-regno.h".
2557 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
2558 * gdbarch.h, gdbarch.c: Regenerate.
2559 * arch-utils.h (default_register_sim_regno): Delete declaration.
2560 * arch-utils.c (default_register_sim_regno): Delete function.
2561
485721b1
JT
25622002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
2563
2564 * ppcnbsd-nat.c: Rewrite.
2565 * ppcnbsd-tdep.c: New file.
2566 * ppcnbsd-tdep.h: New file.
2567 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
2568 solib.o, and solib-svr4.o.
2569 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
2570 nbsd-tdep.o, and corelow.o.
2571
697f244d
AC
25722002-05-28 Andrew Cagney <ac131313@redhat.com>
2573
2574 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
2575 `tr' and `sed'. Mention that `broken' targets are not expected to
2576 build.
2577
f08caad1 25782002-05-27 Michal Ludvig <mludvig@suse.cz>
b1ab997b
ML
2579
2580 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
2581 Let PC point right after the prologue before looking up symbols.
2582
3139facc
MH
25832002-05-27 Martin M. Hunt <hunt@redhat.com>
2584
2585 * i386-tdep.c (i386_register_virtual_type): Return
2586 builtin_type_vec128i for SSE registers.
2587
2588 * gdbtypes.h (builtin_type_vec128i): Declare.
2589
2590 * gdbtypes.c (build_builtin_type_vec128i): New function.
2591 (builtin_type_v2_double, builtin_type_v4_int64): New types.
2592 (builtin_type_vec128i): New type for SSE2 128-bit registers.
2593 (build_gdbtypes): Initialize new builtin vector types.
2594 (_initialize_gdbtypes): Register new vector types with gdbarch.
2595
6e3ba3b8
JT
25962002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
2597
2598 * MAINTAINERS: ns32k is not longer an obsolete candidate,
2599 since it has been multi-arch'd.
2600 * NEWS: Note that ns32k-*-* is now partial multi-arch.
2601 Move Alpha and VAX multi-arch news entries to same section
2602 as other multi-arch news.
2603
93d5585d
JT
26042002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
2605
2606 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
2607 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
2608 static. Rename some register numbers to put them in ns32k-tdep
2609 private namespace.
2610 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
2611 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
2612 functions.
2613 (_initialize_ns32k_tdep): Use gdbarch_register.
2614 * ns32k-tdep.h: New file.
2615 * ns32knbsd-tdep.c: New file.
2616 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
2617 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
2618 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
2619 REGISTER_BYTES, REGISTER_BYTE): Remove.
2620 * config/ns32k/tm-ns32k.h: New file.
2621 * config/ns32k/tm-umax.h: Remove.
2622
efb2c70e
JT
26232002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
2624
2625 * ns32k-tdep.c (ns32k_saved_pc_after_call,
2626 ns32k_store_struct_return, ns32k_extract_return_value,
2627 ns32k_store_return_value, ns32k_extract_struct_value_address): New
2628 functions.
2629 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
2630 ns32k_saved_pc_after_call.
2631 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
2632 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
2633 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
2634 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
2635 ns32k_extract_struct_value_address.
2636
7bcc927b
JT
26372002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
2638
2639 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
2640 ns32k_fix_call_dummy): New.
2641 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
2642 ns32k_call_dummy_words.
2643 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
2644 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
2645 CALL_DUMMY_NARGS): Remove.
2646 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
2647
78f9d765
JT
26482002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
2649
2650 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
2651 ns32k_frame_saved_pc, ns32k_frame_args_address,
2652 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
2653 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
2654 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
2655 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
2656 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
2657 (BREAKPOINT): Remove..
2658 (FRAME_CHAIN): Define as ns32k_frame_chain.
2659 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
2660 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
2661 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
2662 (FRAME_FIND_SAVED_REGS): Remove.
2663 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
2664 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
2665 (POP_FRAME): Define as ns32k_pop_frame.
2666
f2c762e0
JT
26672002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
2668
2669 * ns32k-tdep.c (ns32k_register_byte_32082,
2670 ns32k_register_byte_32382, ns32k_register_raw_size,
2671 ns32k_register_virtual_size, ns32k_register_virtual_type): New
2672 functions.
2673 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
2674 ns32k_register_byte_32382.
2675 * config/ns32k/tm-umax.h: Update copyright years.
2676 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
2677 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
2678 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
2679 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
2680 (ns32k_get_enter_addr): Fix prototype.
2681
af137673
JT
26822002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
2683
2684 * ns32k-tdep.c: Update copyright years.
2685 (ns32k_register_name_32082): New function.
2686 (ns32k_register_name_32382): Ditto.
2687 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
2688 (REGISTER_NAME): Define as ns32k_register_name_32382.
2689 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
2690 (REGISTER_NAME): Define as ns32k_register_name_32082.
2691
a8bc7b56
JB
26922002-05-24 Jim Blandy <jimb@redhat.com>
2693
2694 * dwarf2read.c (free_line_header): Use xfree, not free.
2695
83a45910
JT
26962002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
2697
2698 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
2699 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
2700
0db71247
AC
27012002-05-23 Andrew Cagney <ac131313@redhat.com>
2702
2703 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
2704
b9e5e4dd
AC
27052002-05-23 Andrew Cagney <ac131313@redhat.com>
2706
2707 From Ross Alexander at NEC Europe:
2708 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
2709
de530e84
MS
27102002-05-23 Michael Snyder <msnyder@redhat.com>
2711
2712 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
2713 for input, rather than parse_and_eval_address.
2714
b91b96f4
AC
27152002-05-23 Andrew Cagney <ac131313@redhat.com>
2716
2717 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
2718 * Makefile.in (sim_d10v_h): Update definition.
2719
8b279e7a
AC
27202002-05-24 Andrew Cagney <cagney@redhat.com>
2721
2722 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
2723 change `2002-05-22 Michael Snyder' below.
2724 (d10v_push_arguments): Ditto.
2725 (d10v_extract_return_value): Ditto.
2726
0a3d0425
JB
27272002-05-23 Jim Blandy <jimb@redhat.com>
2728
2729 * macrotab.c (check_for_redefinition): Don't complain if the new
2730 definition is the same as the previous one. Take more arguments
2731 to allow the comparison.
2732 (macro_define_object, macro_define_function): Pass more arguments
2733 to check_for_redefinition.
2734
78eac43e
MS
27352002-05-22 Michael Snyder <msnyder@redhat.com>
2736
2737 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
2738 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
2739 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
2740 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
2741 Don't bail if return_pc is PC_IN_CALL_DUMMY.
2742 Add a temp variable to save a call (and a memory read).
2743 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
2744 if possible (so that PC_IN_CALL_DUMMY will work).
2745
9bc1edb8
CV
27462002-05-22 Corinna Vinschen <vinschen@redhat.com>
2747
2748 * MAINTAINERS: Remove status `OBSOLETE' from v850.
2749
005ef3d2
ML
27502002-05-22 Michal Ludvig <mludvig@suse.cz>
2751
2752 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
2753 fde->cie_ptr.
2754 (dwarf2_build_frame_info): Corrected handling of eh_frame.
2755 (dwarf2_build_frame_info): Add offset to fde->initial_location
2756 so that frames of shared libraries are mapped correctly.
6c3eb890
ML
2757 (execute_stack_op): Change type of 'result' from ULONGEST to
2758 CORE_ADDR.
005ef3d2 2759
fcf4f891
JT
27602002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
2761
2762 * config/alpha/tm-nbsd.h: Include solib.h.
2763
cfef91e4
JT
27642002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
2765
2766 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
2767 assumptions about the host's byte order.
2768
9964235a
JT
27692002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
2770
2771 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
2772 to dependency list.
2773 * alphanbsd-tdep.c: Include solib-svr4.h.
2774 * shnbsd-tdep.c: Ditto.
2775
9eeef8ef
JT
27762002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
2777
2778 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
2779 nbsd-tdep.h to dependency list.
2780 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
2781 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
2782 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
2783 nbsdaout.mh and nbsdelf.mh consistently.
2784 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
2785 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
2786 nbsdaout.mt and nbsdelf.mh consistently.
2787 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
2788 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
2789 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
2790 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
2791 a.out shared library stuff from here...
2792 * config/nm-nbsdaout.h: ...to here.
2793 * config/tm-nbsd.h: Remove.
2794 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
2795 * config/arm/nbsd.mh: Remove.
2796 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
2797 nbsd-tdep.o.
2798 * config/arm/nbsdaout.mh: New file.
2799 * config/arm/nbsdelf.mh: New file.
2800 * config/arm/nm-nbsdaout.h: New file.
2801 * config/i386/nbsd.mh: Remove.
2802 * config/i386/nbsd.mt: Remove.
2803 * config/i386/nbsdaout.mh: New file.
2804 * config/i386/nbsdaout.mt: New file.
2805 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
2806 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
2807 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
2808 i386_register_u_addr): Remove.
2809 * config/i386/nm-nbsdaout.h: New file.
2810 * config/i386/nm-nbsdelf.h: Remove.
2811 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
2812 (USE_STRUCT_CONVENTION): Remove.
2813 * config/i386/tm-nbsdaout.h: New file.
2814 * config/i386/tm-nbsdelf.h: Remove.
2815 * config/m68k/nbsd.mh: Remove.
2816 * config/m68k/nbsd.mt: Remove.
2817 * config/m68k/nbsdaout.mh: New file.
2818 * config/m68k/nbsdaout.mt: New file.
2819 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
2820 * config/m68k/nm-nbsdaout.h: New file.
2821 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
2822 (IN_SOLIB_CALL_TRAMPOLINE): Define.
2823 * config/ns32k/nbsd.mh: Remove.
2824 * config/ns32k/nbsd.mt: Remove.
2825 * config/ns32k/nbsdaout.mh: New file.
2826 * config/ns32k/nbsdaout.mt: New file.
2827 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
2828 * config/ns32k/nm-nbsdaout.h: New file.
2829 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
2830 (IN_SOLIB_CALL_TRAMPOLINE): Define.
2831 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
2832 (SVR4_SHARED_LIBS): Remove.
2833 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
2834 * config/sparc/nbsd.mh: Remove.
2835 * config/sparc/nbsd.mt: Remove.
2836 * config/sparc/nbsdaout.mh: New file.
2837 * config/sparc/nbsdaout.mt: New file.
2838 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
2839 * config/sparc/nbsdelf.mt: New file.
2840 * config/sparc/nm-nbsdaout.h: New file.
2841 * config/sparc/nm-nbsdelf.h: Remove.
2842 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
2843 * config/sparc/tm-nbsdaout.h: New file.
2844
257ce470
JT
28452002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
2846
2847 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
2848 mipsnbsd-tdep.c
2849 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
2850
76a6d5fe
JT
28512002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
2852
2853 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
2854 shnbsd-nat.c.
2855 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
2856
45888261
JT
28572002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
2858
2859 * NEWS: Note new MIPS NetBSD native configuration.
2860 * configure.host (mips*-*-netbsd*): New host.
2861 * configure.tgt (mips*-*-netbsd*): New target.
2862 * mipsnbsd-nat.c: New file.
2863 * mipsnbsd-tdep.c: New file.
2864 * mipsnbsd-tdep.h: New file.
2865 * config/mips/nbsd.mh: New file.
2866 * config/mips/nbsd.mt: New file.
2867 * config/mips/nm-nbsd.h: New file.
2868 * config/mips/tm-nbsd.h: New file.
2869
70f80edf
JT
28702002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
2871
2872 * Makefile.in (SFILES): Add osabi.c.
2873 (COMMON_OBS): Add osabi.o.
2874 (osabi.o): New dependency list.
2875 * osabi.c: New file.
2876 * osabi.h: New file.
2877 * doc/gdbint.texinfo: Document new generic OS ABI framework.
2878
2879 * Makefile.in (alpha_tdep_h): Define and use instead of
2880 alpha-tdep.h.
2881 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
2882 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
2883 Remove.
2884 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
2885 * alpha-tdep.h: Include osabi.h.
2886 (alpha_abi): Remove.
2887 (gdbarch_tdep): Use generic OS ABI framework.
2888 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
2889 gdbarch_register_osabi.
2890 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
2891 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
2892 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
2893
2894 * Makefile.in (sh_tdep_h): Add osabi.h.
2895 * sh-tdep.h (sh_osabi): Remove.
2896 (gdbarch_tdep): Use generic OS ABI framework.
2897 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
2898 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
2899 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
2900 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
2901
2902 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
2903 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
2904 gdbarch_register_osabi.
2905 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
2906 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
2907 (get_elfosabi): Rename to...
2908 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
2909 ABI framework support routines.
2910 (arm_gdbarch_init): Use generic OS ABI framework.
2911 (arm_dump_tdep): Likewise.
2912 (_initialize_arm_tdep): Likewise.
2913 * arm-tdep.h: Include osabi.h.
2914 (arm_abi): Remove.
2915 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
2916 osabi member.
2917 (arm_gdbarch_register_os_abi): Remove prototype.
2918 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
2919 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
2920
2921 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
2922 * mips-tdep.c: Include osabi.h.
2923 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
2924 OS ABI framework.
2925
d194345b
KH
29262002-05-20 Kazu Hirata <kazu@cs.umass.edu>
2927
2928 * h8300-tdep.c: Fix formatting.
2929
70c6b0d1
EZ
29302002-05-20 Elena Zannoni <ezannoni@redhat.com>
2931
2932 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
2933 printing vector registers.
2934
165b8e33
AC
29352002-05-19 Andrew Cagney <ac131313@redhat.com>
2936
2937 From Fernando Nasser:
2938 * remote.c (remote_async_open_1): Re-throw the exception when the
2939 connection fails.
2940 (remote_cisco_open): Ditto.
2941 (remote_open_1): Ditto.
2942
36918e70
AC
29432002-05-19 Andrew Cagney <ac131313@redhat.com>
2944
2945 * remote.c (remote_start_remote_dummy): Add uiout parameter.
2946 (remote_start_remote): Add uiout parameter. Pass through to
2947 remote_start_remote_dummy.
2948 (remote_open_1): Use catch_exception instead of catch_errors.
2949 (remote_async_open_1): Ditto.
2950 (remote_cisco_open): Ditto.
2951
ae44c0c4
AC
29522002-05-19 Andrew Cagney <ac131313@redhat.com>
2953
2954 * remote.c (remote_start_remote): Replace PTR with void pointer.
2955 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
2956 static.
2957
8efe637d
AC
29582002-05-18 Andrew Cagney <ac131313@redhat.com>
2959
2960 * gdb_indent.sh: Allow the script to be run in the sim directory.
2961
2f1b5984
MK
29622002-05-18 Mark Kettenis <kettenis@gnu.org>
2963
f0f625e2
MK
2964 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
2965 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
2966
2f1b5984
MK
2967 * corelow.c (core_open): Only call set_gdbarch_from_file if
2968 exec_bfd is NULL.
2969
fc974602
AV
29702002-05-17 Andrey Volkov <avolkov@transas.com>
2971
2972 * h8300-tdep.c: Add support of EXR register
2973 * config/h8300/tm-h8300.h: Ditto.
2974
906709f4
AV
29752002-05-17 Andrey Volkov <avolkov@transas.com>
2976
2977 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
2978
6e591d68
AV
29792002-05-17 Andrey Volkov <avolkov@transas.com>
2980
2981 * h8300-tdep.c: Change literal regnums to REGNO.
2982
84f0252a
JB
29832002-05-17 Jim Blandy <jimb@redhat.com>
2984
e0e9281e
JB
2985 * NEWS: Note addition of macro support.
2986
84f0252a
JB
2987 Expand preprocessor macros in C expressions.
2988 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
2989 (scan_macro_expansion, scanning_macro_expansion,
2990 finished_macro_expansion): New function declarations.
2991 (expression_macro_lookup_func, expression_macro_lookup_baton): New
2992 variable declarations.
2993 * parser-defs.h (expression_context_pc): New declaration.
2994 * parse.c (expression_context_pc): New variable.
2995 (parse_exp_1): Set expression_context_pc, as well as
2996 expression_context_block.
2997 * c-exp.y (yylex): If we're not already reading the result of a
2998 macro expansion, try to macro-expand the next token. When we're
2999 done scanning a macro expansion, switch back to the mainline text.
3000 Commas and `if's in a macro's expansion don't terminate the input.
3001 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
3002 (macro_original_text, macro_expanded_text,
3003 expression_macro_lookup_func, expression_macro_lookup_baton): New
3004 variables.
3005 (scan_macro_expansion, scanning_macro_expansion,
3006 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
3007 c_preprocess_and_parse): New functions.
3008 (c_language_defn, cplus_language_defn, asm_language_defn): Call
3009 c_preprocess_and_parse, instead of c_parse.
3010 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
3011 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
3012
1c509ca8
JR
3013Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
3014
3015 * sh-tdep.c (gdb_print_insn_sh64): Delete.
3016 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
3017 (sh_gdbarch_init): Always use gdb_print_insn_sh.
3018
2250ee0c
CV
30192002-05-17 Corinna Vinschen <vinschen@redhat.com>
3020
3021 * NEWS: Add section for multi-arched targets. Add v850 to that section.
3022
ab3b8126
JT
30232002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
3024
3025 * Makefile.in (sh_tdep_h): Define and use.
3026 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
3027 register enum): Move to...
3028 * * sh-tdep.h: ...here.
3029 * sh-tdep.c: Include sh-tdep.h.
3030 * sh3-rom.c: Likewise.
3031 * shnbsd-tdep.c: Likewise.
3032
ed9d4749
MS
30332002-05-16 Michael Snyder <msnyder@redhat.com>
3034
3035 * arm-tdep.c: Spelling fix in comment.
3036
2e276125
JB
30372002-05-16 Jim Blandy <jimb@redhat.com>
3038
6821892e
JB
3039 Add commands for manually expanding macros and showing their
3040 definitions.
3041 * macrocmd.c, macroscope.c, macroscope.h: New files.
3042 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
3043 (macroscope_h): New variable.
3044 (HFILES_NO_SRCDIR): Add macroscope.h.
3045 (COMMON_OBS): Add macrocmd.o, macroscope.o.
3046 (macroscope.o, macrocmd.o): New rules.
3047
2e276125
JB
3048 Teach the Dwarf 2 reader to read macro information.
3049 * dwarf2read.c: #include "macrotab.h".
3050 (dwarf_macinfo_buffer): New variable.
3051 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
3052 dwarf_macinfo_size.
3053 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
3054 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
3055 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
3056 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
3057 dwarf2_macro_spaces_in_definition): New complaints.
3058 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
3059 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
3060 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
3061 the partial symbol table.
3062 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
3063 from what's recorded in the partial symbol table.
3064 (read_file_scope): If the compilation unit has a
3065 `DW_AT_macro_info' attribute, read its macro information.
3066 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
3067
2f53fe6c
DJ
30682002-05-16 Daniel Jacobowitz <drow@mvista.com>
3069
3070 Fix PR gdb/546
3071 * ser-tcp.c: Don't include <netinet/udp.h>.
3072
2be99286
SC
30732002-05-16 Stephane Carrez <stcarrez@nerim.fr>
3074
3075 * MAINTAINERS: Update my email address.
3076
c9af212b 30772002-05-16 Richard Earnshaw <rearnsha@arm.com>
8501bbeb
RE
3078
3079 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
3080 include file of the same name.
3081
bf5f1a52
CV
30822002-05-16 Corinna Vinschen <vinschen@redhat.com>
3083
3084 * configure.tgt: Mark v850 as multi-arched.
3085 * config/v850/tm-v850.h: Remove file.
3086 * config/v850/v850.mt: Eliminate TM_FILE.
3087
435e042a
CV
30882002-05-16 Corinna Vinschen <vinschen@redhat.com>
3089
3090 * v850-tdep.c: Full multi-arch.
3091 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
3092 Define GDB_MULTI_ARCH to 2.
3093
9819c6c8
PM
30942002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
3095
3096 * p-exp.y (current_type): New static variable.
3097 Carries the type of the expression at the position that is parsed.
3098 (push_current_type, pop_current_type): Two new functions. Used
3099 to store/restore current_type in expression on specific tokens.
c9af212b
RE
3100 (search_field): New static variable. Set to one after parsing a point
3101 as at that point only a FIELDNAME token should be searched.
9819c6c8
PM
3102 (FIELDNAME): New token. After a point only a token belonging to
3103 current_type type definition is allowed.
3104 (all over token rules): reset and change current_type according
3105 to rules.
3106 (exp '[' rule): insert implicit array index field if
3107 exp is a pascal string type.
3108
3a06899a
CV
31092002-05-16 Corinna Vinschen <vinschen@redhat.com>
3110
3111 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
3112 frame info. Use frame_info's saved_regs instead of matching member
3113 in extra_frame_info throughout.
3114 (v850_frame_init_saved_regs): New function.
3115 (v850_init_extra_frame_info): Move most functionality into
3116 v850_frame_init_saved_regs().
3117 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
3118 (v850_frame_find_saved_regs): Remove declaration.
3119 (FRAME_FIND_SAVED_REGS): Remove definition.
3120 (v850_frame_init_saved_regs): Add declaration.
3121 (FRAME_INIT_SAVED_REGS): Add definition.
3122
6ed14b0e
CV
31232002-05-16 Corinna Vinschen <vinschen@redhat.com>
3124
3125 * v850-tdep.c: Begin multi-arch'ing v850.
3126 (v850_target_architecture_hook): Remove function.
3127 (v850_gdbarch_init): New function. Add code previously in
3128 v850_target_architecture_hook().
3129 (_initialize_v850_tdep): Don't set target_architecture_hook.
3130 Call register_gdbarch_init() instead.
3131
42725910
DJ
31322002-05-16 Daniel Jacobowitz <drow@mvista.com>
3133
3134 * gdbtypes.h (struct cplus_struct_type): Remove args field.
3135 * hpread.c (hpread_read_struct_type): Remove assignments to args.
3136 (fixup_class_method_type): Likewise.
3137
0bc68c49
DJ
31382002-05-15 Daniel Jacobowitz <drow@mvista.com>
3139
3140 From Martin Pool <mbp@samba.org>:
3141 * gdbserver/server.c (gdbserver_usage): New function.
3142 (main): Call it.
3143
99d9066e
JB
31442002-05-15 Jim Blandy <jimb@redhat.com>
3145
3146 Add macro structures to GDB's symbol tables. Nobody puts anything
3147 in them yet.
3148 * symtab.h (struct symtab): New member: `macro_table'.
3149 * buildsym.h (pending_macros): New global variable.
3150 * buildsym.c: #include "macrotab.h".
3151 (buildsym_init): Initialize `pending_macros'.
3152 (end_symtab): If we found macro information while reading a CU's
3153 debugging info, do build a symtab structure for it. Make the
3154 symtab point to the macro information, and clear the
3155 `pending_macros' pointer which held it while we were reading the
3156 debug info.
3157 (really_free_pendings): Free any pending macro table.
3158 * objfiles.h (struct objfile): New member: `macro_cache'.
3159 * objfiles.c (allocate_objfile): Set allocate and free functions
3160 for the macro cache's objstack.
3161 (free_objfile): Empty the macro cache's obstack.
3162 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
3163 set new allocate and free functions for it.
3164 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
3165 free functions for the macro cache's objstack. (Why is this
3166 function building its own objfile?)
3167 * symmisc.c (print_objfile_statistics): Print statistics on the
3168 macro bcache.
3169 * Makefile.in: Note that buildsym.o depends on macrotab.h.
3170
c899585b
RE
31712002-05-15 Richard Earnshaw <rearnsha@arm.com>
3172
3173 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
3174 (REGISTER_U_ADDR): Delete definition.
3175 (arm_register_u_addr): Delete declaration.
3176
a6cdd8c5
RE
31772002-05-15 Richard Earnshaw <rearnsha@arm.com>
3178
3179 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
3180 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
3181
fd3a5ca1
DJ
31822002-05-14 Daniel Jacobowitz <drow@mvista.com>
3183
3184 * gdbserver/mem-break.c (reinsert_breakpoint_by_bp): Correct typo
3185 stop_at -> stop_pc.
3186
c97dcfc7
AC
31872002-05-14 Andrew Cagney <ac131313@redhat.com>
3188
3189 * regcache.c (register_valid): Revise comments refering to "Not
3190 available" and "unavailable".
3191 * frame.c (frame_register_read): Ditto.
3192 * findvar.c (value_of_register): Ditto.
3193
93021b7d
AC
31942002-05-15 Andrew Cagney <cagney@redhat.com>
3195
3196 * Makefile.in (remote_sim_h): Replace remote-sim_h.
3197 (remote-sim.o): Update dependencies.
3198 (d10v-tdep.o): Specify dependencies.
3199 (sim_d10v_h): Define.
3200
a86bc61c
JB
32012002-05-14 Jim Blandy <jimb@redhat.com>
3202
3203 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
3204 * macrotab.c (macro_lookup_inclusion, find_definition,
3205 new_macro_table): Same.
3206
3207 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
3208 not `! strcmp ()'. This is a dubious improvement.
3209 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
3210
3211 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
3212 although it's not necessary, to avoid a warning.
3213
2fdde8f8
DJ
32142002-05-14 Daniel Jacobowitz <drow@mvista.com>
3215
3216 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
3217 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
3218 TYPE_INSTANCE_FLAGS.
3219 (struct main_type): New.
3220 (struct type): Move most members to struct main_type. Change
3221 cv_type and as_type to new type_chain member. Add instance_flags.
3222 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
3223 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
3224 (finish_cv_type): Remove prototype.
3225 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
3226 Set TYPE_CHAIN.
3227 (alloc_type_instance): New function.
3228 (smash_type): New function.
3229 (make_pointer_type, make_reference_type, make_function_type)
3230 (smash_to_member_type, smash_to_method_type): Call smash_type.
3231 (make_qualified_type): New function.
3232 (make_type_with_address_space): Call make_qualified_type.
3233 (make_cv_type): Likewise.
3234 (finish_cv_type): Remove unnecessary function.
3235 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
3236 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
3237 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
3238 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
3239 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
3240 * hpread.c (hpread_read_struct_type): Likewise.
3241 * stabsread.c (read_struct_type): Likewise.
3242
843fedf4
EZ
32432002-05-14 Elena Zannoni <ezannoni@redhat.com>
3244
3245 * configure.tgt: Add a catch all sh* target, for cases like
3246 sh[2,3,4]-elf and sh-hms.
3247
05a6c72c
KS
32482002-05-14 Keith Seitz <keiths@redhat.com>
3249
3250 * event-loop.c (create_file_handler): Don't do anything but
3251 update data when we are given a fd which we are already
3252 monitoring.
3253
5d085aaf
ML
32542002-05-14 Michal Ludvig <mludvig@suse.cz>
3255
3256 * dwarf2cfi.c (context_cpy): Copy registers correctly.
3257 (update_context): Use __func__ in warnings.
3258
9db8d71f
DJ
32592002-05-14 Daniel Jacobowitz <drow@mvista.com>
3260
3261 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
3262 and tcp_close to net_open and net_close.
3263 (net_open): Accept "udp:" and "tcp:" specifications. Connect
3264 using UDP if requested. Don't try to disable Nagle on UDP
3265 sockets.
3266 * remote.c (remote_serial_open): New function. Warn about UDP.
3267 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
3268
5dbc6baa
EZ
32692002-05-13 Elena Zannoni <ezannoni@redhat.com>
3270
3271 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
3272
cc3023f7
EZ
32732002-05-13 Elena Zannoni <ezannoni@redhat.com>
3274
3275 * configure.tgt: Remove sh-hms target.
3276 * MAINTAINERS: Don't list sh-hms as a separate target.
3277
ec2bcbe7
JB
32782002-05-13 Jim Blandy <jimb@redhat.com>
3279
3280 Add first preprocessor macro-expansion files.
3281 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
3282 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
3283 (splay_tree_h, macroexp_h, macrotab_h): New variable.
3284 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
3285 (COMMON_OBS): Add macrotab.o, macroexp.o.
3286 (macroexp.o, macrotab.o): New rules.
3287
6d531722
AC
32882002-05-13 Andrew Cagney <ac131313@redhat.com>
3289
3290 * config/m88k/tm-m88k.h: Update copyright.
3291 (m88k_target_write_pc): Declare
3292 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
3293 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
3294 (SHIFT_INST_REGS): Update definition.
3295 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
3296 using old definition of TARGET_WRITE_PC.
3297 * regcache.c (generic_target_write_pc): Delete code handling
3298 NNPC_REGNUM.
3299 * gdbarch.sh (NNPC_REGNUM): Delete.
3300 * gdbarch.h, gdbarch.c: Regenerate.
3301
3e3f2739
RE
33022002-05-13 Richard Earnshaw <rearnsha@arm.com>
3303
3304 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
3305 builtin reg number.
3306
0004e5a2
DJ
33072002-05-13 Daniel Jacobowitz <drow@mvista.com>
3308
3309 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
3310 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
3311 (gen_address_of, gen_struct_ref, gen_repeat): Use type
3312 access macros.
3313 * c-typeprint.c (cp_type_print_method_args): Likewise.
3314 (c_type_print_args): Likewise.
3315 * d10v-tdep.c (d10v_push_arguments): Likewise.
3316 (d10v_extract_return_value): Likewise.
3317 * expprint.c (print_subexp): Likewise.
3318 * gdbtypes.c (lookup_primitive_typename): Likewise.
3319 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
3320 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
3321 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
3322 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
3323 (TYPE_VECTOR): Likewise.
3324 * hpread.c (hpread_read_struct_type)
3325 (fix_static_member_physnames, fixup_class_method_type)
3326 (hpread_type_lookup): Likewise.
3327 * mdebugread.c (parse_symbol, parse_type): Likewise.
3328 * p-lang.c (is_pascal_string_type): Likewise.
3329 * valops.c (hand_function_call): Likewise.
3330 * x86-64-tdep.c (classify_argument): Likewise.
3331
3332 * hpread.c (hpread_read_function_type)
3333 (hpread_read_doc_function_type): Call replace_type.
3334 * dstread.c (create_new_type): Delete.
3335 (decode_dst_structure, process_dst_function): Call alloc_type.
3336 Use type access macros.
3337
dff95cc7
MK
33382002-05-12 Mark Kettenis <kettenis@gnu.org>
3339
3340 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
3341 the're not supported by the current architecture.
3342 (i387_fill_fxsave): Likewise.
3343
bbcd32ad
FF
33442002-05-12 Fred Fish <fnf@redhat.com>
3345
3346 * symfile.c (default_symfile_offsets): Arrange for uninitialized
3347 sect_index_xxx members to index the first slot in section_offsets
3348 if all of the section_offsets are zero.
3349
89cf4787
MK
33502002-05-12 Mark Kettenis <kettenis@gnu.org>
3351
3352 * configure.tgt (sparc-*openbsd): Remove entry accidentially
3353 checked in with last change.
3354
1f77ffc5
MK
33552002-05-12 Mark Kettenis <kettenis@gnu.org>
3356
3357 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
3358 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
3359 config.sub.
3360
89b8b4a9
DJ
33612002-05-12 Daniel Jacobowitz <drow@mvista.com>
3362
3363 * Makefile.in: Update dependencies.
3364
14a5e767
AC
33652002-05-11 Andrew Cagney <ac131313@redhat.com>
3366
3367 * language.c (local_hex_string_custom): Simplify. Do not depend
3368 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
3369
3370 * memattr.c (mem_info_command): Replace calls to
3371 longest_local_hex_string and longest_local_hex_string_custom.
3372 * buildsym.c (make_blockvector): Ditto.
3373 * solib.c (info_sharedlibrary_command): Ditto.
3374 * tracepoint.c (tracepoints_info): Ditto.
3375 * symtab.c (print_msymbol_info): Ditto.
3376
3377 * language.c (local_hex_string): Delete.
3378 (local_hex_string_custom): Delete.
3379 (longest_local_hex_string): Rename to local_hex_string.
3380 (longest_local_hex_string_custom): Rename to
3381 local_hex_string_custom.
3382 * language.h (local_hex_string): Change parameter type to LONGEST.
3383 (local_hex_string_custom): Ditto.
3384 (longest_local_hex_string): Delete declaration.
3385 (longest_local_hex_string_custom): Ditto.
3386
3387 * solib.c: Update copyright.
3388 * memattr.c: Update copyright.
3389
13d01224
AC
33902002-05-11 Andrew Cagney <ac131313@redhat.com>
3391
3392 * arch-utils.h (legacy_register_to_value): Declare.
3393 (legacy_value_to_register): Declare.
3394 (legacy_convert_register_p): Declare.
3395 * arch-utils.c (legacy_register_to_value): New function.
3396 (legacy_value_to_register): New function.
3397 (legacy_convert_register_p): New function.
3398
3399 * gdbarch.sh (REGISTER_TO_VALUE): Define.
3400 (VALUE_TO_REGISTER): Define.
3401 (CONVERT_REGISTER_P): Define.
3402 * gdbarch.h, gdbarch.c: Regenerate.
3403
3404 * valops.c (value_assign): Use CONVERT_REGISTER_P and
3405 VALUE_TO_REGISTER.
3406 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
3407 CONVERT_REGISTER_P.
3408
4a1970e4
DJ
34092005-05-11 Daniel Jacobowitz <drow@mvista.com>
3410 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3411
3412 * Makefile.in: Update dependencies for valops.c.
3413 * valops.c: Include "gdb_assert.h".
3414 (typecmp): Skip THIS parameter to methods.
3415 (find_method_list): Remove static_memfuncp argument,
3416 update callers. Check for stub methods.
3417 (find_value_oload_method_list): Don't set *static_memfuncp.
3418 (find_overload_match): Don't check for stub methods. Assert
3419 that methods are not stubbed. Handle static methods.
3420 (value_find_oload_method_list): Remove static_memfuncp argument.
3421 * gdbtypes.c (check_stub_method): Do not add THIS pointer
3422 to the argument list for static stub methods.
3423 * value.h (value_find_oload_method_list): Update prototype.
3424
b2e75d78
AC
34252002-05-11 Andrew Cagney <ac131313@redhat.com>
3426
3427 * arch-utils.h (generic_register_size): Declare.
3428 (generic_register_raw_size, generic_register_virtual_size): Delete
3429 declarations.
3430 * arch-utils.c (generic_register_raw_size): Delete.
3431 (generic_register_size): New function.
3432 (generic_register_virtual_size): Delete.
3433
3434 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
3435 default generic_register_size.
3436 * gdbarch.h, gdbarch.c: Re-generate.
3437
3438 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
3439 register_virtual_size.
3440 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
3441 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
3442
451fbdda
AC
34432002-05-11 Andrew Cagney <ac131313@redhat.com>
3444
3445 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
3446 * gdbarch.h, gdbarch.c: Regenerate.
3447 * gnu-v3-abi.c: Update copyright.
3448 (vtable_address_point_offset): Update.
3449 (gnuv3_rtti_type): Update.
3450 (gnuv3_baseclass_offset): Update.
3451 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
3452 (init_fetch_link_map_offsets): Update.
3453 * remote.c (get_remote_state): Update.
3454
6d2f5cea
DJ
34552002-05-11 Daniel Jacobowitz <drow@mvista.com>
3456
3457 * TODO: Remove value_headof/value_from_vtable_info comment.
3458 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
3459 * values.c (value_headof, value_from_vtable_info): Delete.
3460 * value.h (value_from_vtable_info): Delete prototype.
3461
d2324da4
AC
34622002-05-11 Andrew Cagney <ac131313@redhat.com>
3463
3464 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
3465 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
3466 $(gdb_regex_h).
3467 (gdb_assert_h): Define.
3468 (gdb_wait_h): Define.
3469 (gdb_regex_h): Define.
3470
5c717440
DJ
34712002-05-11 Daniel Jacobowitz <drow@mvista.com>
3472
3473 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
3474 * linespec.c (find_methods): Handle GCC 3.x template constructors.
3475
6c7861b3
JT
34762002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
3477
3478 * nbsd-tdep.c: Fix comment.
3479
ea5bc2a6
JT
34802002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
3481
3482 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
3483 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
3484 (nbsd-tdep.o): New dependency list.
3485 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
3486 nbsd-tdep.h.
3487 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
3488 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
3489 * nbsd-tdep.c: New file.
3490 * nbsd-tdep.h: New file.
3491 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
3492 nbsd-tdep.h.
3493 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
3494 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
3495 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
3496 * config/sh/nbsd.mt (TDEPFILES): Ditto.
3497
b28da865
JT
34982002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
3499
3500 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
3501 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
3502 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
3503 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
3504 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
3505 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
3506
4b8ff1fa
JT
35072002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
3508
3509 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
3510 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
3511 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
3512 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
3513 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
3514 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
3515 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
3516
dfe6eb1f
JT
35172002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
3518
3519 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
3520 fetch_elfcore_registers to...
3521 * i386nbsd-tdep.c: ...here.
3522 (i386nbsd_use_struct_convention): Rename to...
3523 (i386nbsd_aout_use_struct_convention): ...this.
3524 (i386nbsd_supply_reg): New function.
3525 (i386nbsd_fill_reg): New function.
3526 (fetch_core_registers): Use i386nbsd_supply_reg.
3527 (fetch_elfcore_registers): Likewise.
3528 (_initialize_i386nbsd_tdep): New function.
3529 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
3530 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
3531 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
3532 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
3533 (i386nbsd_aout_use_struct_convention): ...this.
3534
20cb8cda
JT
35352002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
3536
3537 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
3538 (store_inferior_registers): Use shnbsd_fill_reg.
3539 * shnbsd-tdep.c (sh_nbsd_supply_registers,
3540 sh_nbsd_supply_register): Collapse into...
3541 (shnbsd_supply_reg): ...this.
3542 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
3543 (shnbsd_fill_reg): ...this.
3544 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
3545 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
3546 (fetch_core_registers): Use shnbsd_supply_reg.
3547 (fetch_elfcore_registers): Use shnbsd_supply_reg.
3548 (sh_nbsd_core_fns): Rename to...
3549 (shnbsd_core_fns): ...this.
3550 (sh_nbsd_elfcore_fns): Rename to...
3551 (shnbsd_elfcore_fns): ...this.
3552 (sh_nbsd_init_abi): Rename to...
3553 (shnbsd_init_abi): ...this.
3554 (_initialize_sh_nbsd_tdep): Rename to...
3555 (_initialize_shnbsd_tdep): ...this.
3556 * shnbsd-tdep.h (sh_nbsd_supply_registers,
3557 sh_nbsd_supply_register, sh_nbsd_fill_registers,
3558 sh_nbsd_fill_register): Remove prototypes.
3559 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
3560
e750d25e
JT
35612002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
3562
3563 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
3564 (i387-nat.o): Delete dependency list.
3565 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
3566 (x86-64-linux-nat.o): Likewise.
3567 * i387-nat.c: Delete file, moving contents to...
3568 * i387-tdep.c: ...here.
3569 * i387-nat.h: Rename...
3570 * i387-tdep.h: ...to this.
3571 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
3572 * i386-linux-nat.c: Likewise.
3573 * i386bsd-nat.c: Likewise.
3574 * i386gnu-nat.c: Likewise.
3575 * i386nbsd-nat.c: Likewise.
3576 * i386v4-nat.c: Likewise.
3577 * x86-64-linux-nat.c: Likewise.
3578 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
3579 * config/i386/go32.mh (NATDEPFILES): Likewise.
3580 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
3581 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
3582 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
3583 * config/i386/linux.mh (NATDEPFILES): Likewise.
3584 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
3585 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
3586 * config/i386/obsd.mh (NATDEPFILES): Likewise.
3587 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
3588
1aee598a
JT
35892002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
3590
3591 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
3592 (alphanbsd-nat.o): Remove dependency list.
3593 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
3594 * alphanbsd-nat.c: Delete. Contents moved to...
3595 * alphanbsd-tdep.c: ...here.
3596 (_initialize_alphanbsd_tdep): Register core functions.
3597 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
3598
12bcb0fe
JT
35992002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
3600
3601 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
3602 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
3603 (alphanbsd-nat.o): Likewise.
3604 (alphabsd-tdep.o): New dependency list.
3605 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
3606 (fill_gregset): Use alphabsd_fill_reg.
3607 (supply_fpregset): Use alphabsd_supply_fpreg.
3608 (fill_fpregset): Use alphabsd_fill_fpreg.
3609 (fetch_inferior_registers): Use struct reg and struct fpreg
3610 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
3611 and alphabsd_supply_fpreg.
3612 (store_inferior_registers): Use struct reg and struct fpreg
3613 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
3614 and alphabsd_fill_fpreg.
3615 * alphabsd-tdep.c: New file.
3616 * alphabsd-tdep.h: New file.
3617 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
3618 (fetch_elfcore_registers): Use alphabsd_supply_reg and
3619 alphabsd_supply_fpreg.
3620 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
3621 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
3622
361d1df0
EC
36232002-05-11 Eric Christopher <echristo@redhat.com>
3624
3625 * mips-tdep.c (mips_double_register_type): Fix thinko.
3626 (mips_single_register_type): Ditto.
3627 * MAINTAINERS: Add self.
3628
92dd7cee
MK
36292002-05-11 Mark Kettenis <kettenis@gnu.org>
3630
3631 * i387-nat.c (i387_supply_register, i387_fill_fsave,
3632 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
3633 right thing on architectures with different endianness and/or
3634 integer sizes.
3635
e27da16d
JT
36362002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
3637
3638 From Christian Limpach <chris@Pin.LU>
3639 * configure.in: Change sed expression which comments out
3640 NATDEPFILES to also comment out continuation lines.
3641 * configure: Regenerate.
3642
ddde02bd
EZ
36432002-05-10 Elena Zannoni <ezannoni@redhat.com>
3644
3645 * sh-tdep.c: Clean up code erroneously reintroduced by previous
3646 big patch.
3647
1c922164
EZ
36482002-05-10 Elena Zannoni <ezannoni@redhat.com>
3649
3650 * sh-tdep.c: Include correct file.
3651
283150cd
EZ
36522002-05-10 Elena Zannoni <ezannoni@redhat.com>
3653
3654 New support for sh64-elf (sh5) target.
3655
3656 * configure.tgt: For sh64-elf target, default to sh-elf.
3657
3658 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
3659 (struct gdbarch_tdep): Add new fields for new registers and ABI
3660 info.
361d1df0 3661
283150cd
EZ
3662 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
3663 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
3664 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
3665 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
3666 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
3667 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
3668 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
3669 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
3670 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
3671 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
3672 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
3673 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
3674 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
3675 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
3676 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
3677 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
3678 sh64_get_gdb_regnum, sh64_media_reg_base_num,
3679 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
3680 sign_extend, sh64_nofp_frame_init_saved_regs,
3681 sh64_init_extra_frame_info, sh64_get_saved_register,
3682 sh64_extract_struct_value_address, sh64_pop_frame,
3683 sh64_push_arguments, sh64_extract_return_value,
3684 sh64_store_return_value, sh64_show_media_regs,
3685 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
3686 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
3687 sh_sh64_register_virtual_type,
3688 sh_sh64_register_convert_to_virtual,
3689 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
3690 sh64_register_read, sh64_pseudo_register_write,
3691 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
3692 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
3693 sh64_do_pseudo_register, sh_compact_do_registers_info,
3694 sh64_do_registers_info, sh_gdbarch_init): New functions.
3695
3117ed25
EZ
36962002-05-10 Elena Zannoni <ezannoni@redhat.com>
3697
3698 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
3699
2654e6d4
DJ
37002002-05-10 Daniel Jacobowitz <drow@mvista.com>
3701
3702 * linespec.c (decode_line_1): Check for a double quote after
3703 a filename correctly.
3704
9ab3e532
JB
37052002-05-10 Jim Blandy <jimb@redhat.com>
3706
3707 Properly track the size of the current objfile's .debug_line section.
3708 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
3709 (DWARF_LINE_SIZE): New macro.
3710 (dwarf2_build_psymtabs_hard): Record the line section's size in
3711 the partial symbol table.
3712 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
3713 symbol table.
3714
126fa72d
PS
37152002-05-10 Petr Sorfa <petrs@caldera.com>
3716
3717 * ia64-tdep.c: Handle breakpoints on L instruction type
3718 in MLX instruction bundle by moving the breakpoint to
3719 the third slot (X instruction type) as L holds only data.
3720
1f077a3e
KB
37212002-05-10 Kevin Buettner <kevinb@redhat.com>
3722
3723 * dbxread.c (discarding_local_symbols_complaint): New complaint.
3724 (process_one_symbol): Complain about discarding local symbols
3725 due to a misplaced N_LBRAC entry.
3726
8120c9d5 37272002-05-09 Elena Zannoni <ezannoni@redhat.com>
361d1df0
EC
3728
3729 From Daniel Berlin <dan@cgsoftware.com>
8120c9d5
EZ
3730 * linespec.c (find_toplevel_char): '<' and '>' also increase and
3731 decrease the depth we are at, in the case of templates.
361d1df0 3732
67b2c998
DJ
37332002-05-09 Daniel Jacobowitz <drow@mvista.com>
3734
3735 * mips-tdep.c (mips_float_register_type): New function.
3736 (mips_double_register_type): New function.
3737 (mips_print_register): Use them.
3738 (do_fp_register_row): Likewise.
3739
fd326606
DJ
37402002-05-09 Daniel Jacobowitz <drow@mvista.com>
3741
6609d9af 3742 * signals/signals.c (signals): Remove conditional compilation around
fd326606 3743 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
6609d9af 3744 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
fd326606 3745
bef35864
MS
37462002-05-09 Michael Snyder <msnyder@redhat.com>
3747
3748 * remote-rdp.c (remote_rdp_can_run): Remove.
3749
c55a3f73
TT
37502002-05-09 Tom Tromey <tromey@redhat.com>
3751
3752 * jv-valprint.c (java_val_print): Handle `char' as a special case
3753 of TYPE_CODE_INT.
3754
b8d5e71d
MS
37552002-05-09 Michael Snyder <msnyder@redhat.com>
3756
3757 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
3758 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
361d1df0 3759 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
b8d5e71d 3760 str r(0123),[sp,#nn].
361d1df0 3761 (arm_skip_prologue): Ditto. Also make disassembly
b8d5e71d
MS
3762 order-independent by placing it in a loop.
3763
e2cd42dd
MS
37642002-05-06 Michael Snyder <msnyder@redhat.com>
3765
3766 * stabsread.c (read_type): Add recognition for new attribute:
3767 "@V;" means that an array type is actually a vector.
3768 This is analogous to the vector flag that's been added to dwarf2.
3769
3ce1502b
MK
37702002-05-09 Mark Kettenis <kettenis@gnu.org>
3771
3772 * i386-tdep.h (i386_abi): New enum.
3773 (struct gdbarch_tdep): Replace os_ident member with abi.
3774 (i386_gdbarch_register_os_abi): New prototype.
3775 * i386-tdep.c (i386_abi_names): New array.
3776 (process_note_abi_tag_sections): Removed.
3777 (process_note_sections): New function.
3778 (i386_elf_abi_from_note, i386_elf_abi): New functions.
3779 (struct i386_abi_handler): New struct.
3780 (i386_abi_handler_list): New variable.
3781 (i386_gdbarch_register_os_abi): New function.
3782 (i386_gdbarch_init): Adapt for the changes given above.
3783
084c156a
DJ
37842002-05-08 Daniel Jacobowitz <drow@mvista.com>
3785
3786 * gregset.h: Say "GNU/Linux".
3787
6599f021
EZ
37882002-05-08 Elena Zannoni <ezannoni@redhat.com>
3789
3790 * gdbtypes.c : Add new builtin type for 64 bit vectors.
3791 (build_gdbtypes): Build builtin_type_v2_float.
3792 (_initialize_gdbtypes): Register new builtin type.
3793
40af4b0c
AC
37942002-05-08 Andrew Cagney <ac131313@redhat.com>
3795
3796 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
3797 (clear_gdbarch_swap): New function.
3798 (initialize_non_multiarch): Call.
3799 (gdbarch_update_p): Before calling init(), swap out and clear the
3800 existing architecture.
3801 * gdbarch.c: Regenerate.
3802
4fe84f46
JT
38032002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
3804
3805 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
3806 alphanbsd-tdep.c.
3807
4015edd1
JT
38082002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
3809
3810 * sh-nbsd-nat.c: Rename to...
3811 * shnbsd-nat.c: ...this.
3812 * sh-nbsd-tdep.c: Rename to...
3813 * shnbsd-tdep.c: ...this.
3814 * sh-nbsd-tdep.h: Rename to...
3815 * shnbsd-tdep.h: ...this.
3816 * config/sh/nbsd.mh: Use shnbsd-nat.o.
3817 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
3818
0e2bd219
RE
38192002-05-08 Richard Earnshaw <rearnsha@arm.com>
3820
3821 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
3822 concatenation for command help messages.
3823
13a38d45
JT
38242002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
3825
3826 * NEWS: Note new sh*-*-netbsdelf* configuration.
3827 * configure.host: Set gdb_host_cpu to sh for all sh*.
3828 (sh*-*-netbsdelf*): New host.
3829 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
3830 (sh*-*-netbsdelf*): New target.
3831 * sh-nbsd-nat.c: New file.
3832 * sh-nbsd-tdep.c: New file.
3833 * sh-nbsd-tdep.h: New file.
3834 * config/sh/nbsd.mh: New file.
3835 * config/sh/nbsd.mt: New file.
3836 * config/sh/nm-nbsd.h: New file.
3837 * config/sh/tm-nbsd.h: New file.
3838
d658f924
JT
38392002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
3840
3841 * sh-tdep.c (sh_osabi_names): Declare.
3842 (process_note_abi_tag_sections): New function.
3843 (get_elfosabi): Ditto.
3844 (sh_gdbarch_register_os_abi): Ditto.
3845 (sh_dump_tdep): Ditto.
3846 _initialize_sh_tdep): Use gdbarch_register to register
3847 sh_gdbarch_init and sh_dump_tdep.
3848 * config/sh/tm-sh.h (sh_osabi): Declare.
3849 (gdbarch_tdep): Add sh_osabi and osabi_name members.
3850
848cfffb
AC
38512002-05-07 Andrew Cagney <ac131313@redhat.com>
3852
3853 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
3854 (thumb_scan_prologue): Ditto.
3855 (arm_find_callers_reg): Ditto.
3856 (arm_frame_chain): Ditto.
3857 (arm_init_extra_frame_info): Ditto.
3858 (arm_frame_saved_pc): Ditto.
3859 (arm_pop_frame): Ditto.
3860 (arm_push_return_address): New function.
3861 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
3862 call_dummy_location, call_dummy_breakpoint_offset_p,
3863 call_dummy_breakpoint_offset, call_dummy_p,
3864 call_dummy_stack_adjust_p, call_dummy_words,
3865 sizeof_call_dummy_words, call_dummy_start_offset,
3866 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
3867 call_dummy_address, push_return_address and push_dummy_frame for
3868 generic dummy frames.
3869
e7d717c0
JT
38702002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
3871
3872 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
3873 size computation for alloca.
3874 (sh_fp_frame_init_saved_regs): Likewise.
3875
7bbcf283
RE
38762002-05-07 Richard Earnshaw <rearnsha@arm.com>
3877
3878 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
3879 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
361d1df0 3880 * arm-tdep.c (arm_store_return_value): Use them.
7bbcf283
RE
3881 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
3882 * remote-rdp.c (remote_rdp_fetch_register): Use
3883 ARM_MAX_REGISTER_RAW_SIZE.
3884 (remote_rdp_store_register): Likewise.
3885
4657573b
ML
38862002-05-07 Michal Ludvig <mludvig@suse.cz>
3887
361d1df0 3888 * dwarf2cfi.c: Code cleanup, removed unused variables,
4657573b
ML
3889 added default labels to switch {} statements.
3890 * x86-64-tdep.c: Ditto.
3891 * x86-64-linux-nat.c: Ditto.
3892
010f3b2f
JT
38932002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
3894
3895 * solib.h: Protect against multiple inclusion.
3896
debd256d
JB
38972002-05-06 Jim Blandy <jimb@redhat.com>
3898
9ab3e532
JB
3899 Add first preprocessor macro-expansion files.
3900 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
3901 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
3902 (splay_tree_h, macroexp_h, macrotab_h): New variable.
3903 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
3904 (COMMON_OBS): Add macrotab.o, macroexp.o.
3905 (macroexp.o, macrotab.o): New rules.
3906
debd256d
JB
3907 Separate the job of reading the line number info statement program
3908 header (...expialidocious) out into its own function.
3909 * dwarf2read.c (struct line_head, struct filenames, struct
3910 directories): Replace with...
3911 (struct line_header): New structure, containing the full
3912 contents of the statement program header, including the
3913 include directory and file name tables.
3914 (read_file_scope): If we have line number info, instead of just
3915 calling dwarf_decode_lines to do all the work, call
3916 dwarf_decode_line_header first to get a `struct line_header'
3917 containing the data in the statement program header, and then
3918 pass that to dwarf_decode_lines, which will pick up where that
3919 left off. Be sure to clean up the `struct line_header' object.
3920 (dwarf_decode_line_header, free_line_header, add_include_dir,
3921 add_file_name): New functions.
3922 (dwarf_decode_lines): Move all the code to read the statement
3923 program header into dwarf_decode_line_header. Take the line
3924 header it built as the first argument, instead of the offset to
3925 the compilation unit's line number info. Use the new `struct
3926 line_header' type instead of the old structures. No need to do
3927 cleanups here now, since we don't allocate anything.
3928 (dwarf2_statement_list_fits_in_line_number_section,
3929 dwarf2_line_header_too_long): New complaints.
3930
ac3aafc7
EZ
39312002-05-06 Elena Zannoni <ezannoni@redhat.com>
3932
3933 * gdbtypes.c (init_vector_type): New function.
3934 (build_builtin_type_vec128): Simplify the representation of SIMD
3935 registers.
3936 (build_gdbtypes): Initialize new builtin vector types.
3937 (_initialize_gdbtypes): Register new vector types with gdbarch.
3938 (builtin_type_v4_float, builtin_type_v4_int32,
3939 builtin_type_v8_int16, builtin_type_v16_int8,
3940 builtin_type_v2_int32, builtin_type_v4_int16,
3941 builtin_type_v8_int8): New (renamed) SIMD types.
3942
13e49980
MK
39432002-05-06 Mark Kettenis <kettenis@gnu.org>
3944
3945 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
3946 (i387_fill_fxsave): Likewise.
3947
997b20b8
AO
39482002-05-05 Alexandre Oliva <aoliva@redhat.com>
3949
3950 * alpha-tdep.c (alpha_extract_return_value): Don't use
3951 non-constant array size in prototype.
3952
535c96ce
AC
39532002-05-04 Andrew Cagney <ac131313@redhat.com>
3954
3955 From Brian Taylor <briant at model dot com>:
3956 * ui-out.c (ui_out_field_core_addr): Use the function
3957 longest_local_hex_string_custom'to format addresses > 32 bits
3958 wide.
3959
3960 * ui-out.c (ui_out_field_core_addr): Update comment.
3961
bedfa57b
AC
39622002-05-04 Andrew Cagney <ac131313@redhat.com>
3963
3964 * stack.c (select_and_print_frame): Make static. Delete the
3965 parameter `level'.
3966 (func_command): Update call.
3967 (select_frame_command): Delete code computing the frame level.
3968 * frame.h (select_and_print_frame): Delete declaration.
3969
f621c63e
AC
39702002-05-04 Andrew Cagney <ac131313@redhat.com>
3971
3972 * sparc-tdep.c (sparc_get_saved_register): Comment why
3973 get_prev_frame call is safe.
3974
0f7d239c
AC
39752002-05-04 Andrew Cagney <ac131313@redhat.com>
3976
3977 * frame.h (select_frame): Delete level parameter.
3978 * stack.c (select_frame): Update. Use frame_relative_level to
3979 obtain the frame's level.
3980 (select_and_print_frame): Update call.
3981 (select_frame_command): Ditto.
3982 (up_silently_base): Ditto.
3983 (down_silently_base): Ditto.
3984 * ocd.c (ocd_start_remote): Ditto.
3985 * remote-rdp.c (remote_rdp_open): Ditto.
3986 * remote-mips.c (mips_initialize): Ditto.
3987 (common_open): Ditto.
3988 * remote-e7000.c (e7000_start_remote): Ditto.
3989 * m3-nat.c (select_thread): Ditto.
3990 * hppa-tdep.c (child_get_current_exception_event): Ditto.
3991 (child_get_current_exception_event): Ditto.
3992 * varobj.c (varobj_create): Ditto.
3993 (varobj_update): Ditto.
3994 (c_value_of_root): Ditto.
3995 * tracepoint.c (finish_tfind_command): Ditto.
3996 * corelow.c (core_open): Ditto.
3997 * arch-utils.c (generic_prepare_to_proceed): Ditto.
3998 * thread.c (info_threads_command): Ditto.
3999 (switch_to_thread): Ditto.
4000 * infrun.c (normal_stop): Ditto.
4001 (restore_selected_frame): Ditto.
4002 (restore_inferior_status): Ditto.
4003 * breakpoint.c (insert_breakpoints): Ditto.
4004 (watchpoint_check): Ditto.
4005 (bpstat_stop_status): Ditto.
4006 (do_enable_breakpoint): Ditto.
4007 * blockframe.c (flush_cached_frames): Ditto.
4008 (reinit_frame_cache): Ditto.
4009
71d6c7b1
AC
40102002-05-04 Andrew Cagney <ac131313@redhat.com>
4011
4012 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
4013 maintainer.
4014
cda6c68a
JB
40152002-05-04 Jim Blandy <jimb@redhat.com>
4016
4017 * gdbtypes.c (replace_type): Doc fix.
4018
5c1c87f0
AC
40192002-05-04 Andrew Cagney <ac131313@redhat.com>
4020
4021 * valprint.c (strcat_longest): Delete commented out function.
4022 Update copyright.
4023
cd9bfe15
AC
40242002-05-04 Andrew Cagney <ac131313@redhat.com>
4025
4026 * MAINTAINERS: Mark a29k as deleted.
4027 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
4028 Move new configurations to the top.
4029 * configure.tgt: Remove a29k.
4030 * config/a29k/tm-vx29k.h: Delete.
4031 * config/a29k/vx29k.mt: Delete.
4032 * config/a29k/tm-a29k.h: Delete.
4033 * config/a29k/a29k-udi.mt: Delete.
4034 * config/a29k/a29k.mt: Delete.
4035 * a29k-tdep.c: Delete.
4036 * remote-udi.c: Delete.
4037 * remote-mm.c: Delete.
4038 * remote-eb.c: Delete.
4039 * remote-adapt.c: Delete.
4040 * Makefile.in: Remove obsolete code.
4041 * gdbserver/Makefile.in: Ditto.
4042 * config/s390/s390x.mt: Ditto.
4043 * config/s390/s390.mt: Ditto.
4044 * config/sparc/sparclynx.mh: Ditto.
4045 * config/sparc/linux.mh: Ditto.
4046 * config/pa/hppaosf.mh: Ditto.
4047 * config/pa/hppabsd.mh: Ditto.
4048 * config/ns32k/nbsd.mt: Ditto.
4049 * config/mips/vr5000.mt: Ditto.
4050 * config/m68k/sun3os4.mh: Ditto.
4051 * config/m68k/nbsd.mt: Ditto.
4052 * config/m68k/m68klynx.mh: Ditto.
4053 * config/m32r/m32r.mt: Ditto.
4054 * config/i386/x86-64linux.mt: Ditto.
4055 * config/i386/nbsdelf.mt: Ditto.
4056 * config/i386/nbsd.mt: Ditto.
4057 * config/i386/i386lynx.mh: Ditto.
4058
bf0c5130
AC
40592002-05-04 Andrew Cagney <ac131313@redhat.com>
4060
4061 * target.c (debug_print_register): New function. Handle oversize
4062 registers.
4063 (debug_to_fetch_registers): Call.
4064 (debug_to_store_registers): Call.
4065
2ae1c2d2
JB
40662002-05-03 Jim Blandy <jimb@redhat.com>
4067
13a393b0
JB
4068 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
4069 (read_type): Doc fix.
4070 * gdbtypes.c (replace_type): Doc fix.
4071
2ae1c2d2
JB
4072 * stabsread.c (multiply_defined_struct): New complaint.
4073 (read_struct_type): If the type we were passed isn't empty, or
4074 incomplete, don't read the new struct type into it; complain,
4075 and return the original type unchanged. Take a new `type_code'
4076 argument, which is the type code for the new type.
4077 (read_type): Rather than storing the type's type code here, pass
4078 it as an argument to read_struct_type, and let that take care of
4079 storing it. That way, we don't overwrite the original type code,
4080 so read_struct_type can use it to decide whether we're overwriting
4081 something we shouldn't.
4082 (complain_about_struct_wipeout): New function.
4083
8de9bdc4
AC
40842002-05-03 Andrew Cagney <ac131313@redhat.com>
4085
4086 * gdbarch.sh: Assert that gdbarch is non-NULL.
4087 * gdbarch.c: Regenerate.
4088
f773fdbb
JM
40892002-05-03 Jason Merrill <jason@redhat.com>
4090
4091 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
4092 and return NULL.
4093
0e04a514
ML
40942002-05-03 Michal Ludvig <mludvig@suse.cz>
4095
4096 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
4097 (x86_64_dwarf2gdb_regno_map_length),
4098 (x86_64_dwarf2_reg_to_regnum): Added.
4099 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
4100 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
4101 (_initialize_x86_64_tdep): Synced with the change above.
4102 (x86_64_skip_prologue): Reformulated message.
4103
065432a8
PM
41042002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
4105
4106 * f-exp.y: Also use new prev_lexptr variable
4107 to improve error reporting. Based on Michael Snyder
4108 2002-04-24 dated patch to c-exp.y.
4109 * jv-exp.y: Likewise.
4110 * m2-exp.y: Likewise.
4111
a3162708
EZ
41122002-05-02 Elena Zannoni <ezannoni@redhat.com>
4113
4114 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
4115 we are dealing with vectors.
4116
03620c38
PM
41172002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
4118
4119 * config/m68k/tm-nbsd.h: Obvious fix,
4120 correct machine name.
4121
6604db2e
PM
41222002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
4123
4124 * p-typeprint.c (pascal_type_print_base): Add support
4125 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
4126
0906b739
PM
41272002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
4128
4129 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
4130 for fondamental pascal 'char' type.
4131
e2625b33
PM
41322002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
4133
4134 * p-lang.h (is_pascal_string_type): Declaration changed,
4135 new sixth argument of type char ** added.
361d1df0 4136 * p-lang.c (is_pascal_string_type): Implementation
e2625b33
PM
4137 changed. Args length_pos, length_size, string_pos, char_size
4138 can now be NULL. New argument arrayname set to the field
4139 name of the char array. Return value set to char array
4140 field index plus one.
361d1df0 4141 * p-valprint.c (pascal_val_print): Adapt to new declaration of
e2625b33
PM
4142 is_pascal_string_type function.
4143
cf17c188
AC
41442002-05-02 Andrew Cagney <cagney@redhat.com>
4145
4146 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
4147 <cagney@redhat.com> change.
4148 * gdbarch.c: Regenerate.
4149
52bca491
AC
41502002-05-02 Andrew Cagney <cagney@redhat.com>
4151
4152 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
4153 before probing for a new one. Detect errorenous gdbarch_init
4154 functions.
4155 * gdbarch.c: Regenerate.
4156
d5e72505
AC
41572002-05-01 Andrew Cagney <cagney@redhat.com>
4158
4159 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
4160 * config/mcore/tm-mcore.h: Ditto. Update copyright.
4161 * config/v850/tm-v850.h: Ditto. Update copyright.
4162
af566d9f
AC
41632002-04-30 Andrew Cagney <ac131313@redhat.com>
4164
4165 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
4166 current_gdbarch.
4167
880d85fa
MS
41682002-04-30 Michael Snyder <msnyder@redhat.com>
4169
94c30b78
MS
4170 * arm-tdep.c: Whitespace clean-ups.
4171 (arm_skip_prologue): Fix thinko; two lines
880d85fa
MS
4172 should have been removed as part of 4/24 change.
4173
6f5987a6
KB
41742002-04-30 Kevin Buettner <kevinb@redhat.com>
4175
4176 * rs6000-tdep.c: Added comment describing how fpscr register
4177 numbers were chosen.
4178
1a113c93
MS
41792002-04-30 Michael Snyder <msnyder@redhat.com>
4180
4181 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
4182
9a6f53fe
EZ
41832002-04-29 Elena Zannoni <ezannoni@redhat.com>
4184
4185 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
4186 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
4187 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
4188
11ed25ac
KB
41892002-04-29 Kevin Buettner <kevinb@redhat.com>
4190
4191 From Louis Hamilton <hamilton@redhat.com>:
4192 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
4193 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
4194 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
4195 not bfd-private xcoff data, to determine wordsize.
4196 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
4197
ae232405
AC
41982002-04-29 Andrew Cagney <ac131313@redhat.com>
4199
4200 GDB 5.2 released from 5.2 branch.
4201
91fd20f7
ML
42022002-04-29 Michal Ludvig <mludvig@suse.cz>
4203
4204 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
4205 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
4206 (x86_64_register_info_table): Added comments with register numbers.
361d1df0 4207
2dc5091b
EZ
42082002-04-29 Elena Zannoni <ezannoni@redhat.com>
4209
4210 * rs6000-tdep.c (rs6000_extract_return_value,
4211 rs6000_store_return_value): Handle returning vectors.
4212 (rs6000_gdbarch_init): Use
4213 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
4214 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
4215 New function.
4216 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
4217 vectors.
4218 (ppc_sysv_abi_push_arguments): Handle vector parameters.
4219 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
361d1df0 4220
2b9848d8
PM
42212002-04-24 Pierre Muller <ics.u-strasbg.fr>
4222
4223 * hpread.c (hpread_psymtab_to_symtab_1,
aacb1f0a 4224 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
2b9848d8
PM
4225 with fprintf_unfiltered (gdb_stderr,...).
4226
f8d17dc5
PM
42272002-04-24 Pierre Muller <ics.u-strasbg.fr>
4228
4229 * remote-array.c (printf_monitor, write_monitor,
361d1df0 4230 array_insert_breakpoint, array_remove_breakpoint ):
f8d17dc5
PM
4231 Replace fprintf (stderr,...
4232 with fprintf_unfiltered (gdb_stderr,....
4233 * remote-es.c: Likewise.
4234 * remote-os9k.c: Likewise.
4235 * remote-st.c: Likewise.
4236
2f2f1ad1
AS
42372002-04-28 Andreas Schwab <schwab@suse.de>
4238
4239 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
4240 linux-proc.o and gcore.o.
4241
b6779aa2
AC
42422002-04-26 Michal Ludvig <mludvig@suse.cz>
4243
4244 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
4245 code without frame pointers.
4246
7e57f5f4
AC
42472002-04-26 Andrew Cagney <ac131313@redhat.com>
4248
4249 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
4250 ON_STACK is needed.
4251
2ceb85d0
BE
42522002-04-26 Ben Elliston <bje@redhat.com>
4253
4254 * target.c (do_xfer_memory): Correct reference to the new option
4255 "trust-readonly-sections".
4256
f5f8a009
EZ
42572002-04-26 Elena Zannoni <ezannoni@redhat.com>
4258
4259 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
4260 * gdbtypes.c (recursive_dump_type): Output the vector flag.
4261 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
4262 vectors.
4263 (read_array_type): Record the fact that this array type is really a
4264 vector (i.e. are passed in by value).
4265
5868c862
JT
42662002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
4267
4268 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
4269 * alpha-tdep.c (alpha_sigcontext_addr): New function.
4270 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
4271 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
4272 * alpha-linux-tdep.c: Include frame.h.
4273 (alpha_linux_sigcontext_addr): New function.
4274 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
4275 alpha_linux_sigcontext_addr.
4276 * alpha-osf1-tdep.c: Include gdbcore.h.
4277 (alpha_osf1_sigcontext_addr): New function.
4278 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
4279 alpha_osf1_sigcontext_addr.
4280 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
4281 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
4282
bfb01f37
AC
42832002-04-26 Andrew Cagney <ac131313@redhat.com>
4284
361d1df0 4285 * stack.c (selected_frame_level):
bfb01f37
AC
4286 (select_frame): Do not set selected_frame_level.
4287 * frame.h (selected_frame_level): Delete declaration.
4288
15813d3f
AC
42892002-04-26 Andrew Cagney <ac131313@redhat.com>
4290
4291 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
4292 convert_from_func_ptr-addr when AIX / PowerOpen.
4293
6096c27a
AC
42942002-04-25 Andrew Cagney <ac131313@redhat.com>
4295
4296 * valops.c (hand_function_call): Call
4297 generic_save_call_dummy_addr.
4298 * frame.h (generic_save_call_dummy_addr): Declare.
4299 * blockframe.c (struct dummy_frame): Add fields call_lo and
4300 call_hi.
4301 (generic_find_dummy_frame): Check for PC in range call_lo to
4302 call_hi instead of entry_point_address.
4303 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
4304 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
4305 (generic_save_call_dummy_addr): New function.
4306
f510d44e
DM
43072002-04-24 David S. Miller <davem@redhat.com>
4308
4309 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
4310 sparc_skip_prologue.
4311 (sparc_skip_prologue): Kill frameless_p arg, and use line number
4312 information to find prologue when possible.
4313 (sparc_prologue_frameless_p): Call examine_prologue directly.
4314 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
4315 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
4316 second argument.
4317 (SKIP_PROLOGUE): Likewise.
4318
15d72a92
JT
43192002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
4320
4321 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
4322 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
4323 indicate that the condition it was testing is always true.
4324 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
4325 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
4326 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
4327
accc6d1f
JT
43282002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
4329
4330 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
4331 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
4332 tdep->jb_pc and tdep->jb_elt_size.
4333 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
4334 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
4335 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
4336 * alpha-nat.c (get_longjmp_target): Remove.
4337 (JB_ELEMENT_SIZE): Ditto.
4338 (JB_PC): Ditto.
4339 * alpha-tdep.c (alpha_get_longjmp_target): New function.
4340 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
4341 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
4342 to alpha_get_longjmp_target.
4343 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
4344 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
4345 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
4346
1bfdc549
AC
43472002-04-25 Andrew Cagney <ac131313@redhat.com>
4348
4349 * README: Update to GDB 5.2.
4350
1bd316f0
AC
43512002-04-25 Andrew Cagney <ac131313@redhat.com>
4352
4353 * gdbarch.sh (LC_ALL): Set to `c'.
4354
2e5ff58c
TR
43552002-04-25 Theodore A. Roth <troth@verinet.com>
4356
4357 * avr-tdep.c: Ran through gdb_indent.sh.
4358
e33ce519
TR
43592002-04-25 Theodore A. Roth <troth@verinet.com>
4360
4361 * MAINTAINERS: Add myself as AVR maintainer.
4362 * NEWS: Note new target avr.
4363
8818c391
TR
43642002-04-25 Theodore A. Roth <troth@verinet.com>
4365
4366 * Makefile.in: Add support for AVR target.
4367 * configure.tgt: Add support for AVR target.
4368 * avr-tdep.c: New file
4369 * config/avr/avr.mt: New file.
4370
79509c2d
TR
43712002-04-25 Theodore A. Roth <troth@verinet.com>
4372
4373 * MAINTAINERS: Add myself to write-after-approval.
4374
dac8068e
PM
43752002-04-24 Pierre Muller <ics.u-strasbg.fr>
4376
4377 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
4378 with fprintf_unfiltered (gdb_stderr,....
4379
25bf3106
PM
43802002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
4381
4382 Fix PR gdb/508.
4383 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
4384
24467a86
PM
43852002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
4386
4387 * p-exp.y: Also use new prev_lexptr variable
4388 to improve error reporting. Based on Michael Snyder
4389 2002-04-24 dated patch to c-exp.y.
4390
95b80706
JT
43912002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
4392
4393 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
4394 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
4395 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
4396 to 0.
4397 * config/alpha/tm-alpha.h: Remove forward decls of struct type
4398 and struct value.
4399 (FUNCTION_START_OFFSET): Remove.
4400 (BREAKPOINT): Ditto.
4401
e90cc612
JT
44022002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
4403
4404 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
4405 * NEWS: Ditto.
4406
6c72f9f9
JT
44072002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
4408
4409 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
4410 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
4411 alpha_linux_pc_in_sigtramp.
4412 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
4413 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
4414 alpha_osf1_pc_in_sigtramp.
4415 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
4416 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
4417 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
4418 alphafbsd_pc_in_sigtramp.
4419 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
4420 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
4421 alphanbsd_pc_in_sigtramp.
4422 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
4423 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
4424
5e4f3379
JT
44252002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
4426
4427 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
4428
da8ca43d
JT
44292002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
4430
4431 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
4432 alphanbsd-tdep.c.
4433 (alphanbsd-nat.o): New dependency list.
4434 (alphanbsd-tdep.o): Ditto.
4435 * NEWS: Note new native NetBSD/alpha configuration.
4436 * alphanbsd-nat.c: New file.
4437 * alphanbsd-tdep.c: Ditto.
4438 * configure.host (alpha*-*-netbsd*): New host.
4439 * configure.tgt (alpha*-*-netbsd*): New target.
4440 * config/alpha/nbsd.mh: New file.
4441 * config/alpha/nbsd.mt: Ditto.
4442 * config/alpha/nm-nbsd.h: Ditto.
4443 * config/alpha/tm-nbsd.h: Ditto.
4444
36a6271d
JT
44452002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
4446
4447 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
4448 (alpha-osf1-tdep.o): New dependency list.
4449 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
4450 and skip_sigtramp_frame members.
4451 * alpha-linux-tdep.c: Include gdbcore.h.
4452 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
4453 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
4454 * alpha-osf1-tdep.c: New file.
4455 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
4456 alpha-osf1-dep.c.
4457 (alpha_frame_past_sigtramp_frame): New function.
4458 (alpha_dynamic_sigtramp_offset): Ditto.
4459 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
4460 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
4461 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
4462 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
4463 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
4464 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
4465 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
4466 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
4467 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
4468 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
4469 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
4470 to find_solib_trampoline_target.
4471 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
4472 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
4473 (SKIP_TRAMPOLINE_CODE): Remove.
4474 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
4475 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
4476 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
4477 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
4478 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
4479 (PROC_SIGTRAMP_MAGIC): Ditto.
4480 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
4481 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
4482 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
4483 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
4484 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
4485
2f4bc57b
JT
44862002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
4487
4488 * NEWS: Note that Alpha targets are now multi-arch.
4489
665132f9
MS
44902002-04-24 Michael Snyder <msnyder@redhat.com>
4491
4492 * parser-defs.h (prev_lexptr): New external variable.
4493 * parse.c (parse_exp_1): Set prev_lexptr to null before
4494 calling the language-specific parser.
4495 * c-exp.y (yylex): Set prev_lexptr to start of current token.
4496 (yyerror): Use prev_lexptr in error reporting.
4497
32872fa7
DJ
44982002-04-24 Daniel Jacobowitz <drow@mvista.com>
4499
4500 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
4501 * gregset.h: If FILL_FPXREGSET is defined, provide
4502 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
4503 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
4504 is defined, call fill_fpxregset.
4505
57e76fac
MS
45062002-04-24 Roland McGrath <roland@frob.com>
4507
4508 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
4509 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
4510 (supply_gregset, supply_fpregset): New functions.
4511
4512 * gnu-nat.c (gnu_find_memory_regions): New function.
4513 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
4514 (gnu_xfer_memory): Add a cast.
4515
f43845b3
MS
45162002-04-24 Michael Snyder <msnyder@redhat.com>
4517
361d1df0 4518 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
f43845b3
MS
4519 loop. Add handling for "str lr, [sp, #-4]!" and for saves
4520 of argument regs ("str r(0123), [r11, #-nn"]).
361d1df0 4521 (arm_skip_prologue): Better handling for frameless functions.
f43845b3
MS
4522 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
4523 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
4524
a0abec03
AC
4525Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
4526
4527 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
4528 NUM_PSEUDO_REGS can be used.
4529
d7bd68ca
AC
45302002-04-24 Andrew Cagney <ac131313@redhat.com>
4531
4532 * arch-utils.h: Update copyright.
4533
4534 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
4535 * gdbarch.h, gdbarch.c: Re-generate.
4536
4537 * inferior.h (IN_SIGTRAMP): Delete definition.
4538 * arch-utils.c (legacy_pc_in_sigtramp): New function.
4539 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
4540
4541 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
4542 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
4543 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
4544 (find_proc_framesize): Ditto.
4545 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
4546 (alpha_init_extra_frame_info): Ditto.
4547 * infrun.c (handle_inferior_event): Ditto.
4548 (handle_inferior_event): Ditto.
4549 (check_sigtramp2): Ditto.
4550 * blockframe.c (create_new_frame): Ditto.
4551 (get_prev_frame): Ditto.
4552 * ppc-linux-tdep.c: Update comments.
4553 * i386-linux-tdep.c: Update comments.
4554 * breakpoint.c (bpstat_what): Update comment.
4555
d06f167a
ML
45562002-04-24 Michal Ludvig <mludvig@suse.cz>
4557
4558 * gdbserver/linux-low.c (regsets_fetch_inferior_registers),
361d1df0 4559 (regsets_store_inferior_registers): Removed cast to int from
d06f167a
ML
4560 ptrace() calls.
4561 * gdbserver/regcache.h: Added declaration of struct inferior_info.
4562
4867e41e
DM
45632002-04-24 David S. Miller <davem@redhat.com>
4564
21d83aa5
DM
4565 * i960-tdep.c (register_in_window_p): New function.
4566 (i960_find_saved_register): Use it instead of
4567 REGISTER_IN_WINDOW_P.
4568 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
4569
4867e41e
DM
4570 * symtab.h (find_stab_function_addr): Kill extern.
4571 * minsyms.c (find_stab_function_addr): Remove from here...
4572 * dbxread.c: ... to here, and mark it static.
4573
69cdf6a2
DM
45742002-04-20 David S. Miller <davem@redhat.com>
4575
4576 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
4577 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
4578
5a595886
DM
45792002-04-21 David S. Miller <davem@redhat.com>
4580
4581 * remote-vxsparc.c (vx_read_register): Fix typo, we want
4582 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
4583 (vx_write_register): Likewise.
4584
1da1a192
JB
45852002-04-23 J. Brobecker <brobecker@gnat.com>
4586
4587 * source.c (is_regular_file): New function.
4588 (openp): Check wether file to open is a regular file
4589 to avoid opening directories.
4590
baa6f10b
JT
45912002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
4592
4593 * findvar.c (extract_signed_integer): Cast printf argument
4594 to suppress format warning.
4595 (extract_unsigned_integer): Likewise.
4596 * infcmd.c (registers_info): Likewise.
4597 * top.c (get_prompt_1): Likewise.
4598 * valops.c (value_assign): Likewise.
4599 * valprint.c (print_decimal): Likewise.
4600
b2c4da81
L
46012002-04-22 H.J. Lu (hjl@gnu.org)
4602
4603 * c-exp.y (typebase): Support
361d1df0 4604
b2c4da81
L
4605 [long|long long|short] [signed|unsigned] [int|]
4606
4607 and
4608
4609 signed [long|long long|short] int
4610
f267bd6a
JT
46112002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
4612
4613 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
4614 and vax-tdep.h.
4615 * vax-tdep.h: New file.
4616 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
4617 Make several routines static.
4618 (vax_get_saved_register): New function.
4619 (vax_gdbarch_init): New function.
4620 (_initialize_vax_tdep): Register vax_gdbarch_init.
4621 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
4622 Remove macros now under the control of gdbarch.
4623
da3c6d4a
MS
46242002-04-22 Michael Snyder <msnyder@redhat.com>
4625
11d3b27d
MS
4626 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
4627 Some whitespace and coding standards tweaks.
da3c6d4a 4628
a33f7558
JT
46292002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
4630
4631 * vax-tdep.c: Include regcache.h.
4632 (vax_call_dummy_words): New.
4633 (sizeof_vax_call_dummy_words): New.
4634 (vax_fix_call_dummy): New function.
4635 (vax_saved_pc_after_call): Ditto.
4636 * config/vax/tm-vax.h: Don't include regcache.h.
4637 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
4638 (CALL_DUMMY): Remove.
4639 (CALL_DUMMY_WORDS): Define.
4640 (SIZEOF_CALL_DUMMY_WORDS): Define.
4641 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
4642
47a73475
MS
46432002-04-18 Michael Snyder <msnyder@redhat.com>
4644
4645 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
4646
52efde73
JT
46472002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
4648
4649 * vax-tdep.c (vax_frame_chain): New function.
4650 (vax_push_dummy_frame): Ditto.
4651 (vax_pop_frame): Ditto.
4652 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
4653 (FRAMELESS_FUNCTION_INVOCATION): Use
4654 generic_frameless_function_invocation_not.
4655 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
4656 (POP_FRAME): Use vax_pop_frame.
4657
ea74468c
JT
46582002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
4659
4660 * vax-tdep.c (vax_store_struct_return): New function.
4661 (vax_extract_return_value): Ditto.
4662 (vax_store_return_value): Ditto.
4663 (vax_extract_struct_value_address): Ditto.
4664 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
4665 vax_store_struct_return.
4666 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
4667 (STORE_RETURN_VALUE): Use vax_store_return_value.
4668 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
4669
5516aa92
JT
46702002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
4671
4672 * vax-tdep.c (vax_frame_saved_pc): New function.
4673 (vax_frame_args_address_correct): Ditto.
4674 (vax_frame_args_address): Ditto.
4675 (vax_frame_locals_address): Ditto.
4676 (vax_frame_num_args): Move code to be in proximity to
4677 other frame-related functions.
4678 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
4679 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
4680 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
4681 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
4682 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
4683
36af0b35
L
46842002-04-22 H.J. Lu (hjl@gnu.org)
4685
4686 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
4687 includedir.
4688
ab62c900
JT
46892002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
4690
4691 * vax-tdep.c (vax_frame_init_saved_regs): New function.
4692 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
4693 (FRAME_INIT_SAVED_REGS): New macro.
4694
7232b100
JT
46952002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
4696
4697 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
4698
b70d2aee
JT
46992002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
4700
4701 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
4702 where needed.
4703 (fetch_osf_core_registers): Likewise.
4704 (supply_gregset): Likewise.
4705
a0e8a2d1 47062002-04-22 J. Brobecker <brobecker@gnat.com>
361d1df0 4707
a0e8a2d1
JB
4708 * symfile.h (get_section_index): Define.
4709 * symfile.c (get_section_index): New function.
4710 * mdebugread.c (SC_IS_SBSS): New macro.
4711 (SC_IS_BSS): Return true for the scBss storage class only, as
4712 the scSBss storage class refers to the .sbss section.
4713 (parse_partial_symbols): Discard the symbols which associated
4714 section does not exist.
4715 Make sure to use the .sbss section index for symbols which
4716 storage class is scBss, rather than using the .bss section index.
4717
51eb8b08
JT
47182002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
4719
4720 * vax-tdep.c: Update copyright years.
4721 (vax_register_name): New function.
4722 (vax_register_byte): Ditto.
4723 (vax_register_raw_size): Ditto.
4724 (vax_register_virtual_size): Ditto.
4725 (vax_register_virtual_type): Ditto.
4726 * config/vax/tm-vax.h: Update copyright years.
4727 (REGISTER_NAMES): Remove.
4728 (REGISTER_NAME): Define.
4729 (REGISTER_BYTE): Use vax_register_byte.
4730 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
4731 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
4732 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
4733
6cc1c0a8
AC
47342002-04-21 Andrew Cagney <ac131313@redhat.com>
4735
4736 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
4737 declaration
4738 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
4739
9319a2fe
DM
47402002-04-21 David S. Miller <davem@redhat.com>
4741
4742 * arch-utils.c (generic_prologue_frameless_p): Kill
4743 SKIP_PROLOGUE_FRAMELESS_P code.
4744 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
4745 references.
4746 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
4747 * arc-tdep.c (arc_prologue_frameless_p): Implement.
4748 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
4749 references.
4750 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
4751 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
4752 (sparc_gdbarch_init): Pass it to
4753 set_gdbarch_prologue_frameless_p.
a0e8a2d1 4754
e9ed6d01
JT
47552002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
4756
4757 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
4758 (alphabsd-nat.o): New dependency list.
4759
36012033
JT
47602002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
4761
4762 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
4763 alphafbsd-tdep.c.
4764 (alpha-linux-tdep.o): New dependency list.
4765 (alphafbsd-tdep.o): Likewise.
4766
3379287a
JT
47672002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
4768
4769 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
4770 to here...
4771 * alpha-tdep.c: ...from here.
4772 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
4773
4bcbd6cb
JT
47742002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
4775
4776 * config/alpha/tm-alpha.h: Move alpha_software_single_step
4777 prototype from here...
4778 * alpha-tdep.h: ...to here.
4779
b31da25e
AC
47802002-04-21 Andrew Cagney <ac131313@redhat.com>
4781
4782 * frame.h (selected_frame_level): Document as deprecated.
4783 (frame_relative_level): Declare.
4784 * stack.c (frame_relative_level): New function.
4785 (selected_frame_level): Document as deprecated.
4786 (select_frame): Do not set the selected_frame_level.
4787
4788 * stack.c (frame_info, record_selected_frame): Update.
4789 (frame_command, current_frame_command): Update.
4790 (up_silently_base, up_command, down_silently_base): Update.
4791 (down_command): Update.
4792 * inflow.c (kill_command): Update.
4793 * tracepoint.c (finish_tfind_command): Update.
4794 * corelow.c (core_open): Update.
4795 * thread.c (info_threads_command): Update.
4796 (do_captured_thread_select): Update.
4797 * infcmd.c (finish_command): Update.
4798 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
4799
9c1d6fe5
JT
48002002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
4801
4802 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
4803
ab89facf
AC
48042002-04-21 Andrew Cagney <ac131313@redhat.com>
4805
4806 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
4807 type const.
4808
82a4efa1
JT
48092002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
4810
4811 * alphafbsd-tdep.c: Update copyright years. Include
4812 alpha-tdep.h.
4813 (alphafbsd_use_struct_convention): Make static.
4814 (alphafbsd_init_abi): New function.
4815 (_initialize_alphafbsd_tdep): New function.
4816 * config/alpha/tm-fbsd.h: Update copyright years.
4817 (USE_STRUCT_CONVENTION): Remove.
4818
44dffaac
JT
48192002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
4820
4821 * alpha-tdep.c (alpha_abi_handler): New structure to describe
4822 an Alpha ABI variant.
4823 (alpha_abi_handler_list): Declare.
4824 (alpha_gdbarch_register_os_abi): New function.
4825 (alpha_gdbarch_init): Give registered ABI variant handlers a
4826 chance to tweak the gdbarch once we have set up defaults.
4827 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
4828
65585be4
JT
48292002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
4830
4831 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
4832 to standard_coerce_float_to_double.
4833 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
4834
d9b023cc
JT
48352002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
4836
4837 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
4838 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
4839 from gdbarch_tdep rather than a constant.
4840 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
4841 the default text address for all Alpha Unix ABIs.
4842 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
4843 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
4844
dc129d82
JT
48452002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
4846
4847 * alpha-tdep.h: New file. Includes several Alpha target constants
4848 taken from...
4849 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
4850 let gdbarch deal with.
4851 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
4852 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
4853 to dependency list.
4854 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
4855 Alpha target register names.
4856 * alphabsd-nat.c: Likewise.
4857 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
4858 Alpha target register names. Make serveral routines static.
4859 (alpha_get_saved_register): New function.
4860 (alpha_abi_names): New.
4861 (process_note_abi_tag_sections): New function.
4862 (get_elfosabi): New function.
4863 (alpha_gdbarch_init): New function.
4864 (alpha_dump_tdep): New function.
4865 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
4866
d49d1e0a
AC
48672002-04-21 Andrew Cagney <ac131313@redhat.com>
4868
4869 * frame.c (find_saved_register): Delete #ifdef
4870 HAVE_REGISTER_WINDOWS code.
4871 * config/sparc/tm-sparc.h: Update comments.
4872 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
4873
92e8c9ed
AC
48742002-04-21 Andrew Cagney <ac131313@redhat.com>
4875
4876 * i960-tdep.c (i960_find_saved_register): New function.
4877 (i960_get_saved_register): New function.
4878 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
4879 (i960_get_saved_register): Declare.
4880 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
4881
e1925118
DM
48822002-04-20 David S. Miller <davem@redhat.com>
4883
4884 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
4885
29673b29
AC
48862002-04-20 Andrew Cagney <ac131313@redhat.com>
4887
4888 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
4889 instead of NUM_PSEUDO_REGS.
4890
6c86dcd5
DM
48912002-04-20 David S. Miller <davem@redhat.com>
4892
4893 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
4894 GDB_MULTI_ARCH_PARTIAL
4895 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
4896 define, let tm-sp64.h do it.
4897
aa40ec90
JT
48982002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
4899
4900 * frame.c (find_saved_register): Avoid a NULL pointer
4901 dereference and actually walk the frame list.
4902
0f79675b
AC
49032002-04-20 Andrew Cagney <ac131313@redhat.com>
4904
4905 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
4906 sorted in most most-recent-used order. Document.
4907 * gdbarch.h, gdbarch.c: Regenerate.
361d1df0 4908
c04a1aa8
DJ
49092002-04-20 Daniel Jacobowitz <drow@mvista.com>
4910
4911 * gdbserver/inferiors.c (struct inferior_info): Add regcache_data.
4912 (add_inferior): Call create_register_cache.
4913 (clear_inferiors): Call free_register_cache.
4914 (inferior_regcache_data, set_inferior_regcache_data): New functions.
4915 * gdbserver/regcache.c (struct inferior_regcache_data): New.
4916 (registers): Remove.
4917 (get_regcache): New function.
4918 (create_register_cache, free_register_cache): New functions.
4919 (set_register_cache): Don't initialize the register cache here.
4920 (registers_to_string, registers_from_string, register_data): Call
4921 get_regcache.
4922 * gdbserver/regcache.h: Add prototypes.
4923 * gdbserver/server.h: Likewise.
4924
611cb4a5
DJ
49252002-04-20 Daniel Jacobowitz <drow@mvista.com>
4926
4927 * gdbserver/mem-break.c: New file.
4928 * gdbserver/mem-break.h: New file.
4929 * gdbserver/Makefile.in: Add mem-break.o rule; update server.h
4930 dependencies.
4931 * gdbserver/inferiors.c (struct inferior_info): Add target_data
4932 member.
4933 (clear_inferiors): Free target_data member if set.
4934 (inferior_target_data, set_inferior_target_data): New functions.
4935 * gdbserver/linux-i386-low.c (i386_breakpoint, i386_breakpoint_len)
4936 (i386_stop_pc, i386_set_pc): New. Add to the_low_target.
4937 * gdbserver/linux-low.c (linux_bp_reinsert): New variable.
4938 (struct inferior_linux_data): New.
4939 (linux_create_inferior): Use set_inferior_target_data.
4940 (linux_attach): Likewise. Call add_inferior.
4941 (linux_wait_for_one_inferior): New function.
4942 (linux_wait): Call it.
4943 (linux_write_memory): Add const.
4944 (initialize_low): Call set_breakpoint_data.
4945 * gdbserver/linux-low.h (struct linux_target_ops): Add breakpoint
4946 handling members.
4947 * gdbserver/server.c (attach_inferior): Remove extra add_inferior
4948 call.
4949 * gdbserver/server.h: Include mem-break.h. Update inferior.c
4950 prototypes.
4951 * gdbserver/target.c (read_inferior_memory)
4952 (write_inferior_memory): New functions.
4953 * gdbserver/target.h (read_inferior_memory)
4954 (write_inferior_memory): Change macros to prototypes.
4955 (struct target_ops): Update comments. Add const to write_memory
4956 definition.
4957
f91305dd 49582002-04-19 Andrew Cagney <ac131313@redhat.com>
bf75c8c1
AC
4959
4960 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
4961 instead of ->prev.
4962 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
4963 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
4964 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
4965 instead of ->prev.
4966
73d322b1
EZ
49672002-04-19 Elena Zannoni <ezannoni@redhat.com>
4968
4969 Fix PR gdb/471.
4970 * gdbtypes.c (init_simd_type): Rewrite using new functions.
4971 (build_builtin_type_vec128): Ditto.
4972 (append_composite_type_field): Fix calculation of type length in
4973 union case.
4974
ccd9a834
EZ
49752002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
4976
4977 * config/djgpp/README: Update.
4978
4979 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
4980 compiler warnings.
4981
a57f9e49
JT
49822002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
4983
4984 * alpha-tdep.c (setup_arbitrary_frame): Rename...
4985 (alpha_setup_arbitrary_frame): ...to this.
4986 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
4987 for alpha_setup_arbitrary_frame.
4988
f4f9705a
AC
49892002-04-18 Andrew Cagney <cagney@redhat.com>
4990
4991 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
4992 * gdbarch.h, gdbarch.c: Regenerate.
361d1df0 4993
f4f9705a
AC
4994 * defs.h (breakpoint_from_pc_fn): Delete type definition.
4995 * target.h (memory_breakpoint_from_pc): Update declaration.
4996 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
4997
4998 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
4999 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
5000 * mem-break.c (memory_breakpoint_from_pc): Ditto.
5001 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
5002 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
5003 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
5004 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
5005 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
5006 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
5007 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
5008 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
5009 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
5010
5011 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
5012 const pointer.
5013 * monitor.c (monitor_insert_breakpoint): Ditto.
5014 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
5015
5016 * config/mcore/tm-mcore.h: Update copyright.
5017 * mem-break.c: Ditto.
5018 * xstormy16-tdep.c: Ditto.
5019
29f319b8
PM
50202002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
5021
5022 * p-exp.y: Add precedence rule for '^' token.
5023 This removes the shift/reduce conflicts.
5024 Remove the comment concerning these shift/reduce conflicts.
5025
ebeac11a
EZ
50262002-04-18 Elena Zannoni <ezannoni@redhat.com>
5027
5028 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
5029 (registers_powerpc_nofp): New register set for processors
5030 without floating point unit.
5031
27c31547
DM
50322002-04-18 David S. Miller <davem@redhat.com>
5033
5034 * MAINTAINERS: Add myself to write-after-approval.
5035
47a73475
MS
50362002-04-17 Michael Snyder <msnyder@redhat.com>
5037
5038 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
5039
953836b2
AC
50402002-04-17 Andrew Cagney <ac131313@redhat.com>
5041
5042 * rs6000-tdep.c (frame_initial_stack_address): Use
5043 frame_register_read to read the alloca_reg.
5044
8b0d4340
AC
50452002-04-17 Andrew Cagney <ac131313@redhat.com>
5046
5047 * frame.c (find_saved_register): Find saved registers in the next
5048 not prev frame.
5049 Fix PR gdb/365.
5050
d8864532
AC
50512002-04-17 Andrew Cagney <ac131313@redhat.com>
5052
5053 * gdbarch.sh (LANG): Set to ``c''.
5054
36cc83a3 50552002-04-15 Andrew Cagney <ac131313@redhat.com>
361d1df0 5056
36cc83a3 5057 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
361d1df0 5058
2f4150cc 50592002-04-15 Andrew Cagney <ac131313@redhat.com>
2c7ef074
AC
5060
5061 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
5062 Update copyright.
5063
628703c6 5064 * hpread.c (hpread_get_lntt): Add declaration.
2f4150cc 5065 Also fix PR gdb/391.
361d1df0 5066
56157b4a
AC
50672002-04-14 Andrew Cagney <ac131313@redhat.com>
5068
5069 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
5070 * aclocal.m4, configure: Re-generate.
5071 Fix PR gdb/391.
361d1df0 5072
6d1e3329
EZ
50732002-04-14 Elena Zannoni <ezannoni@redhat.com>
5074
5075 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
5076 instead of tm_print_insn.
5077
cb06fa07
EZ
50782002-04-14 Elena Zannoni <ezannoni@redhat.com>
5079
5080 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
5081
f208ba17
AC
50822002-04-14 Andrew Cagney <ac131313@redhat.com>
5083
5084 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
5085 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
5086 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
5087
20f01a46
DH
50882002-04-12 Don Howard <dhoward@redhat.com>
5089
5090 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
5091 max_user_call_depth.
5092 (init_cmd_lists): Initialize the new value;
5093 * cli/cli-script.c (execute_user_command): Limit the call depth of
5094 user defined commands. This avoids a core-dump when user commands
5095 are infinitly recursive.
5096
a88376a3
KB
50972002-04-12 Kevin Buettner <kevinb@redhat.com>
5098
5099 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
5100 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
5101 from tdep struct instead of DEFAULT_LR_SAVE.
5102 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
5103 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
5104 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
5105
f2172603
MS
51062002-04-12 Michael Snyder <msnyder@redhat.com>
5107
694f61fb 5108 * Remote.c: Spelling fix.
20fe79c8
MS
5109 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
5110 If no symbol found for "sbrk", try "_sbrk".
5111 (make_output_phdrs): Use bfd_section_name.
5112 (gcore_copy_callback): Use bfd_section_name.
62995fc4 5113 * eval.c: Indentation fix-ups.
169a7369
MS
5114 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
5115 in case it gets applied to an address that is already
5116 in the instruction space.
de74f71f
MS
5117 * cli/cli-decode.c (help_list): Allow long lines to wrap.
5118 * symfile.c: Fix indentation, long lines.
f2172603
MS
5119 * source.c: White space fix-up.
5120
cda5a58a
AC
51212002-04-12 Andrew Cagney <cagney@redhat.com>
5122
5123 * defs.h (read_relative_register_raw_bytes): Delete declaration.
5124 * frame.c (frame_register_read): New function. Return non-zero on
5125 success.
5126 (read_relative_register_raw_bytes_for_frame): Delete.
5127 (read_relative_register_raw_bytes): Delete.
5128 * frame.h (frame_register_read): Declare.
5129 * d30v-tdep.c: Update Copyright. Use frame_register_read.
5130 * sh-tdep.c: Ditto.
5131 * infcmd.c (do_registers_info): Ditto.
5132 * hppa-tdep.c: Ditto.
5133 * rs6000-tdep.c: Ditto.
5134 * h8500-tdep.c: Ditto.
5135 * mips-tdep.c: Ditto.
5136 * h8300-tdep.c: Ditto.
5137 * z8k-tdep.c: Ditto.
5138
2ea5f656
KB
51392002-04-12 Kevin Buettner <kevinb@redhat.com>
5140
5141 From Jimi X <jimix@watson.ibm.com>:
5142 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
5143 64-bit SysV ABI.
5144
27b15785
KB
51452002-04-12 Kevin Buettner <kevinb@redhat.com>
5146
5147 From Jimi X <jimix@watson.ibm.com>:
5148 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
5149 bfd info.
5150
5d57ee30
KB
51512002-04-12 Kevin Buettner <kevinb@redhat.com>
5152
5153 From Jimi X <jimix@watson.ibm.com>:
5154 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
5155 register sets for these processor variants.
5156
bc1e36ca
DJ
51572002-04-11 Daniel Jacobowitz <drow@mvista.com>
5158
5159 * gdbserver/linux-low.c (usr_store_inferior_registers): Support
5160 registers which are allowed to fail to store.
5161 * gdbserver/linux-low.h (linux_target_ops): Likewise.
5162 * gdbserver/linux-ppc-low.c (ppc_regmap): Support FPSCR.
5163 (ppc_cannot_store_register): FPSCR may not be storable.
5164 * regformats/reg-ppc.dat: Support FPSCR.
5165
e3f36dbd
KB
51662002-04-11 Kevin Buettner <kevinb@redhat.com>
5167
5168 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
5169 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
5170 Add fpscr as an invalid/unfetchable register.
5171 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
5172 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
5173 (fill_fpregset): Add support for register fpscr.
5174 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
5175 (fill_gregset): Account for the fact that register ``mq'' might
5176 not exist.
5177 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
5178 (registers_power): Add fpscr to register set at slot 71.
5179 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
5180 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
5181
943c9c25
MS
51822002-04-11 Michael Snyder <msnyder@redhat.com>
5183
5184 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
5185 * configure: Regenerate.
5186 * config.in: Regenerate.
5187 * acconfig.h: Add define for _SYSCALL32.
5188 * core-sol2.c: Remove #define _SYSCALL32.
5189 * solib-legacy.c: Remove #define _SYSCALL32.
5190
d8c0a2e7
AC
51912002-04-10 Andrew Cagney <ac131313@redhat.com>
5192
5193 * stack.c (select_frame): Cleanup internal error message, do not
5194 use %p.
5195
7cc19214
AC
51962002-04-10 Andrew Cagney <ac131313@redhat.com>
5197
5198 * stack.c (select_frame): Check that selected_frame and the
5199 specified level are as expected.
5200 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
5201 Update copyright.
5202 * frame.h (struct frame_info): Add field `level'. Update
5203 copyright.
5204 Work-in-progress PR gdb/464.
5205
67a2b77e
AC
52062002-04-10 Andrew Cagney <ac131313@redhat.com>
5207
5208 * maint.c (maint_print_section_info): Rename print_section_info.
5209 (print_bfd_section_info, print_objfile_section_info): Update.
5210 * inferior.h (struct gdbarch): Add opaque declaration.
5211 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
5212 * gdbarch.h: Regenerate.
5213
8cfda98c
ML
52142002-04-10 Michal Ludvig <mludvig@suse.cz>
5215
5216 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
5217 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
5218 (kernel_u_size): Added.
5219 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
5220 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
5221
ca439ad2 52222002-04-04 Jim Ingham <jingham@apple.com>
361d1df0 5223
ca439ad2
JI
5224 * valarith.c (find_size_for_pointer_math): New function, either returns
5225 the size for a pointer's target, returns 1 for void *, or errors for
5226 incomplete types.
5227 (value_add, value_sub): use find_size_for_pointer_math.
5228
2f2893d9
DJ
52292002-04-09 Daniel Jacobowitz <drow@mvista.com>
5230
5231 * linux-low.c (linux_look_up_symbols): New hook.
5232 (linux_target_ops): Add linux_look_up_symbols.
5233 * remote-utils.c (decode_address): New function.
5234 (look_up_one_symbol): New function.
5235 * server.c (handle_query): Call target look_up_symbols hook.
5236 * server.h (look_up_one_symbol): Add prototype.
5237 * target.h (struct target_ops): Add look_up_symbols hook.
5238
2ec06d2e
DJ
52392002-04-09 Daniel Jacobowitz <drow@mvista.com>
5240
d64b8841
DJ
5241 * gdbserver/server.h: Include <string.h> if HAVE_STRING_H.
5242 * ChangeLog: Correct paths in last ChangeLog entry.
5243
52442002-04-09 Daniel Jacobowitz <drow@mvista.com>
5245
5246 * gdbserver/linux-low.h: Remove obsolete prototypes.
2ec06d2e
DJ
5247 (struct linux_target_ops): New.
5248 (extern the_low_target): New.
d64b8841 5249 * gdbserver/linux-low.c (num_regs, regmap): Remove declarations.
2ec06d2e
DJ
5250 (register_addr): Use the_low_target explicitly.
5251 (fetch_register): Likewise.
5252 (usr_fetch_inferior_registers): Likewise.
5253 (usr_store_inferior_registers): Likewise.
d64b8841 5254 * gdbserver/linux-arm-low.c (num_regs): Remove.
2ec06d2e
DJ
5255 (arm_num_regs): Define.
5256 (arm_regmap): Renamed from regmap, made static.
5257 (arm_cannot_fetch_register): Renamed from cannot_fetch_register,
5258 made static.
5259 (arm_cannot_store_register): Renamed from cannot_store_register,
5260 made static.
5261 (the_low_target): New.
d64b8841 5262 * gdbserver/linux-i386-low.c (num_regs): Remove.
2ec06d2e
DJ
5263 (i386_num_regs): Define.
5264 (i386_regmap): Renamed from regmap, made static.
5265 (i386_cannot_fetch_register): Renamed from cannot_fetch_register,
5266 made static.
5267 (i386_cannot_store_register): Renamed from cannot_store_register,
5268 made static.
5269 (the_low_target): New.
d64b8841 5270 * gdbserver/linux-ia64-low.c (num_regs): Remove.
2ec06d2e
DJ
5271 (ia64_num_regs): Define.
5272 (ia64_regmap): Renamed from regmap, made static.
5273 (ia64_cannot_fetch_register): Renamed from cannot_fetch_register,
5274 made static.
5275 (ia64_cannot_store_register): Renamed from cannot_store_register,
5276 made static.
5277 (the_low_target): New.
d64b8841 5278 * gdbserver/linux-m68k-low.c (num_regs): Remove.
2ec06d2e
DJ
5279 (m68k_num_regs): Define.
5280 (m68k_regmap): Renamed from regmap, made static.
5281 (m68k_cannot_fetch_register): Renamed from cannot_fetch_register,
5282 made static.
5283 (m68k_cannot_store_register): Renamed from cannot_store_register,
5284 made static.
5285 (the_low_target): New.
d64b8841 5286 * gdbserver/linux-mips-low.c (num_regs): Remove.
2ec06d2e
DJ
5287 (mips_num_regs): Define.
5288 (mips_regmap): Renamed from regmap, made static.
5289 (mips_cannot_fetch_register): Renamed from cannot_fetch_register,
5290 made static.
5291 (mips_cannot_store_register): Renamed from cannot_store_register,
5292 made static.
5293 (the_low_target): New.
d64b8841 5294 * gdbserver/linux-ppc-low.c (num_regs): Remove.
2ec06d2e
DJ
5295 (ppc_num_regs): Define.
5296 (ppc_regmap): Renamed from regmap, made static.
5297 (ppc_cannot_fetch_register): Renamed from cannot_fetch_register,
5298 made static.
5299 (ppc_cannot_store_register): Renamed from cannot_store_register,
5300 made static.
5301 (the_low_target): New.
d64b8841 5302 * gdbserver/linux-s390-low.c (num_regs): Remove.
2ec06d2e
DJ
5303 (s390_num_regs): Define.
5304 (s390_regmap): Renamed from regmap, made static.
5305 (s390_cannot_fetch_register): Renamed from cannot_fetch_register,
5306 made static.
5307 (s390_cannot_store_register): Renamed from cannot_store_register,
5308 made static.
5309 (the_low_target): New.
d64b8841 5310 * gdbserver/linux-sh-low.c (num_regs): Remove.
2ec06d2e
DJ
5311 (sh_num_regs): Define.
5312 (sh_regmap): Renamed from regmap, made static.
5313 (sh_cannot_fetch_register): Renamed from cannot_fetch_register,
5314 made static.
5315 (sh_cannot_store_register): Renamed from cannot_store_register,
5316 made static.
5317 (the_low_target): New.
d64b8841 5318 * gdbserver/linux-x86-64-low.c (x86_64_regmap): Renamed from regmap.
2ec06d2e
DJ
5319 (the_low_target): New.
5320
96cb11df
AC
53212002-04-09 Andrew Cagney <ac131313@redhat.com>
5322
5323 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
5324 override FP_REGNUM with frame->fp. Update copyright.
5325 * parse.c (num_std_regs, std_regs): Delete.
5326 (target_map_name_to_register): Do not search std_regs. Update
5327 function description.
5328 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
5329 declarations. Update copyright.
5330 Fix PR gdb/251.
361d1df0 5331
c3a3ccc7
DJ
53322002-04-09 Daniel Jacobowitz <drow@mvista.com>
5333
5334 * gdbserver/Makefile.in: Add stamp-h target.
5335 * gdbserver/configure.in: Create stamp-h.
5336 * gdbserver/configure: Regenerated.
5337
ce3a066d
DJ
53382002-04-09 Daniel Jacobowitz <drow@mvista.com>
5339
5340 * gdbserver/inferiors.c: New file.
5341 * gdbserver/target.c: New file.
5342 * gdbserver/target.h: New file.
5343 * gdbserver/Makefile.in: Add target.o and inferiors.o. Update
5344 dependencies.
5345 * gdbserver/linux-low.c (inferior_pid): New static variable,
5346 moved from server.c.
5347 (linux_create_inferior): Renamed from create_inferior.
5348 Call add_inferior. Return 0 on success instead of a PID.
5349 (linux_attach): Renamed from myattach.
5350 (linux_kill): Renamed from kill_inferior. Call clear_inferiors ().
5351 (linux_thread_alive): Renamed from mythread_alive.
5352 (linux_wait): Renamed from mywait. Call clear_inferiors () if the
5353 child dies.
5354 (linux_resume): Renamed from myresume. Add missing ``return 0''.
5355 (regsets_store_inferior_registers): Correct error message.
5356 Add missing ``return 0''.
5357 (linux_fetch_registers): Renamed from fetch_inferior_registers.
5358 (linux_store_registers): Renamed from store_inferior_registers.
5359 (linux_read_memory): Renamed from read_inferior_memory.
5360 (linux_write_memory): Renamed from write_inferior_memory.
5361 (linux_target_ops): New structure.
5362 (initialize_low): Call set_target_ops ().
5363 * gdbserver/remote-utils.c (unhexify): New function.
5364 (hexify): New function.
5365 (input_interrupt): Send signals to ``signal_pid''.
5366 * gdbserver/server.c (inferior_pid): Remove.
5367 (start_inferior): Update create_inferior call.
5368 (attach_inferior): Call add_inferior.
5369 (handle_query): New function.
5370 (main): Call handle_query for `q' packets.
5371 * gdbserver/server.h: Include "target.h". Remove obsolete prototypes.
5372 Add prototypes for "inferiors.c", "target.c", hexify, and unhexify.
5373
0729219d
DJ
53742002-04-09 Daniel Jacobowitz <drow@mvista.com>
5375
5376 * gdbserver/Makefile.in: Add WARN_CFLAGS. Update configury
5377 dependencies.
5378 * gdbserver/configure.in: Check for <string.h>
5379 * gdbserver/configure: Regenerate.
5380 * gdbserver/config.in: Regenerate.
5381 * gdbserver/gdbreplay.c: Include needed system headers.
5382 (remote_open): Remove strchr prototype.
5383 * gdbserver/linux-low.h: Correct #ifdef to HAVE_LINUX_USRREGS.
5384 * gdbserver/regcache.c (supply_register): Change buf argument to const void *.
5385 (supply_register_by_name): Likewise.
5386 (collect_register): Change buf argument to void *.
5387 (collect_register_by_name): Likewise.
5388 * gdbserver/regcache.h: Add missing prototypes.
5389 * gdbserver/remote-utils.c: Include <arpa/inet.h> for inet_ntoa.
5390 * gdbserver/server.c (handle_query): New function.
5391 (attached): New static variable, moved out of main.
5392 (main): Quiet longjmp clobber warnings.
5393 * gdbserver/server.h: Add ATTR_NORETURN and ATTR_FORMAT. Update prototypes.
5394 * gdbserver/utils.c (error): Remove NORETURN.
5395 (fatal): Likewise.
5396
97658e92
DJ
53972002-04-09 Daniel Jacobowitz <drow@mvista.com>
5398
5399 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
5400 after the last symbol in a block.
5401
6044e3eb
PM
54022002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
5403
5404 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
5405 is non zero as a found symbol.
5406
0406ec40
AC
54072002-04-08 Andrew Cagney <ac131313@redhat.com>
5408
5409 * findvar.c: Include "builtin-regs.h".
5410 (value_of_register): Call value_of_builtin_reg when applicable.
5411 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
5412 (target_map_name_to_register): Call
5413 builtin_reg_map_name_to_regnum.
5414 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
5415 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
5416 (builtin_regs_h): Define.
5417 (builtin-regs.o): New target.
5418 (findvar.o): Add $(builtin_regs_h).
5419 * builtin-regs.c, builtin-regs.h: New files.
5420 * std-regs.c: New file.
5421 Partial fix for PR gdb/251.
5422
56a6dfb9
KB
54232002-04-08 Kevin Buettner <kevinb@redhat.com>
5424
5425 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
5426 it's no longer required.
5427
3a808432
AC
54282002-04-08 Andrew Cagney <ac131313@redhat.com>
5429
5430 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
5431
7c40d541
KB
54322002-04-08 Kevin Buettner <kevinb@redhat.com>
5433
5434 From Jimi X <jimix@watson.ibm.com>:
5435 * rs6000-tdep.c (rs6000_software_single_step): Use
5436 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
5437 and size. Use target_insert_breakpoint() and
5438 target_remove_breakpoint() to insert and remove breakpoints
5439 instead of explicit memory reads and writes.
5440
cc9836a8
KB
54412002-04-08 Kevin Buettner <kevinb@redhat.com>
5442
5443 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
5444 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
5445 ELF_OBJECT_FORMAT ifdef.
5446
7495d1dc
KB
54472002-04-08 Kevin Buettner <kevinb@redhat.com>
5448
5449 From Jimi X <jimix@watson.ibm.com>:
5450 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
5451
4288e836
KB
54522002-04-08 Kevin Buettner <kevinb@redhat.com>
5453
5454 From Jimi X <jimix@watson.ibm.com>:
5455 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
5456 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
5457
a4e4e501
MK
54582002-04-07 Mark Kettenis <kettenis@gnu.org>
5459
5460 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
5461 s/asprintf/xasprintf/.
5462 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
5463
006defba
AC
54642002-04-07 Andrew Cagney <ac131313@redhat.com>
5465
5466 I believe Jeff Law denies responsability for this one:
5467 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
5468 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
5469 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
5470 Work-around for PR gdb/366.
5471
7aa83cac
EZ
54722002-04-07 Elena Zannoni <ezannoni@redhat.com>
5473
5474 * remote-e7000.c (write_small, e7000_read_inferior_memory,
5475 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
5476 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
5477
cf1fcca1
EZ
54782002-04-07 Elena Zannoni <ezannoni@redhat.com>
5479
5480 * sh-tdep.c (sh_fp_frame_init_saved_regs,
5481 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
5482 information.
5483
3f289e6f
AC
54842002-04-07 Andrew Cagney <ac131313@redhat.com>
5485
5486 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
5487 maintainer.
5488
129188f6
AC
54892002-04-07 Andrew Cagney <ac131313@redhat.com>
5490
5491 * README (Reporting Bugs in GDB): Document the bug web page as the
5492 prefered way of submitting bugs.
5493 Fix PR gdb/402.
5494
1200cd6e
AC
54952002-04-06 Andrew Cagney <ac131313@redhat.com>
5496
5497 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
5498 -1. Update comment.
5499 * gdbarch.h, gdbarch.c: Re-generate.
5500
2853c33c
AS
55012002-04-07 Andreas Schwab <schwab@suse.de>
5502
5503 * m68klinux-nat.c (fill_fpregset): Properly pass address of
5504 buffer to regcache_collect.
5505
c2169756
AC
55062002-04-06 Andrew Cagney <ac131313@redhat.com>
5507
5508 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
5509 * gdbarch.c, gdbarch.h: Re-generate.
5510
25f1b008
AC
55112002-04-06 Andrew Cagney <ac131313@redhat.com>
5512
5513 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
5514 declaration. Fix -Werror.
5515
59263426
DJ
55162002-04-05 Daniel Jacobowitz <drow@mvista.com>
5517
5518 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
5519 * gdbarch.c: Regenerate.
5520
f5db4da3
MS
55212002-04-05 Michael Snyder <msnyder@redhat.com>
5522
80f8a6eb
MS
5523 * breakpoint.c (clear_command): Rewrite middle section to
5524 combine two loops with identical control conditions.
5525 Add a cleanup to eliminate a memory leak.
f5db4da3
MS
5526 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
5527
ad3dcc5c
L
55282002-04-05 H.J. Lu (hjl@gnu.org)
5529
5530 * solib-svr4.c (bkpt_names): Add "__start".
5531
f32e7a74
AC
55322002-04-04 Andrew Cagney <ac131313@redhat.com>
5533
5534 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
5535 as test for 64 bit target.
5536
8227c0ff
AC
55372002-04-05 Andrew Cagney <ac131313@redhat.com>
5538
5539 * h8500-tdep.c (h8500_write_fp): Delete function.
5540 * dwarf2cfi.c (cfi_write_fp): Document as not used.
5541 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
5542 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
5543 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
5544 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
5545 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
5546 (s390_write_fp):
5547 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
5548 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
5549 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
5550 (d10v_write_fp): Delete function.
5551 * inferior.h (write_fp, generic_target_write_fp): Delete
5552 declarations.
5553 * regcache.c (generic_target_write_fp): Delete function.
5554 (write_fp): Delete function.
5555 * gdbarch.sh (TARGET_WRITE_FP): Delete.
5556 * gdbarch.h, gdbarch.c: Regenerate.
5557 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
5558 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
5559 (sparc64_write_fp): Delete declaration.
5560 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
5561 (h8500_write_fp): Delete declaration.
5562
2757dd86
AC
55632002-04-04 Andrew Cagney <ac131313@redhat.com>
5564
5565 * sparc-tdep.c (sparc64_write_fp): Delete.
5566 (sparc_push_dummy_frame): Replace write_fp call with code to store
5567 the FP directly.
5568 (sparc_gdbarch_init): Do not initialize write_fp.
5569
c69255e1
KB
55702002-04-05 Kevin Buettner <kevinb@redhat.com>
5571
5572 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
5573 clause.
5574
ae767bfb
JB
55752002-03-29 Jim Blandy <jimb@redhat.com>
5576
5577 * stack.c (get_selected_block): Add new argument `addr_in_block',
5578 used to return the exact code address we used to select the block,
5579 not just the block.
5580 * blockframe.c (get_frame_block, get_current_block): Same.
5581 * frame.h (get_frame_block, get_current_block,
5582 get_selected_block): Update declarations.
5583 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
5584 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
5585
84d2ac95
MS
55862002-04-05 Michael Snyder <msnyder@redhat.com>
5587
5588 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
5589 warning message.
5590
596aa3bf
JB
55912002-04-05 J. Brobecker <brobecker@gnat.com>
5592
5593 * utils.c (xfullpath): New function.
5594 * defs.h (xfullpath): Add declaration.
5595 * source.c (openp): Use xfullpath in place of gdb_realpath to
5596 avoid resolving the basename part of filenames when the
5597 associated file is a symbolic link. This fixes a potential
5598 inconsistency between the filenames known to GDB and the
5599 filenames it prints in the annotations.
5600 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
5601 to be able to match a filename with either the real filename, or
5602 the name of any symbolic link to this file.
5603 (lookup_partial_symtab): Ditto.
5604
c02f5703
MS
56052002-04-04 Michael Snyder <msnyder@redhat.com>
5606
5607 * breakpoint.c: Add support for hardware breakpoints in overlays.
5608 (overlay_events_enabled): New state variable.
5609 (insert_breakpoints): Use overlay_events_enabled to decide
5610 whether to attempt to set a breakpoint at the overlay load addr.
5611 Handle bp_hardware_breakpoint as well as bp_breakpoint.
5612 (remove_breakpoint): Use overlay_events_enabled to decide
5613 whether breakpoints need to be removed from overlay load addr.
5614 Handle bp_hardware_breakpoint as well as bp_breakpoint.
5615 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
361d1df0 5616 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
c02f5703
MS
5617 disable_overlay_breakpoints): Update overlay_events_enabled.
5618
5fb290d7
DJ
56192002-04-04 Daniel Jacobowitz <drow@mvista.com>
5620
5621 * dwarf2read.c (struct function_range): New.
5622 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
5623 (check_cu_functions): New.
5624 (read_file_scope): Initialize global function lists.
5625 Call dwarf_decode_line after processing children.
5626 (read_func_scope): Add to global function list.
5627 (dwarf_decode_lines): Call check_cu_functions everywhere
5628 record_line is called. Call record_line with a linenumber
5629 of 0 to mark sequence ends.
5630
7b3fabf0
ML
56312002-04-04 Michal Ludvig <mludvig@suse.cz>
5632
361d1df0 5633 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
7b3fabf0
ML
5634 change sync with glibc.
5635
bce58c09
JB
56362002-04-03 Jim Blandy <jimb@redhat.com>
5637
5638 * configure.in: Call AC_C_INLINE.
5639 * configure: Regenerated.
361d1df0 5640
2fccf04a
DJ
56412002-04-01 Daniel Jacobowitz <drow@mvista.com>
5642
5643 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
5644 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
5645
2d1bfe2e
MK
56462002-03-31 Mark Kettenis <kettenis@gnu.org>
5647
a5941fbf
MK
5648 * NEWS: Mention gcore support on FreeBSD/i386.
5649
a90cd31d
MK
5650 * fbsd-proc.c: New file.
5651 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
5652 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
5653
2d1bfe2e
MK
5654 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
5655 while statement.
5656
9eb6e5a1
JB
56572002-03-29 Jim Blandy <jimb@redhat.com>
5658
5659 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
5660 unescaped newlines in string literals, but newer ones don't. So
5661 escape them.
5662
f02df580
MS
56632002-03-26 Michael Snyder <msnyder@redhat.com>
5664 Andrew Cagney <cagney@redhat.com>
5665
361d1df0 5666 * cli/cli-dump.c: New file. Dump memory to file,
f02df580
MS
5667 restore file to memory.
5668 * cli/cli-dump.h: New file.
5669 * Makefile.in: Add rules, dependencies for cli-dump.o.
89743e04 5670 * NEWS: Mention new commands.
f02df580 5671
109f874e
MS
56722002-03-28 Michael Snyder <msnyder@redhat.com>
5673
5674 * symfile.c (symbol_file_add): Move test for null symbols to later.
5675
520f6ade
AC
56762002-03-27 Andrew Cagney <ac131313@redhat.com>
5677
5678 From veksler at il.ibm.com:
5679 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
5680 the xstrduped original path.
5681 Fix PR gdb/417.
5682
d4654627
MS
56832002-03-27 Michael Snyder <msnyder@redhat.com>
5684
5685 * breakpoint.c (_initialize_breakpoint): Clean up help string.
5686 * infcmd.c (_initialize_infcmd): Ditto.
5687 * language.c (_initialize_language): Ditto.
5688 * symfile.c (_initialize_symfile): Ditto.
5689 * top.c (_init_main): Ditto.
5690 * cli/cli-cmds.c (init_cli_cmds): Ditto.
5691
6be8bc0c
EZ
56922002-03-27 Elena Zannoni <ezannoni@redhat.com>
5693
5694 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
5695 vector registers handling.
5696 (skip_prologue): Handle new AltiVec instructions. Fill in new
5697 fields of frame data.
5698 (frame_get_saved_regs): Fill in information for AltiVec registers.
5699
12af6855
JB
57002002-03-27 Jim Blandy <jimb@redhat.com>
5701
5702 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
5703 a function; leave this macro here to invoke that function.
5704 (symbol_init_mangled_name): Declaration for that function.
5705 * symtab.c (symbol_init_mangled_name): New function.
5706
dc672865
AC
57072002-03-27 Andrew Cagney <ac131313@redhat.com>
5708
5709 * valarith.c: Replace strerror with safe_strerror.
5710 * tracepoint.c: Ditto.
5711 * lin-lwp.c: Ditto.
5712 * go32-nat.c: Ditto.
5713 * inflow.c: Ditto.
5714 * gnu-nat.c: Ditto.
5715
d96429cd
AS
57162002-03-27 Andreas Schwab <schwab@suse.de>
5717
5718 * event-top.c (command_line_handler): Remove useless if.
5719
7e336ba1
AJ
57202002-03-27 Andreas Jaeger <aj@suse.de>
5721
5722 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
5723 comment.
5724
de220d0f
ML
57252002-03-27 Michal Ludvig <mludvig@suse.cz>
5726
5727 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
5728 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
5729 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
5730 (x86_64_linux_dr_get_status, supply_gregset),
5731 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
5732 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
5733 (x86_64_register_info_table): Add.
5734 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
5735 (x86_64_register_raw_size, x86_64_register_virtual_type),
5736 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
5737 general x86_64_register_info_table.
5738 (i386_gdbarch_init): gdbarch_register_bytes is now set
5739 dynamicaly during initialization.
5740 * regformats/reg-x86-64.dat: Synced with changes to registers above.
5741 * gdbserver/linux-x86-64-low.c: Ditto.
7e336ba1 5742
0e98d0a7
DJ
57432002-03-27 Daniel Jacobowitz <drow@mvista.com>
5744
5745 * gdbserver/server.c (main): Call target_signal_to_host_p
5746 and target_signal_to_host on signals received from the remote.
5747 * gdbserver/remote-utils.c (prepare_resume_reply): Call
5748 target_signal_from_host on signals sent to the remote.
5749 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
5750 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
5751
3130066b
DJ
57522002-03-27 Daniel Jacobowitz <drow@mvista.com>
5753
5754 * signals/signals.c: Include "server.h" in gdbserver build.
5755 (target_signal_from_name): Don't use STREQ.
5756 (_initialize_signals): Likewise. Don't include function in
5757 gdbserver build.
5758
9aedf4f4
DJ
57592002-03-27 Daniel Jacobowitz <drow@mvista.com>
5760
5761 * signals.c: Moved to...
5762 * signals/signals.c: Here.
7e336ba1 5763 * Makefile (signals.o): Update.
9aedf4f4 5764
3fa41cdb
JL
57652002-03-26 Jeff Law (law@redhat.com)
5766
5767 * somread.c (som_symtab_read): Remove some commented out code and
5768 updated related comments. Do not set the minimal symbol table to
5769 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
5770 in a dynamic executable.
5771 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
5772 where we are unable to find the minimal symbol for the given
5773 PC value.
5774
ee677e8d
MS
57752002-03-25 Jeff Law (law@redhat.com)
5776
5777 * linux-proc.c (read_mapping): Scan up to end of line for filename.
5778
e76e1718
ML
57792002-03-25 Michal Ludvig <mludvig@suse.cz>
5780
5781 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
5782
18a642a1
AC
57832002-03-23 Andrew Cagney <ac131313@redhat.com>
5784
5785 * command.h: Update copyright.
5786 (struct cmd_list_element): Replace definition with opaque
5787 declaration.
5788 (enum cmd_types): Document that it will eventually be moved to
5789 cli/cli-decode.h
5790 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
5791 (MALLOCED_REPLACEMENT): Delete macro.
5792 * Makefile.in (cli_decode_h): Add $(command_h).
5793 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
7e336ba1 5794 * top.c: Include "cli/cli-decode.h".
18a642a1
AC
5795 * completer.c: Include "cli/cli-decode.h".
5796 * maint.c: Include "cli/cli-decode.h".
5797 * cli/cli-decode.h: Include "command.h".
5798 (enum command_class): Delete.
5799 (enum cmd_types): Comment out.
5800 (enum cmd_auto_boolean): Delete.
5801 (enum var_types): Delete.
5802
b2875cc0
AC
58032002-03-23 Andrew Cagney <ac131313@redhat.com>
5804
5805 * cli/cli-decode.c: Include "gdb_assert.h".
5806 (add_set_or_show_cmd): New static function.
5807 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
5808 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
5809 all fields, such as func, from the set command.
5810
3b45974e
AC
58112002-03-23 Andrew Cagney <ac131313@redhat.com>
5812
5813 * MAINTAINERS (sh-elf): Change warning flag to -w.
5814
823ca731
AC
58152002-03-23 Andrew Cagney <cagney@redhat.com>
5816
5817 * defs.h (error): Add printf format attribute.
5818 * thread-db.c (thread_from_lwp): Fix error format string.
5819 * stack.c (parse_frame_specification): Ditto.
5820 * cli/cli-decode.c (undef_cmd_error): Ditto.
5821 * scm-lang.c (scm_lookup_name): Ditto.
5822 * tracepoint.c (trace_error): Ditto.
5823 * remote-utils.c (usage): Ditto.
5824 * remote.c (compare_sections_command): Ditto.
5825 Fix PR gdb/328.
5826
0e101458
AC
58272002-03-22 Andrew Cagney <ac131313@redhat.com>
5828
5829 * gdbtypes.c (append_composite_type_field): New function.
5830 (init_composite_type): New function.
5831 * gdbtypes.h (append_composite_type_field): Declare.
5832 (init_composite_type): Ditto.
5833
8e0662df
EZ
58342002-03-22 Elena Zannoni <ezannoni@redhat.com>
5835
5836 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
7e336ba1 5837 function.
8e0662df
EZ
5838 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
5839 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
5840 structure returning convention for SYSV ABI case, but not
5841 for GNU/Linux, FreeBSD, or NetBSD.
5842
3121eff0
DJ
58432002-03-22 Daniel Jacobowitz <drow@mvista.com>
5844
5845 * symtab.h (lookup_block_symbol): Add mangled_name argument
5846 to prototype.
5847
5848 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
5849 with new mangled_name argument.
5850 * linespec.c (decode_line_1): Likewise.
5851 * valops (value_of_this): Likewise.
5852 * symtab.c (lookup_transparent_type): Likewise.
5853 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
5854 (lookup_symbol): If we are given a mangled name, pass it down
5855 to lookup_symbol_aux.
5856 (lookup_block_symbol): If we are given a mangled name to check
5857 against, only return symbols which match it.
5858
349b409f
CF
58592002-03-22 Christopher Faylor <cgf@redhat.com>
5860
5861 * win32-nat.c (child_create_inferior): Check for proper shell to use
5862 here, in case the user changes it on the fly.
5863 (_initialize_inftarg): Remove shell path considerations.
5864
2a873819
EZ
58652002-03-21 Elena Zannoni <ezannoni@redhat.com>
5866
5867 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
5868 for gdbarch_max_register_raw_size and max_register_virtual_size.
5869 Adjust copyright year.
5870
a1b9830c
DJ
58712002-03-21 Daniel Jacobowitz <drow@mvista.com>
5872
5873 * dbxread.c (process_one_symbol): Extend the first N_SLINE
5874 in a function to cover the entire beginning of the function
5875 as well if it does not already.
5876
8b5790f2
TR
58772002-03-21 Tom Rix <trix@redhat.com>
5878
5879 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
5880 (rs6000_ptrace64): Renamed from ptrace64.
5881
bdbe5747
MH
58822002-03-20 Martin M. Hunt <hunt@redhat.com>
5883
5884 * gdbserver/remote-utils.c (remote_open): Don't call
5885 getprotobyname, we're all using TCP here so just use
5886 IPPROTO_TCP.
7e336ba1 5887 * gdbserver/gdbreplay.c (remote_open): Ditto.
bdbe5747
MH
5888
58892002-03-20 Martin M. Hunt <hunt@redhat.com>
7e336ba1 5890
bdbe5747
MH
5891 * regcache.c (_initialize_regcache): No need to call
5892 build_regcache() at this time; it gets called whenever
5893 the gdbarch changes.
5894
7781cd62
DB
58952002-03-20 David O'Brien <obrien@FreeBSD.org>
5896
5897 * sparc-nat.c: Include sys/param.h where possible.
5898
f65ca430
DJ
58992002-03-20 Daniel Jacobowitz <drow@mvista.com>
5900
5901 Fix PR gdb/422.
5902 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
5903 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
5904 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
5905 complex types.
5906 * stabsread.c (rs6000_builtin_type): Likewise.
5907 (read_sun_floating_type): Likewise.
5908
0c867556
PS
59092002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
5910
5911 * stabsread.c (read_member_functions): Remove skip code for duplicate
5912 constructor/destructor methods. Use standard parsing for these
5913 methods and just do not chain them to the list of methods after
5914 parsing.
5915
12b9c64f
AO
59162002-03-19 Alexandre Oliva <aoliva@redhat.com>
5917
5918 * coffread.c: Remove redundant static declarations. Replace
5919 occurrences of `PTR' with `void *'.
5920 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
5921 * top.h (quit_cover): Likewise.
5922 * defs.h (catch_errors): Likewise.
5923
349c5d5f
AC
59242002-03-18 Andrew Cagney <ac131313@redhat.com>
5925
5926 * defs.h (XMALLOC): Define.
5927 * gdb-events.sh (XMALLOC): Delete macro.
5928 * gdb-events.c, gdb-events.h: Regenerate.
5929 * gdbarch.sh (XMALLOC): Delete macro.
5930 * gdbarch.c: Regenerate.
5931 * serial.c (XMALLOC): Delete macro.
5932 * ui-file.c (XMALLOC): Ditto.
5933 * ser-unix.h (XMALLOC): Ditto.
5934 * sh-tdep.c (XMALLOC): Ditto.
5935 * ui-out.c (XMALLOC): Ditto.
5936 * utils.c (XMALLOC): Ditto.
5937 * i386-tdep.c (XMALLOC): Ditto.
5938 * gdb-events.c (XMALLOC): Ditto.
5939 * d10v-tdep.c (XMALLOC): Ditto.
5940 * cli-out.c (XMALLOC): Ditto.
5941
5942 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
5943 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
5944 * ui-file.c, ui-out.c: Ditto.
5945
7d0766f3
AC
59462002-03-18 Andrew Cagney <ac131313@redhat.com>
5947
5948 * command.h (struct cmd_list_element): Add field context.
5949 (set_cmd_context, get_cmd_context): Declare.
5950 * cli/cli-decode.h: Ditto.
5951 * cli/cli-decode.c (get_cmd_context): New function.
5952 (set_cmd_context): New function.
5953 (add_cmd): Initialize context.
5954 Part of fixing PR gdb/145 and PR gdb/146.
5955
5913bcb0
AC
59562002-03-17 Andrew Cagney <ac131313@redhat.com>
5957
1868c04e
AC
5958 * cli/cli-decode.c (cmd_type): New function.
5959 * command.h (cmd_type): Declare.
5960 * infrun.c (set_schedlock_func): Call function cmd_type.
5961 * kod.c (kod_set_os): Call cmd_type.
5962 * cris-tdep.c (cris_version_update): Use function cmd_type.
5963 (cris_mode_update, cris_abi_update): Ditto.
5964
5913bcb0
AC
5965 * command.h: (execute_cmd_post_hook): Declare.
5966 (execute_cmd_pre_hook): Declare.
5967 * cli/cli-script.c (clear_hook_in_cleanup): New function.
5968 (execute_cmd_post_hook, execute_cmd_pre_hook): New
5969 functions. Execute pre/post hook while ensuring that afterwords
5970 hook_in is cleared.
5971 * top.c (execute_command): Use execute_cmd_post_hook, and
5972 execute_cmd_pre_hook to execute pre/post commands.
5973 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
5974 hook_stop_stub.
5975 (hook_stop_stub): Call execute_cmd_pre_hook.
5976
b51450c9
AC
59772002-03-17 Andrew Cagney <ac131313@redhat.com>
5978
5979 * kod.c (kod_set_os): Revert previous change. Is called by ``info
5980 set'' and this leads to a core dump. Move xstrdup of
5981 operating_system to after check that it is not NULL.
5982
f66c9f11
AC
59832002-03-17 Andrew Cagney <ac131313@redhat.com>
5984
8e694ecf
AC
5985 * kod.c (kod_set_os): Remove unnecessary check that
5986 ``command->type'' is set_cmd.
5987
f66c9f11
AC
5988 * valprint.c (set_input_radix): Use input_radix.
5989 (set_output_radix): Use output_radix.
5990 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
5991 isn't reverted.
5992
9d01611c
AC
59932002-03-16 Andrew Cagney <ac131313@redhat.com>
5994
5995 * value.h (struct value): Delete field ``substring_addr''. Change
5996 aligner fields to force_doublest_align, force_longest_align,
ee2d3b3a
AC
5997 force_core_addr_align and force_pointer_aligh.
5998
5999 * value.h (struct value): Fix typo in above change.
9d01611c 6000
4156bb53
PS
60012002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
6002
6003 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
6004 to fix internal_error from ``maintenance print architecture''.
6005
0e5e3ea6
PS
60062002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
6007
6008 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
6009 for gcc versions after gcc-2.8.1.
6010
9b013045
PS
60112002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
6012
6013 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
6014 for method resolution. Restore adjustment of ``this'' pointer after
6015 calling value_struct_elt, which was accidentally removed during the
6016 HP merge.
6017
376c9600
AC
60182002-03-15 Andrew Cagney <ac131313@redhat.com>
6019
6020 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
6021 value_of_register.
6022 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
6023 get_saved_register.
6024 * value.h (value_of_register): Update.
6025
a4db0f07
RH
60262002-03-14 Richard Henderson <rth@redhat.com>
6027
6028 * configure.in: Detect declaration for canonicalize_file_name.
6029 * utils.c (canonicalize_file_name): Declare, if needed.
6030 (gdb_realpath): Prefer realpath if available and usable.
6031 * config.in, configure: Rebuild.
6032
96383835
RH
60332002-03-14 Richard Henderson <rth@redhat.com>
6034
6035 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
6036 a constant array bound.
6037
6038 * MAINTAINERS: Add myself to write-after-approval.
6039
75245b24
MS
60402002-03-14 Michael Snyder <msnyder@redhat.com>
6041
6042 * symfile.c (syms_from_objfile): Return immediately if no syms.
6043 (symbol_file_add): Return immediately if no syms.
6044 (find_sym_fns): Return immediately if no syms.
6045
e641a1ca
ML
60462002-03-13 Michal Ludvig <mludvig@suse.cz>
6047
6048 * gdbserver/remote-util.c (remote_open): Print remote-side's
6049 IP address when remote debugging over the network.
7e336ba1 6050
df08bfec
DB
60512002-03-12 David O'Brien <obrien@FreeBSD.org>
6052
6053 * config/sparc/fbsd.mh: Fix copyright.
6054 * config/sparc/fbsd.mt: Likewise.
6055
9a57864f
RE
60562002-03-11 Richard Earnshaw <rearnsha@arm.com>
6057
6058 * MAINTAINERS: Fix typo in name of gdb warnings option.
6059 (x86-64): Fix formating so that this can be parsed by awk.
6060
dd7bf85e
DJ
60612002-03-10 Daniel Jacobowitz <drow@mvista.com>
6062
6063 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
6064 * defs.h: Include "gdb/signals.h".
6065 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
6066
33a0a2ac
ML
60672002-03-10 Michal Ludvig <mludvig@suse.cz>
6068
6069 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
7e336ba1 6070 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
33a0a2ac
ML
6071 from x86-64-tdep.h
6072
dd824b04
DJ
60732002-03-10 Daniel Jacobowitz <drow@mvista.com>
6074 Don Howard <dhoward@redhat.com>
6075
6076 * mips-tdep.c (ST0_FR): Define.
6077 (mips2_fp_compat): New function, temporarily disabled.
6078 (mips_read_fp_register_single): New function.
6079 (mips_read_fp_register_double): New function.
6080 (mips_print_register): Use them.
6081 (do_fp_register_row): Likewise.
6082
6a41ff59
AC
60832002-03-09 Andrew Cagney <ac131313@redhat.com>
6084
6085 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
6086 approval''.
6087
4ea09c10
PS
60882002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
6089
6090 * stabsread.c (read_member_functions): Fix is_stub test for
6091 static member functions, improve comment.
6092
6ccc741d
RE
60932002-03-07 Richard Earnshaw <rearnsha@arm.com>
6094
6095 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
6096 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
6097 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
6098 commands that set boolean values.
6099 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
6100 (arm_rdi_resume): Always initialize PC.
6101 (arm_rdi_open): Don't use rslt as a boolean.
6102 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
6103 (arm_rdi_fetch_registers, arm_rdi_store_registers)
6104 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
6105 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
6106
438013df
AO
61072002-03-06 Alexandre Oliva <aoliva@redhat.com>
6108
6109 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
6110 * configure: Rebuilt.
6111
70ed8774
SC
61122002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6113
6114 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
6115 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
6116
5ba2abeb
AC
61172002-03-06 Andrew Cagney <ac131313@redhat.com>
6118
6119 * cli/cli-decode.c (set_cmd_completer): New function.
6120 * command.h (set_cmd_completer): Declare.
6121 * cli/cli-decode.h (set_cmd_completer): Ditto.
6122
6123 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
6124 * cli/cli-cmds.c (init_cli_cmds): Ditto.
6125 * win32-nat.c (_initialize_inftarg): Ditto.
6126 * remote-rdi.c (_initialize_remote_rdi): Ditto.
6127 * proc-api.c (_initialize_proc_api): Ditto.
6128 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
6129 * source.c (_initialize_source): Ditto.
6130 * exec.c (_initialize_exec): Ditto.
6131 * solib.c (_initialize_solib): Ditto.
6132 * top.c (init_main): Ditto.
6133 * tracepoint.c (_initialize_tracepoint): Ditto.
6134 * symfile.c (_initialize_symfile): Ditto.
6135 * printcmd.c (_initialize_printcmd): Ditto.
6136 * infcmd.c (_initialize_infcmd): Ditto.
6137 * corefile.c (_initialize_core): Ditto.
6138
f779ca99
AC
61392002-03-05 Andrew Cagney <ac131313@redhat.com>
6140
6141 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
6142
01a3934b
AC
61432002-03-05 Andrew Cagney <ac131313@redhat.com>
6144
6145 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
6146
37057839
AC
61472002-03-05 Andrew Cagney <ac131313@redhat.com>
6148
6149 * NEWS: Update headings, 5.2 has branched.
6150
c6ecbae5
DJ
61512002-03-04 Daniel Jacobowitz <drow@mvista.com>
6152
6153 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
6154 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
6155 (register_addr, REGISTER_RAW_SIZE): Likewise.
6156 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
6157 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
6158
e9f30c21
ML
61592002-03-03 Michal Ludvig <mludvig@suse.cz>
6160
6161 * MAINTAINERS (x86-64): Add myself.
6162 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
6163 changed value_ptr -> struct value *
6164
54394ac3
DB
61652002-03-01 David O'Brien <obrien@FreeBSD.org>
6166
6167 * configure.host (sparc64-*-freebsd): Add.
6168 * configure.tgt: Likewise.
6169 * config/sparc/fbsd.mh: New file.
6170 * config/sparc/fbsd.mt: Likewise.
6171 * config/sparc/nm-fbsd.h: Likewise.
6172 * config/sparc/tm-fbsd.h: Likewise.
6173
bfe95955
DJ
61742002-03-01 Daniel Jacobowitz <drow@mvista.com>
6175
6176 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
6177 regformats/reg-s390x.dat.
6178
f33c6cbf
AC
61792002-03-01 Andrew Cagney <ac131313@redhat.com>
6180
6181 * utils.c: Add FIXME explaining true/false problem.
6182
5ecaa7dd
AC
61832002-02-28 Andrew Cagney <ac131313@redhat.com>
6184
6185 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
6186
2a251cc2
MC
61872002-02-28 Michael Chastain <mec@shout.net>
6188
6189 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
6190
6a8031a3 61912002-02-28 Daniel Jacobowitz <drow@mvista.com>
265f716b
DJ
6192
6193 * gdbserver/linux-s390-low.c: New file.
6194 * regformats/reg-s390.dat: New file.
6195 * regformats/reg-s390x.dat: New file.
6196 * gdbserver/configure.srv: Add S/390.
6197 * gdbserver/Makefile.in: Add S/390.
6198 * configure.tgt: Enable gdbserver for S/390.
6199
ac469903
EZ
62002002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
6201
6202 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
6203 first line of the doc string for "info dos", except at the end of
6204 the sentence, since the short help stops at the first period.
6205
985cb1a3
JM
62062002-02-28 Jason Merrill <jason@redhat.com>
6207
6208 * dwarf2read.c (dwarf_cfi_name): Add new codes.
6209
c570663e
FF
62102002-02-27 Fred Fish <fnf@redhat.com>
6211
6212 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
6213 comment (dumy -> dummy).
6214
43630227
PS
62152002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
6216
6217 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
6218
b84911e8
RB
62192002-02-27 Rodney Brown <rbrown64@csc.com.au>
6220
6221 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
6222
58caa3dc
DJ
62232002-02-27 Daniel Jacobowitz <drow@mvista.com>
6224
6225 * gdbserver/acconfig.h: New file.
6226 * gdbserver/i387-fp.c: New file.
6227 * gdbserver/i387-fp.h: New file.
6228 * gdbserver/linux-x86-64.c: New file.
6229 * regformats/reg-x86-64.dat: New file.
6230 * configure.tgt: Add x86_64-*-linux* gdbserver support.
6231 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
6232 * gdbserver/configure.in: Add support for regsets.
6233 * gdbserver/config.in: Regenerate.
6234 * gdbserver/configure: Regenerate.
6235 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
6236 * gdbserver/linux-low.h: New file.
6237 * gdbserver/linux-low.c: Include "linux-low.h". Add support
6238 for regsets.
6239 * gdbserver/linux-arm-low.c: Include "linux-low.h".
6240 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
6241 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
6242 * gdbserver/linux-mips-low.c: Include "linux-low.h".
6243 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
6244 * gdbserver/linux-sh-low.c: Include "linux-low.h".
6245 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
6246 "i387-fp.h". Add PTRACE_GETREGS and friends.
6247 * gdbserver/regcache.c (supply_register): New function.
6248 (supply_register_by_name): New function.
6249 (collect_register): New function.
6250 (collect_register_by_name): New function.
6251
93652174
DJ
62522002-02-27 Daniel Jacobowitz <drow@mvista.com>
6253
6254 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
6255 (config.status): Add configure.srv dependency.
6256 (server_h): Add config.h dependency.
6257
a02e4a61
DJ
62582002-02-27 Daniel Jacobowitz <drow@mvista.com>
6259
6260 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
6261 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
6262 * gdbserver/configure.srv: Change i386-*-linux* to use
6263 reg-i386-linux.o.
6264
ce0eebec
AC
62652002-02-26 Andrew Cagney <ac131313@redhat.com>
6266
6267 * x86-64-tdep.c: Re-indent. Update copyright date.
6268
82dbc5f7
AC
62692002-02-26 Andrew Cagney <ac131313@redhat.com>
6270
6271 From Michal Ludvig <mludvig@suse.cz>:
6272 * x86-64-tdep.c (value.h): Delete.
6273 (gdb_assert.h): Include.
6274 (x86_64_register_convert_to_virtual,
6275 x86_64_register_convert_to_raw ): Add check which lets only
6276 floating-point values to be converted.
6277 (value_push): Delete.
6278 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
6279 (i386_gdbarch_init): Number of register_bytes fixed.
6280
e4621584
AC
62812002-02-26 Andrew Cagney <ac131313@redhat.com>
6282
6283 * MAINTAINERS: Add x86-64 target.
6284
81a9a963
AC
62852002-02-26 Andrew Cagney <ac131313@redhat.com>
6286
6287 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
6288 * osfsolib.c (solib_map_sections): Ditto.
6289 * irix5-nat.c (solib_map_sections): Ditto.
6290 * corelow.c (gdb_check_format): Ditto.
6291 * symfile.c (symfile_bfd_open): Ditto.
6292 * solib.c (solib_map_sections): Ditto.
6293 Fix PR gdb/354.
7e336ba1 6294
0f017ab9
AC
62952002-02-26 Andrew Cagney <ac131313@redhat.com>
6296
6297 * remote.c (_initialize_remote): By default, disable ``e'' and
6298 ``E'' step out-of-range packets.
6299
75738c29
AS
63002002-02-26 Andreas Schwab <schwab@suse.de>
6301
6302 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
6303 m68k_linux_frame_saved_pc.
6304 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
6305 in_sigtramp.
6306 (SIGCONTEXT_PC_OFFSET): Remove.
6307 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
6308 m68k_linux_sigtramp_saved_pc): New functions.
6309 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
6310 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
6311 (UCONTEXT_PC_OFFSET): Define.
6312 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
6313 non-RT and RT signal trampolines.
6314
7e8ed687
RE
63152002-02-26 Richard Earnshaw <rearnsha@arm.com>
6316
6317 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
6318 (TARGET_NBPG, STACK_END_ADDR): Delete
6319 (VARIABLES_INSIDE_BLOCK): Delete.
6320
6972bc8b
AC
63212002-02-25 Andrew Cagney <ac131313@redhat.com>
6322
6323 * utils.c (perror_with_name): Make string parameter constant.
6324 (print_sys_errmsg): Ditto.
6325 (query): Ditto.
6326 * defs.h (perror_with_name): Update.
6327 (print_sys_errmsg): Update.
6328 (query): Update.
6329
aa32f823
DJ
63302002-02-25 Daniel Jacobowitz <drow@mvista.com>
6331
6332 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
6333 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
6334
19caaa45
PS
63352002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
6336
6337 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
6338 if it already matches the current architecture from the exec file.
6339 Include arch-utils.h for gdbarch_info_init prototype.
6340 * Makefile.in (rs6000-nat.o): Update dependencies.
6341
d951901f
EZ
63422002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
6343
6344 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
6345 list of exported variables.
6346
7ea81414
DJ
63472002-02-24 Daniel Jacobowitz <drow@mvista.com>
6348
6349 * gdbserver/configure.srv: New file.
6350 * gdbserver/configure.in: Use configure.srv instead
6351 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
6352 from it.
6353 * gdbserver/configure: Regenerated.
6354 * gdbserver/terminal.h: New file.
6355 * gdbserver/Makefile.in: Update for configure changes. Remove
6356 more unneeded include paths.
6357
080fe24b
AC
63582002-02-24 Andrew Cagney <ac131313@redhat.com>
6359
6360 From wiz at danbala:
6361 * config/sparc/tm-sp64.h: Fix grammar and typos.
6362 Fix PR gdb/287.
6363
8605d56e
AC
63642002-02-24 Andrew Cagney <ac131313@redhat.com>
6365
6366 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
a4b6fc86
AC
6367 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
6368 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
6369 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
ca557f44
AC
6370 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
6371 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
6372 * s390-tdep.c: Ditto.
92362027
AC
6373 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
6374 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
6375 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
6376 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
6377 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
6378 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
6379 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
6380 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
6381 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
6382 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
8605d56e 6383 Fix PR gdb/378.
7e336ba1 6384
8ed32cc0
AC
63852002-02-23 Andrew Cagney <ac131313@redhat.com>
6386
a3007b6f
AC
6387 * lin-thread.c: Delete file.
6388 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
6389 to gdb_proc_service.h.
6390 * configure: Re-generate.
6391
50a9e2f1
AC
6392 * ocd.c (ocd_open): Do not try to open the "ocd" device.
6393 * serial.c (serial_open): Delete check for "ocd".
6394 Fix PR gdb/349.
6395
8b6e7932
AC
6396 * Makefile.in (linux-thread.o): Delete target.
6397 * linux-thread.c: Delete file.
6398
d155c46b
AC
6399 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
6400 renamed SH files to be consistent.
6401
8ed32cc0
AC
6402 * symtab.c (sort_search_symbols): Use xfree.
6403
0e18d038
RE
64042002-02-23 Richard Earnshaw <rearnsha@arm.com>
6405
6406 * arm-linux-tdep.c (arm_linux_init_abi): Register
6407 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
6408 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
6409 definition with undef, since we don't want the sysvr4 definition.
6410 (SKIP_TRAMPOLINE_CODE): Likewise.
6411
27aac7ff
AC
64122002-02-23 Andrew Cagney <ac131313@redhat.com>
6413
6414 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
6415
6416 * configure.in: (AC_CHECK_FUNCS) Added test for
6417 canonicalize_file_name Regenerated.
6418 * config.in, configure: Regenerated.
6419 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
6420 defined use canonicalize_file_name.
7e336ba1 6421
65a6e0ee
MC
64222002-02-23 Michael Chastain <mec@shout.net>
6423
6424 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
6425
47b95330
AC
64262002-02-23 Andrew Cagney <ac131313@redhat.com>
6427
6428 * README: Remove references to cygnus.com.
6429 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
6430 dot com'' form. Remove references to cygnus.com and sourceware.
6431
696f451b
AC
64322002-02-23 Andrew Cagney <ac131313@redhat.com>
6433
6434 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
6435 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
6436 1003.1-2001 no longer allows "head -1".
6437 * gdb/Makefile.in (version.c): Likewise.
6438 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
6439 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
6440 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
6441
bbaca940
AC
64422002-02-23 Andrew Cagney <ac131313@redhat.com>
6443
6444 * cli/cli-decode.c (cmd_cfunc_eq): New function.
6445 * command.h (cmd_cfunc_eq): Declare.
6446 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
6447
6448 * cli/cli-cmds.h (is_complete_command): Change parameter to a
6449 ``struct cmd_list_element *''.
6450 * cli/cli-cmds.c (is_complete_command): Update. Use
6451 cmd_cfunc_eq.
6452 * top.c (execute_command): Pass the command to
6453 is_complete_command.
6454 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
6455
b8b8b047
AC
64562002-02-23 Andrew Cagney <ac131313@redhat.com>
6457
6458 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
6459 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
6460 architecture defines.
6461 * s390-tdep.c (s390_gdbarch_init): Likewise.
6462
19d3fc80
RE
64632002-02-23 Richard Earnshaw <rearnsha@arm.com>
6464
6465 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
6466 (arm_linux_push_arguments): Likewise.
6467 (arm_linux_init_abi): Register them. Also register linux-specific
6468 call_dummy_words.
6469 (find_minsym_and_objfile): Use strcmp, not STREQ.
6470 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
6471 (arm_linux_call_dummy_words): Delete declaration.
6472 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
6473 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
6474 declarations.
6475 (LOWEST_PC): Delete.
6476
3ab13650
PS
64772002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
6478
6479 * maint.c (print_section_info): Do not prepend `0x' to filepos
6480 output, it will be handled by local_hex_string_custom.
6481
19d3fc80 64822002-02-23 Richard Earnshaw <rearnsha@arm.com>
85ae890c
RE
6483
6484 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
6485 (store_newfpe_double, store_newfpe_extended, store_fpregister)
6486 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
6487
d85a5daf
JB
64882002-02-22 Jim Blandy <jimb@redhat.com>
6489
6490 Indicate that the bcache functions don't change the strings
6491 they're passed.
6492 * bcache.h (bcache, hash): Add `const' keywords to declarations.
6493 * bcache.c (bcache, hash): Add `const' keywords to definitions.
6494
eeb25b8a
PM
64952002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
6496
6497 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
6498
6badb179
CF
64992002-02-21 Christopher Faylor <cgf@redhat.com>
6500
6501 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
6502 find the complete path to a loaded DLL.
6503
e8717518
FF
65042002-02-21 Fred Fish <fnf@redhat.com>
6505
6506 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
6507 that marks the end of the range of a function, enter a line number
6508 entry that has a line number of zero and a PC offset that matches
6509 the end of the function. This starts a range of PC's for which no
6510 line number information is known.
6511 * symtab.c (find_pc_sect_line): If our best fit is in a range of
6512 PC's for which no line number info is found (line number is zero)
6513 then we didn't find any valid line information.
6514 * symtab.h: Document use of zero line number entry.
6515
9abe5450
EZ
65162002-02-21 Elena Zannoni <ezannoni@redhat.com>
6517
6518 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
6519 (have_ptrace_getvrregs): Define for run time checks.
6520 (gdb_vrregset_t): New type for Altivec register handling.
6521 (fetch_register, store_register): Fetch/store altivec register
6522 when needed.
6523 (fetch_altivec_register, store_altivec_register): New functions.
6524 (supply_vrregset, fill_vrregset): New functions.
6525 (fetch_altivec_registers, store_altivec_registers): New functions.
6526 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
6527 registers as well.
6528
aaa38bb5
AJ
65292002-02-21 Jiri Smid <smid@suse.cz>
6530
6531 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
6532
b34db576
RE
65332002-02-21 Richard Earnshaw <rearnsha@arm.com>
6534
6535 * Makefile.in (armnbsd-nat.o): Update dependencies.
6536 * armnbsd-nat.c (supply_gregset): New function. Common code to
6537 supply the integer register set.
6538 (supply_fparegset): New function. Similar for FPA registers.
6539 (fetch_regs, fetch_fp_regs): Use them.
6540 (fetch_core_registers): Likewise.
6541 (fetch_elfcore_registers): New function.
6542 (arm_netbsd_elfcore_fns): New core-file type specification.
6543 (_initialize_arm_netbsd_nat): Register it.
6544
3e56fc4b
RE
65452002-02-21 Richard Earnshaw <rearnsha@arm.com>
6546
6547 * armnbsd-nat.c: Include gdbcore.h.
6548 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
6549 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
6550 'void' to declaration, to shut up ARI.
6551 (fetch_core_registers): Make static. Rewrite using supply_register.
6552 (arm_netbsd_core_fns): New core-file type specification.
6553 (_initialize_arm_netbsd_nat): New function.
6554
097f6b0b
CF
65552002-02-21 Christopher Faylor <cgf@redhat.com>
6556
6557 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
6558 value.
6559
c914e0cc
CF
65602002-02-20 Christopher Faylor <cgf@redhat.com>
6561
6562 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
6563 fails.
6564
385fa495
DJ
65652002-02-20 Daniel Jacobowitz <drow@mvista.com>
6566
6567 * jv-exp.y (parse_number): Change type of implicit longs
6568 to builtin_type_uint64.
6569
e5f1222d
DJ
65702002-02-20 Daniel Jacobowitz <drow@mvista.com>
6571
6572 * gdbserver/linux-low.c (mywait): Change argument to waitpid
6573 to be an integer instead of a `union wait'.
6574
75c9abc6
DJ
65752002-02-20 Daniel Jacobowitz <drow@mvista.com>
6576
6577 * mips-linux-nat.c: Call the operating system GNU/Linux.
6578 * mips-linux-tdep.c: Likewise.
6579 * mips-tdep.c: Likewise.
6580
551792a5
DJ
65812002-02-20 Daniel Jacobowitz <drow@mvista.com>
6582
6583 Fix PR gdb/265.
6584 * jv-exp.y (parse_number): Handle 64-bit integers.
6585
ee6e2b82
DJ
65862002-02-20 Daniel Jacobowitz <drow@mvista.com>
6587
6588 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
6589 AC_STDC_HEADERS to AC_HEADER_STDC.
6590 * gdbserver/configure: Regenerated.
6591
a48442a0
RE
65922002-02-20 Richard Earnshaw <rearnsha@arm.com>
6593
6594 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
6595 is defined.
6596 * sparc-tdep.c (get_longjmp_target): Likewise.
6597
fe419ffc
RE
65982002-02-20 Richard Earnshaw <rearnsha@arm.com>
6599
6600 * News: Add news about ARM and Multi-arch. Mention the new target
6601 arm*-*-netbsd*.
6602
5832ed7e
JB
66032002-02-19 Jim Blandy <jimb@redhat.com>
6604
6605 * stabsread.c (error_type_complaint): Improve error message.
6606
84563040
DJ
66072002-02-19 Daniel Jacobowitz <drow@mvista.com>
6608
6609 * gdbserver/README: Update documentation.
6610 * gdbserver/configure.in: Update configury to match documentation.
6611 * gdbserver/Makefile.in: Likewise.
6612 * gdbserver/configure: Regenerated.
6613 * gdbserver/aclocal.m4: New file, generated by aclocal.
6614 * gdbserver/config.in: New file, generated by autoheader.
6615
375fd65b
RE
66162002-02-19 Richard Earnshaw <rearnsha@arm.com>
6617
6618 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
6619 armnbsd-nat.c.
6620
08216dd7
RE
66212002-02-19 Richard Earnshaw <rearnsha@arm.com>
6622
6623 * arm-tdep.h (enum arm_float_model): New enum.
6624 (struct gdbarch_tdep): Add fp_model.
6625 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
6626 up floating-point conversions until we know the floating-point model
6627 in use by the inferior. Don't complain about being unable to
6628 determine the ABI of the inferior when we don't have one.
6629 (arm_extract_return_value): Support different floating-point models.
6630 (arm_store_return_value): Likewise.
aaa38bb5 6631 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
08216dd7
RE
6632 ARM_FLOAT_SOFT.
6633 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
6634
65d6d66a
PS
66352002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
6636
6637 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
6638 of ``current_gdbarch''.
6639
47221191
RE
66402002-02-19 Richard Earnshaw <rearnsha@arm.com>
6641
6642 * armnbsd-nat.c : ANSIfy all function declarations.
6643 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
6644 (fetch_inferior_registers): Re-implement in terms of above.
6645 (store_register, store_regs, store_fp_register, store_fp_regs): New.
6646 (store_inferior_registers): Re-implement in terms of above.
6647
fdf39c9a
RE
66482002-02-19 Richard Earnshaw <rearnsha@arm.com>
6649
aaa38bb5 6650 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
fdf39c9a
RE
6651 kernel.
6652 * arm-linux-tdep.c: Likewise.
6653 * config/arm/tm-linux.h: Likewise.
6654
93247f88
RE
66552002-02-19 Richard Earnshaw <rearnsha@arm.com>
6656
6657 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
6658 * config/arm/nbsd.mt (TM_FILE): Delete.
6659 * config/arm/tm-nbsd.h: Delete.
6660
d7b486e7
RE
66612002-02-19 Richard Earnshaw <rearnsha@arm.com>
6662
6663 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
6664 Initialize CALL_DUMMY_LENGTH.
6665
41d39a95
RE
66662002-02-19 Richard Earnshaw <rearnsha@arm.com>
6667
6668 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
6669 function.
6670 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
aaa38bb5 6671 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
41d39a95
RE
6672 defines one thing and that is incorrect for this port.
6673 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
6674
e1195560
PM
66752002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
6676
6677 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
6678
c1748f97
PM
66792002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
6680
6681 * win32-nat.c (display_selector): New function. Displays information
6682 about the information returned by GetThreadSelectorEntry API function.
6683 (display_selectors): New function. Displays the infomation of
6684 the selector given as argument, or of CS, DS ans FS selectors
6685 if no argument is given.
6686 ( _initialize_inftarg): Add "w32" as info prefix command.
6687 Add "info w32 selector" as command calling display_selectors.
6688
e41e6bbf
PM
66892002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
6690
6691 * i386-tdep.c (get_longjmp_target): Fix compilation failure
6692 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
6693 if not defined.
6694
0d3a9f48
RE
66952002-02-18 Richard Earnshaw <rearnsha@arm.com>
6696
6697 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
6698
3fb4b924
RE
66992002-02-18 Richard Earnshaw <rearnsha@arm.com>
6700
6701 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
6702 (arm_fix_call_dummy): Call it.
6703 (arm_call_dummy_breakpoint_offset): Delete.
6704 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
6705 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
6706
7f55af32
AC
67072002-02-18 Andrew Cagney <ac131313@redhat.com>
6708
6709 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
6710 Default to func_frame_chain_valid.
6711 * gdbarch.h, gdbarch.c: Re-generate.
6712 * frame.h (FRAME_CHAIN_VALID): Delete definition.
6713
05f13b9c
EZ
67142002-02-18 Elena Zannoni <ezannoni@redhat.com>
6715
6716 * ppc-linux-nat.c: Update copyright.
6717 (fetch_register, store_register): Add tid parameter, don't compute
6718 tid here.
6719 (fetch_ppc_registers, store_ppc_registers): Add tid
6720 parameter. Pass it along to callees.
6721 (fetch_inferior_registers, store_inferior_registers): Compute tid
6722 here, and pass it to calleed functions.
6723 (fill_gregset, supply_fpregset): Clean up formatting.
6724
d7afb4c9
RE
67252002-02-18 Richard Earnshaw <rearnsha@arm.com>
6726
6727 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
6728 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
6729
9df628e0
RE
67302002-02-18 Richard Earnshaw <rearnsha@arm.com>
6731
6732 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
6733 * gdbarch.c gdbarch.h: Regenerate.
6734 * breakpoint.c (create_longjmp_breakpoint): Always compile this
6735 function.
6736 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
6737 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
6738 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
6739
6740 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
6741 * arm-tdep.c (arm_get_longjmp_target): New function.
6742 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
6743 this to a positive value register arm_get_longjmp_target as the
6744 longjmp handler.
6745 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
6746 (arm_linux_init_abi): Set up longjmp description in tdep.
6747 * armnbsd-nat.c (get_longjmp_target): Delete.
6748 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
6749 description in tdep.
6750 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
6751 (get_longjmp_target): Delete declaration.
6752 (GET_LONGJMP_TARGET): Delete.
6753 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
6754 (GET_LONGJMP_TARGET): Delete.
6755
57bc8964
KB
67562002-02-17 Kevin Buettner <kevinb@redhat.com>
6757
6758 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
6759 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
6760 of ``current_gdbarch''.
6761
83d31a92
TT
67622002-02-17 Tom Tromey <tromey@redhat.com>
6763
6764 * cli/cli-cmds.c (compare_strings): New function.
6765 (complete_command): Only print each unique item once.
6766 * completer.h (complete_line): Declare.
6767 * completer.c (complete_line): New function.
6768 (line_completion_function): Use it.
6769
17ef5d92
AC
67702002-02-16 Andrew Cagney <ac131313@redhat.com>
6771
6772 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
6773 * gdbarch.h, gdbarch.c: Re-generate.
6774
491b8946
DJ
67752002-02-16 Daniel Jacobowitz <drow@mvista.com>
6776
6777 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
6778
67792002-02-16 Daniel Jacobowitz <drow@mvista.com>
6780
6781 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
6782 * valops.c (value_arg_coerce): Don't take the address of a reference
6783 to convert an argument to a reference.
6784
dfe7f3ac
CF
67852002-02-15 Christopher Faylor <cgf@redhat.com>
6786
6787 * win32-nat.c (get_image_name): New function.
6788 (handle_load_dll): Use get_image_name function.
6789 (get_child_debug_event): Avoid registering debug events until possibly
6790 execed process is started.
6791 (child_create_inferior): Allow invocation via shell so that command
6792 line redirection, etc. works ok.
6793 (_initialize_inftarg): Add new command: "set shell" to control whether
6794 a shell is used to start a process.
6795
1d33e73a
DJ
67962002-02-15 Daniel Jacobowitz <drow@mvista.com>
6797
6798 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
6799 instead of find_register_by_number.
6800 (cannot_store_register): Likewise.
6801
48cd0caa
PM
68022002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
6803
aaa38bb5 6804 * dwarf2read.c: Replace fprintf (stderr, ...) by
48cd0caa
PM
6805 fprintf_unfiltered (gdb_stderr, ...).
6806
8656e7d8
DJ
68072002-02-15 Daniel Jacobowitz <drow@mvista.com>
6808
6809 * gdbserver/gdbserver.1: Document --attach.
6810
66e810cd
RE
68112002-02-15 Richard Earnshaw <rearnsha@arm.com>
6812
6813 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
6814 descriptions.
6815 * arm-tdep.c (arm_default_arm_le_breakpoint)
6816 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
6817 (arm_default_thumb_be_breakpoint): New. Initialize them from
6818 traditional breakpoint defines.
6819 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
6820 (arm_gdbarch_init): Initialize new breakpoint variables.
6821 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
6822 (arm_linux_init_abi): Initialize linux-specific breakpoint.
6823 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
6824 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
6825 code out to ...
6826 (arm_netbsd_init_abi_common): ... here; new function.
6827 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
6828 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
6829 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
6830 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
6831
97e03143
RE
68322002-02-15 Richard Earnshaw <rearnsha@arm.com>
6833
6834 * arm-tdep.h (enum arm_abi): New enum.
6835 (struct gdbarch_tdep): New structure.
6836 (LOWEST_PC): Provide a default.
6837 (arm_gdbarch_register_os_abi): Declare new function.
6838 * arm-tdep.c (arm_abi_names): New array.
6839 (process_note_abi_tag_sections): New function.
6840 (get_elfosabi): New function.
6841 (arm_gdbarch_register_os_abi): New function.
6842 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
6843 support for that ABI has been built in, then call the appropriate
6844 configuration routine. Use gdbarch_num_regs() to get the number
6845 of registers.
6846 (arm_dump_tdep): New function.
6847 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
6848 place-holder functions.
6849 (_initialize_arm_tdep): Register them.
6850 * config/arm/tm-arm.h (LOWEST_PC): Delete.
6851
6852 * armnbsd-tdep.c: New file.
6853 * Makefile.in (armnbsd-tdep.o): Add dependencies.
6854 * config/arm/nbsd.mt (TDEPFILES): Add it.
6855 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
6856
6857 * armnbsd-nat.c: Include regcache.h.
6858 * Makefile.in (armnbsd-nat.o): Update dependency list.
6859
6860 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
6861
ad68be46
DJ
68622002-02-14 Daniel Jacobowitz <drow@mvista.com>
6863
6864 * gdbserver/Makefile.in: Fix typos in target rules.
6865
003d6d1d
DJ
68662002-02-14 Daniel Jacobowitz <drow@mvista.com>
6867
aaa38bb5 6868 Fix part of PR gdb/267.
003d6d1d
DJ
6869 * linespec.c (find_methods): Handle constructors specially for now.
6870
6b230f1b
CV
68712002-02-14 Corinna Vinschen <vinschen@redhat.com>
6872
6873 * arm-tdep.c (arm_push_arguments): Eliminate special float type
6874 handling.
6875 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
6876 standard_coerce_float_to_double().
6877
1ea98d12
CF
68782002-02-14 Christopher Faylor <cgf@redhat.com>
6879
6880 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
6881 GDBINIT_FILENAME.
6882
dd47e6fd
EZ
68832002-02-14 Elena Zannoni <ezannoni@redhat.com>
6884
6885 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
6886 find_variant_by_name, because it confuses the multiarch
6887 framework. Return NULL if there isn't an architecture with the
6888 user supplied name, instead of forcing a different one without
6889 recording the change with the multiarch machinery.
6890 (find_variant_by_name): Delete.
6891
d7e39b9e
PS
68922002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
6893
6894 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
6895 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
6896
76e42a4f
MH
68972002-02-13 Martin M. Hunt <hunt@redhat.com>
6898
aaa38bb5 6899 * stack.c (print_frame_info_base): When calling
76e42a4f
MH
6900 print_frame_info_listing_hook, set current_source_symtab.
6901
0a30fbc4
DJ
69022002-02-14 Daniel Jacobowitz <drow@mvista.com>
6903
6904 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
6905 and remove unused $(INCLUDE_DIR).
6906 Add regcache.c to OBS.
6907 Add generated register protocol files to clean target.
6908 Update dependencies for new objects, obsolete old target code.
6909
6910 * gdbserver/linux-low.c: Remove all platform-specific code to
6911 new files. Remove various dead code. Update to use regcache
6912 functionality.
6913 * gdbserver/remote-utils.c (fromhex): Add return statement
6914 to quiet warning.
6915 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
6916 constant.
6917 (input_interrupt): Add integer parameter to match prototype
6918 of a signal handler.
6919 (outreg): Use register_data ().
6920 (prepare_resume_reply): Use gdbserver_expedite_regs.
6921 * gdbserver/server.c (main): Dynamically allocate own_buf because
6922 PBUFSIZ is no longer constant. Use registers_to_string () and
6923 registers_from_string ().
6924 * gdbserver/server.h: No longer include "defs.h". Add prototypes
6925 for error (), fatal (), and warning (). Update definition of
6926 PBUFSIZ to use regcache functionality. Add include guard.
6927 * gdbserver/utils.c (fatal): Add missing ``const''.
6928 (warning): New function.
6929
6930 * regformats/regdat.sh: Include "regcache.h" in generated files.
6931 Provide init_registers () function.
6932 * regformats/regdef.h: Add prototype for set_register_cache ().
6933 Add include guard.
6934
6935 * gdbserver/linux-arm-low.c: New file.
6936 * gdbserver/linux-i386-low.c: New file.
6937 * gdbserver/linux-ia64-low.c: New file.
6938 * gdbserver/linux-m68k-low.c: New file.
6939 * gdbserver/linux-mips-low.c: New file.
6940 * gdbserver/linux-ppc-low.c: New file.
6941 * gdbserver/linux-sh-low.c: New file.
6942
6943 * gdbserver/regcache.c: New file.
6944 * gdbserver/regcache.h: New file.
6945
6946 * gdbserver/low-linux.c: Removed obsolete file.
6947
4cc841d0
DJ
69482002-02-14 Daniel Jacobowitz <drow@mvista.com>
6949
6950 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
6951 * config/i386/linux.mt: Likewise.
6952 * config/ia64/linux.mt: Likewise.
6953 * config/m68k/linux.mh: Likewise.
6954 * config/powerpc/linux.mh: Likewise.
6955 * config/mips/linux.mt: Likewise.
6956
6957 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
6958
6959 * config/i386/i386lynx.mh: Mark gdbserver variables
6960 as (currently) obsolete for this target.
6961 * config/i386/nbsd.mt: Likewise.
6962 * config/i386/nbsdelf.mt: Likewise.
6963 * config/m32r/m32r.mt: Likewise.
6964 * config/m68k/m68klynx.mh: Likewise.
6965 * config/m68k/nbsd.mt: Likewise.
6966 * config/m68k/sun3os4.mh: Likewise.
6967 * config/mips/vr5000.mt: Likewise.
6968 * config/ns32k/nbsd.mt: Likewise.
6969 * config/pa/hppabsd.mh: Likewise.
6970 * config/pa/hppaosf.mh: Likewise.
6971 * config/powerpc/nbsd.mt: Likewise.
6972 * config/rs6000/rs6000lynx.mh: Likewise.
6973 * config/s390/s390.mt: Likewise.
6974 * config/s390/s390x.mt: Likewise.
6975 * config/sparc/sparclynx.mh: Likewise.
6976 * config/sparc/sun4os4.mh: Likewise.
6977 * config/i386/x86-64linux.mt: Likewise.
6978 * config/sparc/linux.mh: Likewise.
6979
a85f51e7
DJ
69802002-02-14 Daniel Jacobowitz <drow@mvista.com>
6981
6982 * configure.tgt: Configure gdbserver only for known working
6983 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
6984 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
6985 SUBDIRS if it is configured. Update comment for ${nativefile}.
6986 * configure: Regenerated.
6987
65554fef
MS
69882002-02-13 Michael Snyder <msnyder@redhat.com>
6989
670a52db
MS
6990 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
6991
6dbdc4a3
MS
6992 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
6993 (default_gcore_mach): Just return 0, work around a problem in bfd.
6994 (default_gcore_target): OK to return NULL if exec_bfd is null.
6995 (make_mem_sec): Use a cast, avoid a warning.
6996
6997 * procfs.c (find_memory_regions_callback): Use a cast instead of
aaa38bb5 6998 calling host_pointer_to_address (which complains if
6dbdc4a3
MS
6999 sizeof (host pointer) != sizeof (target pointer)).
7000 (procfs_make_note_section): Avoid overflow in psargs string.
7001
aaa38bb5 7002 * procfs.c (procfs_make_note_section): Make the default
65554fef
MS
7003 implementation return an error.
7004
70052002-02-13 Rodney Brown <rbrown64@csc.com.au>
7006
7007 * procfs.c (procfs_make_note_section): Provide a default definition
7008 (for alpha-dec-osf4.0f). Fix typos.
7009
1e4d76e7
EZ
70102002-02-13 Elena Zannoni <ezannoni@redhat.com>
7011
7012 * linux-proc.c: Add include of regcache.h.
7013 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
7014
b6d1a1d5
AC
70152002-02-13 Andrew Cagney <ac131313@redhat.com>
7016
7017 From 2002-01-18 Greg McGary <greg@mcgary.org>:
aaa38bb5
AJ
7018 * memattr.c (create_mem_region): Disallow useless empty region.
7019 Regions are half-open intervals, so allow [A..B) [B..C) as
65554fef 7020 non-overlapping.
b6d1a1d5 7021
6c6ea35e
MC
70222002-02-13 Michael Chastain <mec@shout.net>
7023
7024 * defs.h: Kill CONST_PTR.
7025 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
7026 * c-lang.c (c_builtin_types): Likewise.
7027 * ch-lang.c (ch_builtin_types): Likewise.
7028 * f-lang.c (f_builtin_types): Likewise.
7029 * language.c (unknown_builtin_types): Likewise.
7030 * m2-lang.c (m2_builtin_types): Likewise.
7031 * p-lang.c (pascal_builtin_types): Likewise.
7032 * scm-lang.c (c_builtin_types): Likewise.
7033
3e0b0f48
KS
70342002-02-13 Keith Seitz <keiths@redhat.com>
7035
7036 * arm-tdep.h (arm_get_next_pc): Add declaration.
7037
67255d04
RE
70382002-02-13 Richard Earnshaw <rearnsha@arm.com>
7039
7040 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
7041 with other related struct-returning functions.
7042 (arm_extract_struct_value_address): New function.
7043 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
7044 initialize float_format, double_format and long_double_format as
7045 appropriate to the endianness of the target.
7046 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
7047 (arm_use_struct_convention): Delete declaration.
7048 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
7049
079777f6
KS
70502002-02-13 Keith Seitz <keiths@redhat.com>
7051
7052 * defs.h (core_addr_to_string_nz): New function.
7053
34588f23
MK
70542002-02-13 Mark Kettenis <kettenis@gnu.org>
7055
7056 Apply missing bits of 2002-01-15 patch.
7057 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
7058 (fill_fpregset): Use i387_fill_fsave.
7059
49b563f9
KS
70602002-02-12 Keith Seitz <keiths@redhat.com>
7061
49b563f9
KS
7062 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
7063 (core_addr_to_string_nz): New function.
7064
aeb98c60
RE
70652002-02-11 Richard Earnshaw <rearnsha@arm.com>
7066
7067 * arm-linux-nat.c: Really include arm-tdep.h.
7068 * config/arm/tm-linux.h (struct type, struct value): Declare.
7069
65554fef
MS
70702002-02-11 Michael Snyder <msnyder@redhat.com>
7071
7072 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
7073 (gcore section): Ifdef for Solaris and Unixware only.
7074 (procfs_do_thread_registers): Unixware needs one lwpstatus
7075 per thread (not one prstatus or pstatus).
7076 (procfs_make_note_section): Iterate only over kernel threads (lwps),
7077 not over all gdb threads. For unixware, call elfcore_write_pstatus
7078 once before iterating over threads.
7079
34e8f22d
RE
70802002-02-11 Richard Earnshaw <rearnsha@arm.com>
7081
7082 * arm-tdep.h: New file.
7083 * arm-tdep.c: Include arm-tdep.h.
7084 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
7085 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
7086 (arm_print_float_info, arm_register_type, convert_to_extended)
7087 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
7088 (arm_extract_return_value, arm_register_name): Make static.
7089 (arm_software_single_step): Similarly. Fix types in declaration.
7090 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
7091 (arm_store_return_value, arm_store_struct_return): New functions.
7092 (arm_gdbarch_init): Register the above functions. Also register
7093 call_dummy_start_offset, sizeof_call_dummy_words,
7094 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
7095 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
aaa38bb5 7096 max_register_virtual_size, register_size. Set up
34e8f22d
RE
7097 prologue_cache.saved_regs here, rather than ...
7098 (_initialize_arm_tdep): ... here.
7099 * config/arm/tm-arm.h (struct type, struct value): Delete forward
7100 declarations.
7101 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
7102 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
7103 (arm_print_float_info, arm_register_type, convert_to_extended)
7104 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
7105 (arm_extract_return_value, arm_register_name): Delete declarations.
7106 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
7107 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
7108 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
7109 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
7110 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
7111 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
7112 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
7113 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
7114 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
7115 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
7116 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
7117 (arm_get_next_pc): No-longer static -- these are needed by the RDI
7118 interface.
7119 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
7120 * remote-rdi.c remote-rdp.c: Likewise.
7121 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
7122 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
7123 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
7124 definition.
7125
7126 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
7127 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
7128 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
7129 from non-ARM_ prefixed definitions.
7130 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
7131 all uses of above.
7132 * remote-rdi.c remote-rdp.c: Likewise.
7133 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
7134
148754e5
RE
71352002-02-11 Richard Earnshaw <rearnsha@arm.com>
7136
7137 * arm-tdep.c (arm_frameless_function_invocation)
7138 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
7139 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
7140 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
7141 (arm_pop_frame, arm_get_next_pc): Make static.
7142 (arm_gdbarch_init): Register above in gdbarch structure.
7143 (arm_read_fp): Renamed from arm_target_read_fp.
7144 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
7145 * config/arm/tm-arm.h (arm_frameless_function_invocation)
7146 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
7147 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
7148 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
7149 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
7150 (arm_pc_is_thumb_dummy): Delete declarations.
fcfb8836
RE
7151 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
7152 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
7153 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
7154 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
148754e5 7155
434d2d4f
DJ
71562002-02-10 Daniel Jacobowitz <drow@mvista.com>
7157
7158 * symtab.c (compare_search_syms): New function.
7159 (sort_search_symbols): New function.
7160 (search_symbols): Sort symbols after searching rather than
7161 before.
7162
55241689
AC
71632002-02-10 Andrew Cagney <ac131313@redhat.com>
7164
7165 * NEWS: Linux -> GNU/Linux.
7166
028c194b
AC
71672002-02-10 Andrew Cagney <ac131313@redhat.com>
7168
7169 * gdbarch.sh: For for level one methods, disallow a definition
7170 when partially multi-arched. Add comments explaining rationale.
7171 * gdbarch.h: Re-generate.
7172
6acf50cd
AC
71732002-02-10 Andrew Cagney <ac131313@redhat.com>
7174
7175 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
7176 multi-arch partial.
aaa38bb5 7177
50248794
AC
71782002-02-10 Andrew Cagney <ac131313@redhat.com>
7179
7180 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
7181 field. Use diff -u.
7182 * gdbarch.c: Re-generate.
7183
c30e0066
AC
71842002-02-10 Andrew Cagney <ac131313@redhat.com>
7185
9b56c5f3 7186 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
c30e0066
AC
7187 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
7188 partial.
7189
6e6d6484
AC
71902002-02-10 Andrew Cagney <ac131313@redhat.com>
7191
7192 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
7193 multi-arch partial.
7194 (PUSH_ARGUMENTS): Switch to using predefault.
7195 * gdbarch.c: Regenerate.
7196
c203844d
AC
71972002-02-10 Andrew Cagney <ac131313@redhat.com>
7198
7199 * valops.c (PUSH_ARGUMENTS): Delete definition.
7200 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
7201 partial. Default to default_push_arguments.
7202 * gdbarch.h, gdbarch.c: Regenerate.
7203
b5a2688f
AC
72042002-02-09 Andrew Cagney <ac131313@redhat.com>
7205
7206 * defs.h (throw_exception): Rename return_to_top_level. Update
7207 comments.
7208 * utils.c (error_stream, internal_verror, quit): Ditto.
7209 * top.c (throw_exception, catcher): Ditto.
7210 * sparclet-rom.c (sparclet_load): Ditto.
7211 * remote.c (interrupt_query, minitelnet): Ditto.
7212 * remote-sds.c (interrupt_query): Ditto.
7213 * remote-mips.c (mips_error, mips_kill): Ditto.
7214 * ocd.c (interrupt_query): Ditto.
7215 * monitor.c (monitor_interrupt_query): Ditto.
7216 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
7217 * target.h: Update comment.
aaa38bb5 7218
b5a2688f 7219 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
aaa38bb5 7220
2fa5c1e0
AC
72212002-02-09 Andrew Cagney <ac131313@redhat.com>
7222
7223 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
7224 default_double_format.
7225 * gdbarch.h, gdbarch.c: Re-generate.
7226 * findvar.c (floatformat_unknown): Delete variable definition.
7227 * doublest.h (floatformat_unknown): Delete variable declaration.
7228
da966255
JB
72292002-02-09 Jim Blandy <jimb@redhat.com>
7230
7231 * stabsread.c (read_type): Add code to parse Sun's syntax for
7232 prototyped function types.
7233
123a4891
AC
72342002-02-09 Andrew Cagney <ac131313@redhat.com>
7235
7236 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
7237 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
7238
fb39c8f3
PS
72392002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7240
7241 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
7242 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
7243 now _initialize_xcoffsolib gets called again and overrides the
7244 commands from solib.c in a native configuration.
7245
0b87a11d
MK
72462002-02-09 Mark Kettenis <kettenis@gnu.org>
7247
7248 * doublest.c (store_typed_floating): Don't try to return a value.
7249 Fixes PR gdb/290.
7250
bdc2fc72
JB
72512002-02-08 Jim Blandy <jimb@redhat.com>
7252
7253 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
7254 is prototyped and has no arguments, print its argument list as
7255 `(void)'.
7256
da69bbcf
CD
72572002-02-08 Chris Demetriou <cgd@broadcom.com>
7258
7259 * MAINTAINERS (write-after-approval): Add myself.
7260 (paper-trail): I've escaped!
aaa38bb5 7261
b69571f5
CF
72622002-02-08 Christopher Faylor <cgf@redhat.com>
7263
7264 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
7265 changes.
7266 (_initialize_check_for_gdb_ini): Ditto.
7267
f6871398
MH
72682002-02-08 Martin M. Hunt <hunt@redhat.com>
7269
7270 * win32-nat.c (cygwin_pid_to_str): Fix typo.
7271 xaprintf -> xasprintf.
7272
4e52d31c
PM
72732002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
7274
7275 * win32-nat.c: Remove use of printf and sprintf functions.
7276
39bbf761
RE
72772002-02-08 Richard Earnshaw <rearnsha@arm.com>
7278
7279 * arm-tdep.c (arm_frame_chain_valid): Make static.
7280 (arm_push_arguments): Likewise.
7281 (arm_gdbarch_init): New function.
7282 (_initialize_arm_tdep): Call it.
7283 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
7284 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
7285 (FRAME_CHAIN_VALID): Delete.
7286 (arm_frame_chain_valid): Delete declaration.
7287 (PUSH_ARGUMENTS): Delete.
7288 (arm_push_arguments): Delete declaration.
7289 (CALL_DUMMY_P): Delete.
7290
9c9532c9
CV
72912002-02-08 Andrew Cagney <ac131313@redhat.com>
7292 Corinna Vinschen <vinschen@redhat.com>
7293
7294 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
7295 on builtin float types.
7296
4e8f7a8b
DJ
72972002-02-08 Daniel Jacobowitz <drow@mvista.com>
7298
7299 * utils.c: Include <curses.h> before "bfd.h".
7300 * tui/tui-hooks.c: Likewise.
7301 * tui/tui.c: Likewise.
7302 * tui/tuiCommand.c: Likewise.
7303 * tui/tuiData.c: Likewise.
7304 * tui/tuiDataWin.c: Likewise.
7305 * tui/tuiDisassem.c: Likewise.
7306 * tui/tuiGeneralWin.c: Likewise.
7307 * tui/tuiIO.c: Likewise.
7308 * tui/tuiLayout.c: Likewise.
7309 * tui/tuiRegs.c: Likewise.
7310 * tui/tuiSource.c: Likewise.
7311 * tui/tuiSourceWin.c: Likewise.
7312 * tui/tuiStack.c: Likewise.
7313 * tui/tuiWin.c: Likewise.
7314
cd4bffcf
EZ
73152002-02-07 Elena Zannoni <ezannoni@redhat.com>
7316
7317 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
7318 to include space for pseudoregs as well. Update loops accordingly.
7319 (sh_fp_frame_init_saved_regs): Ditto.
7320 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
7321
26806ce2
AC
73222002-02-07 Andrew Cagney <ac131313@redhat.com>
7323
7324 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
7325 Add Richard Earnshaw to Arm maintainers.
7326
97fdab62
AC
73272002-02-07 Andrew Cagney <ac131313@redhat.com>
7328
a6b98203
AC
7329 * defs.h (warning_begin): Delete declaration.
7330
97fdab62
AC
7331 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
7332 Delete macro.
7333
78b29b40
MS
73342002-02-07 Michael Snyder <msnyder@redhat.com>
7335
aaa38bb5 7336 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
78b29b40
MS
7337 Logic bug, remove misplaced else.
7338
d8849953
KD
73392002-02-07 Klee Dienes <klee@apple.com>
7340
7341 * fork-inferior.c (fork_inferior): Add '!' to the list of
7342 characters that need to be quoted when building a string for the
7343 shell. Quote '!' specifically with a backslash, since CSH chokes
7344 when trying to evaluate "str!str".
aaa38bb5 7345
095778a0
NC
73462002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
7347
7348 * rdi-share/host.h: Only provide a typedef for bool if it is not
7349 defined.
7350
1900040c
MS
73512002-02-04 Michael Snyder <msnyder@redhat.com>
7352
7353 * breakpoint.h (enum bptype): Add new overlay event bp type.
7354 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
aaa38bb5 7355
1900040c
MS
7356 * breakpoint.c (create_internal_breakpoint): New function.
7357 (internal_breakpoint_number): Moved into create_internal_breakpoint.
7358 (create_longjmp_breakpoint): Use create_internal_breakpoint.
7359 (create_thread_event_breakpoint): Ditto.
7360 (create_solib_event_breakpoint): Ditto.
7361 (create_overlay_event_breakpoint): New function.
7362 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
7363 (update_breakpoints_after_exec): Delete and re-initialize
7364 overlay event breakpoints after an exec. Add FIXME comment
7365 about longjmp breakpoint.
7366 (print_it_typical): Ignore overlay event breakpoints.
7367 (print_one_breakpoint): Ditto.
7368 (mention): Ditto.
7369 (bpstat_what): Do not stop for overlay event breakpoints.
7370 (delete_breakpoint): Don't delete overlay event breakpoints.
7371 (breakpoint_re_set_one): Delete the overlay event breakpoint.
7372 (breakpoint_re_set): Re-create overlay event breakpoint.
7373
7374 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
7375 (overlay_manual_command): Disable overlay breakpoints.
7376 (overlay_off_command): Disable overlay breakpoints.
7377
082fc60d
RE
73782002-02-06 Richard Earnshaw <rearnsha@arm.com>
7379
7380 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
7381 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
7382 to here from config/tm-arm.h.
7383 (coff_sym_is_thumb): Make static.
7384 (arm_elf_make_msymbol_special): New function.
7385 (arm_coff_make_msymbol_special): New function.
7386 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
7387 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
7388 (coff_sym_is_thumb): Delete declaration.
7389 (arm_elf_make_msymbol_special): Declare.
7390 (arm_coff_make_msymbol_special): Declare.
7391 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
7392 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
7393
039c5766
RE
73942002-02-06 Richard Earnshaw <rearnsha@arm.com>
7395
7396 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
7397
73982002-02-06 Richard Earnshaw <rearnsha@arm.com>
7399
7400 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
7401 * gdbarch.c gdbarch.h: Regenerate.
7402 * arch-utils.c (default_print_float_info): New function.
7403 * arch-utils.h (default_print_float_info): Prototype it.
7404 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
7405 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
7406 (PRINT_FLOAT_INFO): Document it.
7407
7408 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
7409 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
7410 (PRINT_FLOAT_INFO): Define.
7411
58fa08f0
PM
74122002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
7413
aaa38bb5 7414 * win32-nat.c (_initialize_check_for_gdb_ini):
58fa08f0
PM
7415 Add typecast to sprintf argument to suppress a warning.
7416
7393af7c
PM
74172002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
7418
58fa08f0 7419 * win32-nat.c (last_sig): Changed type of variable to target_signal,
7393af7c
PM
7420 to allow easier handling of pass state.
7421 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
7422 that gives exception name and address.
7423 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
aaa38bb5 7424 and set last_sig value to ourstatus->value.sig. Some missing
7393af7c 7425 exceptions added.
aaa38bb5
AJ
7426 (child_continue): Correctly report continue_status.
7427 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
7393af7c 7428 TARGET_SIGNAL_0 (new default value).
aaa38bb5 7429 (child_resume): consider sig argument passed to decide if
7393af7c
PM
7430 the exception should be passed to debuggee or not.
7431
6af4589c
MS
74322002-02-05 Michael Snyder <msnyder@redhat.com>
7433
7434 * regcache.c (fetch_register): Call target_fetch_register
7435 only if we don't call FETCH_PSEUDO_REGISTER.
7436 (store_register): Call target_store_register only if we
7437 don't call STORE_PSEUDO_REGISTER.
7438
a2cf933a
EZ
74392002-02-05 Elena Zannoni <ezannoni@redhat.com>
7440
7441 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
7442 ELF_MAKE_MSYMBOL_SPECIAL.
7443 * gdbarch.c, gdbarch.h: Regenerate.
7444 * arch-utils.c (default_make_msymbol_special): New function.
aaa38bb5 7445 * arch-utils.h (default_make_msymbol_special): Export.
a2cf933a
EZ
7446 * elfread.c (elf_symtab_read): Compile use of
7447 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
7448 multiarched.
7449 * coffread.c (coff_symtab_read): Ditto, for
7450 COFF_MAKE_MSYMBOL_SPECIAL.
7451
6bb7be43
JB
74522002-02-05 Jim Blandy <jimb@redhat.com>
7453
7454 * solib-svr4.c (svr4_truncate_ptr): New function.
7455 (svr4_relocate_section_addresses): Do the address arithmetic with
7456 the appropriate truncation for target addresses, even when
7457 CORE_ADDR is larger than a target address.
7458
e18651ec
DJ
74592002-02-05 Daniel Jacobowitz <drow@mvista.com>
7460
7461 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
7462 to (int *).
7463
6b2725be
DJ
74642002-02-05 Daniel Jacobowitz <drow@mvista.com>
7465
7466 * gdbserver/linux-low.c (kill_inferior): Remove commented out
7467 code.
7468
fca9e603
DJ
74692002-02-05 Daniel Jacobowitz <drow@mvista.com>
7470
7471 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
7472
6c537a52
DJ
74732002-02-05 Daniel Jacobowitz <drow@mvista.com>
7474
7475 * gdbserver/linux-low.c: Remove unused include files.
7476
d844cde6
DJ
74772002-02-05 Daniel Jacobowitz <drow@mvista.com>
7478
7479 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
7480 (read_inferior_memory): Use it.
7481 (write_inferior_memory): Likewise.
7482
d07c63e7
DJ
74832002-02-05 Daniel Jacobowitz <drow@mvista.com>
7484
7485 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
7486 grubbing through sys_errlist.
7487
da6d8c04
DJ
74882002-02-05 Daniel Jacobowitz <drow@mvista.com>
7489
7490 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
7491
5b421780
PM
74922002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
7493 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
7494
9f60d481
AC
74952002-02-04 Andrew Cagney <ac131313@redhat.com>
7496
7497 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
7498 (do_sfunc, set_cmd_sfunc): New functions.
7499
7500 * command.h (struct cmd_list_element): Add field func.
7501 * cli/cli-decode.h (struct cmd_list_element): Ditto.
7502 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
7503 * cli/cli-decode.h: Ditto.
7504
7505 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
7506 (help_all, help_cmd_list): Ditto.
7507 (find_cmd, complete_on_cmdlist): Ditto.
7508 * top.c (execute_command): Ditto.
7509
7510 * cli/cli-setshow.c (do_setshow_command): Call func instead of
7511 function.sfunc.
7512
7513 * infcmd.c (notice_args_read): Fix function signature.
7514
7515 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
7516 * cli/cli-decode.c (add_set_cmd): Ditto.
7517 * utils.c (initialize_utils): Ditto.
7518 * maint.c (_initialize_maint_cmds): Ditto.
7519 * infrun.c (_initialize_infrun): Ditto.
7520 * demangle.c (_initialize_demangler): Ditto.
7521 * remote.c (add_packet_config_cmd): Ditto.
7522 * mips-tdep.c (_initialize_mips_tdep): Ditto.
7523 * cris-tdep.c (_initialize_cris_tdep): Ditto.
7524 * proc-api.c (_initialize_proc_api): Ditto.
7525 * kod.c (_initialize_kod): Ditto.
7526 * valprint.c (_initialize_valprint): Ditto.
7527 * top.c (init_main): Ditto.
7528 * infcmd.c (_initialize_infcmd): Ditto.
7529 * corefile.c (_initialize_core): Ditto.
7530 * arm-tdep.c (_initialize_arm_tdep): Ditto.
7531 * arch-utils.c (initialize_current_architecture): Ditto.
7532 (_initialize_gdbarch_utils): Ditto.
7533 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
7534
7535 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
7536 * wince.c (_initialize_inftarg): Ditto.
7537 * symfile.c (_initialize_symfile): Ditto.
7538 * mips-tdep.c (_initialize_mips_tdep): Ditto.
7539 * language.c (_initialize_language): Ditto.
7540 * arc-tdep.c (_initialize_arc_tdep): Ditto.
7541
f9ba0717
MS
75422002-02-04 Michael Snyder <msnyder@redhat.com>
7543
7544 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
7545
0c74b2a7
DJ
75462002-02-04 Daniel Jacobowitz <drow@mvista.com>
7547
7548 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
7549 Add rules for building the register data files.
7550
c638789f
DJ
75512002-02-04 Daniel Jacobowitz <drow@mvista.com>
7552
7553 * regformats/regdat.sh: Add braces to the definition of
7554 expedite_regs_${arch}.
7555
db253027
DJ
75562002-02-04 Daniel Jacobowitz <drow@mvista.com>
7557
7558 * regformats/regdef.h (struct reg): Add comment describing the
7559 requirements for offset and size fields.
7560
206be19c
AS
75612002-02-04 Andreas Schwab <schwab@suse.de>
7562
7563 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
7564 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
7565
181c1381
RE
75662002-02-04 Richard Earnshaw <rearnsha@arm.com>
7567
7568 * gdbarch.sh (copyright): Update years in generated header.
7569 (SMASH_TEXT_ADDRESS): Add rule.
db253027 7570 * gdbarch.h, gdbarch.c: Re-generate.
181c1381
RE
7571 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
7572 * dbxread.c: Likewise.
7573 * dwarfread.c: Likewise.
7574 * elfread.c: Likewise.
7575 * somread.c: Likewise.
7576
7577 * arm-tdep.c (arm_smash_text_address): New function.
7578 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
7579
fa4ba8da
PM
75802002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
7581
7582 Add support for hardware watchpoints on win32 native.
aaa38bb5 7583 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
fa4ba8da 7584 CONTEXT_DEBUG_REGISTERS.
aaa38bb5 7585 (dr variable): New variable. Static array containing a local copy
fa4ba8da
PM
7586 of debug registers.
7587 (debug_registers_changed): New variable. Reflects when debug registers
7588 are changed and need to be written to inferior.
aaa38bb5 7589 (debug_registers_used): New variable. Reflects when any debug register
fa4ba8da
PM
7590 was set, used when new threads are created.
7591 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
7592 i386-nat code.
7593 (thread_rec): Set dr array if id is the thread of current_event .
7594 (child_continue, child_resume): Change the debug registers for all
7595 threads if debug_registers_changed.
7596 (child_add_thread): Change the debug registers if debug_registers_used.
7597 * config/i386/cygwin.mh: Add use of i386-nat.o file.
7598 Link nm.h to new nm-cygwin.h file.
7599 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
7600 of hardware registers.
7601
a73c86fb
AC
76022002-02-03 Andrew Cagney <ac131313@redhat.com>
7603
7604 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
7605 Restore behavour broken by 2002-01-20 Andrew Cagney
7606 <ac131313@redhat.com> IEEE_FLOAT removal.
7607
acf5ed49
DJ
76082002-02-03 Daniel Jacobowitz <drow@mvista.com>
7609
7610 * c-valprint.c (c_val_print): Pass a proper valaddr to
7611 cp_print_class_method.
7612 * valops.c (search_struct_method): If there is only one method
7613 and args is NULL, return that method.
7614
493d28d5
DJ
76152002-02-03 Daniel Jacobowitz <drow@mvista.com>
7616
7617 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
7618 accessing tag_name directly.
7619
7495dfdb
DJ
76202002-02-03 Daniel Jacobowitz <drow@mvista.com>
7621
7622 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
7623 of accessing tag_name directly.
7624
dd6bda65
DJ
76252002-02-03 Daniel Jacobowitz <drow@mvista.com>
7626
7627 PR gdb/280
7628 * gdbtypes.c (replace_type): New function.
7629 * gdbtypes.h (replace_type): Add prototype.
7630 * stabsread.c (read_type): Use replace_type.
7631
88fe217c
RE
76322002-02-03 Richard Earnshaw <rearnsha@arm.com>
7633
7634 * Makefile.in (memattr.o): Add missing dependencies rule.
7635
e5d66720
PS
76362002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7637
7638 * breakpoint.c (break_at_finish_command): Really export.
7639 (break_at_finish_at_depth_command): Ditto.
7640 (tbreak_at_finish_command): Ditto.
7641 * hppa-tdep.c: Include completer.h.
7642 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
7643 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
7644
fffee0be
AC
76452002-02-01 Andrew Cagney <ac131313@redhat.com>
7646
7647 * utils.c (do_write): New function.
7648 (error_stream): Rewrite combining the code from error_begin and
7649 verror.
7650 (verror): Rewrite using error_stream.
7651 (error_begin): Delete function.
7652
255e7dbf
AC
76532002-02-01 Andrew Cagney <ac131313@redhat.com>
7654
7655 * utils.c (error_begin): Make static.
7656 * defs.h (error_begin): Delete declaration.
7657
7658 * linespec.c (cplusplus_error): Replace cplusplus_hint.
7659 (decode_line_1): Use cplusplus_error instead of error_begin,
7660 cplusplus_hint and return_to_top_level.
7661 * coffread.c (coff_symfile_read): Use error instead of error_begin
7662 and return_to_top_level.
7663 * infrun.c (default_skip_permanent_breakpoint): Ditto.
7664
ddfe3c15
AC
76652002-02-01 Andrew Cagney <ac131313@redhat.com>
7666
7667 * language.h (type_error, range_error): Make string parameter
7668 constant.
7669 * language.c (warning_pre_print): Delete extern declaration.
7670 * dwarfread.c (warning_pre_print): Ditto.
7671 * language.c (type_error, range_error): Rewrite to use verror and
7672 vwarning instead of warning_begin.
7673
03ac34d5
MS
76742002-02-01 Michael Snyder <msnyder@redhat.com>
7675
261c4ca2
MS
7676 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
7677 (set_ignore_count): Move misplaced comment back where it belongs.
03ac34d5 7678
e00d1dc8
AC
76792002-02-01 Andrew Cagney <ac131313@redhat.com>
7680
7681 * command.h (NO_FUNCTION): Delete macro.
7682 * cli/cli-decode.h (NO_FUNCTION): Ditto.
7683 * top.c (execute_command): Replace NO_FUNCTION with NULL.
7684 * tracepoint.c (_initialize_tracepoint): Ditto.
7685 * cli/cli-decode.c (add_set_cmd): Ditto.
7686 * cli/cli-cmds.c (init_cli_cmds): Ditto.
aaa38bb5 7687
76b79d6e
DJ
76882002-02-01 Daniel Jacobowitz <drow@mvista.com>
7689
7690 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
7691 Update ``this'' pointer when calling virtual functions.
7692
799f9e91
MS
76932002-02-01 Michael Snyder <msnyder@redhat.com>
7694
c7bd442c 7695 * breakpoint.c (create_temp_exception_breakpoint): Delete.
799f9e91
MS
7696 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
7697
3cf384d4
DJ
76982002-02-01 Daniel Jacobowitz <drow@mvista.com>
7699
7700 * regformats/reg-arm.dat: New file.
7701 * regformats/reg-i386.dat: New file.
7702 * regformats/reg-ia64.dat: New file.
7703 * regformats/reg-m68k.dat: New file.
7704 * regformats/reg-mips.dat: New file.
7705 * regformats/reg-ppc.dat: New file.
7706 * regformats/reg-sh.dat: New file.
7707 * regformats/regdef.h: New file.
7708 * regformats/regdat.sh: New file.
7709
0defa245
RE
77102002-02-01 Richard Earnshaw <reanrsha@arm.com>
7711
7712 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
7713 (arm_frame_args_address, arm_frame_locals_address): New functions.
7714 (arm_frame_num_args): New function.
7715 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
7716 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
7717 (FRMA_NUM_ARGS): Call arm_frame_num_args.
7718
405f26e6
MS
77192002-01-31 Michael Snyder <msnyder@redhat.com>
7720
502fd408
MS
7721 * breakpoint.c (break_at_finish_command): Export.
7722 (break_at_finish_at_depth_command): Export.
7723 (tbreak_at_finish_command): Export.
7724 (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
7725 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
7726 "tbreak" commands, which are HPPA specific.
7727
7d35e135
MS
7728 * printcmd.c (disassemble_command): Remove an ancient
7729 artifact of an old merge.
7730
aaa38bb5 7731 * symfile.h (enum overlay_debugging_state):
d874f1e2
MS
7732 Define enum constant values for overlay mode.
7733 * symfile.c (overlay_debugging): Use enums instead of literals.
aaa38bb5
AJ
7734 (overlay_is_mapped, overlay_auto_command,
7735 overlay_manual_command): Ditto.
d874f1e2 7736
aaa38bb5
AJ
7737 * breakpoint.c (insert_breakpoints, remove_breakpoint,
7738 breakpoint_here_p, breakpoint_inserted_here_p,
7739 breakpoint_thread_match, bpstat_stop_status,
9f04af04
MS
7740 describe_other_breakpoints, check_duplicates, clear_command):
7741 Coding standard fixes.
7742
8add0441 7743 * target.c (target_xfer_memory): Add spaces, coding standard.
9f04af04 7744 (do_xfer_memory): Add missing line to trust-readonly
405f26e6
MS
7745 code: check bfd SEC_READONLY flag for section.
7746
e351066e
AC
77472002-01-31 Andrew Cagney <ac131313@redhat.com>
7748
7d35e135 7749 * PROBLEMS: Fix typo, 5.1->5.1.1.
e351066e 7750
8a48e967
DJ
77512002-01-30 Daniel Jacobowitz <drow@mvista.com>
7752
7753 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
7754 data symbols, since we search based on textlow and texthigh.
7755 (find_pc_sect_symtab): Likewise.
7756
f5a96129
AC
77572002-01-30 Andrew Cagney <ac131313@redhat.com>
7758
7759 * defs.h (vwarning): Declare.
f5a96129
AC
7760 * utils.c (vwarning): New function.
7761 (warning): Call vwarning.
7762 (warning_begin): Delete function.
7763
7764 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
7765 the warning message.
7766 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
7767 warning_begin.
7768
cefd4ef5
MS
77692002-01-30 Michael Snyder <msnyder@redhat.com>
7770
1a703748
MS
7771 * NEWS: Mention "set trust-readonly-sections" command.
7772 Mention generate-core-file command.
cefd4ef5 7773
3a11626d
MS
77742002-01-15 Michael Snyder <msnyder@redhat.com>
7775
7776 * target.c: New command, "set trust-readonly-sections on".
7777 (do_xfer_memory): Honor the suggestion to trust readonly sections
7778 by reading them from the object file instead of from the target.
7779 (initialize_targets): Register command "set trust-readonly-sections".
7780
d1c7e53b
AC
77812002-01-29 Andrew Cagney <ac131313@redhat.com>
7782
7783 * parse.c (target_map_name_to_register): Simplify, search regs and
7784 pseudo-regs using a single loop.
7785
e2c9a72c
AC
77862002-01-30 Andrew Cagney <ac131313@redhat.com>
7787
7788 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
7789
69824b4e
MK
77902002-01-15 Rodney Brown <rbrown64@csc.com.au>
7791
7792 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
7793 * config/i386/i386v42mp.mh: Add i387-nat.o .
7794 * i386v4-nat.c: Include i387-nat.h.
7795 (supply_fpregset): Use i387_supply_fsave.
7796 (fill_fpregset): Use i387_fill_fsave.
7797
6eb69eab
RE
77982002-01-30 Richard Earnshaw <rearnsha@arm.com>
7799
7800 * arm-tdep.c (arm_call_dummy_words): Define.
7801 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
7802 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
7803 (CALL_DUMMY_WORDS): Define.
7804 (arm_call_dummy_words): Declare.
7805 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
7806 (arm_linux_call_dummy_words): Declare.
7807
9852326a
AS
78082002-01-30 Andreas Schwab <schwab@suse.de>
7809
7810 * m68klinux-nat.c: Fix last change to use regcache_collect
7811 instead of referencing registers[] directly.
7812
977a3030
AC
78132002-01-29 Andrew Cagney <ac131313@redhat.com>
7814
7815 * parse.c (target_map_name_to_register): Delete code wrapped in
7816 #ifdef REGISTER_NAME_ALIAS_HOOK.
7817
2076c72b
MS
78182002-01-28 Michael Snyder <msnyder@redhat.com>
7819
7820 * regcache.c (legacy_read_register_gen): Need to be able to
7821 read pseudo-register as well as real register.
7822 (legacy_write_register_gen): Ditto.
7823
8fcc723b
AC
78242002-01-28 Andrew Cagney <ac131313@redhat.com>
7825
7826 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
7827 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
7828 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
7829 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
7830 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
7831 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
7832 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
7833 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
7834 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
7835 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
7836 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
7837 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
7838 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
7839 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
7840 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
7841 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
7842 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
7843 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
7844 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
7845 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
7846
afe64c1a
AC
78472002-01-28 Andrew Cagney <ac131313@redhat.com>
7848
7849 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
7850 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
7851 (initialize_current_architecture): Update target_byte_order using
7852 information from BFD.
aaa38bb5 7853 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
afe64c1a
AC
7854 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
7855
75bc7ddf
AC
78562002-01-28 Andrew Cagney <ac131313@redhat.com>
7857
7858 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
7859 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
7860
7861 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
7862 #ifdef INVALID_FLOAT.
7863 * infcmd.c (do_registers_info): Ditto.
7864 * values.c (unpack_double): Ditto. Add comment.
7865
7866 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
7867 already commented out.
7868
0280a90a
AS
78692002-01-26 Andreas Schwab <schwab@suse.de>
7870
7871 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
7872 * m68klinux-nat.c: Update ptrace interface for fetching/storing
7873 registers and add support for PTRACE_GETREGS.
7874
7072a954
AC
78752002-01-24 Andrew Cagney <ac131313@redhat.com>
7876
7877 GDB 5.1.1 released from 5.1 branch.
7878 * NEWS: Add 5.1.1 news.
7879 * README: Sync with 5.1 branch.
7880
86f902e0
FF
78812002-01-23 Fred Fish <fnf@redhat.com>
7882
7883 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
7884 stabstring on initial malloc. Reallocing will copy it for us,
7885 if necessary.
7886
8af51c36
EZ
78872002-01-23 Elena Zannoni <ezannoni@redhat.com>
7888
aaa38bb5 7889 * Makefile.in (hpread_h): Delete.
8af51c36
EZ
7890 (HFILES_NO_SRCDIR): Remove hpread.h.
7891 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
7892 (hpread.o): Update dependencies.
7893 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
7894
7895 * hp-psymtab-read.c: Remove file.
7896 * hp-symtab-read.c: Remove file.
7897 * hpread.h: Remove file.
7898
7899 * hpread.c: Merge all contents of hp-psymtab-read.c,
7900 hp-symtab-read.c and hpread.h into this file, as it was prior to
7901 January 1999.
7902
7903 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
aaa38bb5 7904 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
8af51c36
EZ
7905 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
7906 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
7907
dc5cfeb6
EZ
79082002-01-23 Elena Zannoni <ezannoni@redhat.com>
7909
7910 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
7911 fill_gregset): Call gdbarch_tdep() just once, assign result to
7912 variable and use that, instead of calling the function several
7913 times.
7914
ea87b71b
AO
79152002-01-24 Alexandre Oliva <aoliva@redhat.com>
7916
7917 * configure.host: Accept sparcv9 as alias for sparc64.
7918 * configure.tgt: Likewise.
7919
13fc0c2f
KB
79202002-01-22 Kevin Buettner <kevinb@redhat.com>
7921
7922 * solib-aix5.c (build_so_list_from_mapfile)
7923 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
7924 arguments is not reversed.
7925 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
7926 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
aaa38bb5 7927
7bd872fe
EZ
79282002-01-22 Elena Zannoni <ezannoni@redhat.com>
7929
7930 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
7931 modified version of obsolete sh_fetch_pseudo_register.
7932 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
7933 (sh4_register_read): New function.
7934 (sh_pseudo_register_write): New function. Renamed and modified
7935 version of obsolete sh_store_pseudo_register.
7936 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
7937 (sh4_register_write): New function.
7938 (sh_gdbarch_init): Remove setting of gdbarch function
7939 fetch_pseudo_register and store_pseudo_register. Remove setting of
7940 register_convert_to_raw, register_convert_to_virtual,
7941 register_convertible.
7942 (sh_sh4_register_convertible): Delete. No longer needed. All is
7943 taken care by architecture specific functions
7944 register_read/register_write.
7945 (sh_sh4_register_convert_to_virtual): Make static.
7946 (sh_sh4_register_convert_to_raw): Ditto.
7947
069e84fd
AC
79482002-01-22 Andrew Cagney <ac131313@redhat.com>
7949
7950 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
7951 (floatformat_is_nan, floatformat_mantissa): Ditto.
7952
7953 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
7954 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
7955 builtin_type_ieee_double_little,
7956 builtin_type_ieee_double_littlebyte_bigword,
7957 builtin_type_m68881_ext, builtin_type_i960_ext,
7958 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
7959 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
7960 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
7961 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
7962
211a4f69
CV
79632002-01-22 Corinna Vinschen <vinschen@redhat.com>
7964
7965 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
7966 parameter. Set frameless flag if it exists and depended of
7967 whether the scanned function is frameless or not.
7968 (xstormy16_skip_prologue): If function is frameless, return
7969 result of xstormy16_scan_prologue().
7970 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
7971 call.
7972
f81353e4
EZ
79732002-01-21 Elena Zannoni <ezannoni@redhat.com>
7974
7975 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
7976 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
7977 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
7978 sh_sh4_register_byte, sh_sh4_register_raw_size,
7979 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
7980 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
7981 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
7982 sh_store_pseudo_register, sh_do_pseudo_register): Call
7983 gdbarch_tdep() just once, assign result to variable and use that,
7984 instead of calling the function several times.
7985
63c73a17
MK
79862002-01-20 Mark Kettenis <kettenis@gnu.org>
7987
7988 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
7989 macros instead of LAST_FPU_CTRL_REGNUM.
7990 (store_register): Likewise.
7991
39ad761d
JB
79922002-01-21 Jim Blandy <jimb@redhat.com>
7993
7994 * infcmd.c (run_command): Check that the `exec' target layer's BFD
7995 is up-to-date before running the program, not just when a program
7996 exits.
7997
3d74b771
FF
79982002-01-21 Fred Fish <fnf@redhat.com>
7999
8000 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
8001 when we have found all instructions we are looking for.
8002
966fbf70
RE
80032002-01-21 Richard Earnshaw <rearnsha@arm.com>
8004
8005 * arm-tdep.c (arm_register_name): New function.
8006 (arm_registers_names): Make static.
8007 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
8008 (arm_register_name): Declare.
8009 (REGISTER_NAME): Use it.
8010
c3b4394c
RE
80112002-01-21 Richard Earnshaw <rearnsha@arm.com>
8012 Kevin Buettner <kevinb@redhat.com>
8013
8014 Convert arm targets to new FRAME interface.
8015 * arm-tdep.c (struct frame_extra_info): Remove fsr.
8016 (arm_frame_find_save_regs): Delete.
8017 (arm_frame_init_saved_regs): New.
8018 (arm_init_extra_frame_info): Alloacte saved_regs as required.
8019 Allocate extra_info as required. Convert all uses of fsr.regs
8020 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
8021 to use extra_info.
8022 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
8023 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
8024 (check_prologue_cache, save_prologue_cache): Likewise.
8025 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
8026 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
8027 (FRAME_FIND_SAVED_REGS): Delete.
8028 (arm_frame_find_saved_regs): Delete prototype.
8029 (arm_frame_init_saved_regs): New prototype.
8030 (FRAME_INIT_SAVED_REGS): Define.
8031
61d99182
AC
80322002-01-20 Andrew Cagney <ac131313@redhat.com>
8033
8034 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
8035
6aaea291
AC
80362002-01-20 Andrew Cagney <ac131313@redhat.com>
8037
8038 From Jeff Law <law@redhat.com>:
8039 * infttrace.c: Include <sys/pstat.h>.
8040 (child_pid_to_exec_file): Revamp. Use pstat call to get the
8041 exec file if the ttrace equivalent fails.
8042
15f698d2
AC
80432002-01-20 Andrew Cagney <ac131313@redhat.com>
8044
8045 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
8046 (closeLogFile): Ditto.
8047
f86ddd7c
MC
80482002-01-20 Michael Chastain <mec@shout.net>
8049
8050 * top.c (print_gdb_version): Bump copyright year to 2002.
8051
904507ce
AC
80522002-01-20 Andrew Cagney <ac131313@redhat.com>
8053
8054 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
8055 Zannoni and Eli Zaretskii.
8056
d7f0b9ce
DJ
80572002-01-20 Daniel Jacobowitz <drow@mvista.com>
8058
8059 * buildsym.c: Update copyright years.
8060 * c-typeprint.c: Likewise.
8061 * dwarf2read.c: Likewise.
8062 * f-typeprint.c: Likewise.
8063 * gdbtypes.c: Likewise.
8064 * gdbtypes.h: Likewise.
8065 * hp-symtab-read.c: Likewise.
8066 * hpread.c: Likewise.
8067 * mdebugread.c: Likewise.
8068 * p-typeprint.c: Likewise.
8069
3fd3d7d2
AC
80702002-01-20 Andrew Cagney <ac131313@redhat.com>
8071
8072 * remote-sim.c (gdbsim_open): Simplify code testing the macro
8073 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
8074 byte-order selectable.
8075 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
8076 * arch-utils.c: Ditto.
8077 (set_endian): Ditto.
8078 (set_endian_from_file): Ditto.
8079 * gdbserver/low-sim.c (create_inferior): Ditto.
8080 * gdbarch.sh: Ditto.
8081 * gdbarch.h: Re-generate.
aaa38bb5
AJ
8082 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
8083 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
8084 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
8085 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
8086 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
8087 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
8088 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
3fd3d7d2
AC
8089 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
8090 macro definition.
8091 * config/mips/tm-wince.h: Remove #undef of macro
8092 TARGET_BYTE_ORDER_SELECTABLE.
8093 * config/sh/tm-wince.h: Ditto.
8094
b02dede2
DJ
80952002-01-20 Daniel Jacobowitz <drow@mvista.com>
8096
8097 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
8098 member function fields. Add accessor macro
8099 TYPE_FN_FIELD_ARTIFICIAL.
8100 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
8101 * c-typeprint.c (c_type_print_base): Skip artificial member
8102 functions.
8103
c3643761
DJ
81042002-01-20 Daniel Jacobowitz <drow@mvista.com>
8105
8106 * f-typeprint.c: Delete unused function f_type_print_args.
8107 * p-typeprint.c: Delete unused function pascal_type_print_args.
8108
8176bb6d
DJ
81092002-01-20 Daniel Jacobowitz <drow@mvista.com>
8110
8111 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
8112 comment. Add ``artificial'' to ``union field_location''.
8113
8114 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
8115
8116 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
8117 * mdebugread.c (parse_symbol): Likewise.
8118 * stabsread.c (define_symbol): Likewise.
8119 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
8120 initializing TYPE_FIELD_BITPOS to n (obsolete).
8121 (hpread_doc_function_type): Likewise.
8122 * hpread.c (hpread_function_type): Likewise.
8123
7fd60527
AC
81242002-01-20 Andrew Cagney <ac131313@redhat.com>
8125
8126 * configure.in (host_makefile_frag): Only require a host makefile
8127 fragment when a native build.
8128 * configure: Re-generate.
8129
c2f05ac9
AC
81302002-01-20 Andrew Cagney <ac131313@redhat.com>
8131
8132 * doublest.h (floatformat_from_type): Declare.
8133 * doublest.c (floatformat_from_type): New function.
8134 (convert_typed_floating): Use.
8135
8136 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
8137 call to function floatformat_from_type.
8138
8139 * gdbarch.sh (IEEE_FLOAT): Delete.
8140 * gdbarch.h, gdbarch.c: Re-generate.
8141 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
8142 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
8143 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
8144 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
8145 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
8146 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
8147 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
8148 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
8149 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
8150 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
8151 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
c2f05ac9
AC
8152 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
8153
8154 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
8155 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
8156 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
8157 * sh-tdep.c (sh_gdbarch_init): Ditto.
8158 * mips-tdep.c (mips_gdbarch_init): Ditto.
8159 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8160 * cris-tdep.c (cris_gdbarch_init): Ditto.
8161
abf22e64
AJ
81622002-01-20 Jiri Smid <smid@suse.cz>
8163
8164 * configure.host, configure.tgt: Support x86-64.
8165 * NEWS: Note new target x86-64.
8166
b7c4cbf8
AJ
8167 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
8168 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
8169 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
8170 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
8171 x86-64-linux-nat.o): Fix dependencies.
8172
82600034
AC
81732002-01-19 Andrew Cagney <ac131313@redhat.com>
8174
8175 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
8176 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
8177 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
8178 * config/sparc/xm-sun4os4.h: Delete file.
8179 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
abf22e64 8180
bbe5c628
AC
81812002-01-19 Andrew Cagney <ac131313@redhat.com>
8182
8183 * config/sparc/sparclynx.mh (XM_FILE): Delete.
8184 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
8185 * config/m68k/m68klynx.mh (XM_FILE): Delete.
8186 * config/i386/i386lynx.mh (XM_FILE): Delete.
8187 * config/rs6000/xm-rs6000ly.h: Delete file.
8188 * config/sparc/xm-sparclynx.h: Delete file.
8189 * config/m68k/xm-m68klynx.h: Delete file.
8190 * config/i386/xm-i386lynx.h: Delete file.
8191 * config/xm-lynx.h: Delete file.
8192 * config/djgpp/fnchange.lst: Update.
8193
f8453e34
JT
81942002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
8195
8196 * alpha-tdep.c (alpha_register_byte): New function.
8197 (alpha_register_raw_size): Ditto.
8198 (alpha_register_virtual_size): Ditto.
8199 (alpha_skip_prologue_internal): Renamed from
8200 alpha_skip_prologue.
8201 (alpha_skip_prologue): New version that calls
8202 alpha_skip_prologue_internal.
8203 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
8204 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
8205 second argument from alpha_skip_prologue.
8206 (REGISTER_BYTE): Use alpha_register_byte.
8207 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
8208 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
8209 (FRAMELESS_FUNCTION_INVOCATION): Use
8210 generic_frameless_function_invocation_not.
8211 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
8212 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
8213
52d9e613
AC
82142002-01-19 Andrew Cagney <ac131313@redhat.com>
8215
8216 * config/mips/xm-news-mips.h: Delete file.
8217 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
8218
8219 * config/m88k/xm-m88k.h: Delete file.
8220 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
8221 * config/m88k/xm-delta88v4.h: Ditto.
8222 * config/m88k/xm-delta88.h: Ditto.
8223
8224 * config/alpha/xm-fbsd.h: Delete file.
8225 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
8226
8227 * config/sparc/xm-sparc.h: Delete file.
8228 * Makefile.in (xm-sun4os4.h): Delete dependency.
8229 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
8230 * config/sparc/xm-sun4os4.h: Ditto.
8231 * config/sparc/xm-linux.h: Ditto.
8232
8233 * config/i386/xm-windows.h: Delete file.
8234
2d1b2124
AC
82352002-01-19 Andrew Cagney <ac131313@redhat.com>
8236
8237 * utils.c: Include <sys/param.h> for MAXPATHLEN.
8238 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
8239
ee1f65f0
JT
82402002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
8241
8242 * alpha-tdep.c (alpha_call_dummy_words): New.
8243 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
8244 (CALL_DUMMY_P): Define.
8245 (CALL_DUMMY_WORDS): Define.
8246 (SIZEOF_CALL_DUMMY_WORDS): Define.
8247
98081e55
PB
82482002-01-19 Per Bothner <per@bothner.com>
8249
8250 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
8251 isn't NULL, which can happen with some gcj-3.x-produced code.
8252
0d056799
JT
82532002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
8254
8255 * alpha-tdep.c (alpha_register_virtual_type): New function.
8256 (alpha_init_frame_pc_first): Ditto.
8257 (alpha_fix_call_dummy): Ditto.
8258 (alpha_store_struct_return): Ditto.
8259 (alpha_extract_struct_value_address): Ditto.
8260 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
8261 alpha_register_virtual_type.
8262 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
8263 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
8264 alpha_extract_struct_value_address.
8265 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
8266 (INIT_FRAME_PC): Use init_frame_pc_noop.
8267 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
8268
4604bcad
MK
82692002-01-19 Mark Kettenis <kettenis@gnu.org>
8270
8271 * i386gnu-nat.c: Include "i386-tdep.h".
8272 (fetch_fpregs): Simplify code dealing with uninitialized floating
8273 point states such that it doesn't require FP7_REGNUM.
8274
140f9984
JT
82752002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
8276
abf22e64
AJ
8277 * alpha-tdep.c (frame_extra_info): New.
8278 (alpha_find_saved_regs): Make static. Use
140f9984
JT
8279 frame->extra_info.
8280 (alpha_frame_init_saved_regs): New function.
abf22e64
AJ
8281 (alpha_frame_saved_pc): Use frame->extra_info.
8282 (temp_saved_regs): Don't declare as struct frame_saved_regs.
8283 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
140f9984
JT
8284 (init_extra_frame_info): Rename to...
8285 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
abf22e64 8286 (alpha_print_extra_frame_info): New function.
140f9984
JT
8287 (alpha_frame_locals_address): Ditto.
8288 (alpha_frame_args_address): Ditto.
abf22e64 8289 (alpha_pop_frame): Use frame->extra_info.
140f9984
JT
8290 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
8291 alpha_frame_args_address.
abf22e64 8292 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
140f9984 8293 (alpha_find_saved_regs): Remove prototype.
abf22e64
AJ
8294 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
8295 (EXTRA_FRAME_INFO): Remove.
140f9984
JT
8296 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
8297 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
8298
d734c450
JT
82992002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
8300
8301 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
8302 (alpha_cannot_fetch_register): Ditto.
8303 (alpha_cannot_store_register): Ditto.
8304 (alpha_register_convertible): Ditto.
8305 (alpha_use_struct_convention): Ditto.
8306 * config/alpha/tm-alpha.h: Update copyright years.
8307 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
8308 (INNER_THAN): Use core_addr_lessthan.
8309 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
8310 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
8311 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
8312 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
8313 (FRAME_CHAIN): Remove unnecessary cast.
8314
b4ceaee6
AC
83152002-01-18 Andrew Cagney <ac131313@redhat.com>
8316
8317 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
8318 obsolete.
8319
0a65a603
AC
83202002-01-18 Andrew Cagney <ac131313@redhat.com>
8321
8322 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
8323 * monitor.c, remote-array.c, remote-bug.c: Ditto.
8324 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
8325 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
8326 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
8327 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
8328 * x86-64-linux-nat.c: Ditto.
8329
636a6dfc
JT
83302002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
8331
abf22e64 8332 * alpha-tdep.c (alpha_register_name): New function.
636a6dfc
JT
8333 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
8334 (REGISTER_NAME): Define.
8335
acceddb6
JT
83362002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
8337
8338 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
8339
ec32e4be
JT
83402002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
8341
8342 * alpha-tdep.c: Update copyright years.
8343 (alpha_next_pc): New function.
8344 (alpha_software_single_step): Ditto.
8345 * config/alpha/tm-alpha.h: Add prototype for
8346 alpha_software_single_step.
8347
e771a871
JT
83482002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
8349
8350 * alphabsd-nat.c: Update copyright years.
8351 (fill_gregset): Use regcache_collect.
8352 (fill_fpregset): Likewise.
8353 (fetch_inferior_registers): Only fetch integer registers
8354 if requested to do so.
8355 (store_inferior_registers): Only store integer registers
8356 if requested to do so.
8357
7708fa01
AC
83582002-01-17 Andrew Cagney <ac131313@redhat.com>
8359
8360 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
8361 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
8362 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
8363 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
8364 * config/alpha/fbsd.mh (XDEPFILES): Delete.
8365 * config/arm/linux.mh (XDEPFILES): Delete.
8366 * config/arm/nbsd.mh (XDEPFILES): Delete.
8367 * config/i386/i386dgux.mh (XDEPFILES): Delete.
8368 * config/i386/i386sol2.mh (XDEPFILES): Delete.
8369 * config/i386/i386m3.mh (XDEPFILES): Delete.
8370 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
8371 * config/i386/i386gnu.mh (XDEPFILES): Delete.
8372 * config/i386/fbsd.mh (XDEPFILES): Delete.
8373 * config/i386/i386bsd.mh (XDEPFILES): Delete.
8374 * config/i386/i386sco5.mh (XDEPFILES): Delete.
8375 * config/i386/i386v4.mh (XDEPFILES): Delete.
8376 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
8377 * config/i386/i386sco4.mh (XDEPFILES): Delete.
8378 * config/i386/i386aix.mh (XDEPFILES): Delete.
8379 * config/i386/go32.mh (XDEPFILES): Delete.
8380 * config/i386/cygwin.mh (XDEPFILES): Delete.
8381 * config/i386/i386lynx.mh (XDEPFILES): Delete.
8382 * config/i386/i386mach.mh (XDEPFILES): Delete.
8383 * config/i386/i386v32.mh (XDEPFILES): Delete.
8384 * config/i386/linux.mh (XDEPFILES): Delete.
8385 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
8386 * config/i386/ncr3000.mh (XDEPFILES): Delete.
8387 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
8388 * config/i386/i386sco.mh (XDEPFILES): Delete.
8389 * config/i386/i386v.mh (XDEPFILES): Delete.
8390 * config/i386/nbsd.mh (XDEPFILES): Delete.
8391 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
8392 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
8393 * config/i386/symmetry.mh (XDEPFILES): Delete.
8394 * config/i386/obsd.mh (XDEPFILES): Delete.
8395 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
8396 * config/ia64/linux.mh (XDEPFILES): Delete.
8397 * config/ia64/aix.mh (XDEPFILES): Delete.
8398 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
8399 * config/m68k/dpx2.mh (XDEPFILES): Delete.
8400 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
8401 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
8402 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
8403 * config/m68k/linux.mh (XDEPFILES): Delete.
8404 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
8405 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
8406 * config/m68k/nbsd.mh (XDEPFILES): Delete.
8407 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
8408 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
8409 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
8410 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
8411 * config/m88k/delta88.mh (XDEPFILES): Delete.
8412 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
8413 * config/m88k/m88k.mh (XDEPFILES): Delete.
8414 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
8415 * config/mips/linux.mh (XDEPFILES): Delete.
8416 * config/mips/irix6.mh (XDEPFILES): Delete.
8417 * config/mips/irix5.mh (XDEPFILES): Delete.
8418 * config/mips/irix4.mh (XDEPFILES): Delete.
8419 * config/mips/irix3.mh (XDEPFILES): Delete.
8420 * config/mips/decstation.mh (XDEPFILES): Delete.
8421 * config/mips/mipsm3.mh (XDEPFILES): Delete.
8422 (NATDEPFILES): Move core-aout.o to here.
8423 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
8424 * config/pa/hpux1020.mh (XDEPFILES): Delete.
8425 * config/pa/hppabsd.mh (XDEPFILES): Delete.
8426 * config/pa/hppahpux.mh (XDEPFILES): Delete.
8427 * config/pa/hpux11w.mh (XDEPFILES): Delete.
8428 * config/pa/hppaosf.mh (XDEPFILES): Delete.
8429 * config/pa/hpux11.mh (XDEPFILES): Delete.
8430 * config/powerpc/aix.mh (XDEPFILES): Delete.
8431 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
8432 * config/powerpc/linux.mh (XDEPFILES): Delete.
8433 * config/romp/rtbsd.mh: Rename XDEPFILES.
8434 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
8435 * config/rs6000/aix4.mh (XDEPFILES): Delete.
8436 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
8437 * config/s390/s390.mh (XDEPFILES): Delete.
8438 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
8439 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
8440 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
8441 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
8442 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
8443 * config/sparc/nbsd.mh (XDEPFILES): Delete.
8444 * config/sparc/linux.mh (XDEPFILES): Delete.
8445 * config/vax/vaxult.mh (XDEPFILES): Delete.
8446 * config/vax/vaxult2.mh (XDEPFILES): Delete.
8447 * Makefile.in (DEPFILES): Remove XDEPFILES.
8448
375fc983
AC
84492002-01-17 Andrew Cagney <ac131313@redhat.com>
8450
8451 * utils.c (internal_verror): Fix comments, default is yes not no.
8452 Update queries to match. Default to quit and dump core.
8453
8926118c
AC
84542002-01-17 Andrew Cagney <ac131313@redhat.com>
8455
8456 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
8457 copyright.
8458 * defs.h, event-top.c, gdbcmd.h: Ditto.
8459 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
8460 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
8461 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
8462 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
8463 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
8464 * mi/mi-main.c:Ditto.
8465
8466 * stack.c, symfile.c: Update copyright.
8467
45b7b345
DJ
84682002-01-17 Daniel Jacobowitz <drow@mvista.com>
8469
db728ff7
DJ
8470 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
8471 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
8472 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
8473 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
45b7b345 8474
db728ff7
DJ
84752002-01-17 Daniel Jacobowitz <drow@mvista.com>
8476
8477 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
8478 * gdbserver/low-lynx.c (myattach): Likewise.
8479 * gdbserver/low-nbsd.c (myattach): Likewise.
8480 * gdbserver/low-sim.c (myattach): Likewise.
8481 * gdbserver/low-sparc.c (myattach): Likewise.
8482 * gdbserver/low-sun3.c (myattach): Likewise.
8483
8484 * gdbserver/low-linux.c (myattach): New function.
45b7b345 8485
db728ff7 8486 * gdbserver/server.c (attach_inferior): New function.
45b7b345
DJ
8487 (main): Handle "--attach".
8488
8de3c354
AC
84892002-01-16 Andrew Cagney <ac131313@redhat.com>
8490
8491 * MAINTAINERS (language support): Daniel Jacobwitz is C++
8492 maintainer.
8493
b0129042
DJ
84942002-01-15 Daniel Jacobowitz <drow@mvista.com>
8495
8496 * c-typeprint.c (is_type_conversion_operator): Add additional
8497 check for non-conversion operators.
8498
ba8679fb 84992002-01-15 Michael Snyder <msnyder@redhat.com>
2bf543a6
MS
8500
8501 * linux-proc.c: Add "info proc" command, a la procfs.c.
8502 (read_mapping): New function, abstract and re-use code.
8503 (linux_find_memory_regions): Use new func read_mapping.
8504 (linux_info_proc_cmd): New function, implement "info proc".
8505 (_initialize_linux_proc): Add new command "info proc".
8506
e4f9b4d5
MS
85072002-01-15 Michael Snyder <msnyder@redhat.com>
8508
8509 * symfile.c (generic_load): Use bfd_map_over_sections method
8510 instead of manipulating bfd structure members directly.
8511 (add_section_size_callback): New function, bfd sections callback
8512 used by generic_load.
8513 (load_sections_callback): New function, bfd sections callback
8514 used by generic_load.
8515
08cf96df
EZ
85162002-01-15 Elena Zannoni <ezannoni@redhat.com>
8517
abf22e64 8518 [Based on work by Jim Blandy]
08cf96df
EZ
8519 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
8520 (builtin_type_vec128): Export.
8521 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
8522 types.
8523 (builtin_type_vec128): New builtin type for 128 bit vector
8524 registers.
8525 (build_gdbtypes): Initialize builtin_type_v16qi and
8526 builtin_type_v8hi. Create the vec128 register builtin type
8527 structure.
8528 (build_builtin_type_vec128): New function.
abf22e64 8529 (_initialize_gdbtypes): Register builtin_type_v16qi and
08cf96df
EZ
8530 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
8531 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
8532 AltiVec register to new builtin type.
8533
d7242108
DJ
85342001-01-15 Daniel Jacobowitz <drow@mvista.com>
8535
8536 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
8537 to make_cv_type.
8538
4ee3352d
AC
85392002-01-14 Andrew Cagney <ac131313@redhat.com>
8540
8541 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
8542 CLEAN_UP_REGISTER_VALUE.
8543 * regcache.c (supply_register): Update only call.
8544
f015b2e7
AC
85452002-01-14 Andrew Cagney <ac131313@redhat.com>
8546
8547 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
8548 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
8549 a29k-*-vxworks* targets as obsolete.
8550
356ae49d
MS
85512002-01-14 Michael Snyder <msnyder@redhat.com>
8552
8553 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
8554 until we can resolve portability issues.
8555 * gregset.h: Remove references to fpxregs.
8556 * gcore.c (gcore_command): Initialize note_sec to NULL.
8557
ade8f45e
AC
85582002-01-13 Andrew Cagney <ac131313@redhat.com>
8559
8560 * signals.c (target_signal_to_name): Rewrite. Only use
8561 signals[].name when in bounds and non-NULL.
abf22e64 8562
89c49e7a
AC
85632002-01-13 Andrew Cagney <ac131313@redhat.com>
8564
8565 From Petr Ledvina <ledvinap@kae.zcu.cz>:
8566 * signals.c (target_signal_to_name): Verify that SIG is within the
8567 bounds of the signals array.
8568
4daa9f9f
AC
85692002-01-13 Andrew Cagney <ac131313@redhat.com>
8570
8571 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
8572
ba4bbdcb
KS
85732002-01-13 Keith Seitz <keiths@redhat.com>
8574
8575 * stack.c (print_frame_info_base): Print the frame's pc
8576 only if when print_frame_info_listing_hook is not defined.
8577
575bbeb6
KS
85782002-01-13 Keith Seitz <keiths@redhat.com>
8579
8580 * varobj.c (varobj_set_value): Make sure that there were no
8581 errors evaluating the object before attempting to set its
8582 value.
8583 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
8584 so this offset adjustment is no longer necessary.
8585 (create_child): Don't set the error flag if the child is
8586 a CPLUS_FAKE_CHILD.
8587 (value_of_child): If value_fetch_lazy fails, return NULL
8588 so that callers will be notified that an error occurred.
8589 (c_value_of_variable): Delay check of variable's validity
8590 until later. We actually want all structs and unions to have
8591 the value "{...}".
8592 Do not return "???" for variables which could not be evaluated.
8593 This error condition must be returned to the caller so that it
8594 can get the error condition from gdb.
8595 (cplus_name_of_child): Adjust index for vptr before figuring
8596 out the name of the child.
8597 (cplus_value_of_child): If a child's (real) parent is not valid,
8598 don't even bother trying to give a value for it. Just return
8599 an error. Change all instances in this function.
8600 (cplus_type_of_child): If our parent is one of the "fake"
8601 parents, we need to get at the type of the real parent, and
8602 derive the child's true type using this information.
8603
b76898ab
AC
86042002-01-13 Andrew Cagney <ac131313@redhat.com>
8605
8606 From 2002-01-09 John Marshall <johnm@falch.net>:
8607 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
8608 sources.redhat.com, and tweak some related URLs which had
8609 suffered from linkrot.
8610
b6649e88
AC
86112002-01-13 Andrew Cagney <ac131313@redhat.com>
8612
8613 From Jeff law:
8614 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
8615 structures passed in registers.
8616
82cc5033
EZ
86172002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
8618
8619 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
8620 white space which prevented compilation. Reported by DSK
8621 <dsk@student.unsw.edu.au>.
8622
ba5f2f8a
MS
86232002-01-11 Michael Snyder <msnyder@redhat.com>
8624
fbd35540
MS
8625 * symfile.c (build_section_addr_info_from_section_tab):
8626 Use bfd access method instead of manipulating bfd directly.
8627 (syms_from_objfile): Ditto.
8628 (simple_overlay_update_1): Ditto.
8629 (simple_overlay_update): Ditto.
8630 (generic_load): Ditto.
8631 (overlay_unmapped_address): FIXME comment, bfd access methods.
8632 (sections_overlap): FIXME comment, bfd access methods.
8633 (pc_in_mapped_range): FIXME comment, bfd access methods.
8634 (pc_in_unmapped_range): FIXME comment, bfd access methods.
8635 (section_is_mapped): FIXME comment, bfd access methods.
8636 (section_is_overlay): FIXME comment, bfd access methods.
8637
ba5f2f8a
MS
8638 * symfile.c (generic_load): Whitespace and long line cleanups.
8639 Remove duplicate variable, change several local variables to
8640 more appropriate data types.
8641 (print_transfer_performance): Use %lu instead of %ld for ulongs.
8642
17df2af6
AC
86432002-01-12 Andrew Cagney <ac131313@redhat.com>
8644
8645 From Peter Schauer:
8646 * language.c (longest_local_hex_string_custom): Use phex_nz to
8647 convert NUM to a hex string.
8648
ec920329
EZ
86492002-01-12 Elena Zannoni <ezannoni@redhat.com>
8650
8651 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
8652 the function.
538a76d6 8653 Update Copyright year.
ec920329 8654
3abd2e01
AC
86552002-01-12 Andrew Cagney <ac131313@redhat.com>
8656
8657 * language.c (longest_raw_hex_string): Delete unused function.
8658
b21b22e0
PS
86592002-01-11 Petr Sorfa <petrs@caldera.com>
8660
8661 * MAINTAINERS (write-after-approval): Add myself.
8662 * dwarf2read.c (read_tag_string_type): Handling of
8663 DW_AT_byte_size.
8664 (read_tag_string_type): FORTRAN fix to prevent propagation of
8665 first string size.
8666 (set_cu_language): Handling of DW_LANG_Fortran95
8667
747fe712
RE
86682002-01-11 Richard Earnshaw <rearnsha@arm.com>
8669
8670 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
8671 GETPID(inferior_ptid).
8672 (store_inferior_registers): Likewise.
8673
f1bea926
JM
86742002-01-10 Jason Merrill <jason@redhat.com>
8675
8676 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
8677 Fix DW_OP_minus.
8678
ae940673
AC
86792002-01-10 Andrew Cagney <ac131313@redhat.com>
8680
8681 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
8682 and bfd/elf32-sh-nbsd.c.
8683
00546b04
MS
86842002-01-10 Michael Snyder <msnyder@redhat.com>
8685
352ed7b4
MS
8686 * NEWS: Mention --pid and corefile/proc-id behavior change.
8687
c18be923
MS
8688 * Makefile.in: Add rules for gcore.o and linux-proc.o.
8689 * gcore.c: Include cli/cli-decode.h instead of command.h.
8690
00546b04
MS
8691 * main.c (captured_main): Add new command line option "--pid".
8692 If the second command line argument (following the symbol-file)
8693 begins with a digit, try to attach to it before trying to open
8694 it as a corefile.
8695 (print_gdb_help): Document the "--pid" argument.
8696
db60ec62
EZ
86972002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
8698
8699 * completer.c (command_completer): New function.
8700
8701 * completer.h <command_completer>: Add prototype.
8702
8703 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
8704 completer for the "help" command.
8705
39c22d1a
JM
87062002-01-09 Jason Merrill <jason@redhat.com>
8707
8708 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
8709
c564377f
MS
87102002-01-09 Michael Snyder <msnyder@redhat.com>
8711
975aec09
MS
8712 * i386-linux-nat.c (fill_fpxregset): Make global.
8713 (store_fpxregset): Ditto.
8714
db4a10fa
MS
8715 * gregset.h (gdb_fpxregset_t): Define.
8716 (supply_fpxregset): Prototype.
8717 (fill_fpxregset): Prototype.
8718
c564377f
MS
8719 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
8720
c3d45d70
RE
87212002-01-09 Richard Earnshaw <rearnsha@arm.com>
8722
8723 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
8724 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
8725 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
8726
fcc87af1
AC
87272002-01-09 Andrew Cagney <ac131313@redhat.com>
8728
8729 * MAINTAINERS: Update target maintainer rules so that any
8730 Maintainer can approve a tested patch for a maintenance-only
8731 target.
8732
dd96c05b
RE
87332002-01-09 Richard Earnshaw <rearnsha@arm.com>
8734
d4297db9 8735 * MAINTAINERS (write-after-approval): Add myself.
dd96c05b 8736
d4297db9 8737 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
dd96c05b
RE
8738 IN_SIGTRAMP.
8739
145fdc6e
MS
87402002-01-08 Michael Snyder <msnyder@redhat.com>
8741
8742 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
8743 real name of the executable, rather than the /proc name.
8744
be4d1333
MS
87452002-01-03 Michael Snyder <msnyder@redhat.com>
8746
8747 Implement a "generate-core-file" command in gdb, save target state.
8748 * gcore.c: New file. Implement new command 'generate-core-file'.
8749 Save a corefile image of the current state of the inferior.
8750 * linux-proc.c: Add linux-specific code for saving corefiles.
8751 * target.h (struct target_ops): Add new target vectors for saving
8752 corefiles; to_find_memory_regions and to_make_corefile_notes.
8753 (target_find_memory_regions): New macro.
8754 (target_make_corefile_notes): New macro.
8755 * target.c (update_current_target): Inherit new target methods.
8756 (dummy_find_memory_regions): New place-holder method.
8757 (dummy_make_corefile_notes): New place-holder method.
8758 (init_dummy_target): Initialize new dummy target vectors.
8759 * exec.c (exec_set_find_memory_regions): New function.
8760 Allow the exec_ops vector for memory regions to be taken over.
8761 (exec_make_note_section): New function, target vector method.
8762 * defs.h (exec_set_find_memory_regions): Export prototype.
8763 * procfs.c (proc_find_memory_regions): New function, corefile method.
8764 (procfs_make_note_section): New function, corefile method.
8765 (init_procfs_ops): Set new target vector pointers.
8766 (find_memory_regions_callback): New function.
8767 (procfs_do_thread_registers): New function.
8768 (procfs_corefile_thread_callback): New function.
8769 * sol-thread.c (sol_find_memory_regions): New function.
8770 (sol_make_note_section): New function.
8771 (init_sol_thread_ops): Initialize new target vectors.
8772 * inftarg.c (inftarg_set_find_memory_regions): New function.
8773 Allow to_find_memory_regions vector to be taken over.
8774 (inftarg_set_make_corefile_notes): New function.
8775 Allow to_make_corefile_notes vector to be taken over.
8776 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
8777 interface layer if not target_has_execution (may be a corefile).
8778 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
8779 * config/sparc/sun4sol2.mh: Ditto.
8780 * config/alpha/alpha-linux.mh: Ditto.
8781 * config/arm/linux.mh: Ditto.
8782 * config/i386/x86-64linux.mh: Ditto.
8783 * config/ia64/linux.mh: Ditto.
8784 * config/m68k/linux.mh: Ditto.
8785 * config/mips/linux.mh: Ditto.
8786 * config/powerpc/linux.mh: Ditto.
8787 * config/sparc/linux.mh: Ditto.
8788
c6b92abd
MS
87892002-01-07 Michael Snyder <msnyder@redhat.com>
8790
8791 * arm-linux-nat.c: Remove references to regcache.c internal data
8792 (registers[] and register_valid[]).
8793
4b09dc8c
MS
87942002-01-07 Michael Snyder <msnyder@redhat.com>
8795
abf22e64
AJ
8796 * linux-proc.c: New file. Implement child_pid_to_exec_file,
8797 so that attaching to a pid will automatically read the process's
4b09dc8c
MS
8798 symbol file and shlibs.
8799 * Makefile.in: Add rule for linux-proc.o.
8800 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
8801 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
8802 * config/arm/linux.mh: Ditto.
8803 * config/i386/linux.mh: Ditto.
8804 * config/i386/x86-64linux.mh: Ditto.
8805 * config/ia64/linux.mh: Ditto.
8806 * config/m68k/linux.mh: Ditto.
8807 * config/mips/linux.mh: Ditto.
8808 * config/powerpc/linux.mh: Ditto.
8809 * config/sparc/linux.mh: Ditto.
8810
c25b74ac
PM
88112002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
8812
8813 * win32-nat.c: Add i386-tdep.h dependency.
8814
94cd915f
MS
88152002-01-07 Michael Snyder <msnyder@redhat.com>
8816
c7cccb76
MS
8817 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
8818 instead of bfd_get_arch_size. Don't bail out just because
8819 there's no exec_bfd.
abf22e64 8820
34c0bd93
MS
8821 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
8822 * p-valprint.c (pascal_object_print_value): Ditto.
8823 * somread.c (som_symtab_read): Ditto.
8824 * symfile.c (simple_free_overlay_region_table): Ditto.
8825 * valops.c (value_assign): Ditto.
8826
21c1c920
MS
8827 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
8828 use tilde_expand and strerror for opening save-tracepoints file.
8829
5bbd998e
MS
8830 * thread-db.c (thread_db_new_objfile): Indendation fix.
8831
94cd915f
MS
8832 * infptrace.c (GDB_MAX_ALLOCA): New define.
8833 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
abf22e64 8834 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
94cd915f
MS
8835 can be overridden with whatever value is appropriate to the host).
8836 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
8837 alloca to allocate potentially large buffer.
8838 * rs6000-nat.c (child_xfer_memory): Ditto.
8839 * symm-nat.c (child_xfer_memory): Ditto.
8840 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
8841
494e8a93
JSC
88422002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
8843
8844 From Nick Clifton <nickc@redhat.com>
8845 * d10v-tdep.c: Set STACK_START to 0x200bffe.
8846
d0e1d48e
MS
88472002-01-07 Michael Snyder <msnyder@redhat.com>
8848
abf22e64 8849 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
d0e1d48e
MS
8850 Don't use exec_bfd if it's NULL.
8851
290b2c7a
MK
88522002-01-06 Mark Kettenis <kettenis@gnu.org>
8853
abf22e64 8854 * valops.c (value_arg_coerce): Fix formatting.
290b2c7a 8855
aef21287
AC
88562002-01-06 Andrew Cagney <ac131313@redhat.com>
8857
8858 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
8859 * gnu-nat.c: Ditto.
8860
30efa627
AC
88612002-01-06 Andrew Cagney <ac131313@redhat.com>
8862
8863 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
8864 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
8865 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
8866 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
8867 z8k-coff have not been multi-arched. Update z8k-coff build
8868 status.
8869
9b4ff276
AC
88702002-01-06 Andrew Cagney <ac131313@redhat.com>
8871
8872 * MAINTAINERS: Mark a29k target as obsolete.
8873 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
8874 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
8875 comments.
8876 * NEWS: Note that a29k targets are obsolete.
8877 * a29k-tdep.c: Mark as obsolete.
8878 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
8879 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
8880 a29k-*-vxworks* targets as obsolete.
8881 * remote-adapt.c: Obsolete.
8882 * remote-eb.c: Obsolete.
8883 * remote-mm.c: Obsolete.
8884 * remote-udi.c: Obsolete.
8885 * config/a29k/a29k-udi.mt: Obsolete.
8886 * config/a29k/a29k.mt: Obsolete.
8887 * config/a29k/tm-a29k.h: Obsolete.
8888 * config/a29k/tm-vx29k.h: Obsolete.
8889 * config/a29k/vx29k.mt: Obsolete.
8890
a9011d31
AC
88912002-01-05 Andrew Cagney <ac131313@redhat.com>
8892
8893 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
8894 with BFD_ENDIAN_BIG.
8895
9299404e
AC
88962002-01-05 Andrew Cagney <ac131313@redhat.com>
8897
8898 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
8899 * configure, config.in: Re-generate.
8900 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
8901 * defs.h: Do not include <endian.h>.
8902
7e89e357
JT
89032002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
8904
8905 * acconfig.h (HAVE_PT_GETXMMREGS): New.
8906 * config.in: Regenerate.
8907 * configure.in: Update copyright years.
8908 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
8909 * configure: Regenerate.
8910 * i386bsd-nat.c: Update copyright years.
8911 (fill_gregset): Use regcache_collect.
8912 (fetch_inferior_registers): Only fetch integer registers
8913 if requested to do so. Add support for XMM registers
8914 using PT_GETXMMREGS.
8915 (store_inferior_registers): Only store integer registers
8916 if requested to do so. Add support for XMM registers
8917 using PT_SETXMMREGS.
8918 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
8919 (store_inferior_registers): Remove.
8920 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
8921 (fetch_elfcore_registers): New function.
8922 (i386nbsd_elfcore_fns): New.
8923 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
8924 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
8925 i386bsd-nat.o.
8926 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
8927 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
8928 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
8929 * config/i386/tm-nbsd.h: Update copyright years.
8930 (HAVE_SSE_REGS): Define.
8931 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
8932 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
8933 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
8934 (SIGCONTEXT_PC_OFFSET): Remove.
8935 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
8936
a752853e
AC
89372002-01-05 Andrew Cagney <ac131313@redhat.com>
8938
8939 * configure.tgt: Remove powerpc-*-macos* target.
8940 * config/m68k/xm-mpw.h: Delete file.
8941 * config/xm-mpw.h: Delete file.
8942 * ser-mac.c: Delete file.
8943 * mpw-make.sed: Delete file.
8944 * mpw-config.in: Delete file.
8945 * mac-xdep.c: Delete file.
8946 * mac-gdb.r: Delete file.
8947 * mac-defs.h: Delete file.
8948 * mac-nat.c: Delete file.
8949 * config/powerpc/macos.mh: Delete file.
8950 * config/powerpc/macos.mt: Delete file.
8951 * config/powerpc/nm-macos.h: Delete file.
8952 * config/powerpc/tm-macos.h: Delete file.
8953 * source.c (openp, open_source_file): Remove obsolete code.
8954 * top.c (gdb_readline): Ditto.
8955 * utils.c (query): Ditto.
8956 * event-top.c (display_gdb_prompt): Ditto.
8957 * Makefile.in (ser-mac.o): Delete obsolete target.
8958 * NEWS: Update.
8959
d7449b42
AC
89602002-01-04 Andrew Cagney <ac131313@redhat.com>
8961
8962 * defs.h (BIG_ENDIAN): Delete macro definition.
8963 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
8964 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
8965 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
8966 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
8967 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
8968 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
8969 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
8970 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
8971 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
8972 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
8973 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
8974 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
8975 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
8976 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
8977 * gdbarch.c: Re-generate.
8978
356374e8
DJ
89792002-01-04 Daniel Jacobowitz <drow@mvista.com>
8980
8981 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
8982 for core files.
8983
a2b8f8f8
JT
89842002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
8985
8986 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
8987
12466af9
AC
89882002-01-04 Andrew Cagney <ac131313@redhat.com>
8989
8990 * value.h (value_ptr): Delete typedef.
8991
3549ab40
JT
89922002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
8993
8994 * i386nbsd-nat.c: Update copyright years.
8995 Include i386-tdep.h.
8996
fedbd091
EZ
89972002-01-04 Elena Zannoni <ezannoni@redhat.com>
8998
8999 * stabsread.c: Update copyright years.
9000
9001 From Debashis Mahata <debashis.mahata@wipro.com>:
9002 (read_struct_fields): Deal with Sun C compiler erroneous stab
9003 output for structs and unions.
fec8b34f 9004 Fix PR gdb/269.
fedbd091 9005
eb43544b
DJ
90062002-01-04 Daniel Jacobowitz <drow@mvista.com>
9007
9008 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
9009 prototype.
9010
1514d34e
DJ
90112002-01-04 Daniel Jacobowitz <drow@mvista.com>
9012
9013 * cp-abi.c: Fix whitespace.
9014 (baseclass_offset): New wrapper function.
9015 * cp-abi.h (baseclass_offset): Add prototype.
9016 (struct cp_abi_ops): Add baseclass_offset pointer.
9017
9018 * valops.c (vb_match): Move to...
9019 * gnu-v2-abi.c (vb_match): here.
9020 * valops.c (baseclass_offset): Move to...
9021 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
9022
9023 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
9024
9025 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
9026 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
9027 * hpacc-abi.c (init_hpacc_ops): Likewise.
9028
7f8c9282
DJ
90292002-01-04 Daniel Jacobowitz <drow@mvista.com>
9030
9031 * valops.c (find_overload_match): Accept obj as a
9032 reference parameter. Update it before returning.
9033 * value.h (find_overload_match): Update prototype.
9034 * eval.c (evaluate_subexp_standard): Pass object to
9035 find_overload_match by reference.
9036
f23631e4
AC
90372002-01-03 Andrew Cagney <ac131313@redhat.com>
9038
9039 * valarith.c: Replace value_ptr with struct value pointer. Remove
9040 register attribute from value declarations.
9041 * valops.c: Ditto.
9042 * value.h: Ditto.
9043 * scm-lang.c (scm_lookup_name): Ditto.
9044
79e10fab 90452002-01-03 Michael Snyder <msnyder@redhat.com>
abf22e64 9046
79e10fab
AC
9047 Abstract the functionality of iterating over mapped memory
9048 regions into a general purpose iterator function.
abf22e64 9049 * procfs.c (iterate_over_mappings): New function, general purpose
79e10fab
AC
9050 iterator for memory sections.
9051 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
9052 (solib_mappings_callback): New function, callback for above.
9053 (info_proc_mappings): Reimpliment using iterate_over_mappings.
9054 (info_mappings_callback): New function, callback for above.
9055
9056 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
9057
c5ad026a
MK
90582002-01-01 Mark Kettenis <kettenis@gnu.org>
9059
d2a7c97a
MK
9060 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
9061 * i386-tdep.c: Include "elf-bfd.h".
9062 (process_note_abi_tag_sections): New function.
9063 (i386_gdbarch_init): Add code to recognize various OS/ABI
9064 combinations.
9065
c5ad026a
MK
9066 * maint.c (_initialize_maint_cmds): Add missing \ in
9067 string-literal.
9068
a1a5b71e 9069For older changes see ChangeLog-2001
c906108c
SS
9070\f
9071Local Variables:
9072mode: change-log
9073left-margin: 8
9074fill-column: 74
9075version-control: never
9076End:
This page took 0.77996 seconds and 4 git commands to generate.