2002-06-14 Daniel Jacobowitz <drow@mvista.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2002-06-14 Daniel Jacobowitz <drow@mvista.com>
2
3 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
4 (struct main_type): Remove arg_types member. Update comments for
5 struct field.
6 (TYPE_ARG_TYPES): Remove.
7 (TYPE_FN_FIELD_ARGS): Update.
8 (smash_to_method_type): Update prototype.
9
10 * c-typeprint.c (cp_type_print_method_args): Take method type
11 instead of argument list. Use new argument layout. Simplify.
12 (c_type_print_args): Use new argument layout. Simplify.
13 (c_type_print_base): Update call to cp_type_print_method_args.
14 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
15 argument; use die->type instead. Update call to
16 smash_to_method_type.
17 (read_structure_scope): Update call to dwarf2_add_member_fn.
18 * gdbtypes.c (allocate_stub_method): Update comment.
19 (smash_to_method_type): Take new NARGS and VARARGS arguments.
20 Use new argument layout.
21 (check_stub_method): Use new argument layout. Don't count
22 void as an argument.
23 (print_arg_types): Update comments. Use new argument layout.
24 (recursive_dump_type): Don't print arg_types member.
25 * hpread.c (hpread_read_struct_type): Use new argument layout.
26 (fixup_class_method_type): Likewise.
27 (hpread_type_lookup): Likewise.
28 * stabsread.c (read_type): Update calls to read_args and
29 smash_to_method_type.
30 (read_args): Use new argument layout. Simplify.
31 * valops.c (typecmp): Use new argument layout. Update parameters
32 and comments. Simplify.
33 (hand_function_call): Use new argument layout.
34 (search_struct_method): Update call to typecmp.
35 (find_overload_match): Use new argument layout.
36
37 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
38
39 * NEWS: Mention multithreaded debug support for gdbserver.
40
41 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
42
43 * MAINTAINERS: Mention NEWS.
44
45 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
46
47 * gdbserver/regcache.c: Add comment.
48
49 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
50
51 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
52 (struct mips_objfile_private, compare_pdr_entries): New.
53 (non_heuristic_proc_desc): Read the ".pdr" section if it
54 is present.
55
56 2002-06-12 Andrew Cagney <ac131313@redhat.com>
57
58 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
59 (arm_debug): New static variable.
60 (_initialize_arm_tdep): Add ``set debug arm'' command.
61
62 2002-06-12 Andrew Cagney <ac131313@redhat.com>
63
64 * Makefile.in (sim_arm_h): Define.
65 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
66 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
67 (arm_register_sim_regno): New function, map an internal REGNUM
68 onto a simulator register number.
69 (arm_gdbarch_init): Set register_sim_regno.
70
71 2002-06-09 Aldy Hernandez <aldyh@redhat.com>
72
73 * MAINTAINERS: Add self.
74
75 2002-06-11 Jim Blandy <jimb@redhat.com>
76
77 * source.c (source_info): Mention whether the symtab has
78 information about preprocessor macros.
79
80 Call the command `info macro', not `show macro'.
81 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
82 Fix error message.
83 (_initialize_macrocmd): Register `info_macro_command' in
84 `infolist', not `showlist'.
85
86 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
87
88 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
89 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
90 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
91 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
92 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
93 unconditionally.
94 (set_mipsfpu_single_command, set_mipsfpu_double_command)
95 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
96 (_initialize_mips_tdep): Remove dead code.
97 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
98 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
99 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
100 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
101 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
102 MIPS_LAST_FP_ARG_REGNUM): Remove.
103
104 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
105
106 * gdbserver/thread-db.c: New file.
107 * gdbserver/proc-service.c: New file.
108 * gdbserver/acinclude.m4: New file.
109 * gdbserver/Makefile.in: Add GDBSERVER_LIBS, gdb_proc_service_h,
110 proc-service.o, and thread-db.o.
111 (linux-low.o): Add USE_THREAD_DB.
112 * gdbserver/acconfig.h: Add HAVE_PRGREGSET_T, HAVE_PRFPREGSET_T,
113 HAVE_LWPID_T, HAVE_PSADDR_T, and PRFPREGSET_T_BROKEN.
114 * gdbserver/aclocal.m4: Regenerated.
115 * gdbserver/config.in: Regenerated.
116 * gdbserver/configure: Regenerated.
117 * gdbserver/configure.in: Check for proc_service.h, sys/procfs.h,
118 thread_db.h, and linux/elf.h headrs.
119 Check for lwpid_t, psaddr_t, prgregset_t, prfpregset_t, and
120 PRFPREGSET_T_BROKEN. Introduce srv_thread_depfiles and USE_THREAD_DB.
121 Check for -lthread_db and thread support.
122 * gdbserver/configure.srv: Enable thread_db support for ARM, i386, MIPS,
123 PowerPC, and SuperH.
124 * gdbserver/i387-fp.c: Constify arguments.
125 * gdbserver/i387-fp.h: Likewise.
126 * gdbserver/inferiors.c: (struct thread_info): Renamed from
127 `struct inferior_info'. Remove PID member. Use generic inferior
128 list header. All uses updated.
129 (inferiors, signal_pid): Removed.
130 (all_threads): New variable.
131 (get_thread): Define.
132 (add_inferior_to_list): New function.
133 (for_each_inferior): New function.
134 (change_inferior_id): New function.
135 (add_inferior): Removed.
136 (remove_inferior): New function.
137 (add_thread): New function.
138 (free_one_thread): New function.
139 (remove_thread): New function.
140 (clear_inferiors): Use for_each_inferior and free_one_thread.
141 (find_inferior): New function.
142 (find_inferior_id): New function.
143 (inferior_target_data): Update argument type.
144 (set_inferior_target_data): Likewise.
145 (inferior_regcache_data): Likewise.
146 (set_inferior_regcache_data): Likewise.
147 * gdbserver/linux-low.c (linux_bp_reinsert): Remove.
148 (all_processes, stopping_threads, using_thrads)
149 (struct pending_signals, debug_threads, pid_of): New.
150 (inferior_pid): Replace with macro.
151 (struct inferior_linux_data): Remove.
152 (get_stop_pc, add_process): New functions.
153 (linux_create_inferior): Restore SIGRTMIN+1 before calling exec.
154 Use add_process and add_thread.
155 (linux_attach_lwp): New function, based on old linux_attach. Use
156 add_process and add_thread. Set stop_expected for new threads.
157 (linux_attach): New function.
158 (linux_kill_one_process): New function.
159 (linux_kill): Kill all LWPs.
160 (linux_thread_alive): Use find_inferior_id.
161 (check_removed_breakpoints, status_pending_p): New functions.
162 (linux_wait_for_process): Renamed from linux_wait_for_one_inferior.
163 Update. Use WNOHANG. Wait for cloned processes also. Update process
164 struct for the found process.
165 (linux_wait_for_event): New function.
166 (linux_wait): Use it. Support LWPs.
167 (send_sigstop, wait_for_sigstop, stop_all_processes)
168 (linux_resume_one_process, linux_continue_one_process): New functions.
169 (linux_resume): Support LWPs.
170 (REGISTER_RAW_SIZE): Remove.
171 (fetch_register): Use register_size instead. Call supply_register.
172 (usr_store_inferior_registers): Likewise. Call collect_register.
173 Fix recursive case.
174 (regsets_fetch_inferior_registers): Improve error message.
175 (regsets_store_inferior_registers): Add debugging.
176 (linux_look_up_symbols): Call thread_db_init if USE_THREAD_DB.
177 (unstopped_p, linux_signal_pid): New functions.
178 (linux_target_ops): Add linux_signal_pid.
179 (linux_init_signals): New function.
180 (initialize_low): Call it. Initialize using_threads.
181 * gdbserver/regcache.c (inferior_regcache_data): Add valid
182 flag.
183 (get_regcache): Fetch registers lazily. Add fetch argument
184 and update all callers.
185 (regcache_invalidate_one, regcache_invalidate): New
186 functions.
187 (new_register_cache): Renamed from create_register_cache.
188 Return the new regcache.
189 (free_register_cache): Change argument to a void *.
190 (registers_to_string, registers_from_string): Call get_regcache
191 with fetch flag set.
192 (register_data): Make static. Pass fetch flag to get_regcache.
193 (supply_register): Call get_regcache with fetch flag clear.
194 (collect_register): Call get_regcache with fetch flag set.
195 (collect_register_as_string): New function.
196 * gdbserver/regcache.h: Update.
197 * gdbserver/remote-utils.c (putpkt): Flush after debug output and use
198 stderr.
199 Handle input interrupts while waiting for an ACK.
200 (input_interrupt): Use signal_pid method.
201 (getpkt): Flush after debug output and use stderr.
202 (outreg): Use collect_register_as_string.
203 (new_thread_notify, dead_thread_notify): New functions.
204 (prepare_resume_reply): Check using_threads. Set thread_from_wait
205 and general_thread.
206 (look_up_one_symbol): Flush after debug output.
207 * gdbserver/server.c (step_thread, server_waiting): New variables.
208 (start_inferior): Don't use signal_pid. Update call to mywait.
209 (attach_inferior): Update call to mywait.
210 (handle_query): Handle qfThreadInfo and qsThreadInfo.
211 (main): Don't fetch/store registers explicitly. Use
212 set_desired_inferior. Support proposed ``Hs'' packet. Update
213 calls to mywait.
214 * gdbserver/server.h: Update.
215 (struct inferior_list, struct_inferior_list_entry): New.
216 * gdbserver/target.c (set_desired_inferior): New.
217 (write_inferior_memory): Constify.
218 (mywait): New function.
219 * gdbserver/target.h: Update.
220 (struct target_ops): New signal_pid method.
221 (mywait): Removed macro, added prototype.
222
223 * gdbserver/linux-low.h (regset_func): Removed.
224 (regset_fill_func, regset_store_func): New.
225 (enum regset_type): New.
226 (struct regset_info): Add type field. Use new operation types.
227 (struct linux_target_ops): stop_pc renamed to get_pc.
228 Add decr_pc_after_break and breakpoint_at.
229 (get_process, get_thread_proess, get_process_thread)
230 (strut process_info, all_processes, linux_attach_lwp)
231 (thread_db_init): New.
232
233 * gdbserver/linux-arm-low.c (arm_get_pc, arm_set_pc,
234 arm_breakpoint, arm_breakpoint_len, arm_breakpoint_at): New.
235 (the_low_target): Add new members.
236 * gdbserver/linux-i386-low.c (i386_store_gregset, i386_store_fpregset)
237 (i386_store_fpxregset): Constify.
238 (target_regsets): Add new kind identifier.
239 (i386_get_pc): Renamed from i386_stop_pc. Simplify.
240 (i386_set_pc): Add debugging.
241 (i386_breakpoint_at): New function.
242 (the_low_target): Add new members.
243 * gdbserver/linux-mips-low.c (mips_get_pc, mips_set_pc)
244 (mips_breakpoint, mips_breakpoint_len, mips_reinsert_addr)
245 (mips_breakpoint_at): New.
246 (the_low_target): Add new members.
247 * gdbserver/linux-ppc-low.c (ppc_get_pc, ppc_set_pc)
248 (ppc_breakpoint, ppc_breakpoint_len, ppc_breakpoint_at): New.
249 (the_low_target): Add new members.
250 * gdbserver/linux-sh-low.c (sh_get_pc, sh_set_pc)
251 (sh_breakpoint, sh_breakpoint_len, sh_breakpoint_at): New.
252 (the_low_target): Add new members.
253 * gdbserver/linux-x86-64-low.c (target_regsets): Add new kind
254 identifier.
255
256 2002-06-11 Michal Ludvig <mludvig@suse.cz>
257
258 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
259 (unwind_tmp_obstack_free, parse_frame_info)
260 (update_context, cfi_read_fp, cfi_write_fp)
261 (cfi_frame_chain, cfi_init_extra_frame_info)
262 (cfi_virtual_frame_pointer): Use the above function.
263 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
264
265 2002-06-11 Corinna Vinschen <vinschen@redhat.com>
266
267 * v850-tdep.c (v850_type_is_scalar): New function.
268 (v850_use_struct_convention): Match current gcc implementation
269 as close as possible.
270 (v850_push_arguments): Fix stack_offset handling. Don't write
271 struct_addr into register. This is done by v850_store_struct_return.
272 (v850_extract_return_value): Care for structs.
273 (v850_store_return_value): Ditto.
274 (v850_store_struct_return): Actually write address.
275
276 2002-06-11 Michal Ludvig <mludvig@suse.cz>
277
278 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
279 without debug information too.
280
281 2002-06-10 Andrew Cagney <ac131313@redhat.com>
282
283 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
284 Make multi-arch pure.
285 * gdbarch.h, gdbarch.c: Re-generate.
286 * arm-tdep.c (arm_print_float_info): Update.
287 * arch-utils.h (default_print_float_info): Update.
288 * arch-utils.c (default_print_float_info): Update.
289 * infcmd.c (float_info): Update call.
290
291 2002-06-10 Andrew Cagney <ac131313@redhat.com>
292
293 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
294 the front of the initialize list.
295
296 2002-06-10 Andrew Cagney <ac131313@redhat.com>
297
298 * infrun.c (struct inferior_status): Replace fields
299 selected_frame_address and selected_level with field
300 selected_frame_id.
301 (save_inferior_status): Update. Use get_frame_id.
302 (struct restore_selected_frame_args): Delete.
303 (restore_selected_frame): Update. Use frame_find_by_id.
304 (restore_inferior_status): Update.
305
306 * breakpoint.h (struct breakpoint): Change type of
307 watchpoint_frame to frame_id.
308 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
309 call to get_current_frame.
310 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
311 get_current_frame.
312 (watchpoint_check): Use frame_find_by_id.
313
314 * frame.h (record_selected_frame): Delete declaration.
315 * stack.c (record_selected_frame): Delete function.
316
317 * frame.h (struct frame_id): Define.
318 (get_frame_id): Declare.
319 (frame_find_by_id): Declare.
320 * frame.c (frame_find_by_id): New function.
321 (get_frame_id): New function.
322
323 2002-06-10 Andrey Volkov <avolkov@transas.com>
324
325 * ser-e7kpc.c: Fix duplicated define and call of
326 _initialize_ser_e7000pc
327
328 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
329
330 * signals/signals.c (target_signal_from_host): Fix #ifdef
331 SIGRTMIN case.
332 (do_target_signal_to_host): Likewise.
333
334 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
335
336 * mips-tdep.c (mips_find_abi_section): New function.
337 (mips_gdbarch_init): Call it.
338
339 2002-06-09 Mark Kettenis <kettenis@gnu.org>
340
341 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
342 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
343 after Andrew's 2002-06-08 gdbarch change.
344
345 2002-06-09 Mark Kettenis <kettenis@gnu.org>
346
347 * i386-linux-nat.c (suppy_gregset): Don't supply
348 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
349 register cache.
350 (fill_gregset): Don't fetch it under the same circumstances.
351
352 2002-06-09 Andrew Cagney <cagney@redhat.com>
353
354 * Makefile.in (callback_h): Define.
355 (remote_sim_h): Update path to remote-sim.h.
356 (remote-rdp.o): Add $(callback_h).
357 (remote-sim.o): Use $(callback_h).
358 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
359 * remote-rdp.c: Include "gdb/callback.h".
360
361 2002-06-09 Mark Kettenis <kettenis@gnu.org>
362
363 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
364 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
365
366 2002-06-08 Andrew Cagney <ac131313@redhat.com>
367
368 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
369 * rdi-share/serpardr.c: Ditto.
370 * rdi-share/unixcomm.c: Ditto.
371 * rdi-share/serdrv.c: Ditto.
372 * rdi-share/hostchan.h: Ditto.
373 * rdi-share/hostchan.c: Ditto.
374 * rdi-share/host.h: Ditto.
375 * rdi-share/devsw.c: Ditto.
376
377 * objfiles.h: Change type of obj_private to void pointer.
378 * pa64solib.c: Update copyright. Don't include "assert.h", use
379 strcmp instead of STREQ, use LONGEST, do not use PTR
380 * somsolib.c: Ditto.
381
382 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
383 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
384 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
385
386 2002-06-08 Andrew Cagney <ac131313@redhat.com>
387
388 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
389 (default_get_saved_register): Delete function.
390 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
391 generic_unwind_get_saved_register.
392 * gdbarch.h, gdbarch.c: Re-generate.
393
394 2002-06-08 Andrew Cagney <ac131313@redhat.com>
395
396 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
397 generic_func_frame_chain_valid.
398 * gdbarch.h, gdbarch.c: Re-generate.
399 * blockframe.c (generic_func_frame_chain_valid): Only check
400 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
401 passing FP to PC_IN_CALL_DUMMY.
402 Fix PR gdb/360.
403
404 2002-06-08 Andrew Cagney <ac131313@redhat.com>
405
406 * gdbarch.sh (struct gdbarch_data): Add field init_p.
407 (register_gdbarch_data): Initialize init_p.
408 (gdbarch_data): Initialize data pointer using the init function.
409 (init_gdbarch_data): Delete function.
410 (gdbarch_update_p): Update.
411 (initialize_non_multiarch): Update.
412 (struct gdbarch): Add field initialized_p.
413 * gdbarch.h, gdbarch.c: Re-generate.
414
415 2002-06-07 Michal Ludvig <mludvig@suse.cz>
416
417 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
418 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
419 better do the things actually here.
420 * x86-64-tdep.c (x86_64_register_name2nr): New.
421 (x86_64_register_name): Renamed to x86_64_register_nr2name.
422 (x86_64_gdbarch_init): Respect the above change.
423 * x86-64-tdep.h (x86_64_register_name2nr)
424 (x86_64_register_nr2name): Add prototypes.
425 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
426
427 2002-06-06 Michael Snyder <msnyder@redhat.com>
428
429 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
430 Delete extra braces and re-indent.
431 (d10v_store_return_value): Char return values
432 must be shifted over by one byte in R0.
433 (d10v_extract_return_value): Delete extra braces, re-indent.
434
435 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
436
437 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
438 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
439 (d10v_integer_to_address): Rewrite.
440 (d10v_frame_init_saved_regs): When reading fp and sp registers use
441 the d10v specific functions which take care of converting to the
442 correct space.
443
444 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
445
446 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
447 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
448
449 2002-06-02 Andrew Cagney <ac131313@redhat.com>
450
451 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
452 includes.
453 * config/tm-linux.h: Ditto.
454 * config/alpha/tm-alphalinux.h: Ditto.
455 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
456 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
457 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
458 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
459 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
460 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
461 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
462 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
463 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
464 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
465 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
466 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
467 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
468 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
469 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
470 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
471 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
472 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
473 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
474 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
475 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
476 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
477 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
478 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
479 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
480 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
481 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
482 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
483 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
484 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
485 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
486 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
487 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
488 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
489 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
490 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
491 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
492
493 2002-05-04 Aidan Skinner <aidan@velvet.net>
494
495 * ada-exp.tab.c: New file
496 * ada-exp.y: New file
497 * ada-lang.c: New file
498 * ada-lang.h: New file
499 * ada-lex.c: New file
500 * ada-lex.l: New file
501 * ada-tasks.c: New file
502 * ada-typeprint.c: New file
503 * ada-valprint.c: New file
504
505 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
506
507 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
508 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
509
510 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
511
512 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
513 insetead of ppc-linux-tdep.o.
514 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
515 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
516
517 2002-06-02 Andrew Cagney <ac131313@redhat.com>
518
519 2002-05-07 Christian Groessler <chris@groessler.org>
520 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
521 bit register contents for little endian hosts.
522
523 2002-06-01 Andrew Cagney <ac131313@redhat.com>
524
525 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
526 any maintainer.
527
528 2002-06-01 Andrew Cagney <ac131313@redhat.com>
529
530 * gdbarch.h: Regenerate.
531
532 2002-06-01 Andrew Cagney <ac131313@redhat.com>
533
534 * MAINTAINERS: Add everyone to write-after-approval list.
535
536 2002-06-01 Andrew Cagney <ac131313@redhat.com>
537
538 * stack.c (frame_info): Use frame_register_unwind instead of
539 saved_regs. Mention when the SP is on the stack or in a register.
540
541 * frame.h (frame_register_unwind_ftype): Define. Document.
542 (struct frame_info): Add field register_unwind and
543 register_unwind_cache.
544 (frame_register_unwind): Declare.
545 (generic_unwind_get_saved_register): Declare.
546
547 * frame.c (frame_register_unwind): New function.
548 (generic_unwind_get_saved_register): New function.
549
550 * blockframe.c (generic_call_dummy_register_unwind): New function.
551 (frame_saved_regs_register_unwind): New function.
552 (set_unwind_by_pc): New function.
553 (create_new_frame): New function.
554 (get_prev_frame): New function.
555
556 2002-05-30 Andrew Cagney <ac131313@redhat.com>
557
558 * a29k-share/: Delete directory.
559 * remote-vx29k.c: Delete file.
560
561 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
562
563 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
564 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
565
566 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
567
568 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
569 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
570 (sparc64nbsd-nat.o)
571 (sparcnbsd-nat.o)
572 (sparcnbsd-tdep.o): New dependency lists.
573 * NEWS: Note new UltraSPARC NetBSD native configuration.
574 * configure.host (sparc64-*-netbsd*): New host.
575 * configure.tgt (sparc-*-netbsdelf*)
576 (sparc-*-netbsd*): Set gdb_target to nbsd.
577 (sparc64-*-netbsd*): New target.
578 * sparc64nbsd-nat.c: New file.
579 * sparcnbsd-nat.c: New file.
580 * sparcnbsd-tdep.c: New file.
581 * sparcnbsd-tdep.h: New file.
582 * config/sparc/nbsd.mt: New file.
583 * config/sparc/nbsd64.mh: New file.
584 * config/sparc/nbsd64.mt: New file.
585 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
586 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
587 (HOST_IPC): Remove.
588 * config/sparc/nbsdaout.mt: Remove.
589 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
590 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
591 (HOST_IPC): Remove.
592 * config/sparc/nbsdelf.mt: Remove.
593 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
594 sparc-nat.c compatiblity defines.
595 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
596 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
597 * config/sparc/tm-nbsd64.h: New file.
598 * config/sparc/tm-nbsdaout.h: Remove.
599 * config/sparc/xm-nbsd.h: Remove.
600
601 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
602
603 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
604 * sparc-tdep.c: Include osabi.h.
605 (gdbarch_tdep): Add osabi member.
606 (_initialize_sparc_tdep): Use gdbarch_register.
607 (sparc_gdbarch_init): Use generic OS ABI framework.
608 (sparc_dump_tdep): New function.
609
610 2002-05-30 Kevin Buettner <kevinb@redhat.com>
611
612 * corefile.c (do_captured_read_memory_integer): Return non-zero
613 result.
614 (safe_read_memory_integer): Copy result of memory read when
615 status is non-zero. Also, add comments.
616
617 2002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
618
619 * Makefile.in (ppc_tdep_h): Define.
620 (ppc-linux-nat.o)
621 (ppc-linux-tdep.o)
622 (rs6000-tdep.o): Use $(ppc_tdep_h).
623 (ppc-sysv-tdep.o)
624 (ppcnbsd-nat.o)
625 (ppcnbsd-tdep.o): New dependency lists.
626 * ppc-tdep.h: Use generic OS ABI framework.
627 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
628 (ppc_linux_init_abi): New functions.
629 (ppc_sysv_abi_broken_use_struct_convention)
630 (ppc_sysv_abi_use_struct_convention)
631 (ppc_sysv_abi_push_arguments): Move to...
632 * ppc-sysv-tdep.c: ...here.
633 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
634 * rs6000-tdep.c (process_note_abi_tag_sections)
635 (get_elfosabi): Remove.
636 (rs6000_gdbarch_init): Use generic OS ABI framework.
637 (rs6000_dump_tdep): New function.
638 (_initialize_rs6000_tdep): Use gdbarch_register.
639 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
640 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
641 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
642 of ppc-linux-tdep.o.
643 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
644 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
645 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
646 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
647 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
648 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
649
650 2002-05-29 Jim Blandy <jimb@redhat.com>
651
652 * macroscope.c (default_macro_scope): Put `void' in empty argument
653 list.
654
655 2002-05-29 Andrew Cagney <ac131313@redhat.com>
656
657 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
658 * arch-utils.c: Include "sim-regno.h".
659 * gdbarch.sh: Don't include "sim-regno.h".
660 * gdbarch.h, gdbarch.c: Regenerate.
661 * sim-regno.h (legacy_register_sim_regno): Move declaration from
662 here.
663 * arch-utils.h (legacy_register_sim_regno): To here.
664 * remote-sim.c (legacy_register_sim_regno): Move function from
665 here.
666 * arch-utils.c (legacy_register_sim_regno): To here.
667
668 2002-05-28 Andrew Cagney <ac131313@redhat.com>
669
670 * sim-regno.h: New file.
671 * Makefile.in (sim_regno_h): Define.
672 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
673 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
674 (legacy_register_sim_regno): New function.
675 (one2one_register_sim_regno): New function.
676 (gdbsim_fetch_register): Rewrite.
677 (gdbsim_store_register): Only store a register when
678 REGISTER_SIM_REGNO is valid.
679 * d10v-tdep.c: Include "sim-regno.h".
680 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
681 (d10v_ts3_register_sim_regno): Ditto.
682 * gdbarch.sh: Include "sim-regno.h".
683 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
684 * gdbarch.h, gdbarch.c: Regenerate.
685 * arch-utils.h (default_register_sim_regno): Delete declaration.
686 * arch-utils.c (default_register_sim_regno): Delete function.
687
688 2002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
689
690 * ppcnbsd-nat.c: Rewrite.
691 * ppcnbsd-tdep.c: New file.
692 * ppcnbsd-tdep.h: New file.
693 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
694 solib.o, and solib-svr4.o.
695 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
696 nbsd-tdep.o, and corelow.o.
697
698 2002-05-28 Andrew Cagney <ac131313@redhat.com>
699
700 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
701 `tr' and `sed'. Mention that `broken' targets are not expected to
702 build.
703
704 2002-05-27 Michal Ludvig <mludvig@suse.cz>
705
706 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
707 Let PC point right after the prologue before looking up symbols.
708
709 2002-05-27 Martin M. Hunt <hunt@redhat.com>
710
711 * i386-tdep.c (i386_register_virtual_type): Return
712 builtin_type_vec128i for SSE registers.
713
714 * gdbtypes.h (builtin_type_vec128i): Declare.
715
716 * gdbtypes.c (build_builtin_type_vec128i): New function.
717 (builtin_type_v2_double, builtin_type_v4_int64): New types.
718 (builtin_type_vec128i): New type for SSE2 128-bit registers.
719 (build_gdbtypes): Initialize new builtin vector types.
720 (_initialize_gdbtypes): Register new vector types with gdbarch.
721
722 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
723
724 * MAINTAINERS: ns32k is not longer an obsolete candidate,
725 since it has been multi-arch'd.
726 * NEWS: Note that ns32k-*-* is now partial multi-arch.
727 Move Alpha and VAX multi-arch news entries to same section
728 as other multi-arch news.
729
730 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
731
732 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
733 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
734 static. Rename some register numbers to put them in ns32k-tdep
735 private namespace.
736 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
737 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
738 functions.
739 (_initialize_ns32k_tdep): Use gdbarch_register.
740 * ns32k-tdep.h: New file.
741 * ns32knbsd-tdep.c: New file.
742 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
743 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
744 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
745 REGISTER_BYTES, REGISTER_BYTE): Remove.
746 * config/ns32k/tm-ns32k.h: New file.
747 * config/ns32k/tm-umax.h: Remove.
748
749 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
750
751 * ns32k-tdep.c (ns32k_saved_pc_after_call,
752 ns32k_store_struct_return, ns32k_extract_return_value,
753 ns32k_store_return_value, ns32k_extract_struct_value_address): New
754 functions.
755 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
756 ns32k_saved_pc_after_call.
757 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
758 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
759 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
760 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
761 ns32k_extract_struct_value_address.
762
763 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
764
765 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
766 ns32k_fix_call_dummy): New.
767 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
768 ns32k_call_dummy_words.
769 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
770 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
771 CALL_DUMMY_NARGS): Remove.
772 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
773
774 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
775
776 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
777 ns32k_frame_saved_pc, ns32k_frame_args_address,
778 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
779 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
780 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
781 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
782 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
783 (BREAKPOINT): Remove..
784 (FRAME_CHAIN): Define as ns32k_frame_chain.
785 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
786 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
787 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
788 (FRAME_FIND_SAVED_REGS): Remove.
789 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
790 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
791 (POP_FRAME): Define as ns32k_pop_frame.
792
793 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
794
795 * ns32k-tdep.c (ns32k_register_byte_32082,
796 ns32k_register_byte_32382, ns32k_register_raw_size,
797 ns32k_register_virtual_size, ns32k_register_virtual_type): New
798 functions.
799 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
800 ns32k_register_byte_32382.
801 * config/ns32k/tm-umax.h: Update copyright years.
802 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
803 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
804 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
805 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
806 (ns32k_get_enter_addr): Fix prototype.
807
808 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
809
810 * ns32k-tdep.c: Update copyright years.
811 (ns32k_register_name_32082): New function.
812 (ns32k_register_name_32382): Ditto.
813 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
814 (REGISTER_NAME): Define as ns32k_register_name_32382.
815 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
816 (REGISTER_NAME): Define as ns32k_register_name_32082.
817
818 2002-05-24 Jim Blandy <jimb@redhat.com>
819
820 * dwarf2read.c (free_line_header): Use xfree, not free.
821
822 2002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
823
824 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
825 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
826
827 2002-05-23 Andrew Cagney <ac131313@redhat.com>
828
829 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
830
831 2002-05-23 Andrew Cagney <ac131313@redhat.com>
832
833 From Ross Alexander at NEC Europe:
834 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
835
836 2002-05-23 Michael Snyder <msnyder@redhat.com>
837
838 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
839 for input, rather than parse_and_eval_address.
840
841 2002-05-23 Andrew Cagney <ac131313@redhat.com>
842
843 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
844 * Makefile.in (sim_d10v_h): Update definition.
845
846 2002-05-24 Andrew Cagney <cagney@redhat.com>
847
848 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
849 change `2002-05-22 Michael Snyder' below.
850 (d10v_push_arguments): Ditto.
851 (d10v_extract_return_value): Ditto.
852
853 2002-05-23 Jim Blandy <jimb@redhat.com>
854
855 * macrotab.c (check_for_redefinition): Don't complain if the new
856 definition is the same as the previous one. Take more arguments
857 to allow the comparison.
858 (macro_define_object, macro_define_function): Pass more arguments
859 to check_for_redefinition.
860
861 2002-05-22 Michael Snyder <msnyder@redhat.com>
862
863 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
864 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
865 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
866 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
867 Don't bail if return_pc is PC_IN_CALL_DUMMY.
868 Add a temp variable to save a call (and a memory read).
869 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
870 if possible (so that PC_IN_CALL_DUMMY will work).
871
872 2002-05-22 Corinna Vinschen <vinschen@redhat.com>
873
874 * MAINTAINERS: Remove status `OBSOLETE' from v850.
875
876 2002-05-22 Michal Ludvig <mludvig@suse.cz>
877
878 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
879 fde->cie_ptr.
880 (dwarf2_build_frame_info): Corrected handling of eh_frame.
881 (dwarf2_build_frame_info): Add offset to fde->initial_location
882 so that frames of shared libraries are mapped correctly.
883 (execute_stack_op): Change type of 'result' from ULONGEST to
884 CORE_ADDR.
885
886 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
887
888 * config/alpha/tm-nbsd.h: Include solib.h.
889
890 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
891
892 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
893 assumptions about the host's byte order.
894
895 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
896
897 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
898 to dependency list.
899 * alphanbsd-tdep.c: Include solib-svr4.h.
900 * shnbsd-tdep.c: Ditto.
901
902 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
903
904 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
905 nbsd-tdep.h to dependency list.
906 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
907 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
908 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
909 nbsdaout.mh and nbsdelf.mh consistently.
910 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
911 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
912 nbsdaout.mt and nbsdelf.mh consistently.
913 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
914 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
915 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
916 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
917 a.out shared library stuff from here...
918 * config/nm-nbsdaout.h: ...to here.
919 * config/tm-nbsd.h: Remove.
920 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
921 * config/arm/nbsd.mh: Remove.
922 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
923 nbsd-tdep.o.
924 * config/arm/nbsdaout.mh: New file.
925 * config/arm/nbsdelf.mh: New file.
926 * config/arm/nm-nbsdaout.h: New file.
927 * config/i386/nbsd.mh: Remove.
928 * config/i386/nbsd.mt: Remove.
929 * config/i386/nbsdaout.mh: New file.
930 * config/i386/nbsdaout.mt: New file.
931 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
932 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
933 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
934 i386_register_u_addr): Remove.
935 * config/i386/nm-nbsdaout.h: New file.
936 * config/i386/nm-nbsdelf.h: Remove.
937 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
938 (USE_STRUCT_CONVENTION): Remove.
939 * config/i386/tm-nbsdaout.h: New file.
940 * config/i386/tm-nbsdelf.h: Remove.
941 * config/m68k/nbsd.mh: Remove.
942 * config/m68k/nbsd.mt: Remove.
943 * config/m68k/nbsdaout.mh: New file.
944 * config/m68k/nbsdaout.mt: New file.
945 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
946 * config/m68k/nm-nbsdaout.h: New file.
947 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
948 (IN_SOLIB_CALL_TRAMPOLINE): Define.
949 * config/ns32k/nbsd.mh: Remove.
950 * config/ns32k/nbsd.mt: Remove.
951 * config/ns32k/nbsdaout.mh: New file.
952 * config/ns32k/nbsdaout.mt: New file.
953 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
954 * config/ns32k/nm-nbsdaout.h: New file.
955 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
956 (IN_SOLIB_CALL_TRAMPOLINE): Define.
957 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
958 (SVR4_SHARED_LIBS): Remove.
959 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
960 * config/sparc/nbsd.mh: Remove.
961 * config/sparc/nbsd.mt: Remove.
962 * config/sparc/nbsdaout.mh: New file.
963 * config/sparc/nbsdaout.mt: New file.
964 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
965 * config/sparc/nbsdelf.mt: New file.
966 * config/sparc/nm-nbsdaout.h: New file.
967 * config/sparc/nm-nbsdelf.h: Remove.
968 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
969 * config/sparc/tm-nbsdaout.h: New file.
970
971 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
972
973 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
974 mipsnbsd-tdep.c
975 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
976
977 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
978
979 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
980 shnbsd-nat.c.
981 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
982
983 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
984
985 * NEWS: Note new MIPS NetBSD native configuration.
986 * configure.host (mips*-*-netbsd*): New host.
987 * configure.tgt (mips*-*-netbsd*): New target.
988 * mipsnbsd-nat.c: New file.
989 * mipsnbsd-tdep.c: New file.
990 * mipsnbsd-tdep.h: New file.
991 * config/mips/nbsd.mh: New file.
992 * config/mips/nbsd.mt: New file.
993 * config/mips/nm-nbsd.h: New file.
994 * config/mips/tm-nbsd.h: New file.
995
996 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
997
998 * Makefile.in (SFILES): Add osabi.c.
999 (COMMON_OBS): Add osabi.o.
1000 (osabi.o): New dependency list.
1001 * osabi.c: New file.
1002 * osabi.h: New file.
1003 * doc/gdbint.texinfo: Document new generic OS ABI framework.
1004
1005 * Makefile.in (alpha_tdep_h): Define and use instead of
1006 alpha-tdep.h.
1007 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
1008 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
1009 Remove.
1010 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
1011 * alpha-tdep.h: Include osabi.h.
1012 (alpha_abi): Remove.
1013 (gdbarch_tdep): Use generic OS ABI framework.
1014 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
1015 gdbarch_register_osabi.
1016 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
1017 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
1018 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
1019
1020 * Makefile.in (sh_tdep_h): Add osabi.h.
1021 * sh-tdep.h (sh_osabi): Remove.
1022 (gdbarch_tdep): Use generic OS ABI framework.
1023 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
1024 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
1025 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
1026 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
1027
1028 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
1029 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
1030 gdbarch_register_osabi.
1031 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
1032 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
1033 (get_elfosabi): Rename to...
1034 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
1035 ABI framework support routines.
1036 (arm_gdbarch_init): Use generic OS ABI framework.
1037 (arm_dump_tdep): Likewise.
1038 (_initialize_arm_tdep): Likewise.
1039 * arm-tdep.h: Include osabi.h.
1040 (arm_abi): Remove.
1041 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
1042 osabi member.
1043 (arm_gdbarch_register_os_abi): Remove prototype.
1044 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
1045 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
1046
1047 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
1048 * mips-tdep.c: Include osabi.h.
1049 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
1050 OS ABI framework.
1051
1052 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
1053
1054 * h8300-tdep.c: Fix formatting.
1055
1056 2002-05-20 Elena Zannoni <ezannoni@redhat.com>
1057
1058 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
1059 printing vector registers.
1060
1061 2002-05-19 Andrew Cagney <ac131313@redhat.com>
1062
1063 From Fernando Nasser:
1064 * remote.c (remote_async_open_1): Re-throw the exception when the
1065 connection fails.
1066 (remote_cisco_open): Ditto.
1067 (remote_open_1): Ditto.
1068
1069 2002-05-19 Andrew Cagney <ac131313@redhat.com>
1070
1071 * remote.c (remote_start_remote_dummy): Add uiout parameter.
1072 (remote_start_remote): Add uiout parameter. Pass through to
1073 remote_start_remote_dummy.
1074 (remote_open_1): Use catch_exception instead of catch_errors.
1075 (remote_async_open_1): Ditto.
1076 (remote_cisco_open): Ditto.
1077
1078 2002-05-19 Andrew Cagney <ac131313@redhat.com>
1079
1080 * remote.c (remote_start_remote): Replace PTR with void pointer.
1081 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
1082 static.
1083
1084 2002-05-18 Andrew Cagney <ac131313@redhat.com>
1085
1086 * gdb_indent.sh: Allow the script to be run in the sim directory.
1087
1088 2002-05-18 Mark Kettenis <kettenis@gnu.org>
1089
1090 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
1091 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
1092
1093 * corelow.c (core_open): Only call set_gdbarch_from_file if
1094 exec_bfd is NULL.
1095
1096 2002-05-17 Andrey Volkov <avolkov@transas.com>
1097
1098 * h8300-tdep.c: Add support of EXR register
1099 * config/h8300/tm-h8300.h: Ditto.
1100
1101 2002-05-17 Andrey Volkov <avolkov@transas.com>
1102
1103 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
1104
1105 2002-05-17 Andrey Volkov <avolkov@transas.com>
1106
1107 * h8300-tdep.c: Change literal regnums to REGNO.
1108
1109 2002-05-17 Jim Blandy <jimb@redhat.com>
1110
1111 * NEWS: Note addition of macro support.
1112
1113 Expand preprocessor macros in C expressions.
1114 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
1115 (scan_macro_expansion, scanning_macro_expansion,
1116 finished_macro_expansion): New function declarations.
1117 (expression_macro_lookup_func, expression_macro_lookup_baton): New
1118 variable declarations.
1119 * parser-defs.h (expression_context_pc): New declaration.
1120 * parse.c (expression_context_pc): New variable.
1121 (parse_exp_1): Set expression_context_pc, as well as
1122 expression_context_block.
1123 * c-exp.y (yylex): If we're not already reading the result of a
1124 macro expansion, try to macro-expand the next token. When we're
1125 done scanning a macro expansion, switch back to the mainline text.
1126 Commas and `if's in a macro's expansion don't terminate the input.
1127 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
1128 (macro_original_text, macro_expanded_text,
1129 expression_macro_lookup_func, expression_macro_lookup_baton): New
1130 variables.
1131 (scan_macro_expansion, scanning_macro_expansion,
1132 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
1133 c_preprocess_and_parse): New functions.
1134 (c_language_defn, cplus_language_defn, asm_language_defn): Call
1135 c_preprocess_and_parse, instead of c_parse.
1136 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
1137 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
1138
1139 Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
1140
1141 * sh-tdep.c (gdb_print_insn_sh64): Delete.
1142 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
1143 (sh_gdbarch_init): Always use gdb_print_insn_sh.
1144
1145 2002-05-17 Corinna Vinschen <vinschen@redhat.com>
1146
1147 * NEWS: Add section for multi-arched targets. Add v850 to that section.
1148
1149 2002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
1150
1151 * Makefile.in (sh_tdep_h): Define and use.
1152 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
1153 register enum): Move to...
1154 * * sh-tdep.h: ...here.
1155 * sh-tdep.c: Include sh-tdep.h.
1156 * sh3-rom.c: Likewise.
1157 * shnbsd-tdep.c: Likewise.
1158
1159 2002-05-16 Michael Snyder <msnyder@redhat.com>
1160
1161 * arm-tdep.c: Spelling fix in comment.
1162
1163 2002-05-16 Jim Blandy <jimb@redhat.com>
1164
1165 Add commands for manually expanding macros and showing their
1166 definitions.
1167 * macrocmd.c, macroscope.c, macroscope.h: New files.
1168 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
1169 (macroscope_h): New variable.
1170 (HFILES_NO_SRCDIR): Add macroscope.h.
1171 (COMMON_OBS): Add macrocmd.o, macroscope.o.
1172 (macroscope.o, macrocmd.o): New rules.
1173
1174 Teach the Dwarf 2 reader to read macro information.
1175 * dwarf2read.c: #include "macrotab.h".
1176 (dwarf_macinfo_buffer): New variable.
1177 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
1178 dwarf_macinfo_size.
1179 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
1180 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
1181 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
1182 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
1183 dwarf2_macro_spaces_in_definition): New complaints.
1184 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
1185 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
1186 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
1187 the partial symbol table.
1188 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
1189 from what's recorded in the partial symbol table.
1190 (read_file_scope): If the compilation unit has a
1191 `DW_AT_macro_info' attribute, read its macro information.
1192 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
1193
1194 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
1195
1196 Fix PR gdb/546
1197 * ser-tcp.c: Don't include <netinet/udp.h>.
1198
1199 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
1200
1201 * MAINTAINERS: Update my email address.
1202
1203 2002-05-16 Richard Earnshaw <rearnsha@arm.com>
1204
1205 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
1206 include file of the same name.
1207
1208 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
1209
1210 * configure.tgt: Mark v850 as multi-arched.
1211 * config/v850/tm-v850.h: Remove file.
1212 * config/v850/v850.mt: Eliminate TM_FILE.
1213
1214 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
1215
1216 * v850-tdep.c: Full multi-arch.
1217 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
1218 Define GDB_MULTI_ARCH to 2.
1219
1220 2002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
1221
1222 * p-exp.y (current_type): New static variable.
1223 Carries the type of the expression at the position that is parsed.
1224 (push_current_type, pop_current_type): Two new functions. Used
1225 to store/restore current_type in expression on specific tokens.
1226 (search_field): New static variable. Set to one after parsing a point
1227 as at that point only a FIELDNAME token should be searched.
1228 (FIELDNAME): New token. After a point only a token belonging to
1229 current_type type definition is allowed.
1230 (all over token rules): reset and change current_type according
1231 to rules.
1232 (exp '[' rule): insert implicit array index field if
1233 exp is a pascal string type.
1234
1235 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
1236
1237 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
1238 frame info. Use frame_info's saved_regs instead of matching member
1239 in extra_frame_info throughout.
1240 (v850_frame_init_saved_regs): New function.
1241 (v850_init_extra_frame_info): Move most functionality into
1242 v850_frame_init_saved_regs().
1243 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
1244 (v850_frame_find_saved_regs): Remove declaration.
1245 (FRAME_FIND_SAVED_REGS): Remove definition.
1246 (v850_frame_init_saved_regs): Add declaration.
1247 (FRAME_INIT_SAVED_REGS): Add definition.
1248
1249 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
1250
1251 * v850-tdep.c: Begin multi-arch'ing v850.
1252 (v850_target_architecture_hook): Remove function.
1253 (v850_gdbarch_init): New function. Add code previously in
1254 v850_target_architecture_hook().
1255 (_initialize_v850_tdep): Don't set target_architecture_hook.
1256 Call register_gdbarch_init() instead.
1257
1258 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
1259
1260 * gdbtypes.h (struct cplus_struct_type): Remove args field.
1261 * hpread.c (hpread_read_struct_type): Remove assignments to args.
1262 (fixup_class_method_type): Likewise.
1263
1264 2002-05-15 Daniel Jacobowitz <drow@mvista.com>
1265
1266 From Martin Pool <mbp@samba.org>:
1267 * gdbserver/server.c (gdbserver_usage): New function.
1268 (main): Call it.
1269
1270 2002-05-15 Jim Blandy <jimb@redhat.com>
1271
1272 Add macro structures to GDB's symbol tables. Nobody puts anything
1273 in them yet.
1274 * symtab.h (struct symtab): New member: `macro_table'.
1275 * buildsym.h (pending_macros): New global variable.
1276 * buildsym.c: #include "macrotab.h".
1277 (buildsym_init): Initialize `pending_macros'.
1278 (end_symtab): If we found macro information while reading a CU's
1279 debugging info, do build a symtab structure for it. Make the
1280 symtab point to the macro information, and clear the
1281 `pending_macros' pointer which held it while we were reading the
1282 debug info.
1283 (really_free_pendings): Free any pending macro table.
1284 * objfiles.h (struct objfile): New member: `macro_cache'.
1285 * objfiles.c (allocate_objfile): Set allocate and free functions
1286 for the macro cache's objstack.
1287 (free_objfile): Empty the macro cache's obstack.
1288 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
1289 set new allocate and free functions for it.
1290 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
1291 free functions for the macro cache's objstack. (Why is this
1292 function building its own objfile?)
1293 * symmisc.c (print_objfile_statistics): Print statistics on the
1294 macro bcache.
1295 * Makefile.in: Note that buildsym.o depends on macrotab.h.
1296
1297 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
1298
1299 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
1300 (REGISTER_U_ADDR): Delete definition.
1301 (arm_register_u_addr): Delete declaration.
1302
1303 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
1304
1305 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
1306 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
1307
1308 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
1309
1310 * gdbserver/mem-break.c (reinsert_breakpoint_by_bp): Correct typo
1311 stop_at -> stop_pc.
1312
1313 2002-05-14 Andrew Cagney <ac131313@redhat.com>
1314
1315 * regcache.c (register_valid): Revise comments refering to "Not
1316 available" and "unavailable".
1317 * frame.c (frame_register_read): Ditto.
1318 * findvar.c (value_of_register): Ditto.
1319
1320 2002-05-15 Andrew Cagney <cagney@redhat.com>
1321
1322 * Makefile.in (remote_sim_h): Replace remote-sim_h.
1323 (remote-sim.o): Update dependencies.
1324 (d10v-tdep.o): Specify dependencies.
1325 (sim_d10v_h): Define.
1326
1327 2002-05-14 Jim Blandy <jimb@redhat.com>
1328
1329 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
1330 * macrotab.c (macro_lookup_inclusion, find_definition,
1331 new_macro_table): Same.
1332
1333 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
1334 not `! strcmp ()'. This is a dubious improvement.
1335 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
1336
1337 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
1338 although it's not necessary, to avoid a warning.
1339
1340 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
1341
1342 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
1343 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
1344 TYPE_INSTANCE_FLAGS.
1345 (struct main_type): New.
1346 (struct type): Move most members to struct main_type. Change
1347 cv_type and as_type to new type_chain member. Add instance_flags.
1348 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
1349 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
1350 (finish_cv_type): Remove prototype.
1351 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
1352 Set TYPE_CHAIN.
1353 (alloc_type_instance): New function.
1354 (smash_type): New function.
1355 (make_pointer_type, make_reference_type, make_function_type)
1356 (smash_to_member_type, smash_to_method_type): Call smash_type.
1357 (make_qualified_type): New function.
1358 (make_type_with_address_space): Call make_qualified_type.
1359 (make_cv_type): Likewise.
1360 (finish_cv_type): Remove unnecessary function.
1361 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
1362 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
1363 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
1364 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
1365 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
1366 * hpread.c (hpread_read_struct_type): Likewise.
1367 * stabsread.c (read_struct_type): Likewise.
1368
1369 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
1370
1371 * configure.tgt: Add a catch all sh* target, for cases like
1372 sh[2,3,4]-elf and sh-hms.
1373
1374 2002-05-14 Keith Seitz <keiths@redhat.com>
1375
1376 * event-loop.c (create_file_handler): Don't do anything but
1377 update data when we are given a fd which we are already
1378 monitoring.
1379
1380 2002-05-14 Michal Ludvig <mludvig@suse.cz>
1381
1382 * dwarf2cfi.c (context_cpy): Copy registers correctly.
1383 (update_context): Use __func__ in warnings.
1384
1385 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
1386
1387 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
1388 and tcp_close to net_open and net_close.
1389 (net_open): Accept "udp:" and "tcp:" specifications. Connect
1390 using UDP if requested. Don't try to disable Nagle on UDP
1391 sockets.
1392 * remote.c (remote_serial_open): New function. Warn about UDP.
1393 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
1394
1395 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
1396
1397 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
1398
1399 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
1400
1401 * configure.tgt: Remove sh-hms target.
1402 * MAINTAINERS: Don't list sh-hms as a separate target.
1403
1404 2002-05-13 Jim Blandy <jimb@redhat.com>
1405
1406 Add first preprocessor macro-expansion files.
1407 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
1408 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
1409 (splay_tree_h, macroexp_h, macrotab_h): New variable.
1410 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
1411 (COMMON_OBS): Add macrotab.o, macroexp.o.
1412 (macroexp.o, macrotab.o): New rules.
1413
1414 2002-05-13 Andrew Cagney <ac131313@redhat.com>
1415
1416 * config/m88k/tm-m88k.h: Update copyright.
1417 (m88k_target_write_pc): Declare
1418 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
1419 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
1420 (SHIFT_INST_REGS): Update definition.
1421 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
1422 using old definition of TARGET_WRITE_PC.
1423 * regcache.c (generic_target_write_pc): Delete code handling
1424 NNPC_REGNUM.
1425 * gdbarch.sh (NNPC_REGNUM): Delete.
1426 * gdbarch.h, gdbarch.c: Regenerate.
1427
1428 2002-05-13 Richard Earnshaw <rearnsha@arm.com>
1429
1430 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
1431 builtin reg number.
1432
1433 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
1434
1435 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
1436 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
1437 (gen_address_of, gen_struct_ref, gen_repeat): Use type
1438 access macros.
1439 * c-typeprint.c (cp_type_print_method_args): Likewise.
1440 (c_type_print_args): Likewise.
1441 * d10v-tdep.c (d10v_push_arguments): Likewise.
1442 (d10v_extract_return_value): Likewise.
1443 * expprint.c (print_subexp): Likewise.
1444 * gdbtypes.c (lookup_primitive_typename): Likewise.
1445 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
1446 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
1447 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
1448 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
1449 (TYPE_VECTOR): Likewise.
1450 * hpread.c (hpread_read_struct_type)
1451 (fix_static_member_physnames, fixup_class_method_type)
1452 (hpread_type_lookup): Likewise.
1453 * mdebugread.c (parse_symbol, parse_type): Likewise.
1454 * p-lang.c (is_pascal_string_type): Likewise.
1455 * valops.c (hand_function_call): Likewise.
1456 * x86-64-tdep.c (classify_argument): Likewise.
1457
1458 * hpread.c (hpread_read_function_type)
1459 (hpread_read_doc_function_type): Call replace_type.
1460 * dstread.c (create_new_type): Delete.
1461 (decode_dst_structure, process_dst_function): Call alloc_type.
1462 Use type access macros.
1463
1464 2002-05-12 Mark Kettenis <kettenis@gnu.org>
1465
1466 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
1467 the're not supported by the current architecture.
1468 (i387_fill_fxsave): Likewise.
1469
1470 2002-05-12 Fred Fish <fnf@redhat.com>
1471
1472 * symfile.c (default_symfile_offsets): Arrange for uninitialized
1473 sect_index_xxx members to index the first slot in section_offsets
1474 if all of the section_offsets are zero.
1475
1476 2002-05-12 Mark Kettenis <kettenis@gnu.org>
1477
1478 * configure.tgt (sparc-*openbsd): Remove entry accidentially
1479 checked in with last change.
1480
1481 2002-05-12 Mark Kettenis <kettenis@gnu.org>
1482
1483 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
1484 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
1485 config.sub.
1486
1487 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
1488
1489 * Makefile.in: Update dependencies.
1490
1491 2002-05-11 Andrew Cagney <ac131313@redhat.com>
1492
1493 * language.c (local_hex_string_custom): Simplify. Do not depend
1494 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
1495
1496 * memattr.c (mem_info_command): Replace calls to
1497 longest_local_hex_string and longest_local_hex_string_custom.
1498 * buildsym.c (make_blockvector): Ditto.
1499 * solib.c (info_sharedlibrary_command): Ditto.
1500 * tracepoint.c (tracepoints_info): Ditto.
1501 * symtab.c (print_msymbol_info): Ditto.
1502
1503 * language.c (local_hex_string): Delete.
1504 (local_hex_string_custom): Delete.
1505 (longest_local_hex_string): Rename to local_hex_string.
1506 (longest_local_hex_string_custom): Rename to
1507 local_hex_string_custom.
1508 * language.h (local_hex_string): Change parameter type to LONGEST.
1509 (local_hex_string_custom): Ditto.
1510 (longest_local_hex_string): Delete declaration.
1511 (longest_local_hex_string_custom): Ditto.
1512
1513 * solib.c: Update copyright.
1514 * memattr.c: Update copyright.
1515
1516 2002-05-11 Andrew Cagney <ac131313@redhat.com>
1517
1518 * arch-utils.h (legacy_register_to_value): Declare.
1519 (legacy_value_to_register): Declare.
1520 (legacy_convert_register_p): Declare.
1521 * arch-utils.c (legacy_register_to_value): New function.
1522 (legacy_value_to_register): New function.
1523 (legacy_convert_register_p): New function.
1524
1525 * gdbarch.sh (REGISTER_TO_VALUE): Define.
1526 (VALUE_TO_REGISTER): Define.
1527 (CONVERT_REGISTER_P): Define.
1528 * gdbarch.h, gdbarch.c: Regenerate.
1529
1530 * valops.c (value_assign): Use CONVERT_REGISTER_P and
1531 VALUE_TO_REGISTER.
1532 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
1533 CONVERT_REGISTER_P.
1534
1535 2005-05-11 Daniel Jacobowitz <drow@mvista.com>
1536 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
1537
1538 * Makefile.in: Update dependencies for valops.c.
1539 * valops.c: Include "gdb_assert.h".
1540 (typecmp): Skip THIS parameter to methods.
1541 (find_method_list): Remove static_memfuncp argument,
1542 update callers. Check for stub methods.
1543 (find_value_oload_method_list): Don't set *static_memfuncp.
1544 (find_overload_match): Don't check for stub methods. Assert
1545 that methods are not stubbed. Handle static methods.
1546 (value_find_oload_method_list): Remove static_memfuncp argument.
1547 * gdbtypes.c (check_stub_method): Do not add THIS pointer
1548 to the argument list for static stub methods.
1549 * value.h (value_find_oload_method_list): Update prototype.
1550
1551 2002-05-11 Andrew Cagney <ac131313@redhat.com>
1552
1553 * arch-utils.h (generic_register_size): Declare.
1554 (generic_register_raw_size, generic_register_virtual_size): Delete
1555 declarations.
1556 * arch-utils.c (generic_register_raw_size): Delete.
1557 (generic_register_size): New function.
1558 (generic_register_virtual_size): Delete.
1559
1560 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
1561 default generic_register_size.
1562 * gdbarch.h, gdbarch.c: Re-generate.
1563
1564 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
1565 register_virtual_size.
1566 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
1567 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
1568
1569 2002-05-11 Andrew Cagney <ac131313@redhat.com>
1570
1571 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
1572 * gdbarch.h, gdbarch.c: Regenerate.
1573 * gnu-v3-abi.c: Update copyright.
1574 (vtable_address_point_offset): Update.
1575 (gnuv3_rtti_type): Update.
1576 (gnuv3_baseclass_offset): Update.
1577 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
1578 (init_fetch_link_map_offsets): Update.
1579 * remote.c (get_remote_state): Update.
1580
1581 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
1582
1583 * TODO: Remove value_headof/value_from_vtable_info comment.
1584 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
1585 * values.c (value_headof, value_from_vtable_info): Delete.
1586 * value.h (value_from_vtable_info): Delete prototype.
1587
1588 2002-05-11 Andrew Cagney <ac131313@redhat.com>
1589
1590 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
1591 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
1592 $(gdb_regex_h).
1593 (gdb_assert_h): Define.
1594 (gdb_wait_h): Define.
1595 (gdb_regex_h): Define.
1596
1597 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
1598
1599 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
1600 * linespec.c (find_methods): Handle GCC 3.x template constructors.
1601
1602 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
1603
1604 * nbsd-tdep.c: Fix comment.
1605
1606 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
1607
1608 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
1609 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
1610 (nbsd-tdep.o): New dependency list.
1611 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
1612 nbsd-tdep.h.
1613 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
1614 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
1615 * nbsd-tdep.c: New file.
1616 * nbsd-tdep.h: New file.
1617 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
1618 nbsd-tdep.h.
1619 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
1620 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
1621 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
1622 * config/sh/nbsd.mt (TDEPFILES): Ditto.
1623
1624 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
1625
1626 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
1627 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
1628 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
1629 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
1630 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
1631 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
1632
1633 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
1634
1635 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
1636 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
1637 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
1638 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
1639 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
1640 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
1641 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
1642
1643 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
1644
1645 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
1646 fetch_elfcore_registers to...
1647 * i386nbsd-tdep.c: ...here.
1648 (i386nbsd_use_struct_convention): Rename to...
1649 (i386nbsd_aout_use_struct_convention): ...this.
1650 (i386nbsd_supply_reg): New function.
1651 (i386nbsd_fill_reg): New function.
1652 (fetch_core_registers): Use i386nbsd_supply_reg.
1653 (fetch_elfcore_registers): Likewise.
1654 (_initialize_i386nbsd_tdep): New function.
1655 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
1656 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
1657 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
1658 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
1659 (i386nbsd_aout_use_struct_convention): ...this.
1660
1661 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
1662
1663 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
1664 (store_inferior_registers): Use shnbsd_fill_reg.
1665 * shnbsd-tdep.c (sh_nbsd_supply_registers,
1666 sh_nbsd_supply_register): Collapse into...
1667 (shnbsd_supply_reg): ...this.
1668 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
1669 (shnbsd_fill_reg): ...this.
1670 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
1671 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
1672 (fetch_core_registers): Use shnbsd_supply_reg.
1673 (fetch_elfcore_registers): Use shnbsd_supply_reg.
1674 (sh_nbsd_core_fns): Rename to...
1675 (shnbsd_core_fns): ...this.
1676 (sh_nbsd_elfcore_fns): Rename to...
1677 (shnbsd_elfcore_fns): ...this.
1678 (sh_nbsd_init_abi): Rename to...
1679 (shnbsd_init_abi): ...this.
1680 (_initialize_sh_nbsd_tdep): Rename to...
1681 (_initialize_shnbsd_tdep): ...this.
1682 * shnbsd-tdep.h (sh_nbsd_supply_registers,
1683 sh_nbsd_supply_register, sh_nbsd_fill_registers,
1684 sh_nbsd_fill_register): Remove prototypes.
1685 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
1686
1687 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
1688
1689 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
1690 (i387-nat.o): Delete dependency list.
1691 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
1692 (x86-64-linux-nat.o): Likewise.
1693 * i387-nat.c: Delete file, moving contents to...
1694 * i387-tdep.c: ...here.
1695 * i387-nat.h: Rename...
1696 * i387-tdep.h: ...to this.
1697 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
1698 * i386-linux-nat.c: Likewise.
1699 * i386bsd-nat.c: Likewise.
1700 * i386gnu-nat.c: Likewise.
1701 * i386nbsd-nat.c: Likewise.
1702 * i386v4-nat.c: Likewise.
1703 * x86-64-linux-nat.c: Likewise.
1704 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
1705 * config/i386/go32.mh (NATDEPFILES): Likewise.
1706 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
1707 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
1708 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
1709 * config/i386/linux.mh (NATDEPFILES): Likewise.
1710 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
1711 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
1712 * config/i386/obsd.mh (NATDEPFILES): Likewise.
1713 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
1714
1715 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
1716
1717 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
1718 (alphanbsd-nat.o): Remove dependency list.
1719 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
1720 * alphanbsd-nat.c: Delete. Contents moved to...
1721 * alphanbsd-tdep.c: ...here.
1722 (_initialize_alphanbsd_tdep): Register core functions.
1723 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
1724
1725 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
1726
1727 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
1728 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
1729 (alphanbsd-nat.o): Likewise.
1730 (alphabsd-tdep.o): New dependency list.
1731 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
1732 (fill_gregset): Use alphabsd_fill_reg.
1733 (supply_fpregset): Use alphabsd_supply_fpreg.
1734 (fill_fpregset): Use alphabsd_fill_fpreg.
1735 (fetch_inferior_registers): Use struct reg and struct fpreg
1736 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
1737 and alphabsd_supply_fpreg.
1738 (store_inferior_registers): Use struct reg and struct fpreg
1739 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
1740 and alphabsd_fill_fpreg.
1741 * alphabsd-tdep.c: New file.
1742 * alphabsd-tdep.h: New file.
1743 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
1744 (fetch_elfcore_registers): Use alphabsd_supply_reg and
1745 alphabsd_supply_fpreg.
1746 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
1747 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
1748
1749 2002-05-11 Eric Christopher <echristo@redhat.com>
1750
1751 * mips-tdep.c (mips_double_register_type): Fix thinko.
1752 (mips_single_register_type): Ditto.
1753 * MAINTAINERS: Add self.
1754
1755 2002-05-11 Mark Kettenis <kettenis@gnu.org>
1756
1757 * i387-nat.c (i387_supply_register, i387_fill_fsave,
1758 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
1759 right thing on architectures with different endianness and/or
1760 integer sizes.
1761
1762 2002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
1763
1764 From Christian Limpach <chris@Pin.LU>
1765 * configure.in: Change sed expression which comments out
1766 NATDEPFILES to also comment out continuation lines.
1767 * configure: Regenerate.
1768
1769 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
1770
1771 * sh-tdep.c: Clean up code erroneously reintroduced by previous
1772 big patch.
1773
1774 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
1775
1776 * sh-tdep.c: Include correct file.
1777
1778 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
1779
1780 New support for sh64-elf (sh5) target.
1781
1782 * configure.tgt: For sh64-elf target, default to sh-elf.
1783
1784 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
1785 (struct gdbarch_tdep): Add new fields for new registers and ABI
1786 info.
1787
1788 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
1789 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
1790 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
1791 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
1792 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
1793 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
1794 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
1795 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
1796 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
1797 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
1798 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
1799 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
1800 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
1801 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
1802 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
1803 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
1804 sh64_get_gdb_regnum, sh64_media_reg_base_num,
1805 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
1806 sign_extend, sh64_nofp_frame_init_saved_regs,
1807 sh64_init_extra_frame_info, sh64_get_saved_register,
1808 sh64_extract_struct_value_address, sh64_pop_frame,
1809 sh64_push_arguments, sh64_extract_return_value,
1810 sh64_store_return_value, sh64_show_media_regs,
1811 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
1812 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
1813 sh_sh64_register_virtual_type,
1814 sh_sh64_register_convert_to_virtual,
1815 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
1816 sh64_register_read, sh64_pseudo_register_write,
1817 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
1818 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
1819 sh64_do_pseudo_register, sh_compact_do_registers_info,
1820 sh64_do_registers_info, sh_gdbarch_init): New functions.
1821
1822 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
1823
1824 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
1825
1826 2002-05-10 Daniel Jacobowitz <drow@mvista.com>
1827
1828 * linespec.c (decode_line_1): Check for a double quote after
1829 a filename correctly.
1830
1831 2002-05-10 Jim Blandy <jimb@redhat.com>
1832
1833 Properly track the size of the current objfile's .debug_line section.
1834 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
1835 (DWARF_LINE_SIZE): New macro.
1836 (dwarf2_build_psymtabs_hard): Record the line section's size in
1837 the partial symbol table.
1838 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
1839 symbol table.
1840
1841 2002-05-10 Petr Sorfa <petrs@caldera.com>
1842
1843 * ia64-tdep.c: Handle breakpoints on L instruction type
1844 in MLX instruction bundle by moving the breakpoint to
1845 the third slot (X instruction type) as L holds only data.
1846
1847 2002-05-10 Kevin Buettner <kevinb@redhat.com>
1848
1849 * dbxread.c (discarding_local_symbols_complaint): New complaint.
1850 (process_one_symbol): Complain about discarding local symbols
1851 due to a misplaced N_LBRAC entry.
1852
1853 2002-05-09 Elena Zannoni <ezannoni@redhat.com>
1854
1855 From Daniel Berlin <dan@cgsoftware.com>
1856 * linespec.c (find_toplevel_char): '<' and '>' also increase and
1857 decrease the depth we are at, in the case of templates.
1858
1859 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
1860
1861 * mips-tdep.c (mips_float_register_type): New function.
1862 (mips_double_register_type): New function.
1863 (mips_print_register): Use them.
1864 (do_fp_register_row): Likewise.
1865
1866 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
1867
1868 * signals/signals.c (signals): Remove conditional compilation around
1869 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
1870 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
1871
1872 2002-05-09 Michael Snyder <msnyder@redhat.com>
1873
1874 * remote-rdp.c (remote_rdp_can_run): Remove.
1875
1876 2002-05-09 Tom Tromey <tromey@redhat.com>
1877
1878 * jv-valprint.c (java_val_print): Handle `char' as a special case
1879 of TYPE_CODE_INT.
1880
1881 2002-05-09 Michael Snyder <msnyder@redhat.com>
1882
1883 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
1884 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
1885 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
1886 str r(0123),[sp,#nn].
1887 (arm_skip_prologue): Ditto. Also make disassembly
1888 order-independent by placing it in a loop.
1889
1890 2002-05-06 Michael Snyder <msnyder@redhat.com>
1891
1892 * stabsread.c (read_type): Add recognition for new attribute:
1893 "@V;" means that an array type is actually a vector.
1894 This is analogous to the vector flag that's been added to dwarf2.
1895
1896 2002-05-09 Mark Kettenis <kettenis@gnu.org>
1897
1898 * i386-tdep.h (i386_abi): New enum.
1899 (struct gdbarch_tdep): Replace os_ident member with abi.
1900 (i386_gdbarch_register_os_abi): New prototype.
1901 * i386-tdep.c (i386_abi_names): New array.
1902 (process_note_abi_tag_sections): Removed.
1903 (process_note_sections): New function.
1904 (i386_elf_abi_from_note, i386_elf_abi): New functions.
1905 (struct i386_abi_handler): New struct.
1906 (i386_abi_handler_list): New variable.
1907 (i386_gdbarch_register_os_abi): New function.
1908 (i386_gdbarch_init): Adapt for the changes given above.
1909
1910 2002-05-08 Daniel Jacobowitz <drow@mvista.com>
1911
1912 * gregset.h: Say "GNU/Linux".
1913
1914 2002-05-08 Elena Zannoni <ezannoni@redhat.com>
1915
1916 * gdbtypes.c : Add new builtin type for 64 bit vectors.
1917 (build_gdbtypes): Build builtin_type_v2_float.
1918 (_initialize_gdbtypes): Register new builtin type.
1919
1920 2002-05-08 Andrew Cagney <ac131313@redhat.com>
1921
1922 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
1923 (clear_gdbarch_swap): New function.
1924 (initialize_non_multiarch): Call.
1925 (gdbarch_update_p): Before calling init(), swap out and clear the
1926 existing architecture.
1927 * gdbarch.c: Regenerate.
1928
1929 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
1930
1931 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
1932 alphanbsd-tdep.c.
1933
1934 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
1935
1936 * sh-nbsd-nat.c: Rename to...
1937 * shnbsd-nat.c: ...this.
1938 * sh-nbsd-tdep.c: Rename to...
1939 * shnbsd-tdep.c: ...this.
1940 * sh-nbsd-tdep.h: Rename to...
1941 * shnbsd-tdep.h: ...this.
1942 * config/sh/nbsd.mh: Use shnbsd-nat.o.
1943 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
1944
1945 2002-05-08 Richard Earnshaw <rearnsha@arm.com>
1946
1947 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
1948 concatenation for command help messages.
1949
1950 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
1951
1952 * NEWS: Note new sh*-*-netbsdelf* configuration.
1953 * configure.host: Set gdb_host_cpu to sh for all sh*.
1954 (sh*-*-netbsdelf*): New host.
1955 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
1956 (sh*-*-netbsdelf*): New target.
1957 * sh-nbsd-nat.c: New file.
1958 * sh-nbsd-tdep.c: New file.
1959 * sh-nbsd-tdep.h: New file.
1960 * config/sh/nbsd.mh: New file.
1961 * config/sh/nbsd.mt: New file.
1962 * config/sh/nm-nbsd.h: New file.
1963 * config/sh/tm-nbsd.h: New file.
1964
1965 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
1966
1967 * sh-tdep.c (sh_osabi_names): Declare.
1968 (process_note_abi_tag_sections): New function.
1969 (get_elfosabi): Ditto.
1970 (sh_gdbarch_register_os_abi): Ditto.
1971 (sh_dump_tdep): Ditto.
1972 _initialize_sh_tdep): Use gdbarch_register to register
1973 sh_gdbarch_init and sh_dump_tdep.
1974 * config/sh/tm-sh.h (sh_osabi): Declare.
1975 (gdbarch_tdep): Add sh_osabi and osabi_name members.
1976
1977 2002-05-07 Andrew Cagney <ac131313@redhat.com>
1978
1979 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
1980 (thumb_scan_prologue): Ditto.
1981 (arm_find_callers_reg): Ditto.
1982 (arm_frame_chain): Ditto.
1983 (arm_init_extra_frame_info): Ditto.
1984 (arm_frame_saved_pc): Ditto.
1985 (arm_pop_frame): Ditto.
1986 (arm_push_return_address): New function.
1987 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
1988 call_dummy_location, call_dummy_breakpoint_offset_p,
1989 call_dummy_breakpoint_offset, call_dummy_p,
1990 call_dummy_stack_adjust_p, call_dummy_words,
1991 sizeof_call_dummy_words, call_dummy_start_offset,
1992 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
1993 call_dummy_address, push_return_address and push_dummy_frame for
1994 generic dummy frames.
1995
1996 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
1997
1998 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
1999 size computation for alloca.
2000 (sh_fp_frame_init_saved_regs): Likewise.
2001
2002 2002-05-07 Richard Earnshaw <rearnsha@arm.com>
2003
2004 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
2005 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
2006 * arm-tdep.c (arm_store_return_value): Use them.
2007 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
2008 * remote-rdp.c (remote_rdp_fetch_register): Use
2009 ARM_MAX_REGISTER_RAW_SIZE.
2010 (remote_rdp_store_register): Likewise.
2011
2012 2002-05-07 Michal Ludvig <mludvig@suse.cz>
2013
2014 * dwarf2cfi.c: Code cleanup, removed unused variables,
2015 added default labels to switch {} statements.
2016 * x86-64-tdep.c: Ditto.
2017 * x86-64-linux-nat.c: Ditto.
2018
2019 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
2020
2021 * solib.h: Protect against multiple inclusion.
2022
2023 2002-05-06 Jim Blandy <jimb@redhat.com>
2024
2025 Add first preprocessor macro-expansion files.
2026 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
2027 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
2028 (splay_tree_h, macroexp_h, macrotab_h): New variable.
2029 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
2030 (COMMON_OBS): Add macrotab.o, macroexp.o.
2031 (macroexp.o, macrotab.o): New rules.
2032
2033 Separate the job of reading the line number info statement program
2034 header (...expialidocious) out into its own function.
2035 * dwarf2read.c (struct line_head, struct filenames, struct
2036 directories): Replace with...
2037 (struct line_header): New structure, containing the full
2038 contents of the statement program header, including the
2039 include directory and file name tables.
2040 (read_file_scope): If we have line number info, instead of just
2041 calling dwarf_decode_lines to do all the work, call
2042 dwarf_decode_line_header first to get a `struct line_header'
2043 containing the data in the statement program header, and then
2044 pass that to dwarf_decode_lines, which will pick up where that
2045 left off. Be sure to clean up the `struct line_header' object.
2046 (dwarf_decode_line_header, free_line_header, add_include_dir,
2047 add_file_name): New functions.
2048 (dwarf_decode_lines): Move all the code to read the statement
2049 program header into dwarf_decode_line_header. Take the line
2050 header it built as the first argument, instead of the offset to
2051 the compilation unit's line number info. Use the new `struct
2052 line_header' type instead of the old structures. No need to do
2053 cleanups here now, since we don't allocate anything.
2054 (dwarf2_statement_list_fits_in_line_number_section,
2055 dwarf2_line_header_too_long): New complaints.
2056
2057 2002-05-06 Elena Zannoni <ezannoni@redhat.com>
2058
2059 * gdbtypes.c (init_vector_type): New function.
2060 (build_builtin_type_vec128): Simplify the representation of SIMD
2061 registers.
2062 (build_gdbtypes): Initialize new builtin vector types.
2063 (_initialize_gdbtypes): Register new vector types with gdbarch.
2064 (builtin_type_v4_float, builtin_type_v4_int32,
2065 builtin_type_v8_int16, builtin_type_v16_int8,
2066 builtin_type_v2_int32, builtin_type_v4_int16,
2067 builtin_type_v8_int8): New (renamed) SIMD types.
2068
2069 2002-05-06 Mark Kettenis <kettenis@gnu.org>
2070
2071 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
2072 (i387_fill_fxsave): Likewise.
2073
2074 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
2075
2076 * alpha-tdep.c (alpha_extract_return_value): Don't use
2077 non-constant array size in prototype.
2078
2079 2002-05-04 Andrew Cagney <ac131313@redhat.com>
2080
2081 From Brian Taylor <briant at model dot com>:
2082 * ui-out.c (ui_out_field_core_addr): Use the function
2083 longest_local_hex_string_custom'to format addresses > 32 bits
2084 wide.
2085
2086 * ui-out.c (ui_out_field_core_addr): Update comment.
2087
2088 2002-05-04 Andrew Cagney <ac131313@redhat.com>
2089
2090 * stack.c (select_and_print_frame): Make static. Delete the
2091 parameter `level'.
2092 (func_command): Update call.
2093 (select_frame_command): Delete code computing the frame level.
2094 * frame.h (select_and_print_frame): Delete declaration.
2095
2096 2002-05-04 Andrew Cagney <ac131313@redhat.com>
2097
2098 * sparc-tdep.c (sparc_get_saved_register): Comment why
2099 get_prev_frame call is safe.
2100
2101 2002-05-04 Andrew Cagney <ac131313@redhat.com>
2102
2103 * frame.h (select_frame): Delete level parameter.
2104 * stack.c (select_frame): Update. Use frame_relative_level to
2105 obtain the frame's level.
2106 (select_and_print_frame): Update call.
2107 (select_frame_command): Ditto.
2108 (up_silently_base): Ditto.
2109 (down_silently_base): Ditto.
2110 * ocd.c (ocd_start_remote): Ditto.
2111 * remote-rdp.c (remote_rdp_open): Ditto.
2112 * remote-mips.c (mips_initialize): Ditto.
2113 (common_open): Ditto.
2114 * remote-e7000.c (e7000_start_remote): Ditto.
2115 * m3-nat.c (select_thread): Ditto.
2116 * hppa-tdep.c (child_get_current_exception_event): Ditto.
2117 (child_get_current_exception_event): Ditto.
2118 * varobj.c (varobj_create): Ditto.
2119 (varobj_update): Ditto.
2120 (c_value_of_root): Ditto.
2121 * tracepoint.c (finish_tfind_command): Ditto.
2122 * corelow.c (core_open): Ditto.
2123 * arch-utils.c (generic_prepare_to_proceed): Ditto.
2124 * thread.c (info_threads_command): Ditto.
2125 (switch_to_thread): Ditto.
2126 * infrun.c (normal_stop): Ditto.
2127 (restore_selected_frame): Ditto.
2128 (restore_inferior_status): Ditto.
2129 * breakpoint.c (insert_breakpoints): Ditto.
2130 (watchpoint_check): Ditto.
2131 (bpstat_stop_status): Ditto.
2132 (do_enable_breakpoint): Ditto.
2133 * blockframe.c (flush_cached_frames): Ditto.
2134 (reinit_frame_cache): Ditto.
2135
2136 2002-05-04 Andrew Cagney <ac131313@redhat.com>
2137
2138 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
2139 maintainer.
2140
2141 2002-05-04 Jim Blandy <jimb@redhat.com>
2142
2143 * gdbtypes.c (replace_type): Doc fix.
2144
2145 2002-05-04 Andrew Cagney <ac131313@redhat.com>
2146
2147 * valprint.c (strcat_longest): Delete commented out function.
2148 Update copyright.
2149
2150 2002-05-04 Andrew Cagney <ac131313@redhat.com>
2151
2152 * MAINTAINERS: Mark a29k as deleted.
2153 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
2154 Move new configurations to the top.
2155 * configure.tgt: Remove a29k.
2156 * config/a29k/tm-vx29k.h: Delete.
2157 * config/a29k/vx29k.mt: Delete.
2158 * config/a29k/tm-a29k.h: Delete.
2159 * config/a29k/a29k-udi.mt: Delete.
2160 * config/a29k/a29k.mt: Delete.
2161 * a29k-tdep.c: Delete.
2162 * remote-udi.c: Delete.
2163 * remote-mm.c: Delete.
2164 * remote-eb.c: Delete.
2165 * remote-adapt.c: Delete.
2166 * Makefile.in: Remove obsolete code.
2167 * gdbserver/Makefile.in: Ditto.
2168 * config/s390/s390x.mt: Ditto.
2169 * config/s390/s390.mt: Ditto.
2170 * config/sparc/sparclynx.mh: Ditto.
2171 * config/sparc/linux.mh: Ditto.
2172 * config/pa/hppaosf.mh: Ditto.
2173 * config/pa/hppabsd.mh: Ditto.
2174 * config/ns32k/nbsd.mt: Ditto.
2175 * config/mips/vr5000.mt: Ditto.
2176 * config/m68k/sun3os4.mh: Ditto.
2177 * config/m68k/nbsd.mt: Ditto.
2178 * config/m68k/m68klynx.mh: Ditto.
2179 * config/m32r/m32r.mt: Ditto.
2180 * config/i386/x86-64linux.mt: Ditto.
2181 * config/i386/nbsdelf.mt: Ditto.
2182 * config/i386/nbsd.mt: Ditto.
2183 * config/i386/i386lynx.mh: Ditto.
2184
2185 2002-05-04 Andrew Cagney <ac131313@redhat.com>
2186
2187 * target.c (debug_print_register): New function. Handle oversize
2188 registers.
2189 (debug_to_fetch_registers): Call.
2190 (debug_to_store_registers): Call.
2191
2192 2002-05-03 Jim Blandy <jimb@redhat.com>
2193
2194 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
2195 (read_type): Doc fix.
2196 * gdbtypes.c (replace_type): Doc fix.
2197
2198 * stabsread.c (multiply_defined_struct): New complaint.
2199 (read_struct_type): If the type we were passed isn't empty, or
2200 incomplete, don't read the new struct type into it; complain,
2201 and return the original type unchanged. Take a new `type_code'
2202 argument, which is the type code for the new type.
2203 (read_type): Rather than storing the type's type code here, pass
2204 it as an argument to read_struct_type, and let that take care of
2205 storing it. That way, we don't overwrite the original type code,
2206 so read_struct_type can use it to decide whether we're overwriting
2207 something we shouldn't.
2208 (complain_about_struct_wipeout): New function.
2209
2210 2002-05-03 Andrew Cagney <ac131313@redhat.com>
2211
2212 * gdbarch.sh: Assert that gdbarch is non-NULL.
2213 * gdbarch.c: Regenerate.
2214
2215 2002-05-03 Jason Merrill <jason@redhat.com>
2216
2217 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
2218 and return NULL.
2219
2220 2002-05-03 Michal Ludvig <mludvig@suse.cz>
2221
2222 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
2223 (x86_64_dwarf2gdb_regno_map_length),
2224 (x86_64_dwarf2_reg_to_regnum): Added.
2225 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
2226 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
2227 (_initialize_x86_64_tdep): Synced with the change above.
2228 (x86_64_skip_prologue): Reformulated message.
2229
2230 2002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
2231
2232 * f-exp.y: Also use new prev_lexptr variable
2233 to improve error reporting. Based on Michael Snyder
2234 2002-04-24 dated patch to c-exp.y.
2235 * jv-exp.y: Likewise.
2236 * m2-exp.y: Likewise.
2237
2238 2002-05-02 Elena Zannoni <ezannoni@redhat.com>
2239
2240 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
2241 we are dealing with vectors.
2242
2243 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
2244
2245 * config/m68k/tm-nbsd.h: Obvious fix,
2246 correct machine name.
2247
2248 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
2249
2250 * p-typeprint.c (pascal_type_print_base): Add support
2251 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
2252
2253 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
2254
2255 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
2256 for fondamental pascal 'char' type.
2257
2258 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
2259
2260 * p-lang.h (is_pascal_string_type): Declaration changed,
2261 new sixth argument of type char ** added.
2262 * p-lang.c (is_pascal_string_type): Implementation
2263 changed. Args length_pos, length_size, string_pos, char_size
2264 can now be NULL. New argument arrayname set to the field
2265 name of the char array. Return value set to char array
2266 field index plus one.
2267 * p-valprint.c (pascal_val_print): Adapt to new declaration of
2268 is_pascal_string_type function.
2269
2270 2002-05-02 Andrew Cagney <cagney@redhat.com>
2271
2272 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
2273 <cagney@redhat.com> change.
2274 * gdbarch.c: Regenerate.
2275
2276 2002-05-02 Andrew Cagney <cagney@redhat.com>
2277
2278 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
2279 before probing for a new one. Detect errorenous gdbarch_init
2280 functions.
2281 * gdbarch.c: Regenerate.
2282
2283 2002-05-01 Andrew Cagney <cagney@redhat.com>
2284
2285 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
2286 * config/mcore/tm-mcore.h: Ditto. Update copyright.
2287 * config/v850/tm-v850.h: Ditto. Update copyright.
2288
2289 2002-04-30 Andrew Cagney <ac131313@redhat.com>
2290
2291 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
2292 current_gdbarch.
2293
2294 2002-04-30 Michael Snyder <msnyder@redhat.com>
2295
2296 * arm-tdep.c: Whitespace clean-ups.
2297 (arm_skip_prologue): Fix thinko; two lines
2298 should have been removed as part of 4/24 change.
2299
2300 2002-04-30 Kevin Buettner <kevinb@redhat.com>
2301
2302 * rs6000-tdep.c: Added comment describing how fpscr register
2303 numbers were chosen.
2304
2305 2002-04-30 Michael Snyder <msnyder@redhat.com>
2306
2307 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
2308
2309 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
2310
2311 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
2312 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
2313 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
2314
2315 2002-04-29 Kevin Buettner <kevinb@redhat.com>
2316
2317 From Louis Hamilton <hamilton@redhat.com>:
2318 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
2319 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
2320 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
2321 not bfd-private xcoff data, to determine wordsize.
2322 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
2323
2324 2002-04-29 Andrew Cagney <ac131313@redhat.com>
2325
2326 GDB 5.2 released from 5.2 branch.
2327
2328 2002-04-29 Michal Ludvig <mludvig@suse.cz>
2329
2330 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
2331 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
2332 (x86_64_register_info_table): Added comments with register numbers.
2333
2334 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
2335
2336 * rs6000-tdep.c (rs6000_extract_return_value,
2337 rs6000_store_return_value): Handle returning vectors.
2338 (rs6000_gdbarch_init): Use
2339 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
2340 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
2341 New function.
2342 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
2343 vectors.
2344 (ppc_sysv_abi_push_arguments): Handle vector parameters.
2345 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
2346
2347 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
2348
2349 * hpread.c (hpread_psymtab_to_symtab_1,
2350 hpread_psymtab_to_symtab): Replace fprintf (stderr,...)
2351 with fprintf_unfiltered (gdb_stderr,...).
2352
2353 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
2354
2355 * remote-array.c (printf_monitor, write_monitor,
2356 array_insert_breakpoint, array_remove_breakpoint ):
2357 Replace fprintf (stderr,...
2358 with fprintf_unfiltered (gdb_stderr,....
2359 * remote-es.c: Likewise.
2360 * remote-os9k.c: Likewise.
2361 * remote-st.c: Likewise.
2362
2363 2002-04-28 Andreas Schwab <schwab@suse.de>
2364
2365 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
2366 linux-proc.o and gcore.o.
2367
2368 2002-04-26 Michal Ludvig <mludvig@suse.cz>
2369
2370 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
2371 code without frame pointers.
2372
2373 2002-04-26 Andrew Cagney <ac131313@redhat.com>
2374
2375 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
2376 ON_STACK is needed.
2377
2378 2002-04-26 Ben Elliston <bje@redhat.com>
2379
2380 * target.c (do_xfer_memory): Correct reference to the new option
2381 "trust-readonly-sections".
2382
2383 2002-04-26 Elena Zannoni <ezannoni@redhat.com>
2384
2385 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
2386 * gdbtypes.c (recursive_dump_type): Output the vector flag.
2387 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
2388 vectors.
2389 (read_array_type): Record the fact that this array type is really a
2390 vector (i.e. are passed in by value).
2391
2392 2002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
2393
2394 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
2395 * alpha-tdep.c (alpha_sigcontext_addr): New function.
2396 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
2397 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
2398 * alpha-linux-tdep.c: Include frame.h.
2399 (alpha_linux_sigcontext_addr): New function.
2400 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
2401 alpha_linux_sigcontext_addr.
2402 * alpha-osf1-tdep.c: Include gdbcore.h.
2403 (alpha_osf1_sigcontext_addr): New function.
2404 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
2405 alpha_osf1_sigcontext_addr.
2406 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
2407 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
2408
2409 2002-04-26 Andrew Cagney <ac131313@redhat.com>
2410
2411 * stack.c (selected_frame_level):
2412 (select_frame): Do not set selected_frame_level.
2413 * frame.h (selected_frame_level): Delete declaration.
2414
2415 2002-04-26 Andrew Cagney <ac131313@redhat.com>
2416
2417 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
2418 convert_from_func_ptr-addr when AIX / PowerOpen.
2419
2420 2002-04-25 Andrew Cagney <ac131313@redhat.com>
2421
2422 * valops.c (hand_function_call): Call
2423 generic_save_call_dummy_addr.
2424 * frame.h (generic_save_call_dummy_addr): Declare.
2425 * blockframe.c (struct dummy_frame): Add fields call_lo and
2426 call_hi.
2427 (generic_find_dummy_frame): Check for PC in range call_lo to
2428 call_hi instead of entry_point_address.
2429 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
2430 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
2431 (generic_save_call_dummy_addr): New function.
2432
2433 2002-04-24 David S. Miller <davem@redhat.com>
2434
2435 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
2436 sparc_skip_prologue.
2437 (sparc_skip_prologue): Kill frameless_p arg, and use line number
2438 information to find prologue when possible.
2439 (sparc_prologue_frameless_p): Call examine_prologue directly.
2440 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
2441 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
2442 second argument.
2443 (SKIP_PROLOGUE): Likewise.
2444
2445 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
2446
2447 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
2448 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
2449 indicate that the condition it was testing is always true.
2450 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
2451 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
2452 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
2453
2454 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
2455
2456 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
2457 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
2458 tdep->jb_pc and tdep->jb_elt_size.
2459 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
2460 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
2461 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
2462 * alpha-nat.c (get_longjmp_target): Remove.
2463 (JB_ELEMENT_SIZE): Ditto.
2464 (JB_PC): Ditto.
2465 * alpha-tdep.c (alpha_get_longjmp_target): New function.
2466 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
2467 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
2468 to alpha_get_longjmp_target.
2469 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
2470 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
2471 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
2472
2473 2002-04-25 Andrew Cagney <ac131313@redhat.com>
2474
2475 * README: Update to GDB 5.2.
2476
2477 2002-04-25 Andrew Cagney <ac131313@redhat.com>
2478
2479 * gdbarch.sh (LC_ALL): Set to `c'.
2480
2481 2002-04-25 Theodore A. Roth <troth@verinet.com>
2482
2483 * avr-tdep.c: Ran through gdb_indent.sh.
2484
2485 2002-04-25 Theodore A. Roth <troth@verinet.com>
2486
2487 * MAINTAINERS: Add myself as AVR maintainer.
2488 * NEWS: Note new target avr.
2489
2490 2002-04-25 Theodore A. Roth <troth@verinet.com>
2491
2492 * Makefile.in: Add support for AVR target.
2493 * configure.tgt: Add support for AVR target.
2494 * avr-tdep.c: New file
2495 * config/avr/avr.mt: New file.
2496
2497 2002-04-25 Theodore A. Roth <troth@verinet.com>
2498
2499 * MAINTAINERS: Add myself to write-after-approval.
2500
2501 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
2502
2503 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
2504 with fprintf_unfiltered (gdb_stderr,....
2505
2506 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
2507
2508 Fix PR gdb/508.
2509 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
2510
2511 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
2512
2513 * p-exp.y: Also use new prev_lexptr variable
2514 to improve error reporting. Based on Michael Snyder
2515 2002-04-24 dated patch to c-exp.y.
2516
2517 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
2518
2519 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
2520 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
2521 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
2522 to 0.
2523 * config/alpha/tm-alpha.h: Remove forward decls of struct type
2524 and struct value.
2525 (FUNCTION_START_OFFSET): Remove.
2526 (BREAKPOINT): Ditto.
2527
2528 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
2529
2530 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
2531 * NEWS: Ditto.
2532
2533 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
2534
2535 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
2536 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
2537 alpha_linux_pc_in_sigtramp.
2538 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
2539 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
2540 alpha_osf1_pc_in_sigtramp.
2541 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
2542 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
2543 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2544 alphafbsd_pc_in_sigtramp.
2545 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
2546 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2547 alphanbsd_pc_in_sigtramp.
2548 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
2549 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
2550
2551 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
2552
2553 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
2554
2555 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
2556
2557 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
2558 alphanbsd-tdep.c.
2559 (alphanbsd-nat.o): New dependency list.
2560 (alphanbsd-tdep.o): Ditto.
2561 * NEWS: Note new native NetBSD/alpha configuration.
2562 * alphanbsd-nat.c: New file.
2563 * alphanbsd-tdep.c: Ditto.
2564 * configure.host (alpha*-*-netbsd*): New host.
2565 * configure.tgt (alpha*-*-netbsd*): New target.
2566 * config/alpha/nbsd.mh: New file.
2567 * config/alpha/nbsd.mt: Ditto.
2568 * config/alpha/nm-nbsd.h: Ditto.
2569 * config/alpha/tm-nbsd.h: Ditto.
2570
2571 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
2572
2573 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
2574 (alpha-osf1-tdep.o): New dependency list.
2575 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
2576 and skip_sigtramp_frame members.
2577 * alpha-linux-tdep.c: Include gdbcore.h.
2578 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
2579 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
2580 * alpha-osf1-tdep.c: New file.
2581 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
2582 alpha-osf1-dep.c.
2583 (alpha_frame_past_sigtramp_frame): New function.
2584 (alpha_dynamic_sigtramp_offset): Ditto.
2585 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
2586 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
2587 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
2588 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
2589 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
2590 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
2591 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
2592 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
2593 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
2594 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
2595 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
2596 to find_solib_trampoline_target.
2597 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
2598 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
2599 (SKIP_TRAMPOLINE_CODE): Remove.
2600 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
2601 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
2602 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
2603 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
2604 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
2605 (PROC_SIGTRAMP_MAGIC): Ditto.
2606 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
2607 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
2608 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
2609 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
2610 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
2611
2612 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
2613
2614 * NEWS: Note that Alpha targets are now multi-arch.
2615
2616 2002-04-24 Michael Snyder <msnyder@redhat.com>
2617
2618 * parser-defs.h (prev_lexptr): New external variable.
2619 * parse.c (parse_exp_1): Set prev_lexptr to null before
2620 calling the language-specific parser.
2621 * c-exp.y (yylex): Set prev_lexptr to start of current token.
2622 (yyerror): Use prev_lexptr in error reporting.
2623
2624 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
2625
2626 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
2627 * gregset.h: If FILL_FPXREGSET is defined, provide
2628 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
2629 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
2630 is defined, call fill_fpxregset.
2631
2632 2002-04-24 Roland McGrath <roland@frob.com>
2633
2634 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
2635 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
2636 (supply_gregset, supply_fpregset): New functions.
2637
2638 * gnu-nat.c (gnu_find_memory_regions): New function.
2639 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
2640 (gnu_xfer_memory): Add a cast.
2641
2642 2002-04-24 Michael Snyder <msnyder@redhat.com>
2643
2644 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
2645 loop. Add handling for "str lr, [sp, #-4]!" and for saves
2646 of argument regs ("str r(0123), [r11, #-nn"]).
2647 (arm_skip_prologue): Better handling for frameless functions.
2648 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
2649 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
2650
2651 Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
2652
2653 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
2654 NUM_PSEUDO_REGS can be used.
2655
2656 2002-04-24 Andrew Cagney <ac131313@redhat.com>
2657
2658 * arch-utils.h: Update copyright.
2659
2660 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
2661 * gdbarch.h, gdbarch.c: Re-generate.
2662
2663 * inferior.h (IN_SIGTRAMP): Delete definition.
2664 * arch-utils.c (legacy_pc_in_sigtramp): New function.
2665 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
2666
2667 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
2668 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
2669 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
2670 (find_proc_framesize): Ditto.
2671 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
2672 (alpha_init_extra_frame_info): Ditto.
2673 * infrun.c (handle_inferior_event): Ditto.
2674 (handle_inferior_event): Ditto.
2675 (check_sigtramp2): Ditto.
2676 * blockframe.c (create_new_frame): Ditto.
2677 (get_prev_frame): Ditto.
2678 * ppc-linux-tdep.c: Update comments.
2679 * i386-linux-tdep.c: Update comments.
2680 * breakpoint.c (bpstat_what): Update comment.
2681
2682 2002-04-24 Michal Ludvig <mludvig@suse.cz>
2683
2684 * gdbserver/linux-low.c (regsets_fetch_inferior_registers),
2685 (regsets_store_inferior_registers): Removed cast to int from
2686 ptrace() calls.
2687 * gdbserver/regcache.h: Added declaration of struct inferior_info.
2688
2689 2002-04-24 David S. Miller <davem@redhat.com>
2690
2691 * i960-tdep.c (register_in_window_p): New function.
2692 (i960_find_saved_register): Use it instead of
2693 REGISTER_IN_WINDOW_P.
2694 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
2695
2696 * symtab.h (find_stab_function_addr): Kill extern.
2697 * minsyms.c (find_stab_function_addr): Remove from here...
2698 * dbxread.c: ... to here, and mark it static.
2699
2700 2002-04-20 David S. Miller <davem@redhat.com>
2701
2702 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
2703 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
2704
2705 2002-04-21 David S. Miller <davem@redhat.com>
2706
2707 * remote-vxsparc.c (vx_read_register): Fix typo, we want
2708 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
2709 (vx_write_register): Likewise.
2710
2711 2002-04-23 J. Brobecker <brobecker@gnat.com>
2712
2713 * source.c (is_regular_file): New function.
2714 (openp): Check wether file to open is a regular file
2715 to avoid opening directories.
2716
2717 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
2718
2719 * findvar.c (extract_signed_integer): Cast printf argument
2720 to suppress format warning.
2721 (extract_unsigned_integer): Likewise.
2722 * infcmd.c (registers_info): Likewise.
2723 * top.c (get_prompt_1): Likewise.
2724 * valops.c (value_assign): Likewise.
2725 * valprint.c (print_decimal): Likewise.
2726
2727 2002-04-22 H.J. Lu (hjl@gnu.org)
2728
2729 * c-exp.y (typebase): Support
2730
2731 [long|long long|short] [signed|unsigned] [int|]
2732
2733 and
2734
2735 signed [long|long long|short] int
2736
2737 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
2738
2739 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
2740 and vax-tdep.h.
2741 * vax-tdep.h: New file.
2742 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
2743 Make several routines static.
2744 (vax_get_saved_register): New function.
2745 (vax_gdbarch_init): New function.
2746 (_initialize_vax_tdep): Register vax_gdbarch_init.
2747 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
2748 Remove macros now under the control of gdbarch.
2749
2750 2002-04-22 Michael Snyder <msnyder@redhat.com>
2751
2752 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
2753 Some whitespace and coding standards tweaks.
2754
2755 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
2756
2757 * vax-tdep.c: Include regcache.h.
2758 (vax_call_dummy_words): New.
2759 (sizeof_vax_call_dummy_words): New.
2760 (vax_fix_call_dummy): New function.
2761 (vax_saved_pc_after_call): Ditto.
2762 * config/vax/tm-vax.h: Don't include regcache.h.
2763 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
2764 (CALL_DUMMY): Remove.
2765 (CALL_DUMMY_WORDS): Define.
2766 (SIZEOF_CALL_DUMMY_WORDS): Define.
2767 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
2768
2769 2002-04-18 Michael Snyder <msnyder@redhat.com>
2770
2771 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
2772
2773 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
2774
2775 * vax-tdep.c (vax_frame_chain): New function.
2776 (vax_push_dummy_frame): Ditto.
2777 (vax_pop_frame): Ditto.
2778 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
2779 (FRAMELESS_FUNCTION_INVOCATION): Use
2780 generic_frameless_function_invocation_not.
2781 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
2782 (POP_FRAME): Use vax_pop_frame.
2783
2784 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
2785
2786 * vax-tdep.c (vax_store_struct_return): New function.
2787 (vax_extract_return_value): Ditto.
2788 (vax_store_return_value): Ditto.
2789 (vax_extract_struct_value_address): Ditto.
2790 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
2791 vax_store_struct_return.
2792 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
2793 (STORE_RETURN_VALUE): Use vax_store_return_value.
2794 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
2795
2796 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
2797
2798 * vax-tdep.c (vax_frame_saved_pc): New function.
2799 (vax_frame_args_address_correct): Ditto.
2800 (vax_frame_args_address): Ditto.
2801 (vax_frame_locals_address): Ditto.
2802 (vax_frame_num_args): Move code to be in proximity to
2803 other frame-related functions.
2804 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
2805 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
2806 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
2807 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
2808 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
2809
2810 2002-04-22 H.J. Lu (hjl@gnu.org)
2811
2812 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
2813 includedir.
2814
2815 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
2816
2817 * vax-tdep.c (vax_frame_init_saved_regs): New function.
2818 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
2819 (FRAME_INIT_SAVED_REGS): New macro.
2820
2821 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
2822
2823 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
2824
2825 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
2826
2827 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
2828 where needed.
2829 (fetch_osf_core_registers): Likewise.
2830 (supply_gregset): Likewise.
2831
2832 2002-04-22 J. Brobecker <brobecker@gnat.com>
2833
2834 * symfile.h (get_section_index): Define.
2835 * symfile.c (get_section_index): New function.
2836 * mdebugread.c (SC_IS_SBSS): New macro.
2837 (SC_IS_BSS): Return true for the scBss storage class only, as
2838 the scSBss storage class refers to the .sbss section.
2839 (parse_partial_symbols): Discard the symbols which associated
2840 section does not exist.
2841 Make sure to use the .sbss section index for symbols which
2842 storage class is scBss, rather than using the .bss section index.
2843
2844 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
2845
2846 * vax-tdep.c: Update copyright years.
2847 (vax_register_name): New function.
2848 (vax_register_byte): Ditto.
2849 (vax_register_raw_size): Ditto.
2850 (vax_register_virtual_size): Ditto.
2851 (vax_register_virtual_type): Ditto.
2852 * config/vax/tm-vax.h: Update copyright years.
2853 (REGISTER_NAMES): Remove.
2854 (REGISTER_NAME): Define.
2855 (REGISTER_BYTE): Use vax_register_byte.
2856 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
2857 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
2858 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
2859
2860 2002-04-21 Andrew Cagney <ac131313@redhat.com>
2861
2862 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
2863 declaration
2864 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
2865
2866 2002-04-21 David S. Miller <davem@redhat.com>
2867
2868 * arch-utils.c (generic_prologue_frameless_p): Kill
2869 SKIP_PROLOGUE_FRAMELESS_P code.
2870 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
2871 references.
2872 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
2873 * arc-tdep.c (arc_prologue_frameless_p): Implement.
2874 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
2875 references.
2876 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
2877 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
2878 (sparc_gdbarch_init): Pass it to
2879 set_gdbarch_prologue_frameless_p.
2880
2881 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
2882
2883 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
2884 (alphabsd-nat.o): New dependency list.
2885
2886 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
2887
2888 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
2889 alphafbsd-tdep.c.
2890 (alpha-linux-tdep.o): New dependency list.
2891 (alphafbsd-tdep.o): Likewise.
2892
2893 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
2894
2895 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
2896 to here...
2897 * alpha-tdep.c: ...from here.
2898 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
2899
2900 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
2901
2902 * config/alpha/tm-alpha.h: Move alpha_software_single_step
2903 prototype from here...
2904 * alpha-tdep.h: ...to here.
2905
2906 2002-04-21 Andrew Cagney <ac131313@redhat.com>
2907
2908 * frame.h (selected_frame_level): Document as deprecated.
2909 (frame_relative_level): Declare.
2910 * stack.c (frame_relative_level): New function.
2911 (selected_frame_level): Document as deprecated.
2912 (select_frame): Do not set the selected_frame_level.
2913
2914 * stack.c (frame_info, record_selected_frame): Update.
2915 (frame_command, current_frame_command): Update.
2916 (up_silently_base, up_command, down_silently_base): Update.
2917 (down_command): Update.
2918 * inflow.c (kill_command): Update.
2919 * tracepoint.c (finish_tfind_command): Update.
2920 * corelow.c (core_open): Update.
2921 * thread.c (info_threads_command): Update.
2922 (do_captured_thread_select): Update.
2923 * infcmd.c (finish_command): Update.
2924 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
2925
2926 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
2927
2928 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
2929
2930 2002-04-21 Andrew Cagney <ac131313@redhat.com>
2931
2932 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
2933 type const.
2934
2935 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
2936
2937 * alphafbsd-tdep.c: Update copyright years. Include
2938 alpha-tdep.h.
2939 (alphafbsd_use_struct_convention): Make static.
2940 (alphafbsd_init_abi): New function.
2941 (_initialize_alphafbsd_tdep): New function.
2942 * config/alpha/tm-fbsd.h: Update copyright years.
2943 (USE_STRUCT_CONVENTION): Remove.
2944
2945 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
2946
2947 * alpha-tdep.c (alpha_abi_handler): New structure to describe
2948 an Alpha ABI variant.
2949 (alpha_abi_handler_list): Declare.
2950 (alpha_gdbarch_register_os_abi): New function.
2951 (alpha_gdbarch_init): Give registered ABI variant handlers a
2952 chance to tweak the gdbarch once we have set up defaults.
2953 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
2954
2955 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
2956
2957 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
2958 to standard_coerce_float_to_double.
2959 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
2960
2961 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
2962
2963 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
2964 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
2965 from gdbarch_tdep rather than a constant.
2966 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
2967 the default text address for all Alpha Unix ABIs.
2968 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
2969 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
2970
2971 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
2972
2973 * alpha-tdep.h: New file. Includes several Alpha target constants
2974 taken from...
2975 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
2976 let gdbarch deal with.
2977 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
2978 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
2979 to dependency list.
2980 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
2981 Alpha target register names.
2982 * alphabsd-nat.c: Likewise.
2983 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
2984 Alpha target register names. Make serveral routines static.
2985 (alpha_get_saved_register): New function.
2986 (alpha_abi_names): New.
2987 (process_note_abi_tag_sections): New function.
2988 (get_elfosabi): New function.
2989 (alpha_gdbarch_init): New function.
2990 (alpha_dump_tdep): New function.
2991 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
2992
2993 2002-04-21 Andrew Cagney <ac131313@redhat.com>
2994
2995 * frame.c (find_saved_register): Delete #ifdef
2996 HAVE_REGISTER_WINDOWS code.
2997 * config/sparc/tm-sparc.h: Update comments.
2998 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
2999
3000 2002-04-21 Andrew Cagney <ac131313@redhat.com>
3001
3002 * i960-tdep.c (i960_find_saved_register): New function.
3003 (i960_get_saved_register): New function.
3004 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
3005 (i960_get_saved_register): Declare.
3006 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
3007
3008 2002-04-20 David S. Miller <davem@redhat.com>
3009
3010 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
3011
3012 2002-04-20 Andrew Cagney <ac131313@redhat.com>
3013
3014 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
3015 instead of NUM_PSEUDO_REGS.
3016
3017 2002-04-20 David S. Miller <davem@redhat.com>
3018
3019 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
3020 GDB_MULTI_ARCH_PARTIAL
3021 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
3022 define, let tm-sp64.h do it.
3023
3024 2002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
3025
3026 * frame.c (find_saved_register): Avoid a NULL pointer
3027 dereference and actually walk the frame list.
3028
3029 2002-04-20 Andrew Cagney <ac131313@redhat.com>
3030
3031 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
3032 sorted in most most-recent-used order. Document.
3033 * gdbarch.h, gdbarch.c: Regenerate.
3034
3035 2002-04-20 Daniel Jacobowitz <drow@mvista.com>
3036
3037 * gdbserver/inferiors.c (struct inferior_info): Add regcache_data.
3038 (add_inferior): Call create_register_cache.
3039 (clear_inferiors): Call free_register_cache.
3040 (inferior_regcache_data, set_inferior_regcache_data): New functions.
3041 * gdbserver/regcache.c (struct inferior_regcache_data): New.
3042 (registers): Remove.
3043 (get_regcache): New function.
3044 (create_register_cache, free_register_cache): New functions.
3045 (set_register_cache): Don't initialize the register cache here.
3046 (registers_to_string, registers_from_string, register_data): Call
3047 get_regcache.
3048 * gdbserver/regcache.h: Add prototypes.
3049 * gdbserver/server.h: Likewise.
3050
3051 2002-04-20 Daniel Jacobowitz <drow@mvista.com>
3052
3053 * gdbserver/mem-break.c: New file.
3054 * gdbserver/mem-break.h: New file.
3055 * gdbserver/Makefile.in: Add mem-break.o rule; update server.h
3056 dependencies.
3057 * gdbserver/inferiors.c (struct inferior_info): Add target_data
3058 member.
3059 (clear_inferiors): Free target_data member if set.
3060 (inferior_target_data, set_inferior_target_data): New functions.
3061 * gdbserver/linux-i386-low.c (i386_breakpoint, i386_breakpoint_len)
3062 (i386_stop_pc, i386_set_pc): New. Add to the_low_target.
3063 * gdbserver/linux-low.c (linux_bp_reinsert): New variable.
3064 (struct inferior_linux_data): New.
3065 (linux_create_inferior): Use set_inferior_target_data.
3066 (linux_attach): Likewise. Call add_inferior.
3067 (linux_wait_for_one_inferior): New function.
3068 (linux_wait): Call it.
3069 (linux_write_memory): Add const.
3070 (initialize_low): Call set_breakpoint_data.
3071 * gdbserver/linux-low.h (struct linux_target_ops): Add breakpoint
3072 handling members.
3073 * gdbserver/server.c (attach_inferior): Remove extra add_inferior
3074 call.
3075 * gdbserver/server.h: Include mem-break.h. Update inferior.c
3076 prototypes.
3077 * gdbserver/target.c (read_inferior_memory)
3078 (write_inferior_memory): New functions.
3079 * gdbserver/target.h (read_inferior_memory)
3080 (write_inferior_memory): Change macros to prototypes.
3081 (struct target_ops): Update comments. Add const to write_memory
3082 definition.
3083
3084 2002-04-19 Andrew Cagney <ac131313@redhat.com>
3085
3086 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
3087 instead of ->prev.
3088 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
3089 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
3090 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
3091 instead of ->prev.
3092
3093 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
3094
3095 Fix PR gdb/471.
3096 * gdbtypes.c (init_simd_type): Rewrite using new functions.
3097 (build_builtin_type_vec128): Ditto.
3098 (append_composite_type_field): Fix calculation of type length in
3099 union case.
3100
3101 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
3102
3103 * config/djgpp/README: Update.
3104
3105 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
3106 compiler warnings.
3107
3108 2002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
3109
3110 * alpha-tdep.c (setup_arbitrary_frame): Rename...
3111 (alpha_setup_arbitrary_frame): ...to this.
3112 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
3113 for alpha_setup_arbitrary_frame.
3114
3115 2002-04-18 Andrew Cagney <cagney@redhat.com>
3116
3117 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
3118 * gdbarch.h, gdbarch.c: Regenerate.
3119
3120 * defs.h (breakpoint_from_pc_fn): Delete type definition.
3121 * target.h (memory_breakpoint_from_pc): Update declaration.
3122 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
3123
3124 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
3125 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
3126 * mem-break.c (memory_breakpoint_from_pc): Ditto.
3127 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
3128 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
3129 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
3130 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
3131 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
3132 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
3133 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
3134 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
3135 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
3136
3137 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
3138 const pointer.
3139 * monitor.c (monitor_insert_breakpoint): Ditto.
3140 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
3141
3142 * config/mcore/tm-mcore.h: Update copyright.
3143 * mem-break.c: Ditto.
3144 * xstormy16-tdep.c: Ditto.
3145
3146 2002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
3147
3148 * p-exp.y: Add precedence rule for '^' token.
3149 This removes the shift/reduce conflicts.
3150 Remove the comment concerning these shift/reduce conflicts.
3151
3152 2002-04-18 Elena Zannoni <ezannoni@redhat.com>
3153
3154 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
3155 (registers_powerpc_nofp): New register set for processors
3156 without floating point unit.
3157
3158 2002-04-18 David S. Miller <davem@redhat.com>
3159
3160 * MAINTAINERS: Add myself to write-after-approval.
3161
3162 2002-04-17 Michael Snyder <msnyder@redhat.com>
3163
3164 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
3165
3166 2002-04-17 Andrew Cagney <ac131313@redhat.com>
3167
3168 * rs6000-tdep.c (frame_initial_stack_address): Use
3169 frame_register_read to read the alloca_reg.
3170
3171 2002-04-17 Andrew Cagney <ac131313@redhat.com>
3172
3173 * frame.c (find_saved_register): Find saved registers in the next
3174 not prev frame.
3175 Fix PR gdb/365.
3176
3177 2002-04-17 Andrew Cagney <ac131313@redhat.com>
3178
3179 * gdbarch.sh (LANG): Set to ``c''.
3180
3181 2002-04-15 Andrew Cagney <ac131313@redhat.com>
3182
3183 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
3184
3185 2002-04-15 Andrew Cagney <ac131313@redhat.com>
3186
3187 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
3188 Update copyright.
3189
3190 * hpread.c (hpread_get_lntt): Add declaration.
3191 Also fix PR gdb/391.
3192
3193 2002-04-14 Andrew Cagney <ac131313@redhat.com>
3194
3195 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
3196 * aclocal.m4, configure: Re-generate.
3197 Fix PR gdb/391.
3198
3199 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
3200
3201 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
3202 instead of tm_print_insn.
3203
3204 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
3205
3206 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
3207
3208 2002-04-14 Andrew Cagney <ac131313@redhat.com>
3209
3210 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
3211 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
3212 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
3213
3214 2002-04-12 Don Howard <dhoward@redhat.com>
3215
3216 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
3217 max_user_call_depth.
3218 (init_cmd_lists): Initialize the new value;
3219 * cli/cli-script.c (execute_user_command): Limit the call depth of
3220 user defined commands. This avoids a core-dump when user commands
3221 are infinitly recursive.
3222
3223 2002-04-12 Kevin Buettner <kevinb@redhat.com>
3224
3225 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
3226 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
3227 from tdep struct instead of DEFAULT_LR_SAVE.
3228 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
3229 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
3230 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
3231
3232 2002-04-12 Michael Snyder <msnyder@redhat.com>
3233
3234 * Remote.c: Spelling fix.
3235 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
3236 If no symbol found for "sbrk", try "_sbrk".
3237 (make_output_phdrs): Use bfd_section_name.
3238 (gcore_copy_callback): Use bfd_section_name.
3239 * eval.c: Indentation fix-ups.
3240 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
3241 in case it gets applied to an address that is already
3242 in the instruction space.
3243 * cli/cli-decode.c (help_list): Allow long lines to wrap.
3244 * symfile.c: Fix indentation, long lines.
3245 * source.c: White space fix-up.
3246
3247 2002-04-12 Andrew Cagney <cagney@redhat.com>
3248
3249 * defs.h (read_relative_register_raw_bytes): Delete declaration.
3250 * frame.c (frame_register_read): New function. Return non-zero on
3251 success.
3252 (read_relative_register_raw_bytes_for_frame): Delete.
3253 (read_relative_register_raw_bytes): Delete.
3254 * frame.h (frame_register_read): Declare.
3255 * d30v-tdep.c: Update Copyright. Use frame_register_read.
3256 * sh-tdep.c: Ditto.
3257 * infcmd.c (do_registers_info): Ditto.
3258 * hppa-tdep.c: Ditto.
3259 * rs6000-tdep.c: Ditto.
3260 * h8500-tdep.c: Ditto.
3261 * mips-tdep.c: Ditto.
3262 * h8300-tdep.c: Ditto.
3263 * z8k-tdep.c: Ditto.
3264
3265 2002-04-12 Kevin Buettner <kevinb@redhat.com>
3266
3267 From Jimi X <jimix@watson.ibm.com>:
3268 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
3269 64-bit SysV ABI.
3270
3271 2002-04-12 Kevin Buettner <kevinb@redhat.com>
3272
3273 From Jimi X <jimix@watson.ibm.com>:
3274 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
3275 bfd info.
3276
3277 2002-04-12 Kevin Buettner <kevinb@redhat.com>
3278
3279 From Jimi X <jimix@watson.ibm.com>:
3280 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
3281 register sets for these processor variants.
3282
3283 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
3284
3285 * gdbserver/linux-low.c (usr_store_inferior_registers): Support
3286 registers which are allowed to fail to store.
3287 * gdbserver/linux-low.h (linux_target_ops): Likewise.
3288 * gdbserver/linux-ppc-low.c (ppc_regmap): Support FPSCR.
3289 (ppc_cannot_store_register): FPSCR may not be storable.
3290 * regformats/reg-ppc.dat: Support FPSCR.
3291
3292 2002-04-11 Kevin Buettner <kevinb@redhat.com>
3293
3294 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
3295 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
3296 Add fpscr as an invalid/unfetchable register.
3297 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
3298 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
3299 (fill_fpregset): Add support for register fpscr.
3300 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
3301 (fill_gregset): Account for the fact that register ``mq'' might
3302 not exist.
3303 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
3304 (registers_power): Add fpscr to register set at slot 71.
3305 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
3306 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
3307
3308 2002-04-11 Michael Snyder <msnyder@redhat.com>
3309
3310 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
3311 * configure: Regenerate.
3312 * config.in: Regenerate.
3313 * acconfig.h: Add define for _SYSCALL32.
3314 * core-sol2.c: Remove #define _SYSCALL32.
3315 * solib-legacy.c: Remove #define _SYSCALL32.
3316
3317 2002-04-10 Andrew Cagney <ac131313@redhat.com>
3318
3319 * stack.c (select_frame): Cleanup internal error message, do not
3320 use %p.
3321
3322 2002-04-10 Andrew Cagney <ac131313@redhat.com>
3323
3324 * stack.c (select_frame): Check that selected_frame and the
3325 specified level are as expected.
3326 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
3327 Update copyright.
3328 * frame.h (struct frame_info): Add field `level'. Update
3329 copyright.
3330 Work-in-progress PR gdb/464.
3331
3332 2002-04-10 Andrew Cagney <ac131313@redhat.com>
3333
3334 * maint.c (maint_print_section_info): Rename print_section_info.
3335 (print_bfd_section_info, print_objfile_section_info): Update.
3336 * inferior.h (struct gdbarch): Add opaque declaration.
3337 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
3338 * gdbarch.h: Regenerate.
3339
3340 2002-04-10 Michal Ludvig <mludvig@suse.cz>
3341
3342 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
3343 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
3344 (kernel_u_size): Added.
3345 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
3346 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
3347
3348 2002-04-04 Jim Ingham <jingham@apple.com>
3349
3350 * valarith.c (find_size_for_pointer_math): New function, either returns
3351 the size for a pointer's target, returns 1 for void *, or errors for
3352 incomplete types.
3353 (value_add, value_sub): use find_size_for_pointer_math.
3354
3355 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
3356
3357 * linux-low.c (linux_look_up_symbols): New hook.
3358 (linux_target_ops): Add linux_look_up_symbols.
3359 * remote-utils.c (decode_address): New function.
3360 (look_up_one_symbol): New function.
3361 * server.c (handle_query): Call target look_up_symbols hook.
3362 * server.h (look_up_one_symbol): Add prototype.
3363 * target.h (struct target_ops): Add look_up_symbols hook.
3364
3365 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
3366
3367 * gdbserver/server.h: Include <string.h> if HAVE_STRING_H.
3368 * ChangeLog: Correct paths in last ChangeLog entry.
3369
3370 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
3371
3372 * gdbserver/linux-low.h: Remove obsolete prototypes.
3373 (struct linux_target_ops): New.
3374 (extern the_low_target): New.
3375 * gdbserver/linux-low.c (num_regs, regmap): Remove declarations.
3376 (register_addr): Use the_low_target explicitly.
3377 (fetch_register): Likewise.
3378 (usr_fetch_inferior_registers): Likewise.
3379 (usr_store_inferior_registers): Likewise.
3380 * gdbserver/linux-arm-low.c (num_regs): Remove.
3381 (arm_num_regs): Define.
3382 (arm_regmap): Renamed from regmap, made static.
3383 (arm_cannot_fetch_register): Renamed from cannot_fetch_register,
3384 made static.
3385 (arm_cannot_store_register): Renamed from cannot_store_register,
3386 made static.
3387 (the_low_target): New.
3388 * gdbserver/linux-i386-low.c (num_regs): Remove.
3389 (i386_num_regs): Define.
3390 (i386_regmap): Renamed from regmap, made static.
3391 (i386_cannot_fetch_register): Renamed from cannot_fetch_register,
3392 made static.
3393 (i386_cannot_store_register): Renamed from cannot_store_register,
3394 made static.
3395 (the_low_target): New.
3396 * gdbserver/linux-ia64-low.c (num_regs): Remove.
3397 (ia64_num_regs): Define.
3398 (ia64_regmap): Renamed from regmap, made static.
3399 (ia64_cannot_fetch_register): Renamed from cannot_fetch_register,
3400 made static.
3401 (ia64_cannot_store_register): Renamed from cannot_store_register,
3402 made static.
3403 (the_low_target): New.
3404 * gdbserver/linux-m68k-low.c (num_regs): Remove.
3405 (m68k_num_regs): Define.
3406 (m68k_regmap): Renamed from regmap, made static.
3407 (m68k_cannot_fetch_register): Renamed from cannot_fetch_register,
3408 made static.
3409 (m68k_cannot_store_register): Renamed from cannot_store_register,
3410 made static.
3411 (the_low_target): New.
3412 * gdbserver/linux-mips-low.c (num_regs): Remove.
3413 (mips_num_regs): Define.
3414 (mips_regmap): Renamed from regmap, made static.
3415 (mips_cannot_fetch_register): Renamed from cannot_fetch_register,
3416 made static.
3417 (mips_cannot_store_register): Renamed from cannot_store_register,
3418 made static.
3419 (the_low_target): New.
3420 * gdbserver/linux-ppc-low.c (num_regs): Remove.
3421 (ppc_num_regs): Define.
3422 (ppc_regmap): Renamed from regmap, made static.
3423 (ppc_cannot_fetch_register): Renamed from cannot_fetch_register,
3424 made static.
3425 (ppc_cannot_store_register): Renamed from cannot_store_register,
3426 made static.
3427 (the_low_target): New.
3428 * gdbserver/linux-s390-low.c (num_regs): Remove.
3429 (s390_num_regs): Define.
3430 (s390_regmap): Renamed from regmap, made static.
3431 (s390_cannot_fetch_register): Renamed from cannot_fetch_register,
3432 made static.
3433 (s390_cannot_store_register): Renamed from cannot_store_register,
3434 made static.
3435 (the_low_target): New.
3436 * gdbserver/linux-sh-low.c (num_regs): Remove.
3437 (sh_num_regs): Define.
3438 (sh_regmap): Renamed from regmap, made static.
3439 (sh_cannot_fetch_register): Renamed from cannot_fetch_register,
3440 made static.
3441 (sh_cannot_store_register): Renamed from cannot_store_register,
3442 made static.
3443 (the_low_target): New.
3444 * gdbserver/linux-x86-64-low.c (x86_64_regmap): Renamed from regmap.
3445 (the_low_target): New.
3446
3447 2002-04-09 Andrew Cagney <ac131313@redhat.com>
3448
3449 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
3450 override FP_REGNUM with frame->fp. Update copyright.
3451 * parse.c (num_std_regs, std_regs): Delete.
3452 (target_map_name_to_register): Do not search std_regs. Update
3453 function description.
3454 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
3455 declarations. Update copyright.
3456 Fix PR gdb/251.
3457
3458 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
3459
3460 * gdbserver/Makefile.in: Add stamp-h target.
3461 * gdbserver/configure.in: Create stamp-h.
3462 * gdbserver/configure: Regenerated.
3463
3464 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
3465
3466 * gdbserver/inferiors.c: New file.
3467 * gdbserver/target.c: New file.
3468 * gdbserver/target.h: New file.
3469 * gdbserver/Makefile.in: Add target.o and inferiors.o. Update
3470 dependencies.
3471 * gdbserver/linux-low.c (inferior_pid): New static variable,
3472 moved from server.c.
3473 (linux_create_inferior): Renamed from create_inferior.
3474 Call add_inferior. Return 0 on success instead of a PID.
3475 (linux_attach): Renamed from myattach.
3476 (linux_kill): Renamed from kill_inferior. Call clear_inferiors ().
3477 (linux_thread_alive): Renamed from mythread_alive.
3478 (linux_wait): Renamed from mywait. Call clear_inferiors () if the
3479 child dies.
3480 (linux_resume): Renamed from myresume. Add missing ``return 0''.
3481 (regsets_store_inferior_registers): Correct error message.
3482 Add missing ``return 0''.
3483 (linux_fetch_registers): Renamed from fetch_inferior_registers.
3484 (linux_store_registers): Renamed from store_inferior_registers.
3485 (linux_read_memory): Renamed from read_inferior_memory.
3486 (linux_write_memory): Renamed from write_inferior_memory.
3487 (linux_target_ops): New structure.
3488 (initialize_low): Call set_target_ops ().
3489 * gdbserver/remote-utils.c (unhexify): New function.
3490 (hexify): New function.
3491 (input_interrupt): Send signals to ``signal_pid''.
3492 * gdbserver/server.c (inferior_pid): Remove.
3493 (start_inferior): Update create_inferior call.
3494 (attach_inferior): Call add_inferior.
3495 (handle_query): New function.
3496 (main): Call handle_query for `q' packets.
3497 * gdbserver/server.h: Include "target.h". Remove obsolete prototypes.
3498 Add prototypes for "inferiors.c", "target.c", hexify, and unhexify.
3499
3500 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
3501
3502 * gdbserver/Makefile.in: Add WARN_CFLAGS. Update configury
3503 dependencies.
3504 * gdbserver/configure.in: Check for <string.h>
3505 * gdbserver/configure: Regenerate.
3506 * gdbserver/config.in: Regenerate.
3507 * gdbserver/gdbreplay.c: Include needed system headers.
3508 (remote_open): Remove strchr prototype.
3509 * gdbserver/linux-low.h: Correct #ifdef to HAVE_LINUX_USRREGS.
3510 * gdbserver/regcache.c (supply_register): Change buf argument to const void *.
3511 (supply_register_by_name): Likewise.
3512 (collect_register): Change buf argument to void *.
3513 (collect_register_by_name): Likewise.
3514 * gdbserver/regcache.h: Add missing prototypes.
3515 * gdbserver/remote-utils.c: Include <arpa/inet.h> for inet_ntoa.
3516 * gdbserver/server.c (handle_query): New function.
3517 (attached): New static variable, moved out of main.
3518 (main): Quiet longjmp clobber warnings.
3519 * gdbserver/server.h: Add ATTR_NORETURN and ATTR_FORMAT. Update prototypes.
3520 * gdbserver/utils.c (error): Remove NORETURN.
3521 (fatal): Likewise.
3522
3523 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
3524
3525 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
3526 after the last symbol in a block.
3527
3528 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
3529
3530 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
3531 is non zero as a found symbol.
3532
3533 2002-04-08 Andrew Cagney <ac131313@redhat.com>
3534
3535 * findvar.c: Include "builtin-regs.h".
3536 (value_of_register): Call value_of_builtin_reg when applicable.
3537 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
3538 (target_map_name_to_register): Call
3539 builtin_reg_map_name_to_regnum.
3540 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
3541 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
3542 (builtin_regs_h): Define.
3543 (builtin-regs.o): New target.
3544 (findvar.o): Add $(builtin_regs_h).
3545 * builtin-regs.c, builtin-regs.h: New files.
3546 * std-regs.c: New file.
3547 Partial fix for PR gdb/251.
3548
3549 2002-04-08 Kevin Buettner <kevinb@redhat.com>
3550
3551 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
3552 it's no longer required.
3553
3554 2002-04-08 Andrew Cagney <ac131313@redhat.com>
3555
3556 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
3557
3558 2002-04-08 Kevin Buettner <kevinb@redhat.com>
3559
3560 From Jimi X <jimix@watson.ibm.com>:
3561 * rs6000-tdep.c (rs6000_software_single_step): Use
3562 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
3563 and size. Use target_insert_breakpoint() and
3564 target_remove_breakpoint() to insert and remove breakpoints
3565 instead of explicit memory reads and writes.
3566
3567 2002-04-08 Kevin Buettner <kevinb@redhat.com>
3568
3569 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
3570 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
3571 ELF_OBJECT_FORMAT ifdef.
3572
3573 2002-04-08 Kevin Buettner <kevinb@redhat.com>
3574
3575 From Jimi X <jimix@watson.ibm.com>:
3576 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
3577
3578 2002-04-08 Kevin Buettner <kevinb@redhat.com>
3579
3580 From Jimi X <jimix@watson.ibm.com>:
3581 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
3582 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
3583
3584 2002-04-07 Mark Kettenis <kettenis@gnu.org>
3585
3586 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
3587 s/asprintf/xasprintf/.
3588 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
3589
3590 2002-04-07 Andrew Cagney <ac131313@redhat.com>
3591
3592 I believe Jeff Law denies responsability for this one:
3593 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
3594 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
3595 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
3596 Work-around for PR gdb/366.
3597
3598 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
3599
3600 * remote-e7000.c (write_small, e7000_read_inferior_memory,
3601 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
3602 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
3603
3604 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
3605
3606 * sh-tdep.c (sh_fp_frame_init_saved_regs,
3607 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
3608 information.
3609
3610 2002-04-07 Andrew Cagney <ac131313@redhat.com>
3611
3612 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
3613 maintainer.
3614
3615 2002-04-07 Andrew Cagney <ac131313@redhat.com>
3616
3617 * README (Reporting Bugs in GDB): Document the bug web page as the
3618 prefered way of submitting bugs.
3619 Fix PR gdb/402.
3620
3621 2002-04-06 Andrew Cagney <ac131313@redhat.com>
3622
3623 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
3624 -1. Update comment.
3625 * gdbarch.h, gdbarch.c: Re-generate.
3626
3627 2002-04-07 Andreas Schwab <schwab@suse.de>
3628
3629 * m68klinux-nat.c (fill_fpregset): Properly pass address of
3630 buffer to regcache_collect.
3631
3632 2002-04-06 Andrew Cagney <ac131313@redhat.com>
3633
3634 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
3635 * gdbarch.c, gdbarch.h: Re-generate.
3636
3637 2002-04-06 Andrew Cagney <ac131313@redhat.com>
3638
3639 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
3640 declaration. Fix -Werror.
3641
3642 2002-04-05 Daniel Jacobowitz <drow@mvista.com>
3643
3644 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
3645 * gdbarch.c: Regenerate.
3646
3647 2002-04-05 Michael Snyder <msnyder@redhat.com>
3648
3649 * breakpoint.c (clear_command): Rewrite middle section to
3650 combine two loops with identical control conditions.
3651 Add a cleanup to eliminate a memory leak.
3652 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
3653
3654 2002-04-05 H.J. Lu (hjl@gnu.org)
3655
3656 * solib-svr4.c (bkpt_names): Add "__start".
3657
3658 2002-04-04 Andrew Cagney <ac131313@redhat.com>
3659
3660 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
3661 as test for 64 bit target.
3662
3663 2002-04-05 Andrew Cagney <ac131313@redhat.com>
3664
3665 * h8500-tdep.c (h8500_write_fp): Delete function.
3666 * dwarf2cfi.c (cfi_write_fp): Document as not used.
3667 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
3668 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
3669 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
3670 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
3671 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
3672 (s390_write_fp):
3673 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
3674 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
3675 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
3676 (d10v_write_fp): Delete function.
3677 * inferior.h (write_fp, generic_target_write_fp): Delete
3678 declarations.
3679 * regcache.c (generic_target_write_fp): Delete function.
3680 (write_fp): Delete function.
3681 * gdbarch.sh (TARGET_WRITE_FP): Delete.
3682 * gdbarch.h, gdbarch.c: Regenerate.
3683 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
3684 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
3685 (sparc64_write_fp): Delete declaration.
3686 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
3687 (h8500_write_fp): Delete declaration.
3688
3689 2002-04-04 Andrew Cagney <ac131313@redhat.com>
3690
3691 * sparc-tdep.c (sparc64_write_fp): Delete.
3692 (sparc_push_dummy_frame): Replace write_fp call with code to store
3693 the FP directly.
3694 (sparc_gdbarch_init): Do not initialize write_fp.
3695
3696 2002-04-05 Kevin Buettner <kevinb@redhat.com>
3697
3698 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
3699 clause.
3700
3701 2002-03-29 Jim Blandy <jimb@redhat.com>
3702
3703 * stack.c (get_selected_block): Add new argument `addr_in_block',
3704 used to return the exact code address we used to select the block,
3705 not just the block.
3706 * blockframe.c (get_frame_block, get_current_block): Same.
3707 * frame.h (get_frame_block, get_current_block,
3708 get_selected_block): Update declarations.
3709 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
3710 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
3711
3712 2002-04-05 Michael Snyder <msnyder@redhat.com>
3713
3714 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
3715 warning message.
3716
3717 2002-04-05 J. Brobecker <brobecker@gnat.com>
3718
3719 * utils.c (xfullpath): New function.
3720 * defs.h (xfullpath): Add declaration.
3721 * source.c (openp): Use xfullpath in place of gdb_realpath to
3722 avoid resolving the basename part of filenames when the
3723 associated file is a symbolic link. This fixes a potential
3724 inconsistency between the filenames known to GDB and the
3725 filenames it prints in the annotations.
3726 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
3727 to be able to match a filename with either the real filename, or
3728 the name of any symbolic link to this file.
3729 (lookup_partial_symtab): Ditto.
3730
3731 2002-04-04 Michael Snyder <msnyder@redhat.com>
3732
3733 * breakpoint.c: Add support for hardware breakpoints in overlays.
3734 (overlay_events_enabled): New state variable.
3735 (insert_breakpoints): Use overlay_events_enabled to decide
3736 whether to attempt to set a breakpoint at the overlay load addr.
3737 Handle bp_hardware_breakpoint as well as bp_breakpoint.
3738 (remove_breakpoint): Use overlay_events_enabled to decide
3739 whether breakpoints need to be removed from overlay load addr.
3740 Handle bp_hardware_breakpoint as well as bp_breakpoint.
3741 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
3742 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
3743 disable_overlay_breakpoints): Update overlay_events_enabled.
3744
3745 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
3746
3747 * dwarf2read.c (struct function_range): New.
3748 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
3749 (check_cu_functions): New.
3750 (read_file_scope): Initialize global function lists.
3751 Call dwarf_decode_line after processing children.
3752 (read_func_scope): Add to global function list.
3753 (dwarf_decode_lines): Call check_cu_functions everywhere
3754 record_line is called. Call record_line with a linenumber
3755 of 0 to mark sequence ends.
3756
3757 2002-04-04 Michal Ludvig <mludvig@suse.cz>
3758
3759 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
3760 change sync with glibc.
3761
3762 2002-04-03 Jim Blandy <jimb@redhat.com>
3763
3764 * configure.in: Call AC_C_INLINE.
3765 * configure: Regenerated.
3766
3767 2002-04-01 Daniel Jacobowitz <drow@mvista.com>
3768
3769 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
3770 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
3771
3772 2002-03-31 Mark Kettenis <kettenis@gnu.org>
3773
3774 * NEWS: Mention gcore support on FreeBSD/i386.
3775
3776 * fbsd-proc.c: New file.
3777 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
3778 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
3779
3780 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
3781 while statement.
3782
3783 2002-03-29 Jim Blandy <jimb@redhat.com>
3784
3785 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
3786 unescaped newlines in string literals, but newer ones don't. So
3787 escape them.
3788
3789 2002-03-26 Michael Snyder <msnyder@redhat.com>
3790 Andrew Cagney <cagney@redhat.com>
3791
3792 * cli/cli-dump.c: New file. Dump memory to file,
3793 restore file to memory.
3794 * cli/cli-dump.h: New file.
3795 * Makefile.in: Add rules, dependencies for cli-dump.o.
3796 * NEWS: Mention new commands.
3797
3798 2002-03-28 Michael Snyder <msnyder@redhat.com>
3799
3800 * symfile.c (symbol_file_add): Move test for null symbols to later.
3801
3802 2002-03-27 Andrew Cagney <ac131313@redhat.com>
3803
3804 From veksler at il.ibm.com:
3805 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
3806 the xstrduped original path.
3807 Fix PR gdb/417.
3808
3809 2002-03-27 Michael Snyder <msnyder@redhat.com>
3810
3811 * breakpoint.c (_initialize_breakpoint): Clean up help string.
3812 * infcmd.c (_initialize_infcmd): Ditto.
3813 * language.c (_initialize_language): Ditto.
3814 * symfile.c (_initialize_symfile): Ditto.
3815 * top.c (_init_main): Ditto.
3816 * cli/cli-cmds.c (init_cli_cmds): Ditto.
3817
3818 2002-03-27 Elena Zannoni <ezannoni@redhat.com>
3819
3820 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
3821 vector registers handling.
3822 (skip_prologue): Handle new AltiVec instructions. Fill in new
3823 fields of frame data.
3824 (frame_get_saved_regs): Fill in information for AltiVec registers.
3825
3826 2002-03-27 Jim Blandy <jimb@redhat.com>
3827
3828 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
3829 a function; leave this macro here to invoke that function.
3830 (symbol_init_mangled_name): Declaration for that function.
3831 * symtab.c (symbol_init_mangled_name): New function.
3832
3833 2002-03-27 Andrew Cagney <ac131313@redhat.com>
3834
3835 * valarith.c: Replace strerror with safe_strerror.
3836 * tracepoint.c: Ditto.
3837 * lin-lwp.c: Ditto.
3838 * go32-nat.c: Ditto.
3839 * inflow.c: Ditto.
3840 * gnu-nat.c: Ditto.
3841
3842 2002-03-27 Andreas Schwab <schwab@suse.de>
3843
3844 * event-top.c (command_line_handler): Remove useless if.
3845
3846 2002-03-27 Andreas Jaeger <aj@suse.de>
3847
3848 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
3849 comment.
3850
3851 2002-03-27 Michal Ludvig <mludvig@suse.cz>
3852
3853 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
3854 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
3855 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
3856 (x86_64_linux_dr_get_status, supply_gregset),
3857 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
3858 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
3859 (x86_64_register_info_table): Add.
3860 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
3861 (x86_64_register_raw_size, x86_64_register_virtual_type),
3862 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
3863 general x86_64_register_info_table.
3864 (i386_gdbarch_init): gdbarch_register_bytes is now set
3865 dynamicaly during initialization.
3866 * regformats/reg-x86-64.dat: Synced with changes to registers above.
3867 * gdbserver/linux-x86-64-low.c: Ditto.
3868
3869 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
3870
3871 * gdbserver/server.c (main): Call target_signal_to_host_p
3872 and target_signal_to_host on signals received from the remote.
3873 * gdbserver/remote-utils.c (prepare_resume_reply): Call
3874 target_signal_from_host on signals sent to the remote.
3875 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
3876 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
3877
3878 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
3879
3880 * signals/signals.c: Include "server.h" in gdbserver build.
3881 (target_signal_from_name): Don't use STREQ.
3882 (_initialize_signals): Likewise. Don't include function in
3883 gdbserver build.
3884
3885 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
3886
3887 * signals.c: Moved to...
3888 * signals/signals.c: Here.
3889 * Makefile (signals.o): Update.
3890
3891 2002-03-26 Jeff Law (law@redhat.com)
3892
3893 * somread.c (som_symtab_read): Remove some commented out code and
3894 updated related comments. Do not set the minimal symbol table to
3895 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
3896 in a dynamic executable.
3897 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
3898 where we are unable to find the minimal symbol for the given
3899 PC value.
3900
3901 2002-03-25 Jeff Law (law@redhat.com)
3902
3903 * linux-proc.c (read_mapping): Scan up to end of line for filename.
3904
3905 2002-03-25 Michal Ludvig <mludvig@suse.cz>
3906
3907 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
3908
3909 2002-03-23 Andrew Cagney <ac131313@redhat.com>
3910
3911 * command.h: Update copyright.
3912 (struct cmd_list_element): Replace definition with opaque
3913 declaration.
3914 (enum cmd_types): Document that it will eventually be moved to
3915 cli/cli-decode.h
3916 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
3917 (MALLOCED_REPLACEMENT): Delete macro.
3918 * Makefile.in (cli_decode_h): Add $(command_h).
3919 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
3920 * top.c: Include "cli/cli-decode.h".
3921 * completer.c: Include "cli/cli-decode.h".
3922 * maint.c: Include "cli/cli-decode.h".
3923 * cli/cli-decode.h: Include "command.h".
3924 (enum command_class): Delete.
3925 (enum cmd_types): Comment out.
3926 (enum cmd_auto_boolean): Delete.
3927 (enum var_types): Delete.
3928
3929 2002-03-23 Andrew Cagney <ac131313@redhat.com>
3930
3931 * cli/cli-decode.c: Include "gdb_assert.h".
3932 (add_set_or_show_cmd): New static function.
3933 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
3934 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
3935 all fields, such as func, from the set command.
3936
3937 2002-03-23 Andrew Cagney <ac131313@redhat.com>
3938
3939 * MAINTAINERS (sh-elf): Change warning flag to -w.
3940
3941 2002-03-23 Andrew Cagney <cagney@redhat.com>
3942
3943 * defs.h (error): Add printf format attribute.
3944 * thread-db.c (thread_from_lwp): Fix error format string.
3945 * stack.c (parse_frame_specification): Ditto.
3946 * cli/cli-decode.c (undef_cmd_error): Ditto.
3947 * scm-lang.c (scm_lookup_name): Ditto.
3948 * tracepoint.c (trace_error): Ditto.
3949 * remote-utils.c (usage): Ditto.
3950 * remote.c (compare_sections_command): Ditto.
3951 Fix PR gdb/328.
3952
3953 2002-03-22 Andrew Cagney <ac131313@redhat.com>
3954
3955 * gdbtypes.c (append_composite_type_field): New function.
3956 (init_composite_type): New function.
3957 * gdbtypes.h (append_composite_type_field): Declare.
3958 (init_composite_type): Ditto.
3959
3960 2002-03-22 Elena Zannoni <ezannoni@redhat.com>
3961
3962 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
3963 function.
3964 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
3965 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
3966 structure returning convention for SYSV ABI case, but not
3967 for GNU/Linux, FreeBSD, or NetBSD.
3968
3969 2002-03-22 Daniel Jacobowitz <drow@mvista.com>
3970
3971 * symtab.h (lookup_block_symbol): Add mangled_name argument
3972 to prototype.
3973
3974 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
3975 with new mangled_name argument.
3976 * linespec.c (decode_line_1): Likewise.
3977 * valops (value_of_this): Likewise.
3978 * symtab.c (lookup_transparent_type): Likewise.
3979 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
3980 (lookup_symbol): If we are given a mangled name, pass it down
3981 to lookup_symbol_aux.
3982 (lookup_block_symbol): If we are given a mangled name to check
3983 against, only return symbols which match it.
3984
3985 2002-03-22 Christopher Faylor <cgf@redhat.com>
3986
3987 * win32-nat.c (child_create_inferior): Check for proper shell to use
3988 here, in case the user changes it on the fly.
3989 (_initialize_inftarg): Remove shell path considerations.
3990
3991 2002-03-21 Elena Zannoni <ezannoni@redhat.com>
3992
3993 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
3994 for gdbarch_max_register_raw_size and max_register_virtual_size.
3995 Adjust copyright year.
3996
3997 2002-03-21 Daniel Jacobowitz <drow@mvista.com>
3998
3999 * dbxread.c (process_one_symbol): Extend the first N_SLINE
4000 in a function to cover the entire beginning of the function
4001 as well if it does not already.
4002
4003 2002-03-21 Tom Rix <trix@redhat.com>
4004
4005 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
4006 (rs6000_ptrace64): Renamed from ptrace64.
4007
4008 2002-03-20 Martin M. Hunt <hunt@redhat.com>
4009
4010 * gdbserver/remote-utils.c (remote_open): Don't call
4011 getprotobyname, we're all using TCP here so just use
4012 IPPROTO_TCP.
4013 * gdbserver/gdbreplay.c (remote_open): Ditto.
4014
4015 2002-03-20 Martin M. Hunt <hunt@redhat.com>
4016
4017 * regcache.c (_initialize_regcache): No need to call
4018 build_regcache() at this time; it gets called whenever
4019 the gdbarch changes.
4020
4021 2002-03-20 David O'Brien <obrien@FreeBSD.org>
4022
4023 * sparc-nat.c: Include sys/param.h where possible.
4024
4025 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
4026
4027 Fix PR gdb/422.
4028 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
4029 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
4030 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
4031 complex types.
4032 * stabsread.c (rs6000_builtin_type): Likewise.
4033 (read_sun_floating_type): Likewise.
4034
4035 2002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4036
4037 * stabsread.c (read_member_functions): Remove skip code for duplicate
4038 constructor/destructor methods. Use standard parsing for these
4039 methods and just do not chain them to the list of methods after
4040 parsing.
4041
4042 2002-03-19 Alexandre Oliva <aoliva@redhat.com>
4043
4044 * coffread.c: Remove redundant static declarations. Replace
4045 occurrences of `PTR' with `void *'.
4046 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
4047 * top.h (quit_cover): Likewise.
4048 * defs.h (catch_errors): Likewise.
4049
4050 2002-03-18 Andrew Cagney <ac131313@redhat.com>
4051
4052 * defs.h (XMALLOC): Define.
4053 * gdb-events.sh (XMALLOC): Delete macro.
4054 * gdb-events.c, gdb-events.h: Regenerate.
4055 * gdbarch.sh (XMALLOC): Delete macro.
4056 * gdbarch.c: Regenerate.
4057 * serial.c (XMALLOC): Delete macro.
4058 * ui-file.c (XMALLOC): Ditto.
4059 * ser-unix.h (XMALLOC): Ditto.
4060 * sh-tdep.c (XMALLOC): Ditto.
4061 * ui-out.c (XMALLOC): Ditto.
4062 * utils.c (XMALLOC): Ditto.
4063 * i386-tdep.c (XMALLOC): Ditto.
4064 * gdb-events.c (XMALLOC): Ditto.
4065 * d10v-tdep.c (XMALLOC): Ditto.
4066 * cli-out.c (XMALLOC): Ditto.
4067
4068 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
4069 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
4070 * ui-file.c, ui-out.c: Ditto.
4071
4072 2002-03-18 Andrew Cagney <ac131313@redhat.com>
4073
4074 * command.h (struct cmd_list_element): Add field context.
4075 (set_cmd_context, get_cmd_context): Declare.
4076 * cli/cli-decode.h: Ditto.
4077 * cli/cli-decode.c (get_cmd_context): New function.
4078 (set_cmd_context): New function.
4079 (add_cmd): Initialize context.
4080 Part of fixing PR gdb/145 and PR gdb/146.
4081
4082 2002-03-17 Andrew Cagney <ac131313@redhat.com>
4083
4084 * cli/cli-decode.c (cmd_type): New function.
4085 * command.h (cmd_type): Declare.
4086 * infrun.c (set_schedlock_func): Call function cmd_type.
4087 * kod.c (kod_set_os): Call cmd_type.
4088 * cris-tdep.c (cris_version_update): Use function cmd_type.
4089 (cris_mode_update, cris_abi_update): Ditto.
4090
4091 * command.h: (execute_cmd_post_hook): Declare.
4092 (execute_cmd_pre_hook): Declare.
4093 * cli/cli-script.c (clear_hook_in_cleanup): New function.
4094 (execute_cmd_post_hook, execute_cmd_pre_hook): New
4095 functions. Execute pre/post hook while ensuring that afterwords
4096 hook_in is cleared.
4097 * top.c (execute_command): Use execute_cmd_post_hook, and
4098 execute_cmd_pre_hook to execute pre/post commands.
4099 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
4100 hook_stop_stub.
4101 (hook_stop_stub): Call execute_cmd_pre_hook.
4102
4103 2002-03-17 Andrew Cagney <ac131313@redhat.com>
4104
4105 * kod.c (kod_set_os): Revert previous change. Is called by ``info
4106 set'' and this leads to a core dump. Move xstrdup of
4107 operating_system to after check that it is not NULL.
4108
4109 2002-03-17 Andrew Cagney <ac131313@redhat.com>
4110
4111 * kod.c (kod_set_os): Remove unnecessary check that
4112 ``command->type'' is set_cmd.
4113
4114 * valprint.c (set_input_radix): Use input_radix.
4115 (set_output_radix): Use output_radix.
4116 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
4117 isn't reverted.
4118
4119 2002-03-16 Andrew Cagney <ac131313@redhat.com>
4120
4121 * value.h (struct value): Delete field ``substring_addr''. Change
4122 aligner fields to force_doublest_align, force_longest_align,
4123 force_core_addr_align and force_pointer_aligh.
4124
4125 * value.h (struct value): Fix typo in above change.
4126
4127 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4128
4129 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
4130 to fix internal_error from ``maintenance print architecture''.
4131
4132 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4133
4134 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
4135 for gcc versions after gcc-2.8.1.
4136
4137 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4138
4139 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
4140 for method resolution. Restore adjustment of ``this'' pointer after
4141 calling value_struct_elt, which was accidentally removed during the
4142 HP merge.
4143
4144 2002-03-15 Andrew Cagney <ac131313@redhat.com>
4145
4146 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
4147 value_of_register.
4148 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
4149 get_saved_register.
4150 * value.h (value_of_register): Update.
4151
4152 2002-03-14 Richard Henderson <rth@redhat.com>
4153
4154 * configure.in: Detect declaration for canonicalize_file_name.
4155 * utils.c (canonicalize_file_name): Declare, if needed.
4156 (gdb_realpath): Prefer realpath if available and usable.
4157 * config.in, configure: Rebuild.
4158
4159 2002-03-14 Richard Henderson <rth@redhat.com>
4160
4161 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
4162 a constant array bound.
4163
4164 * MAINTAINERS: Add myself to write-after-approval.
4165
4166 2002-03-14 Michael Snyder <msnyder@redhat.com>
4167
4168 * symfile.c (syms_from_objfile): Return immediately if no syms.
4169 (symbol_file_add): Return immediately if no syms.
4170 (find_sym_fns): Return immediately if no syms.
4171
4172 2002-03-13 Michal Ludvig <mludvig@suse.cz>
4173
4174 * gdbserver/remote-util.c (remote_open): Print remote-side's
4175 IP address when remote debugging over the network.
4176
4177 2002-03-12 David O'Brien <obrien@FreeBSD.org>
4178
4179 * config/sparc/fbsd.mh: Fix copyright.
4180 * config/sparc/fbsd.mt: Likewise.
4181
4182 2002-03-11 Richard Earnshaw <rearnsha@arm.com>
4183
4184 * MAINTAINERS: Fix typo in name of gdb warnings option.
4185 (x86-64): Fix formating so that this can be parsed by awk.
4186
4187 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
4188
4189 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
4190 * defs.h: Include "gdb/signals.h".
4191 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
4192
4193 2002-03-10 Michal Ludvig <mludvig@suse.cz>
4194
4195 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
4196 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
4197 from x86-64-tdep.h
4198
4199 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
4200 Don Howard <dhoward@redhat.com>
4201
4202 * mips-tdep.c (ST0_FR): Define.
4203 (mips2_fp_compat): New function, temporarily disabled.
4204 (mips_read_fp_register_single): New function.
4205 (mips_read_fp_register_double): New function.
4206 (mips_print_register): Use them.
4207 (do_fp_register_row): Likewise.
4208
4209 2002-03-09 Andrew Cagney <ac131313@redhat.com>
4210
4211 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
4212 approval''.
4213
4214 2002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4215
4216 * stabsread.c (read_member_functions): Fix is_stub test for
4217 static member functions, improve comment.
4218
4219 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
4220
4221 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
4222 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
4223 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
4224 commands that set boolean values.
4225 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
4226 (arm_rdi_resume): Always initialize PC.
4227 (arm_rdi_open): Don't use rslt as a boolean.
4228 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
4229 (arm_rdi_fetch_registers, arm_rdi_store_registers)
4230 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
4231 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
4232
4233 2002-03-06 Alexandre Oliva <aoliva@redhat.com>
4234
4235 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
4236 * configure: Rebuilt.
4237
4238 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
4239
4240 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
4241 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
4242
4243 2002-03-06 Andrew Cagney <ac131313@redhat.com>
4244
4245 * cli/cli-decode.c (set_cmd_completer): New function.
4246 * command.h (set_cmd_completer): Declare.
4247 * cli/cli-decode.h (set_cmd_completer): Ditto.
4248
4249 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
4250 * cli/cli-cmds.c (init_cli_cmds): Ditto.
4251 * win32-nat.c (_initialize_inftarg): Ditto.
4252 * remote-rdi.c (_initialize_remote_rdi): Ditto.
4253 * proc-api.c (_initialize_proc_api): Ditto.
4254 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
4255 * source.c (_initialize_source): Ditto.
4256 * exec.c (_initialize_exec): Ditto.
4257 * solib.c (_initialize_solib): Ditto.
4258 * top.c (init_main): Ditto.
4259 * tracepoint.c (_initialize_tracepoint): Ditto.
4260 * symfile.c (_initialize_symfile): Ditto.
4261 * printcmd.c (_initialize_printcmd): Ditto.
4262 * infcmd.c (_initialize_infcmd): Ditto.
4263 * corefile.c (_initialize_core): Ditto.
4264
4265 2002-03-05 Andrew Cagney <ac131313@redhat.com>
4266
4267 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
4268
4269 2002-03-05 Andrew Cagney <ac131313@redhat.com>
4270
4271 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
4272
4273 2002-03-05 Andrew Cagney <ac131313@redhat.com>
4274
4275 * NEWS: Update headings, 5.2 has branched.
4276
4277 2002-03-04 Daniel Jacobowitz <drow@mvista.com>
4278
4279 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
4280 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
4281 (register_addr, REGISTER_RAW_SIZE): Likewise.
4282 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
4283 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
4284
4285 2002-03-03 Michal Ludvig <mludvig@suse.cz>
4286
4287 * MAINTAINERS (x86-64): Add myself.
4288 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
4289 changed value_ptr -> struct value *
4290
4291 2002-03-01 David O'Brien <obrien@FreeBSD.org>
4292
4293 * configure.host (sparc64-*-freebsd): Add.
4294 * configure.tgt: Likewise.
4295 * config/sparc/fbsd.mh: New file.
4296 * config/sparc/fbsd.mt: Likewise.
4297 * config/sparc/nm-fbsd.h: Likewise.
4298 * config/sparc/tm-fbsd.h: Likewise.
4299
4300 2002-03-01 Daniel Jacobowitz <drow@mvista.com>
4301
4302 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
4303 regformats/reg-s390x.dat.
4304
4305 2002-03-01 Andrew Cagney <ac131313@redhat.com>
4306
4307 * utils.c: Add FIXME explaining true/false problem.
4308
4309 2002-02-28 Andrew Cagney <ac131313@redhat.com>
4310
4311 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
4312
4313 2002-02-28 Michael Chastain <mec@shout.net>
4314
4315 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
4316
4317 2002-02-28 Daniel Jacobowitz <drow@mvista.com>
4318
4319 * gdbserver/linux-s390-low.c: New file.
4320 * regformats/reg-s390.dat: New file.
4321 * regformats/reg-s390x.dat: New file.
4322 * gdbserver/configure.srv: Add S/390.
4323 * gdbserver/Makefile.in: Add S/390.
4324 * configure.tgt: Enable gdbserver for S/390.
4325
4326 2002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
4327
4328 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
4329 first line of the doc string for "info dos", except at the end of
4330 the sentence, since the short help stops at the first period.
4331
4332 2002-02-28 Jason Merrill <jason@redhat.com>
4333
4334 * dwarf2read.c (dwarf_cfi_name): Add new codes.
4335
4336 2002-02-27 Fred Fish <fnf@redhat.com>
4337
4338 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
4339 comment (dumy -> dummy).
4340
4341 2002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4342
4343 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
4344
4345 2002-02-27 Rodney Brown <rbrown64@csc.com.au>
4346
4347 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
4348
4349 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
4350
4351 * gdbserver/acconfig.h: New file.
4352 * gdbserver/i387-fp.c: New file.
4353 * gdbserver/i387-fp.h: New file.
4354 * gdbserver/linux-x86-64.c: New file.
4355 * regformats/reg-x86-64.dat: New file.
4356 * configure.tgt: Add x86_64-*-linux* gdbserver support.
4357 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
4358 * gdbserver/configure.in: Add support for regsets.
4359 * gdbserver/config.in: Regenerate.
4360 * gdbserver/configure: Regenerate.
4361 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
4362 * gdbserver/linux-low.h: New file.
4363 * gdbserver/linux-low.c: Include "linux-low.h". Add support
4364 for regsets.
4365 * gdbserver/linux-arm-low.c: Include "linux-low.h".
4366 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
4367 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
4368 * gdbserver/linux-mips-low.c: Include "linux-low.h".
4369 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
4370 * gdbserver/linux-sh-low.c: Include "linux-low.h".
4371 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
4372 "i387-fp.h". Add PTRACE_GETREGS and friends.
4373 * gdbserver/regcache.c (supply_register): New function.
4374 (supply_register_by_name): New function.
4375 (collect_register): New function.
4376 (collect_register_by_name): New function.
4377
4378 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
4379
4380 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
4381 (config.status): Add configure.srv dependency.
4382 (server_h): Add config.h dependency.
4383
4384 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
4385
4386 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
4387 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
4388 * gdbserver/configure.srv: Change i386-*-linux* to use
4389 reg-i386-linux.o.
4390
4391 2002-02-26 Andrew Cagney <ac131313@redhat.com>
4392
4393 * x86-64-tdep.c: Re-indent. Update copyright date.
4394
4395 2002-02-26 Andrew Cagney <ac131313@redhat.com>
4396
4397 From Michal Ludvig <mludvig@suse.cz>:
4398 * x86-64-tdep.c (value.h): Delete.
4399 (gdb_assert.h): Include.
4400 (x86_64_register_convert_to_virtual,
4401 x86_64_register_convert_to_raw ): Add check which lets only
4402 floating-point values to be converted.
4403 (value_push): Delete.
4404 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
4405 (i386_gdbarch_init): Number of register_bytes fixed.
4406
4407 2002-02-26 Andrew Cagney <ac131313@redhat.com>
4408
4409 * MAINTAINERS: Add x86-64 target.
4410
4411 2002-02-26 Andrew Cagney <ac131313@redhat.com>
4412
4413 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
4414 * osfsolib.c (solib_map_sections): Ditto.
4415 * irix5-nat.c (solib_map_sections): Ditto.
4416 * corelow.c (gdb_check_format): Ditto.
4417 * symfile.c (symfile_bfd_open): Ditto.
4418 * solib.c (solib_map_sections): Ditto.
4419 Fix PR gdb/354.
4420
4421 2002-02-26 Andrew Cagney <ac131313@redhat.com>
4422
4423 * remote.c (_initialize_remote): By default, disable ``e'' and
4424 ``E'' step out-of-range packets.
4425
4426 2002-02-26 Andreas Schwab <schwab@suse.de>
4427
4428 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
4429 m68k_linux_frame_saved_pc.
4430 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
4431 in_sigtramp.
4432 (SIGCONTEXT_PC_OFFSET): Remove.
4433 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
4434 m68k_linux_sigtramp_saved_pc): New functions.
4435 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
4436 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
4437 (UCONTEXT_PC_OFFSET): Define.
4438 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
4439 non-RT and RT signal trampolines.
4440
4441 2002-02-26 Richard Earnshaw <rearnsha@arm.com>
4442
4443 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
4444 (TARGET_NBPG, STACK_END_ADDR): Delete
4445 (VARIABLES_INSIDE_BLOCK): Delete.
4446
4447 2002-02-25 Andrew Cagney <ac131313@redhat.com>
4448
4449 * utils.c (perror_with_name): Make string parameter constant.
4450 (print_sys_errmsg): Ditto.
4451 (query): Ditto.
4452 * defs.h (perror_with_name): Update.
4453 (print_sys_errmsg): Update.
4454 (query): Update.
4455
4456 2002-02-25 Daniel Jacobowitz <drow@mvista.com>
4457
4458 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
4459 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
4460
4461 2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4462
4463 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
4464 if it already matches the current architecture from the exec file.
4465 Include arch-utils.h for gdbarch_info_init prototype.
4466 * Makefile.in (rs6000-nat.o): Update dependencies.
4467
4468 2002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
4469
4470 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
4471 list of exported variables.
4472
4473 2002-02-24 Daniel Jacobowitz <drow@mvista.com>
4474
4475 * gdbserver/configure.srv: New file.
4476 * gdbserver/configure.in: Use configure.srv instead
4477 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
4478 from it.
4479 * gdbserver/configure: Regenerated.
4480 * gdbserver/terminal.h: New file.
4481 * gdbserver/Makefile.in: Update for configure changes. Remove
4482 more unneeded include paths.
4483
4484 2002-02-24 Andrew Cagney <ac131313@redhat.com>
4485
4486 From wiz at danbala:
4487 * config/sparc/tm-sp64.h: Fix grammar and typos.
4488 Fix PR gdb/287.
4489
4490 2002-02-24 Andrew Cagney <ac131313@redhat.com>
4491
4492 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
4493 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
4494 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
4495 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
4496 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
4497 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
4498 * s390-tdep.c: Ditto.
4499 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
4500 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
4501 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
4502 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
4503 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
4504 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
4505 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
4506 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
4507 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
4508 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
4509 Fix PR gdb/378.
4510
4511 2002-02-23 Andrew Cagney <ac131313@redhat.com>
4512
4513 * lin-thread.c: Delete file.
4514 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
4515 to gdb_proc_service.h.
4516 * configure: Re-generate.
4517
4518 * ocd.c (ocd_open): Do not try to open the "ocd" device.
4519 * serial.c (serial_open): Delete check for "ocd".
4520 Fix PR gdb/349.
4521
4522 * Makefile.in (linux-thread.o): Delete target.
4523 * linux-thread.c: Delete file.
4524
4525 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
4526 renamed SH files to be consistent.
4527
4528 * symtab.c (sort_search_symbols): Use xfree.
4529
4530 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
4531
4532 * arm-linux-tdep.c (arm_linux_init_abi): Register
4533 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
4534 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
4535 definition with undef, since we don't want the sysvr4 definition.
4536 (SKIP_TRAMPOLINE_CODE): Likewise.
4537
4538 2002-02-23 Andrew Cagney <ac131313@redhat.com>
4539
4540 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
4541
4542 * configure.in: (AC_CHECK_FUNCS) Added test for
4543 canonicalize_file_name Regenerated.
4544 * config.in, configure: Regenerated.
4545 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
4546 defined use canonicalize_file_name.
4547
4548 2002-02-23 Michael Chastain <mec@shout.net>
4549
4550 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
4551
4552 2002-02-23 Andrew Cagney <ac131313@redhat.com>
4553
4554 * README: Remove references to cygnus.com.
4555 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
4556 dot com'' form. Remove references to cygnus.com and sourceware.
4557
4558 2002-02-23 Andrew Cagney <ac131313@redhat.com>
4559
4560 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
4561 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
4562 1003.1-2001 no longer allows "head -1".
4563 * gdb/Makefile.in (version.c): Likewise.
4564 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
4565 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
4566 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
4567
4568 2002-02-23 Andrew Cagney <ac131313@redhat.com>
4569
4570 * cli/cli-decode.c (cmd_cfunc_eq): New function.
4571 * command.h (cmd_cfunc_eq): Declare.
4572 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
4573
4574 * cli/cli-cmds.h (is_complete_command): Change parameter to a
4575 ``struct cmd_list_element *''.
4576 * cli/cli-cmds.c (is_complete_command): Update. Use
4577 cmd_cfunc_eq.
4578 * top.c (execute_command): Pass the command to
4579 is_complete_command.
4580 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
4581
4582 2002-02-23 Andrew Cagney <ac131313@redhat.com>
4583
4584 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
4585 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
4586 architecture defines.
4587 * s390-tdep.c (s390_gdbarch_init): Likewise.
4588
4589 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
4590
4591 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
4592 (arm_linux_push_arguments): Likewise.
4593 (arm_linux_init_abi): Register them. Also register linux-specific
4594 call_dummy_words.
4595 (find_minsym_and_objfile): Use strcmp, not STREQ.
4596 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
4597 (arm_linux_call_dummy_words): Delete declaration.
4598 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
4599 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
4600 declarations.
4601 (LOWEST_PC): Delete.
4602
4603 2002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4604
4605 * maint.c (print_section_info): Do not prepend `0x' to filepos
4606 output, it will be handled by local_hex_string_custom.
4607
4608 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
4609
4610 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
4611 (store_newfpe_double, store_newfpe_extended, store_fpregister)
4612 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
4613
4614 2002-02-22 Jim Blandy <jimb@redhat.com>
4615
4616 Indicate that the bcache functions don't change the strings
4617 they're passed.
4618 * bcache.h (bcache, hash): Add `const' keywords to declarations.
4619 * bcache.c (bcache, hash): Add `const' keywords to definitions.
4620
4621 2002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
4622
4623 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
4624
4625 2002-02-21 Christopher Faylor <cgf@redhat.com>
4626
4627 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
4628 find the complete path to a loaded DLL.
4629
4630 2002-02-21 Fred Fish <fnf@redhat.com>
4631
4632 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
4633 that marks the end of the range of a function, enter a line number
4634 entry that has a line number of zero and a PC offset that matches
4635 the end of the function. This starts a range of PC's for which no
4636 line number information is known.
4637 * symtab.c (find_pc_sect_line): If our best fit is in a range of
4638 PC's for which no line number info is found (line number is zero)
4639 then we didn't find any valid line information.
4640 * symtab.h: Document use of zero line number entry.
4641
4642 2002-02-21 Elena Zannoni <ezannoni@redhat.com>
4643
4644 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
4645 (have_ptrace_getvrregs): Define for run time checks.
4646 (gdb_vrregset_t): New type for Altivec register handling.
4647 (fetch_register, store_register): Fetch/store altivec register
4648 when needed.
4649 (fetch_altivec_register, store_altivec_register): New functions.
4650 (supply_vrregset, fill_vrregset): New functions.
4651 (fetch_altivec_registers, store_altivec_registers): New functions.
4652 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
4653 registers as well.
4654
4655 2002-02-21 Jiri Smid <smid@suse.cz>
4656
4657 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
4658
4659 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
4660
4661 * Makefile.in (armnbsd-nat.o): Update dependencies.
4662 * armnbsd-nat.c (supply_gregset): New function. Common code to
4663 supply the integer register set.
4664 (supply_fparegset): New function. Similar for FPA registers.
4665 (fetch_regs, fetch_fp_regs): Use them.
4666 (fetch_core_registers): Likewise.
4667 (fetch_elfcore_registers): New function.
4668 (arm_netbsd_elfcore_fns): New core-file type specification.
4669 (_initialize_arm_netbsd_nat): Register it.
4670
4671 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
4672
4673 * armnbsd-nat.c: Include gdbcore.h.
4674 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
4675 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
4676 'void' to declaration, to shut up ARI.
4677 (fetch_core_registers): Make static. Rewrite using supply_register.
4678 (arm_netbsd_core_fns): New core-file type specification.
4679 (_initialize_arm_netbsd_nat): New function.
4680
4681 2002-02-21 Christopher Faylor <cgf@redhat.com>
4682
4683 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
4684 value.
4685
4686 2002-02-20 Christopher Faylor <cgf@redhat.com>
4687
4688 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
4689 fails.
4690
4691 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
4692
4693 * jv-exp.y (parse_number): Change type of implicit longs
4694 to builtin_type_uint64.
4695
4696 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
4697
4698 * gdbserver/linux-low.c (mywait): Change argument to waitpid
4699 to be an integer instead of a `union wait'.
4700
4701 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
4702
4703 * mips-linux-nat.c: Call the operating system GNU/Linux.
4704 * mips-linux-tdep.c: Likewise.
4705 * mips-tdep.c: Likewise.
4706
4707 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
4708
4709 Fix PR gdb/265.
4710 * jv-exp.y (parse_number): Handle 64-bit integers.
4711
4712 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
4713
4714 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
4715 AC_STDC_HEADERS to AC_HEADER_STDC.
4716 * gdbserver/configure: Regenerated.
4717
4718 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
4719
4720 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
4721 is defined.
4722 * sparc-tdep.c (get_longjmp_target): Likewise.
4723
4724 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
4725
4726 * News: Add news about ARM and Multi-arch. Mention the new target
4727 arm*-*-netbsd*.
4728
4729 2002-02-19 Jim Blandy <jimb@redhat.com>
4730
4731 * stabsread.c (error_type_complaint): Improve error message.
4732
4733 2002-02-19 Daniel Jacobowitz <drow@mvista.com>
4734
4735 * gdbserver/README: Update documentation.
4736 * gdbserver/configure.in: Update configury to match documentation.
4737 * gdbserver/Makefile.in: Likewise.
4738 * gdbserver/configure: Regenerated.
4739 * gdbserver/aclocal.m4: New file, generated by aclocal.
4740 * gdbserver/config.in: New file, generated by autoheader.
4741
4742 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
4743
4744 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
4745 armnbsd-nat.c.
4746
4747 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
4748
4749 * arm-tdep.h (enum arm_float_model): New enum.
4750 (struct gdbarch_tdep): Add fp_model.
4751 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
4752 up floating-point conversions until we know the floating-point model
4753 in use by the inferior. Don't complain about being unable to
4754 determine the ABI of the inferior when we don't have one.
4755 (arm_extract_return_value): Support different floating-point models.
4756 (arm_store_return_value): Likewise.
4757 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
4758 ARM_FLOAT_SOFT.
4759 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
4760
4761 2002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4762
4763 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
4764 of ``current_gdbarch''.
4765
4766 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
4767
4768 * armnbsd-nat.c : ANSIfy all function declarations.
4769 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
4770 (fetch_inferior_registers): Re-implement in terms of above.
4771 (store_register, store_regs, store_fp_register, store_fp_regs): New.
4772 (store_inferior_registers): Re-implement in terms of above.
4773
4774 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
4775
4776 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
4777 kernel.
4778 * arm-linux-tdep.c: Likewise.
4779 * config/arm/tm-linux.h: Likewise.
4780
4781 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
4782
4783 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
4784 * config/arm/nbsd.mt (TM_FILE): Delete.
4785 * config/arm/tm-nbsd.h: Delete.
4786
4787 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
4788
4789 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
4790 Initialize CALL_DUMMY_LENGTH.
4791
4792 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
4793
4794 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
4795 function.
4796 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
4797 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
4798 defines one thing and that is incorrect for this port.
4799 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
4800
4801 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
4802
4803 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
4804
4805 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
4806
4807 * win32-nat.c (display_selector): New function. Displays information
4808 about the information returned by GetThreadSelectorEntry API function.
4809 (display_selectors): New function. Displays the infomation of
4810 the selector given as argument, or of CS, DS ans FS selectors
4811 if no argument is given.
4812 ( _initialize_inftarg): Add "w32" as info prefix command.
4813 Add "info w32 selector" as command calling display_selectors.
4814
4815 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
4816
4817 * i386-tdep.c (get_longjmp_target): Fix compilation failure
4818 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
4819 if not defined.
4820
4821 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
4822
4823 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
4824
4825 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
4826
4827 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
4828 (arm_fix_call_dummy): Call it.
4829 (arm_call_dummy_breakpoint_offset): Delete.
4830 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
4831 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
4832
4833 2002-02-18 Andrew Cagney <ac131313@redhat.com>
4834
4835 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
4836 Default to func_frame_chain_valid.
4837 * gdbarch.h, gdbarch.c: Re-generate.
4838 * frame.h (FRAME_CHAIN_VALID): Delete definition.
4839
4840 2002-02-18 Elena Zannoni <ezannoni@redhat.com>
4841
4842 * ppc-linux-nat.c: Update copyright.
4843 (fetch_register, store_register): Add tid parameter, don't compute
4844 tid here.
4845 (fetch_ppc_registers, store_ppc_registers): Add tid
4846 parameter. Pass it along to callees.
4847 (fetch_inferior_registers, store_inferior_registers): Compute tid
4848 here, and pass it to calleed functions.
4849 (fill_gregset, supply_fpregset): Clean up formatting.
4850
4851 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
4852
4853 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
4854 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
4855
4856 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
4857
4858 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
4859 * gdbarch.c gdbarch.h: Regenerate.
4860 * breakpoint.c (create_longjmp_breakpoint): Always compile this
4861 function.
4862 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
4863 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
4864 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
4865
4866 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
4867 * arm-tdep.c (arm_get_longjmp_target): New function.
4868 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
4869 this to a positive value register arm_get_longjmp_target as the
4870 longjmp handler.
4871 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
4872 (arm_linux_init_abi): Set up longjmp description in tdep.
4873 * armnbsd-nat.c (get_longjmp_target): Delete.
4874 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
4875 description in tdep.
4876 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
4877 (get_longjmp_target): Delete declaration.
4878 (GET_LONGJMP_TARGET): Delete.
4879 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
4880 (GET_LONGJMP_TARGET): Delete.
4881
4882 2002-02-17 Kevin Buettner <kevinb@redhat.com>
4883
4884 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
4885 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
4886 of ``current_gdbarch''.
4887
4888 2002-02-17 Tom Tromey <tromey@redhat.com>
4889
4890 * cli/cli-cmds.c (compare_strings): New function.
4891 (complete_command): Only print each unique item once.
4892 * completer.h (complete_line): Declare.
4893 * completer.c (complete_line): New function.
4894 (line_completion_function): Use it.
4895
4896 2002-02-16 Andrew Cagney <ac131313@redhat.com>
4897
4898 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
4899 * gdbarch.h, gdbarch.c: Re-generate.
4900
4901 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
4902
4903 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
4904
4905 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
4906
4907 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
4908 * valops.c (value_arg_coerce): Don't take the address of a reference
4909 to convert an argument to a reference.
4910
4911 2002-02-15 Christopher Faylor <cgf@redhat.com>
4912
4913 * win32-nat.c (get_image_name): New function.
4914 (handle_load_dll): Use get_image_name function.
4915 (get_child_debug_event): Avoid registering debug events until possibly
4916 execed process is started.
4917 (child_create_inferior): Allow invocation via shell so that command
4918 line redirection, etc. works ok.
4919 (_initialize_inftarg): Add new command: "set shell" to control whether
4920 a shell is used to start a process.
4921
4922 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
4923
4924 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
4925 instead of find_register_by_number.
4926 (cannot_store_register): Likewise.
4927
4928 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
4929
4930 * dwarf2read.c: Replace fprintf (stderr, ...) by
4931 fprintf_unfiltered (gdb_stderr, ...).
4932
4933 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
4934
4935 * gdbserver/gdbserver.1: Document --attach.
4936
4937 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
4938
4939 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
4940 descriptions.
4941 * arm-tdep.c (arm_default_arm_le_breakpoint)
4942 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
4943 (arm_default_thumb_be_breakpoint): New. Initialize them from
4944 traditional breakpoint defines.
4945 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
4946 (arm_gdbarch_init): Initialize new breakpoint variables.
4947 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
4948 (arm_linux_init_abi): Initialize linux-specific breakpoint.
4949 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
4950 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
4951 code out to ...
4952 (arm_netbsd_init_abi_common): ... here; new function.
4953 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
4954 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
4955 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
4956 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
4957
4958 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
4959
4960 * arm-tdep.h (enum arm_abi): New enum.
4961 (struct gdbarch_tdep): New structure.
4962 (LOWEST_PC): Provide a default.
4963 (arm_gdbarch_register_os_abi): Declare new function.
4964 * arm-tdep.c (arm_abi_names): New array.
4965 (process_note_abi_tag_sections): New function.
4966 (get_elfosabi): New function.
4967 (arm_gdbarch_register_os_abi): New function.
4968 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
4969 support for that ABI has been built in, then call the appropriate
4970 configuration routine. Use gdbarch_num_regs() to get the number
4971 of registers.
4972 (arm_dump_tdep): New function.
4973 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
4974 place-holder functions.
4975 (_initialize_arm_tdep): Register them.
4976 * config/arm/tm-arm.h (LOWEST_PC): Delete.
4977
4978 * armnbsd-tdep.c: New file.
4979 * Makefile.in (armnbsd-tdep.o): Add dependencies.
4980 * config/arm/nbsd.mt (TDEPFILES): Add it.
4981 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
4982
4983 * armnbsd-nat.c: Include regcache.h.
4984 * Makefile.in (armnbsd-nat.o): Update dependency list.
4985
4986 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
4987
4988 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
4989
4990 * gdbserver/Makefile.in: Fix typos in target rules.
4991
4992 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
4993
4994 Fix part of PR gdb/267.
4995 * linespec.c (find_methods): Handle constructors specially for now.
4996
4997 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
4998
4999 * arm-tdep.c (arm_push_arguments): Eliminate special float type
5000 handling.
5001 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
5002 standard_coerce_float_to_double().
5003
5004 2002-02-14 Christopher Faylor <cgf@redhat.com>
5005
5006 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
5007 GDBINIT_FILENAME.
5008
5009 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
5010
5011 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
5012 find_variant_by_name, because it confuses the multiarch
5013 framework. Return NULL if there isn't an architecture with the
5014 user supplied name, instead of forcing a different one without
5015 recording the change with the multiarch machinery.
5016 (find_variant_by_name): Delete.
5017
5018 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
5019
5020 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
5021 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
5022
5023 2002-02-13 Martin M. Hunt <hunt@redhat.com>
5024
5025 * stack.c (print_frame_info_base): When calling
5026 print_frame_info_listing_hook, set current_source_symtab.
5027
5028 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
5029
5030 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
5031 and remove unused $(INCLUDE_DIR).
5032 Add regcache.c to OBS.
5033 Add generated register protocol files to clean target.
5034 Update dependencies for new objects, obsolete old target code.
5035
5036 * gdbserver/linux-low.c: Remove all platform-specific code to
5037 new files. Remove various dead code. Update to use regcache
5038 functionality.
5039 * gdbserver/remote-utils.c (fromhex): Add return statement
5040 to quiet warning.
5041 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
5042 constant.
5043 (input_interrupt): Add integer parameter to match prototype
5044 of a signal handler.
5045 (outreg): Use register_data ().
5046 (prepare_resume_reply): Use gdbserver_expedite_regs.
5047 * gdbserver/server.c (main): Dynamically allocate own_buf because
5048 PBUFSIZ is no longer constant. Use registers_to_string () and
5049 registers_from_string ().
5050 * gdbserver/server.h: No longer include "defs.h". Add prototypes
5051 for error (), fatal (), and warning (). Update definition of
5052 PBUFSIZ to use regcache functionality. Add include guard.
5053 * gdbserver/utils.c (fatal): Add missing ``const''.
5054 (warning): New function.
5055
5056 * regformats/regdat.sh: Include "regcache.h" in generated files.
5057 Provide init_registers () function.
5058 * regformats/regdef.h: Add prototype for set_register_cache ().
5059 Add include guard.
5060
5061 * gdbserver/linux-arm-low.c: New file.
5062 * gdbserver/linux-i386-low.c: New file.
5063 * gdbserver/linux-ia64-low.c: New file.
5064 * gdbserver/linux-m68k-low.c: New file.
5065 * gdbserver/linux-mips-low.c: New file.
5066 * gdbserver/linux-ppc-low.c: New file.
5067 * gdbserver/linux-sh-low.c: New file.
5068
5069 * gdbserver/regcache.c: New file.
5070 * gdbserver/regcache.h: New file.
5071
5072 * gdbserver/low-linux.c: Removed obsolete file.
5073
5074 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
5075
5076 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
5077 * config/i386/linux.mt: Likewise.
5078 * config/ia64/linux.mt: Likewise.
5079 * config/m68k/linux.mh: Likewise.
5080 * config/powerpc/linux.mh: Likewise.
5081 * config/mips/linux.mt: Likewise.
5082
5083 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
5084
5085 * config/i386/i386lynx.mh: Mark gdbserver variables
5086 as (currently) obsolete for this target.
5087 * config/i386/nbsd.mt: Likewise.
5088 * config/i386/nbsdelf.mt: Likewise.
5089 * config/m32r/m32r.mt: Likewise.
5090 * config/m68k/m68klynx.mh: Likewise.
5091 * config/m68k/nbsd.mt: Likewise.
5092 * config/m68k/sun3os4.mh: Likewise.
5093 * config/mips/vr5000.mt: Likewise.
5094 * config/ns32k/nbsd.mt: Likewise.
5095 * config/pa/hppabsd.mh: Likewise.
5096 * config/pa/hppaosf.mh: Likewise.
5097 * config/powerpc/nbsd.mt: Likewise.
5098 * config/rs6000/rs6000lynx.mh: Likewise.
5099 * config/s390/s390.mt: Likewise.
5100 * config/s390/s390x.mt: Likewise.
5101 * config/sparc/sparclynx.mh: Likewise.
5102 * config/sparc/sun4os4.mh: Likewise.
5103 * config/i386/x86-64linux.mt: Likewise.
5104 * config/sparc/linux.mh: Likewise.
5105
5106 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
5107
5108 * configure.tgt: Configure gdbserver only for known working
5109 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
5110 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
5111 SUBDIRS if it is configured. Update comment for ${nativefile}.
5112 * configure: Regenerated.
5113
5114 2002-02-13 Michael Snyder <msnyder@redhat.com>
5115
5116 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
5117
5118 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
5119 (default_gcore_mach): Just return 0, work around a problem in bfd.
5120 (default_gcore_target): OK to return NULL if exec_bfd is null.
5121 (make_mem_sec): Use a cast, avoid a warning.
5122
5123 * procfs.c (find_memory_regions_callback): Use a cast instead of
5124 calling host_pointer_to_address (which complains if
5125 sizeof (host pointer) != sizeof (target pointer)).
5126 (procfs_make_note_section): Avoid overflow in psargs string.
5127
5128 * procfs.c (procfs_make_note_section): Make the default
5129 implementation return an error.
5130
5131 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
5132
5133 * procfs.c (procfs_make_note_section): Provide a default definition
5134 (for alpha-dec-osf4.0f). Fix typos.
5135
5136 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
5137
5138 * linux-proc.c: Add include of regcache.h.
5139 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
5140
5141 2002-02-13 Andrew Cagney <ac131313@redhat.com>
5142
5143 From 2002-01-18 Greg McGary <greg@mcgary.org>:
5144 * memattr.c (create_mem_region): Disallow useless empty region.
5145 Regions are half-open intervals, so allow [A..B) [B..C) as
5146 non-overlapping.
5147
5148 2002-02-13 Michael Chastain <mec@shout.net>
5149
5150 * defs.h: Kill CONST_PTR.
5151 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
5152 * c-lang.c (c_builtin_types): Likewise.
5153 * ch-lang.c (ch_builtin_types): Likewise.
5154 * f-lang.c (f_builtin_types): Likewise.
5155 * language.c (unknown_builtin_types): Likewise.
5156 * m2-lang.c (m2_builtin_types): Likewise.
5157 * p-lang.c (pascal_builtin_types): Likewise.
5158 * scm-lang.c (c_builtin_types): Likewise.
5159
5160 2002-02-13 Keith Seitz <keiths@redhat.com>
5161
5162 * arm-tdep.h (arm_get_next_pc): Add declaration.
5163
5164 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
5165
5166 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
5167 with other related struct-returning functions.
5168 (arm_extract_struct_value_address): New function.
5169 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
5170 initialize float_format, double_format and long_double_format as
5171 appropriate to the endianness of the target.
5172 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
5173 (arm_use_struct_convention): Delete declaration.
5174 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
5175
5176 2002-02-13 Keith Seitz <keiths@redhat.com>
5177
5178 * defs.h (core_addr_to_string_nz): New function.
5179
5180 2002-02-13 Mark Kettenis <kettenis@gnu.org>
5181
5182 Apply missing bits of 2002-01-15 patch.
5183 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
5184 (fill_fpregset): Use i387_fill_fsave.
5185
5186 2002-02-12 Keith Seitz <keiths@redhat.com>
5187
5188 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
5189 (core_addr_to_string_nz): New function.
5190
5191 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
5192
5193 * arm-linux-nat.c: Really include arm-tdep.h.
5194 * config/arm/tm-linux.h (struct type, struct value): Declare.
5195
5196 2002-02-11 Michael Snyder <msnyder@redhat.com>
5197
5198 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
5199 (gcore section): Ifdef for Solaris and Unixware only.
5200 (procfs_do_thread_registers): Unixware needs one lwpstatus
5201 per thread (not one prstatus or pstatus).
5202 (procfs_make_note_section): Iterate only over kernel threads (lwps),
5203 not over all gdb threads. For unixware, call elfcore_write_pstatus
5204 once before iterating over threads.
5205
5206 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
5207
5208 * arm-tdep.h: New file.
5209 * arm-tdep.c: Include arm-tdep.h.
5210 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
5211 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
5212 (arm_print_float_info, arm_register_type, convert_to_extended)
5213 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
5214 (arm_extract_return_value, arm_register_name): Make static.
5215 (arm_software_single_step): Similarly. Fix types in declaration.
5216 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
5217 (arm_store_return_value, arm_store_struct_return): New functions.
5218 (arm_gdbarch_init): Register the above functions. Also register
5219 call_dummy_start_offset, sizeof_call_dummy_words,
5220 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
5221 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
5222 max_register_virtual_size, register_size. Set up
5223 prologue_cache.saved_regs here, rather than ...
5224 (_initialize_arm_tdep): ... here.
5225 * config/arm/tm-arm.h (struct type, struct value): Delete forward
5226 declarations.
5227 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
5228 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
5229 (arm_print_float_info, arm_register_type, convert_to_extended)
5230 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
5231 (arm_extract_return_value, arm_register_name): Delete declarations.
5232 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
5233 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
5234 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
5235 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
5236 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
5237 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
5238 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
5239 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
5240 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
5241 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
5242 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
5243 (arm_get_next_pc): No-longer static -- these are needed by the RDI
5244 interface.
5245 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
5246 * remote-rdi.c remote-rdp.c: Likewise.
5247 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
5248 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
5249 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
5250 definition.
5251
5252 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
5253 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
5254 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
5255 from non-ARM_ prefixed definitions.
5256 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
5257 all uses of above.
5258 * remote-rdi.c remote-rdp.c: Likewise.
5259 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
5260
5261 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
5262
5263 * arm-tdep.c (arm_frameless_function_invocation)
5264 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
5265 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
5266 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
5267 (arm_pop_frame, arm_get_next_pc): Make static.
5268 (arm_gdbarch_init): Register above in gdbarch structure.
5269 (arm_read_fp): Renamed from arm_target_read_fp.
5270 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
5271 * config/arm/tm-arm.h (arm_frameless_function_invocation)
5272 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
5273 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
5274 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
5275 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
5276 (arm_pc_is_thumb_dummy): Delete declarations.
5277 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
5278 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
5279 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
5280 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
5281
5282 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
5283
5284 * symtab.c (compare_search_syms): New function.
5285 (sort_search_symbols): New function.
5286 (search_symbols): Sort symbols after searching rather than
5287 before.
5288
5289 2002-02-10 Andrew Cagney <ac131313@redhat.com>
5290
5291 * NEWS: Linux -> GNU/Linux.
5292
5293 2002-02-10 Andrew Cagney <ac131313@redhat.com>
5294
5295 * gdbarch.sh: For for level one methods, disallow a definition
5296 when partially multi-arched. Add comments explaining rationale.
5297 * gdbarch.h: Re-generate.
5298
5299 2002-02-10 Andrew Cagney <ac131313@redhat.com>
5300
5301 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
5302 multi-arch partial.
5303
5304 2002-02-10 Andrew Cagney <ac131313@redhat.com>
5305
5306 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
5307 field. Use diff -u.
5308 * gdbarch.c: Re-generate.
5309
5310 2002-02-10 Andrew Cagney <ac131313@redhat.com>
5311
5312 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
5313 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
5314 partial.
5315
5316 2002-02-10 Andrew Cagney <ac131313@redhat.com>
5317
5318 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
5319 multi-arch partial.
5320 (PUSH_ARGUMENTS): Switch to using predefault.
5321 * gdbarch.c: Regenerate.
5322
5323 2002-02-10 Andrew Cagney <ac131313@redhat.com>
5324
5325 * valops.c (PUSH_ARGUMENTS): Delete definition.
5326 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
5327 partial. Default to default_push_arguments.
5328 * gdbarch.h, gdbarch.c: Regenerate.
5329
5330 2002-02-09 Andrew Cagney <ac131313@redhat.com>
5331
5332 * defs.h (throw_exception): Rename return_to_top_level. Update
5333 comments.
5334 * utils.c (error_stream, internal_verror, quit): Ditto.
5335 * top.c (throw_exception, catcher): Ditto.
5336 * sparclet-rom.c (sparclet_load): Ditto.
5337 * remote.c (interrupt_query, minitelnet): Ditto.
5338 * remote-sds.c (interrupt_query): Ditto.
5339 * remote-mips.c (mips_error, mips_kill): Ditto.
5340 * ocd.c (interrupt_query): Ditto.
5341 * monitor.c (monitor_interrupt_query): Ditto.
5342 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
5343 * target.h: Update comment.
5344
5345 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
5346
5347 2002-02-09 Andrew Cagney <ac131313@redhat.com>
5348
5349 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
5350 default_double_format.
5351 * gdbarch.h, gdbarch.c: Re-generate.
5352 * findvar.c (floatformat_unknown): Delete variable definition.
5353 * doublest.h (floatformat_unknown): Delete variable declaration.
5354
5355 2002-02-09 Jim Blandy <jimb@redhat.com>
5356
5357 * stabsread.c (read_type): Add code to parse Sun's syntax for
5358 prototyped function types.
5359
5360 2002-02-09 Andrew Cagney <ac131313@redhat.com>
5361
5362 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
5363 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
5364
5365 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
5366
5367 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
5368 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
5369 now _initialize_xcoffsolib gets called again and overrides the
5370 commands from solib.c in a native configuration.
5371
5372 2002-02-09 Mark Kettenis <kettenis@gnu.org>
5373
5374 * doublest.c (store_typed_floating): Don't try to return a value.
5375 Fixes PR gdb/290.
5376
5377 2002-02-08 Jim Blandy <jimb@redhat.com>
5378
5379 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
5380 is prototyped and has no arguments, print its argument list as
5381 `(void)'.
5382
5383 2002-02-08 Chris Demetriou <cgd@broadcom.com>
5384
5385 * MAINTAINERS (write-after-approval): Add myself.
5386 (paper-trail): I've escaped!
5387
5388 2002-02-08 Christopher Faylor <cgf@redhat.com>
5389
5390 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
5391 changes.
5392 (_initialize_check_for_gdb_ini): Ditto.
5393
5394 2002-02-08 Martin M. Hunt <hunt@redhat.com>
5395
5396 * win32-nat.c (cygwin_pid_to_str): Fix typo.
5397 xaprintf -> xasprintf.
5398
5399 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
5400
5401 * win32-nat.c: Remove use of printf and sprintf functions.
5402
5403 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
5404
5405 * arm-tdep.c (arm_frame_chain_valid): Make static.
5406 (arm_push_arguments): Likewise.
5407 (arm_gdbarch_init): New function.
5408 (_initialize_arm_tdep): Call it.
5409 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
5410 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
5411 (FRAME_CHAIN_VALID): Delete.
5412 (arm_frame_chain_valid): Delete declaration.
5413 (PUSH_ARGUMENTS): Delete.
5414 (arm_push_arguments): Delete declaration.
5415 (CALL_DUMMY_P): Delete.
5416
5417 2002-02-08 Andrew Cagney <ac131313@redhat.com>
5418 Corinna Vinschen <vinschen@redhat.com>
5419
5420 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
5421 on builtin float types.
5422
5423 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
5424
5425 * utils.c: Include <curses.h> before "bfd.h".
5426 * tui/tui-hooks.c: Likewise.
5427 * tui/tui.c: Likewise.
5428 * tui/tuiCommand.c: Likewise.
5429 * tui/tuiData.c: Likewise.
5430 * tui/tuiDataWin.c: Likewise.
5431 * tui/tuiDisassem.c: Likewise.
5432 * tui/tuiGeneralWin.c: Likewise.
5433 * tui/tuiIO.c: Likewise.
5434 * tui/tuiLayout.c: Likewise.
5435 * tui/tuiRegs.c: Likewise.
5436 * tui/tuiSource.c: Likewise.
5437 * tui/tuiSourceWin.c: Likewise.
5438 * tui/tuiStack.c: Likewise.
5439 * tui/tuiWin.c: Likewise.
5440
5441 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
5442
5443 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
5444 to include space for pseudoregs as well. Update loops accordingly.
5445 (sh_fp_frame_init_saved_regs): Ditto.
5446 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
5447
5448 2002-02-07 Andrew Cagney <ac131313@redhat.com>
5449
5450 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
5451 Add Richard Earnshaw to Arm maintainers.
5452
5453 2002-02-07 Andrew Cagney <ac131313@redhat.com>
5454
5455 * defs.h (warning_begin): Delete declaration.
5456
5457 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
5458 Delete macro.
5459
5460 2002-02-07 Michael Snyder <msnyder@redhat.com>
5461
5462 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
5463 Logic bug, remove misplaced else.
5464
5465 2002-02-07 Klee Dienes <klee@apple.com>
5466
5467 * fork-inferior.c (fork_inferior): Add '!' to the list of
5468 characters that need to be quoted when building a string for the
5469 shell. Quote '!' specifically with a backslash, since CSH chokes
5470 when trying to evaluate "str!str".
5471
5472 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
5473
5474 * rdi-share/host.h: Only provide a typedef for bool if it is not
5475 defined.
5476
5477 2002-02-04 Michael Snyder <msnyder@redhat.com>
5478
5479 * breakpoint.h (enum bptype): Add new overlay event bp type.
5480 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
5481
5482 * breakpoint.c (create_internal_breakpoint): New function.
5483 (internal_breakpoint_number): Moved into create_internal_breakpoint.
5484 (create_longjmp_breakpoint): Use create_internal_breakpoint.
5485 (create_thread_event_breakpoint): Ditto.
5486 (create_solib_event_breakpoint): Ditto.
5487 (create_overlay_event_breakpoint): New function.
5488 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
5489 (update_breakpoints_after_exec): Delete and re-initialize
5490 overlay event breakpoints after an exec. Add FIXME comment
5491 about longjmp breakpoint.
5492 (print_it_typical): Ignore overlay event breakpoints.
5493 (print_one_breakpoint): Ditto.
5494 (mention): Ditto.
5495 (bpstat_what): Do not stop for overlay event breakpoints.
5496 (delete_breakpoint): Don't delete overlay event breakpoints.
5497 (breakpoint_re_set_one): Delete the overlay event breakpoint.
5498 (breakpoint_re_set): Re-create overlay event breakpoint.
5499
5500 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
5501 (overlay_manual_command): Disable overlay breakpoints.
5502 (overlay_off_command): Disable overlay breakpoints.
5503
5504 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
5505
5506 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
5507 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
5508 to here from config/tm-arm.h.
5509 (coff_sym_is_thumb): Make static.
5510 (arm_elf_make_msymbol_special): New function.
5511 (arm_coff_make_msymbol_special): New function.
5512 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
5513 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
5514 (coff_sym_is_thumb): Delete declaration.
5515 (arm_elf_make_msymbol_special): Declare.
5516 (arm_coff_make_msymbol_special): Declare.
5517 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
5518 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
5519
5520 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
5521
5522 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
5523
5524 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
5525
5526 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
5527 * gdbarch.c gdbarch.h: Regenerate.
5528 * arch-utils.c (default_print_float_info): New function.
5529 * arch-utils.h (default_print_float_info): Prototype it.
5530 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
5531 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
5532 (PRINT_FLOAT_INFO): Document it.
5533
5534 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
5535 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
5536 (PRINT_FLOAT_INFO): Define.
5537
5538 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
5539
5540 * win32-nat.c (_initialize_check_for_gdb_ini):
5541 Add typecast to sprintf argument to suppress a warning.
5542
5543 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
5544
5545 * win32-nat.c (last_sig): Changed type of variable to target_signal,
5546 to allow easier handling of pass state.
5547 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
5548 that gives exception name and address.
5549 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
5550 and set last_sig value to ourstatus->value.sig. Some missing
5551 exceptions added.
5552 (child_continue): Correctly report continue_status.
5553 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
5554 TARGET_SIGNAL_0 (new default value).
5555 (child_resume): consider sig argument passed to decide if
5556 the exception should be passed to debuggee or not.
5557
5558 2002-02-05 Michael Snyder <msnyder@redhat.com>
5559
5560 * regcache.c (fetch_register): Call target_fetch_register
5561 only if we don't call FETCH_PSEUDO_REGISTER.
5562 (store_register): Call target_store_register only if we
5563 don't call STORE_PSEUDO_REGISTER.
5564
5565 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
5566
5567 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
5568 ELF_MAKE_MSYMBOL_SPECIAL.
5569 * gdbarch.c, gdbarch.h: Regenerate.
5570 * arch-utils.c (default_make_msymbol_special): New function.
5571 * arch-utils.h (default_make_msymbol_special): Export.
5572 * elfread.c (elf_symtab_read): Compile use of
5573 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
5574 multiarched.
5575 * coffread.c (coff_symtab_read): Ditto, for
5576 COFF_MAKE_MSYMBOL_SPECIAL.
5577
5578 2002-02-05 Jim Blandy <jimb@redhat.com>
5579
5580 * solib-svr4.c (svr4_truncate_ptr): New function.
5581 (svr4_relocate_section_addresses): Do the address arithmetic with
5582 the appropriate truncation for target addresses, even when
5583 CORE_ADDR is larger than a target address.
5584
5585 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
5586
5587 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
5588 to (int *).
5589
5590 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
5591
5592 * gdbserver/linux-low.c (kill_inferior): Remove commented out
5593 code.
5594
5595 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
5596
5597 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
5598
5599 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
5600
5601 * gdbserver/linux-low.c: Remove unused include files.
5602
5603 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
5604
5605 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
5606 (read_inferior_memory): Use it.
5607 (write_inferior_memory): Likewise.
5608
5609 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
5610
5611 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
5612 grubbing through sys_errlist.
5613
5614 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
5615
5616 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
5617
5618 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
5619 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
5620
5621 2002-02-04 Andrew Cagney <ac131313@redhat.com>
5622
5623 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
5624 (do_sfunc, set_cmd_sfunc): New functions.
5625
5626 * command.h (struct cmd_list_element): Add field func.
5627 * cli/cli-decode.h (struct cmd_list_element): Ditto.
5628 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
5629 * cli/cli-decode.h: Ditto.
5630
5631 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
5632 (help_all, help_cmd_list): Ditto.
5633 (find_cmd, complete_on_cmdlist): Ditto.
5634 * top.c (execute_command): Ditto.
5635
5636 * cli/cli-setshow.c (do_setshow_command): Call func instead of
5637 function.sfunc.
5638
5639 * infcmd.c (notice_args_read): Fix function signature.
5640
5641 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
5642 * cli/cli-decode.c (add_set_cmd): Ditto.
5643 * utils.c (initialize_utils): Ditto.
5644 * maint.c (_initialize_maint_cmds): Ditto.
5645 * infrun.c (_initialize_infrun): Ditto.
5646 * demangle.c (_initialize_demangler): Ditto.
5647 * remote.c (add_packet_config_cmd): Ditto.
5648 * mips-tdep.c (_initialize_mips_tdep): Ditto.
5649 * cris-tdep.c (_initialize_cris_tdep): Ditto.
5650 * proc-api.c (_initialize_proc_api): Ditto.
5651 * kod.c (_initialize_kod): Ditto.
5652 * valprint.c (_initialize_valprint): Ditto.
5653 * top.c (init_main): Ditto.
5654 * infcmd.c (_initialize_infcmd): Ditto.
5655 * corefile.c (_initialize_core): Ditto.
5656 * arm-tdep.c (_initialize_arm_tdep): Ditto.
5657 * arch-utils.c (initialize_current_architecture): Ditto.
5658 (_initialize_gdbarch_utils): Ditto.
5659 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
5660
5661 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
5662 * wince.c (_initialize_inftarg): Ditto.
5663 * symfile.c (_initialize_symfile): Ditto.
5664 * mips-tdep.c (_initialize_mips_tdep): Ditto.
5665 * language.c (_initialize_language): Ditto.
5666 * arc-tdep.c (_initialize_arc_tdep): Ditto.
5667
5668 2002-02-04 Michael Snyder <msnyder@redhat.com>
5669
5670 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
5671
5672 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
5673
5674 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
5675 Add rules for building the register data files.
5676
5677 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
5678
5679 * regformats/regdat.sh: Add braces to the definition of
5680 expedite_regs_${arch}.
5681
5682 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
5683
5684 * regformats/regdef.h (struct reg): Add comment describing the
5685 requirements for offset and size fields.
5686
5687 2002-02-04 Andreas Schwab <schwab@suse.de>
5688
5689 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
5690 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
5691
5692 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
5693
5694 * gdbarch.sh (copyright): Update years in generated header.
5695 (SMASH_TEXT_ADDRESS): Add rule.
5696 * gdbarch.h, gdbarch.c: Re-generate.
5697 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
5698 * dbxread.c: Likewise.
5699 * dwarfread.c: Likewise.
5700 * elfread.c: Likewise.
5701 * somread.c: Likewise.
5702
5703 * arm-tdep.c (arm_smash_text_address): New function.
5704 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
5705
5706 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
5707
5708 Add support for hardware watchpoints on win32 native.
5709 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
5710 CONTEXT_DEBUG_REGISTERS.
5711 (dr variable): New variable. Static array containing a local copy
5712 of debug registers.
5713 (debug_registers_changed): New variable. Reflects when debug registers
5714 are changed and need to be written to inferior.
5715 (debug_registers_used): New variable. Reflects when any debug register
5716 was set, used when new threads are created.
5717 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
5718 i386-nat code.
5719 (thread_rec): Set dr array if id is the thread of current_event .
5720 (child_continue, child_resume): Change the debug registers for all
5721 threads if debug_registers_changed.
5722 (child_add_thread): Change the debug registers if debug_registers_used.
5723 * config/i386/cygwin.mh: Add use of i386-nat.o file.
5724 Link nm.h to new nm-cygwin.h file.
5725 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
5726 of hardware registers.
5727
5728 2002-02-03 Andrew Cagney <ac131313@redhat.com>
5729
5730 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
5731 Restore behavour broken by 2002-01-20 Andrew Cagney
5732 <ac131313@redhat.com> IEEE_FLOAT removal.
5733
5734 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
5735
5736 * c-valprint.c (c_val_print): Pass a proper valaddr to
5737 cp_print_class_method.
5738 * valops.c (search_struct_method): If there is only one method
5739 and args is NULL, return that method.
5740
5741 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
5742
5743 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
5744 accessing tag_name directly.
5745
5746 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
5747
5748 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
5749 of accessing tag_name directly.
5750
5751 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
5752
5753 PR gdb/280
5754 * gdbtypes.c (replace_type): New function.
5755 * gdbtypes.h (replace_type): Add prototype.
5756 * stabsread.c (read_type): Use replace_type.
5757
5758 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
5759
5760 * Makefile.in (memattr.o): Add missing dependencies rule.
5761
5762 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
5763
5764 * breakpoint.c (break_at_finish_command): Really export.
5765 (break_at_finish_at_depth_command): Ditto.
5766 (tbreak_at_finish_command): Ditto.
5767 * hppa-tdep.c: Include completer.h.
5768 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
5769 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
5770
5771 2002-02-01 Andrew Cagney <ac131313@redhat.com>
5772
5773 * utils.c (do_write): New function.
5774 (error_stream): Rewrite combining the code from error_begin and
5775 verror.
5776 (verror): Rewrite using error_stream.
5777 (error_begin): Delete function.
5778
5779 2002-02-01 Andrew Cagney <ac131313@redhat.com>
5780
5781 * utils.c (error_begin): Make static.
5782 * defs.h (error_begin): Delete declaration.
5783
5784 * linespec.c (cplusplus_error): Replace cplusplus_hint.
5785 (decode_line_1): Use cplusplus_error instead of error_begin,
5786 cplusplus_hint and return_to_top_level.
5787 * coffread.c (coff_symfile_read): Use error instead of error_begin
5788 and return_to_top_level.
5789 * infrun.c (default_skip_permanent_breakpoint): Ditto.
5790
5791 2002-02-01 Andrew Cagney <ac131313@redhat.com>
5792
5793 * language.h (type_error, range_error): Make string parameter
5794 constant.
5795 * language.c (warning_pre_print): Delete extern declaration.
5796 * dwarfread.c (warning_pre_print): Ditto.
5797 * language.c (type_error, range_error): Rewrite to use verror and
5798 vwarning instead of warning_begin.
5799
5800 2002-02-01 Michael Snyder <msnyder@redhat.com>
5801
5802 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
5803 (set_ignore_count): Move misplaced comment back where it belongs.
5804
5805 2002-02-01 Andrew Cagney <ac131313@redhat.com>
5806
5807 * command.h (NO_FUNCTION): Delete macro.
5808 * cli/cli-decode.h (NO_FUNCTION): Ditto.
5809 * top.c (execute_command): Replace NO_FUNCTION with NULL.
5810 * tracepoint.c (_initialize_tracepoint): Ditto.
5811 * cli/cli-decode.c (add_set_cmd): Ditto.
5812 * cli/cli-cmds.c (init_cli_cmds): Ditto.
5813
5814 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
5815
5816 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
5817 Update ``this'' pointer when calling virtual functions.
5818
5819 2002-02-01 Michael Snyder <msnyder@redhat.com>
5820
5821 * breakpoint.c (create_temp_exception_breakpoint): Delete.
5822 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
5823
5824 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
5825
5826 * regformats/reg-arm.dat: New file.
5827 * regformats/reg-i386.dat: New file.
5828 * regformats/reg-ia64.dat: New file.
5829 * regformats/reg-m68k.dat: New file.
5830 * regformats/reg-mips.dat: New file.
5831 * regformats/reg-ppc.dat: New file.
5832 * regformats/reg-sh.dat: New file.
5833 * regformats/regdef.h: New file.
5834 * regformats/regdat.sh: New file.
5835
5836 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
5837
5838 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
5839 (arm_frame_args_address, arm_frame_locals_address): New functions.
5840 (arm_frame_num_args): New function.
5841 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
5842 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
5843 (FRMA_NUM_ARGS): Call arm_frame_num_args.
5844
5845 2002-01-31 Michael Snyder <msnyder@redhat.com>
5846
5847 * breakpoint.c (break_at_finish_command): Export.
5848 (break_at_finish_at_depth_command): Export.
5849 (tbreak_at_finish_command): Export.
5850 (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
5851 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
5852 "tbreak" commands, which are HPPA specific.
5853
5854 * printcmd.c (disassemble_command): Remove an ancient
5855 artifact of an old merge.
5856
5857 * symfile.h (enum overlay_debugging_state):
5858 Define enum constant values for overlay mode.
5859 * symfile.c (overlay_debugging): Use enums instead of literals.
5860 (overlay_is_mapped, overlay_auto_command,
5861 overlay_manual_command): Ditto.
5862
5863 * breakpoint.c (insert_breakpoints, remove_breakpoint,
5864 breakpoint_here_p, breakpoint_inserted_here_p,
5865 breakpoint_thread_match, bpstat_stop_status,
5866 describe_other_breakpoints, check_duplicates, clear_command):
5867 Coding standard fixes.
5868
5869 * target.c (target_xfer_memory): Add spaces, coding standard.
5870 (do_xfer_memory): Add missing line to trust-readonly
5871 code: check bfd SEC_READONLY flag for section.
5872
5873 2002-01-31 Andrew Cagney <ac131313@redhat.com>
5874
5875 * PROBLEMS: Fix typo, 5.1->5.1.1.
5876
5877 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
5878
5879 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
5880 data symbols, since we search based on textlow and texthigh.
5881 (find_pc_sect_symtab): Likewise.
5882
5883 2002-01-30 Andrew Cagney <ac131313@redhat.com>
5884
5885 * defs.h (vwarning): Declare.
5886 * utils.c (vwarning): New function.
5887 (warning): Call vwarning.
5888 (warning_begin): Delete function.
5889
5890 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
5891 the warning message.
5892 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
5893 warning_begin.
5894
5895 2002-01-30 Michael Snyder <msnyder@redhat.com>
5896
5897 * NEWS: Mention "set trust-readonly-sections" command.
5898 Mention generate-core-file command.
5899
5900 2002-01-15 Michael Snyder <msnyder@redhat.com>
5901
5902 * target.c: New command, "set trust-readonly-sections on".
5903 (do_xfer_memory): Honor the suggestion to trust readonly sections
5904 by reading them from the object file instead of from the target.
5905 (initialize_targets): Register command "set trust-readonly-sections".
5906
5907 2002-01-29 Andrew Cagney <ac131313@redhat.com>
5908
5909 * parse.c (target_map_name_to_register): Simplify, search regs and
5910 pseudo-regs using a single loop.
5911
5912 2002-01-30 Andrew Cagney <ac131313@redhat.com>
5913
5914 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
5915
5916 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
5917
5918 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
5919 * config/i386/i386v42mp.mh: Add i387-nat.o .
5920 * i386v4-nat.c: Include i387-nat.h.
5921 (supply_fpregset): Use i387_supply_fsave.
5922 (fill_fpregset): Use i387_fill_fsave.
5923
5924 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
5925
5926 * arm-tdep.c (arm_call_dummy_words): Define.
5927 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
5928 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
5929 (CALL_DUMMY_WORDS): Define.
5930 (arm_call_dummy_words): Declare.
5931 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
5932 (arm_linux_call_dummy_words): Declare.
5933
5934 2002-01-30 Andreas Schwab <schwab@suse.de>
5935
5936 * m68klinux-nat.c: Fix last change to use regcache_collect
5937 instead of referencing registers[] directly.
5938
5939 2002-01-29 Andrew Cagney <ac131313@redhat.com>
5940
5941 * parse.c (target_map_name_to_register): Delete code wrapped in
5942 #ifdef REGISTER_NAME_ALIAS_HOOK.
5943
5944 2002-01-28 Michael Snyder <msnyder@redhat.com>
5945
5946 * regcache.c (legacy_read_register_gen): Need to be able to
5947 read pseudo-register as well as real register.
5948 (legacy_write_register_gen): Ditto.
5949
5950 2002-01-28 Andrew Cagney <ac131313@redhat.com>
5951
5952 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
5953 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
5954 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
5955 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
5956 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
5957 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
5958 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
5959 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
5960 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
5961 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
5962 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
5963 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
5964 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
5965 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
5966 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
5967 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
5968 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
5969 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
5970 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
5971 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
5972
5973 2002-01-28 Andrew Cagney <ac131313@redhat.com>
5974
5975 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
5976 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
5977 (initialize_current_architecture): Update target_byte_order using
5978 information from BFD.
5979 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
5980 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
5981
5982 2002-01-28 Andrew Cagney <ac131313@redhat.com>
5983
5984 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
5985 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
5986
5987 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
5988 #ifdef INVALID_FLOAT.
5989 * infcmd.c (do_registers_info): Ditto.
5990 * values.c (unpack_double): Ditto. Add comment.
5991
5992 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
5993 already commented out.
5994
5995 2002-01-26 Andreas Schwab <schwab@suse.de>
5996
5997 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
5998 * m68klinux-nat.c: Update ptrace interface for fetching/storing
5999 registers and add support for PTRACE_GETREGS.
6000
6001 2002-01-24 Andrew Cagney <ac131313@redhat.com>
6002
6003 GDB 5.1.1 released from 5.1 branch.
6004 * NEWS: Add 5.1.1 news.
6005 * README: Sync with 5.1 branch.
6006
6007 2002-01-23 Fred Fish <fnf@redhat.com>
6008
6009 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
6010 stabstring on initial malloc. Reallocing will copy it for us,
6011 if necessary.
6012
6013 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
6014
6015 * Makefile.in (hpread_h): Delete.
6016 (HFILES_NO_SRCDIR): Remove hpread.h.
6017 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
6018 (hpread.o): Update dependencies.
6019 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
6020
6021 * hp-psymtab-read.c: Remove file.
6022 * hp-symtab-read.c: Remove file.
6023 * hpread.h: Remove file.
6024
6025 * hpread.c: Merge all contents of hp-psymtab-read.c,
6026 hp-symtab-read.c and hpread.h into this file, as it was prior to
6027 January 1999.
6028
6029 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
6030 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
6031 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
6032 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
6033
6034 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
6035
6036 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
6037 fill_gregset): Call gdbarch_tdep() just once, assign result to
6038 variable and use that, instead of calling the function several
6039 times.
6040
6041 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
6042
6043 * configure.host: Accept sparcv9 as alias for sparc64.
6044 * configure.tgt: Likewise.
6045
6046 2002-01-22 Kevin Buettner <kevinb@redhat.com>
6047
6048 * solib-aix5.c (build_so_list_from_mapfile)
6049 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
6050 arguments is not reversed.
6051 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
6052 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
6053
6054 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
6055
6056 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
6057 modified version of obsolete sh_fetch_pseudo_register.
6058 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
6059 (sh4_register_read): New function.
6060 (sh_pseudo_register_write): New function. Renamed and modified
6061 version of obsolete sh_store_pseudo_register.
6062 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
6063 (sh4_register_write): New function.
6064 (sh_gdbarch_init): Remove setting of gdbarch function
6065 fetch_pseudo_register and store_pseudo_register. Remove setting of
6066 register_convert_to_raw, register_convert_to_virtual,
6067 register_convertible.
6068 (sh_sh4_register_convertible): Delete. No longer needed. All is
6069 taken care by architecture specific functions
6070 register_read/register_write.
6071 (sh_sh4_register_convert_to_virtual): Make static.
6072 (sh_sh4_register_convert_to_raw): Ditto.
6073
6074 2002-01-22 Andrew Cagney <ac131313@redhat.com>
6075
6076 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
6077 (floatformat_is_nan, floatformat_mantissa): Ditto.
6078
6079 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
6080 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
6081 builtin_type_ieee_double_little,
6082 builtin_type_ieee_double_littlebyte_bigword,
6083 builtin_type_m68881_ext, builtin_type_i960_ext,
6084 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
6085 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
6086 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
6087 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
6088
6089 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
6090
6091 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
6092 parameter. Set frameless flag if it exists and depended of
6093 whether the scanned function is frameless or not.
6094 (xstormy16_skip_prologue): If function is frameless, return
6095 result of xstormy16_scan_prologue().
6096 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
6097 call.
6098
6099 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
6100
6101 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
6102 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
6103 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
6104 sh_sh4_register_byte, sh_sh4_register_raw_size,
6105 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
6106 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
6107 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
6108 sh_store_pseudo_register, sh_do_pseudo_register): Call
6109 gdbarch_tdep() just once, assign result to variable and use that,
6110 instead of calling the function several times.
6111
6112 2002-01-20 Mark Kettenis <kettenis@gnu.org>
6113
6114 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
6115 macros instead of LAST_FPU_CTRL_REGNUM.
6116 (store_register): Likewise.
6117
6118 2002-01-21 Jim Blandy <jimb@redhat.com>
6119
6120 * infcmd.c (run_command): Check that the `exec' target layer's BFD
6121 is up-to-date before running the program, not just when a program
6122 exits.
6123
6124 2002-01-21 Fred Fish <fnf@redhat.com>
6125
6126 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
6127 when we have found all instructions we are looking for.
6128
6129 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
6130
6131 * arm-tdep.c (arm_register_name): New function.
6132 (arm_registers_names): Make static.
6133 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
6134 (arm_register_name): Declare.
6135 (REGISTER_NAME): Use it.
6136
6137 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
6138 Kevin Buettner <kevinb@redhat.com>
6139
6140 Convert arm targets to new FRAME interface.
6141 * arm-tdep.c (struct frame_extra_info): Remove fsr.
6142 (arm_frame_find_save_regs): Delete.
6143 (arm_frame_init_saved_regs): New.
6144 (arm_init_extra_frame_info): Alloacte saved_regs as required.
6145 Allocate extra_info as required. Convert all uses of fsr.regs
6146 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
6147 to use extra_info.
6148 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
6149 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
6150 (check_prologue_cache, save_prologue_cache): Likewise.
6151 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
6152 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
6153 (FRAME_FIND_SAVED_REGS): Delete.
6154 (arm_frame_find_saved_regs): Delete prototype.
6155 (arm_frame_init_saved_regs): New prototype.
6156 (FRAME_INIT_SAVED_REGS): Define.
6157
6158 2002-01-20 Andrew Cagney <ac131313@redhat.com>
6159
6160 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
6161
6162 2002-01-20 Andrew Cagney <ac131313@redhat.com>
6163
6164 From Jeff Law <law@redhat.com>:
6165 * infttrace.c: Include <sys/pstat.h>.
6166 (child_pid_to_exec_file): Revamp. Use pstat call to get the
6167 exec file if the ttrace equivalent fails.
6168
6169 2002-01-20 Andrew Cagney <ac131313@redhat.com>
6170
6171 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
6172 (closeLogFile): Ditto.
6173
6174 2002-01-20 Michael Chastain <mec@shout.net>
6175
6176 * top.c (print_gdb_version): Bump copyright year to 2002.
6177
6178 2002-01-20 Andrew Cagney <ac131313@redhat.com>
6179
6180 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
6181 Zannoni and Eli Zaretskii.
6182
6183 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
6184
6185 * buildsym.c: Update copyright years.
6186 * c-typeprint.c: Likewise.
6187 * dwarf2read.c: Likewise.
6188 * f-typeprint.c: Likewise.
6189 * gdbtypes.c: Likewise.
6190 * gdbtypes.h: Likewise.
6191 * hp-symtab-read.c: Likewise.
6192 * hpread.c: Likewise.
6193 * mdebugread.c: Likewise.
6194 * p-typeprint.c: Likewise.
6195
6196 2002-01-20 Andrew Cagney <ac131313@redhat.com>
6197
6198 * remote-sim.c (gdbsim_open): Simplify code testing the macro
6199 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
6200 byte-order selectable.
6201 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
6202 * arch-utils.c: Ditto.
6203 (set_endian): Ditto.
6204 (set_endian_from_file): Ditto.
6205 * gdbserver/low-sim.c (create_inferior): Ditto.
6206 * gdbarch.sh: Ditto.
6207 * gdbarch.h: Re-generate.
6208 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
6209 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
6210 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
6211 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
6212 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
6213 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
6214 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
6215 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
6216 macro definition.
6217 * config/mips/tm-wince.h: Remove #undef of macro
6218 TARGET_BYTE_ORDER_SELECTABLE.
6219 * config/sh/tm-wince.h: Ditto.
6220
6221 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
6222
6223 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
6224 member function fields. Add accessor macro
6225 TYPE_FN_FIELD_ARTIFICIAL.
6226 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
6227 * c-typeprint.c (c_type_print_base): Skip artificial member
6228 functions.
6229
6230 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
6231
6232 * f-typeprint.c: Delete unused function f_type_print_args.
6233 * p-typeprint.c: Delete unused function pascal_type_print_args.
6234
6235 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
6236
6237 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
6238 comment. Add ``artificial'' to ``union field_location''.
6239
6240 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
6241
6242 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
6243 * mdebugread.c (parse_symbol): Likewise.
6244 * stabsread.c (define_symbol): Likewise.
6245 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
6246 initializing TYPE_FIELD_BITPOS to n (obsolete).
6247 (hpread_doc_function_type): Likewise.
6248 * hpread.c (hpread_function_type): Likewise.
6249
6250 2002-01-20 Andrew Cagney <ac131313@redhat.com>
6251
6252 * configure.in (host_makefile_frag): Only require a host makefile
6253 fragment when a native build.
6254 * configure: Re-generate.
6255
6256 2002-01-20 Andrew Cagney <ac131313@redhat.com>
6257
6258 * doublest.h (floatformat_from_type): Declare.
6259 * doublest.c (floatformat_from_type): New function.
6260 (convert_typed_floating): Use.
6261
6262 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
6263 call to function floatformat_from_type.
6264
6265 * gdbarch.sh (IEEE_FLOAT): Delete.
6266 * gdbarch.h, gdbarch.c: Re-generate.
6267 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
6268 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
6269 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
6270 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
6271 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
6272 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
6273 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
6274 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
6275 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
6276 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
6277 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
6278 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
6279
6280 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
6281 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
6282 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6283 * sh-tdep.c (sh_gdbarch_init): Ditto.
6284 * mips-tdep.c (mips_gdbarch_init): Ditto.
6285 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6286 * cris-tdep.c (cris_gdbarch_init): Ditto.
6287
6288 2002-01-20 Jiri Smid <smid@suse.cz>
6289
6290 * configure.host, configure.tgt: Support x86-64.
6291 * NEWS: Note new target x86-64.
6292
6293 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
6294 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
6295 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
6296 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
6297 x86-64-linux-nat.o): Fix dependencies.
6298
6299 2002-01-19 Andrew Cagney <ac131313@redhat.com>
6300
6301 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
6302 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
6303 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
6304 * config/sparc/xm-sun4os4.h: Delete file.
6305 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
6306
6307 2002-01-19 Andrew Cagney <ac131313@redhat.com>
6308
6309 * config/sparc/sparclynx.mh (XM_FILE): Delete.
6310 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
6311 * config/m68k/m68klynx.mh (XM_FILE): Delete.
6312 * config/i386/i386lynx.mh (XM_FILE): Delete.
6313 * config/rs6000/xm-rs6000ly.h: Delete file.
6314 * config/sparc/xm-sparclynx.h: Delete file.
6315 * config/m68k/xm-m68klynx.h: Delete file.
6316 * config/i386/xm-i386lynx.h: Delete file.
6317 * config/xm-lynx.h: Delete file.
6318 * config/djgpp/fnchange.lst: Update.
6319
6320 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
6321
6322 * alpha-tdep.c (alpha_register_byte): New function.
6323 (alpha_register_raw_size): Ditto.
6324 (alpha_register_virtual_size): Ditto.
6325 (alpha_skip_prologue_internal): Renamed from
6326 alpha_skip_prologue.
6327 (alpha_skip_prologue): New version that calls
6328 alpha_skip_prologue_internal.
6329 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
6330 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
6331 second argument from alpha_skip_prologue.
6332 (REGISTER_BYTE): Use alpha_register_byte.
6333 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
6334 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
6335 (FRAMELESS_FUNCTION_INVOCATION): Use
6336 generic_frameless_function_invocation_not.
6337 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
6338 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
6339
6340 2002-01-19 Andrew Cagney <ac131313@redhat.com>
6341
6342 * config/mips/xm-news-mips.h: Delete file.
6343 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
6344
6345 * config/m88k/xm-m88k.h: Delete file.
6346 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
6347 * config/m88k/xm-delta88v4.h: Ditto.
6348 * config/m88k/xm-delta88.h: Ditto.
6349
6350 * config/alpha/xm-fbsd.h: Delete file.
6351 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
6352
6353 * config/sparc/xm-sparc.h: Delete file.
6354 * Makefile.in (xm-sun4os4.h): Delete dependency.
6355 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
6356 * config/sparc/xm-sun4os4.h: Ditto.
6357 * config/sparc/xm-linux.h: Ditto.
6358
6359 * config/i386/xm-windows.h: Delete file.
6360
6361 2002-01-19 Andrew Cagney <ac131313@redhat.com>
6362
6363 * utils.c: Include <sys/param.h> for MAXPATHLEN.
6364 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
6365
6366 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
6367
6368 * alpha-tdep.c (alpha_call_dummy_words): New.
6369 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
6370 (CALL_DUMMY_P): Define.
6371 (CALL_DUMMY_WORDS): Define.
6372 (SIZEOF_CALL_DUMMY_WORDS): Define.
6373
6374 2002-01-19 Per Bothner <per@bothner.com>
6375
6376 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
6377 isn't NULL, which can happen with some gcj-3.x-produced code.
6378
6379 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
6380
6381 * alpha-tdep.c (alpha_register_virtual_type): New function.
6382 (alpha_init_frame_pc_first): Ditto.
6383 (alpha_fix_call_dummy): Ditto.
6384 (alpha_store_struct_return): Ditto.
6385 (alpha_extract_struct_value_address): Ditto.
6386 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
6387 alpha_register_virtual_type.
6388 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
6389 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
6390 alpha_extract_struct_value_address.
6391 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
6392 (INIT_FRAME_PC): Use init_frame_pc_noop.
6393 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
6394
6395 2002-01-19 Mark Kettenis <kettenis@gnu.org>
6396
6397 * i386gnu-nat.c: Include "i386-tdep.h".
6398 (fetch_fpregs): Simplify code dealing with uninitialized floating
6399 point states such that it doesn't require FP7_REGNUM.
6400
6401 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
6402
6403 * alpha-tdep.c (frame_extra_info): New.
6404 (alpha_find_saved_regs): Make static. Use
6405 frame->extra_info.
6406 (alpha_frame_init_saved_regs): New function.
6407 (alpha_frame_saved_pc): Use frame->extra_info.
6408 (temp_saved_regs): Don't declare as struct frame_saved_regs.
6409 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
6410 (init_extra_frame_info): Rename to...
6411 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
6412 (alpha_print_extra_frame_info): New function.
6413 (alpha_frame_locals_address): Ditto.
6414 (alpha_frame_args_address): Ditto.
6415 (alpha_pop_frame): Use frame->extra_info.
6416 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
6417 alpha_frame_args_address.
6418 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
6419 (alpha_find_saved_regs): Remove prototype.
6420 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
6421 (EXTRA_FRAME_INFO): Remove.
6422 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
6423 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
6424
6425 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
6426
6427 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
6428 (alpha_cannot_fetch_register): Ditto.
6429 (alpha_cannot_store_register): Ditto.
6430 (alpha_register_convertible): Ditto.
6431 (alpha_use_struct_convention): Ditto.
6432 * config/alpha/tm-alpha.h: Update copyright years.
6433 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
6434 (INNER_THAN): Use core_addr_lessthan.
6435 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
6436 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
6437 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
6438 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
6439 (FRAME_CHAIN): Remove unnecessary cast.
6440
6441 2002-01-18 Andrew Cagney <ac131313@redhat.com>
6442
6443 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
6444 obsolete.
6445
6446 2002-01-18 Andrew Cagney <ac131313@redhat.com>
6447
6448 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
6449 * monitor.c, remote-array.c, remote-bug.c: Ditto.
6450 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
6451 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
6452 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
6453 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
6454 * x86-64-linux-nat.c: Ditto.
6455
6456 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
6457
6458 * alpha-tdep.c (alpha_register_name): New function.
6459 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
6460 (REGISTER_NAME): Define.
6461
6462 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
6463
6464 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
6465
6466 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
6467
6468 * alpha-tdep.c: Update copyright years.
6469 (alpha_next_pc): New function.
6470 (alpha_software_single_step): Ditto.
6471 * config/alpha/tm-alpha.h: Add prototype for
6472 alpha_software_single_step.
6473
6474 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
6475
6476 * alphabsd-nat.c: Update copyright years.
6477 (fill_gregset): Use regcache_collect.
6478 (fill_fpregset): Likewise.
6479 (fetch_inferior_registers): Only fetch integer registers
6480 if requested to do so.
6481 (store_inferior_registers): Only store integer registers
6482 if requested to do so.
6483
6484 2002-01-17 Andrew Cagney <ac131313@redhat.com>
6485
6486 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
6487 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
6488 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
6489 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
6490 * config/alpha/fbsd.mh (XDEPFILES): Delete.
6491 * config/arm/linux.mh (XDEPFILES): Delete.
6492 * config/arm/nbsd.mh (XDEPFILES): Delete.
6493 * config/i386/i386dgux.mh (XDEPFILES): Delete.
6494 * config/i386/i386sol2.mh (XDEPFILES): Delete.
6495 * config/i386/i386m3.mh (XDEPFILES): Delete.
6496 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
6497 * config/i386/i386gnu.mh (XDEPFILES): Delete.
6498 * config/i386/fbsd.mh (XDEPFILES): Delete.
6499 * config/i386/i386bsd.mh (XDEPFILES): Delete.
6500 * config/i386/i386sco5.mh (XDEPFILES): Delete.
6501 * config/i386/i386v4.mh (XDEPFILES): Delete.
6502 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
6503 * config/i386/i386sco4.mh (XDEPFILES): Delete.
6504 * config/i386/i386aix.mh (XDEPFILES): Delete.
6505 * config/i386/go32.mh (XDEPFILES): Delete.
6506 * config/i386/cygwin.mh (XDEPFILES): Delete.
6507 * config/i386/i386lynx.mh (XDEPFILES): Delete.
6508 * config/i386/i386mach.mh (XDEPFILES): Delete.
6509 * config/i386/i386v32.mh (XDEPFILES): Delete.
6510 * config/i386/linux.mh (XDEPFILES): Delete.
6511 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
6512 * config/i386/ncr3000.mh (XDEPFILES): Delete.
6513 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
6514 * config/i386/i386sco.mh (XDEPFILES): Delete.
6515 * config/i386/i386v.mh (XDEPFILES): Delete.
6516 * config/i386/nbsd.mh (XDEPFILES): Delete.
6517 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
6518 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
6519 * config/i386/symmetry.mh (XDEPFILES): Delete.
6520 * config/i386/obsd.mh (XDEPFILES): Delete.
6521 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
6522 * config/ia64/linux.mh (XDEPFILES): Delete.
6523 * config/ia64/aix.mh (XDEPFILES): Delete.
6524 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
6525 * config/m68k/dpx2.mh (XDEPFILES): Delete.
6526 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
6527 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
6528 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
6529 * config/m68k/linux.mh (XDEPFILES): Delete.
6530 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
6531 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
6532 * config/m68k/nbsd.mh (XDEPFILES): Delete.
6533 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
6534 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
6535 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
6536 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
6537 * config/m88k/delta88.mh (XDEPFILES): Delete.
6538 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
6539 * config/m88k/m88k.mh (XDEPFILES): Delete.
6540 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
6541 * config/mips/linux.mh (XDEPFILES): Delete.
6542 * config/mips/irix6.mh (XDEPFILES): Delete.
6543 * config/mips/irix5.mh (XDEPFILES): Delete.
6544 * config/mips/irix4.mh (XDEPFILES): Delete.
6545 * config/mips/irix3.mh (XDEPFILES): Delete.
6546 * config/mips/decstation.mh (XDEPFILES): Delete.
6547 * config/mips/mipsm3.mh (XDEPFILES): Delete.
6548 (NATDEPFILES): Move core-aout.o to here.
6549 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
6550 * config/pa/hpux1020.mh (XDEPFILES): Delete.
6551 * config/pa/hppabsd.mh (XDEPFILES): Delete.
6552 * config/pa/hppahpux.mh (XDEPFILES): Delete.
6553 * config/pa/hpux11w.mh (XDEPFILES): Delete.
6554 * config/pa/hppaosf.mh (XDEPFILES): Delete.
6555 * config/pa/hpux11.mh (XDEPFILES): Delete.
6556 * config/powerpc/aix.mh (XDEPFILES): Delete.
6557 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
6558 * config/powerpc/linux.mh (XDEPFILES): Delete.
6559 * config/romp/rtbsd.mh: Rename XDEPFILES.
6560 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
6561 * config/rs6000/aix4.mh (XDEPFILES): Delete.
6562 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
6563 * config/s390/s390.mh (XDEPFILES): Delete.
6564 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
6565 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
6566 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
6567 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
6568 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
6569 * config/sparc/nbsd.mh (XDEPFILES): Delete.
6570 * config/sparc/linux.mh (XDEPFILES): Delete.
6571 * config/vax/vaxult.mh (XDEPFILES): Delete.
6572 * config/vax/vaxult2.mh (XDEPFILES): Delete.
6573 * Makefile.in (DEPFILES): Remove XDEPFILES.
6574
6575 2002-01-17 Andrew Cagney <ac131313@redhat.com>
6576
6577 * utils.c (internal_verror): Fix comments, default is yes not no.
6578 Update queries to match. Default to quit and dump core.
6579
6580 2002-01-17 Andrew Cagney <ac131313@redhat.com>
6581
6582 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
6583 copyright.
6584 * defs.h, event-top.c, gdbcmd.h: Ditto.
6585 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
6586 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
6587 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
6588 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
6589 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
6590 * mi/mi-main.c:Ditto.
6591
6592 * stack.c, symfile.c: Update copyright.
6593
6594 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
6595
6596 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
6597 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
6598 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
6599 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
6600
6601 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
6602
6603 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
6604 * gdbserver/low-lynx.c (myattach): Likewise.
6605 * gdbserver/low-nbsd.c (myattach): Likewise.
6606 * gdbserver/low-sim.c (myattach): Likewise.
6607 * gdbserver/low-sparc.c (myattach): Likewise.
6608 * gdbserver/low-sun3.c (myattach): Likewise.
6609
6610 * gdbserver/low-linux.c (myattach): New function.
6611
6612 * gdbserver/server.c (attach_inferior): New function.
6613 (main): Handle "--attach".
6614
6615 2002-01-16 Andrew Cagney <ac131313@redhat.com>
6616
6617 * MAINTAINERS (language support): Daniel Jacobwitz is C++
6618 maintainer.
6619
6620 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
6621
6622 * c-typeprint.c (is_type_conversion_operator): Add additional
6623 check for non-conversion operators.
6624
6625 2002-01-15 Michael Snyder <msnyder@redhat.com>
6626
6627 * linux-proc.c: Add "info proc" command, a la procfs.c.
6628 (read_mapping): New function, abstract and re-use code.
6629 (linux_find_memory_regions): Use new func read_mapping.
6630 (linux_info_proc_cmd): New function, implement "info proc".
6631 (_initialize_linux_proc): Add new command "info proc".
6632
6633 2002-01-15 Michael Snyder <msnyder@redhat.com>
6634
6635 * symfile.c (generic_load): Use bfd_map_over_sections method
6636 instead of manipulating bfd structure members directly.
6637 (add_section_size_callback): New function, bfd sections callback
6638 used by generic_load.
6639 (load_sections_callback): New function, bfd sections callback
6640 used by generic_load.
6641
6642 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
6643
6644 [Based on work by Jim Blandy]
6645 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
6646 (builtin_type_vec128): Export.
6647 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
6648 types.
6649 (builtin_type_vec128): New builtin type for 128 bit vector
6650 registers.
6651 (build_gdbtypes): Initialize builtin_type_v16qi and
6652 builtin_type_v8hi. Create the vec128 register builtin type
6653 structure.
6654 (build_builtin_type_vec128): New function.
6655 (_initialize_gdbtypes): Register builtin_type_v16qi and
6656 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
6657 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
6658 AltiVec register to new builtin type.
6659
6660 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
6661
6662 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
6663 to make_cv_type.
6664
6665 2002-01-14 Andrew Cagney <ac131313@redhat.com>
6666
6667 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
6668 CLEAN_UP_REGISTER_VALUE.
6669 * regcache.c (supply_register): Update only call.
6670
6671 2002-01-14 Andrew Cagney <ac131313@redhat.com>
6672
6673 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
6674 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
6675 a29k-*-vxworks* targets as obsolete.
6676
6677 2002-01-14 Michael Snyder <msnyder@redhat.com>
6678
6679 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
6680 until we can resolve portability issues.
6681 * gregset.h: Remove references to fpxregs.
6682 * gcore.c (gcore_command): Initialize note_sec to NULL.
6683
6684 2002-01-13 Andrew Cagney <ac131313@redhat.com>
6685
6686 * signals.c (target_signal_to_name): Rewrite. Only use
6687 signals[].name when in bounds and non-NULL.
6688
6689 2002-01-13 Andrew Cagney <ac131313@redhat.com>
6690
6691 From Petr Ledvina <ledvinap@kae.zcu.cz>:
6692 * signals.c (target_signal_to_name): Verify that SIG is within the
6693 bounds of the signals array.
6694
6695 2002-01-13 Andrew Cagney <ac131313@redhat.com>
6696
6697 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
6698
6699 2002-01-13 Keith Seitz <keiths@redhat.com>
6700
6701 * stack.c (print_frame_info_base): Print the frame's pc
6702 only if when print_frame_info_listing_hook is not defined.
6703
6704 2002-01-13 Keith Seitz <keiths@redhat.com>
6705
6706 * varobj.c (varobj_set_value): Make sure that there were no
6707 errors evaluating the object before attempting to set its
6708 value.
6709 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
6710 so this offset adjustment is no longer necessary.
6711 (create_child): Don't set the error flag if the child is
6712 a CPLUS_FAKE_CHILD.
6713 (value_of_child): If value_fetch_lazy fails, return NULL
6714 so that callers will be notified that an error occurred.
6715 (c_value_of_variable): Delay check of variable's validity
6716 until later. We actually want all structs and unions to have
6717 the value "{...}".
6718 Do not return "???" for variables which could not be evaluated.
6719 This error condition must be returned to the caller so that it
6720 can get the error condition from gdb.
6721 (cplus_name_of_child): Adjust index for vptr before figuring
6722 out the name of the child.
6723 (cplus_value_of_child): If a child's (real) parent is not valid,
6724 don't even bother trying to give a value for it. Just return
6725 an error. Change all instances in this function.
6726 (cplus_type_of_child): If our parent is one of the "fake"
6727 parents, we need to get at the type of the real parent, and
6728 derive the child's true type using this information.
6729
6730 2002-01-13 Andrew Cagney <ac131313@redhat.com>
6731
6732 From 2002-01-09 John Marshall <johnm@falch.net>:
6733 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
6734 sources.redhat.com, and tweak some related URLs which had
6735 suffered from linkrot.
6736
6737 2002-01-13 Andrew Cagney <ac131313@redhat.com>
6738
6739 From Jeff law:
6740 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
6741 structures passed in registers.
6742
6743 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
6744
6745 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
6746 white space which prevented compilation. Reported by DSK
6747 <dsk@student.unsw.edu.au>.
6748
6749 2002-01-11 Michael Snyder <msnyder@redhat.com>
6750
6751 * symfile.c (build_section_addr_info_from_section_tab):
6752 Use bfd access method instead of manipulating bfd directly.
6753 (syms_from_objfile): Ditto.
6754 (simple_overlay_update_1): Ditto.
6755 (simple_overlay_update): Ditto.
6756 (generic_load): Ditto.
6757 (overlay_unmapped_address): FIXME comment, bfd access methods.
6758 (sections_overlap): FIXME comment, bfd access methods.
6759 (pc_in_mapped_range): FIXME comment, bfd access methods.
6760 (pc_in_unmapped_range): FIXME comment, bfd access methods.
6761 (section_is_mapped): FIXME comment, bfd access methods.
6762 (section_is_overlay): FIXME comment, bfd access methods.
6763
6764 * symfile.c (generic_load): Whitespace and long line cleanups.
6765 Remove duplicate variable, change several local variables to
6766 more appropriate data types.
6767 (print_transfer_performance): Use %lu instead of %ld for ulongs.
6768
6769 2002-01-12 Andrew Cagney <ac131313@redhat.com>
6770
6771 From Peter Schauer:
6772 * language.c (longest_local_hex_string_custom): Use phex_nz to
6773 convert NUM to a hex string.
6774
6775 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
6776
6777 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
6778 the function.
6779 Update Copyright year.
6780
6781 2002-01-12 Andrew Cagney <ac131313@redhat.com>
6782
6783 * language.c (longest_raw_hex_string): Delete unused function.
6784
6785 2002-01-11 Petr Sorfa <petrs@caldera.com>
6786
6787 * MAINTAINERS (write-after-approval): Add myself.
6788 * dwarf2read.c (read_tag_string_type): Handling of
6789 DW_AT_byte_size.
6790 (read_tag_string_type): FORTRAN fix to prevent propagation of
6791 first string size.
6792 (set_cu_language): Handling of DW_LANG_Fortran95
6793
6794 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
6795
6796 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
6797 GETPID(inferior_ptid).
6798 (store_inferior_registers): Likewise.
6799
6800 2002-01-10 Jason Merrill <jason@redhat.com>
6801
6802 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
6803 Fix DW_OP_minus.
6804
6805 2002-01-10 Andrew Cagney <ac131313@redhat.com>
6806
6807 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
6808 and bfd/elf32-sh-nbsd.c.
6809
6810 2002-01-10 Michael Snyder <msnyder@redhat.com>
6811
6812 * NEWS: Mention --pid and corefile/proc-id behavior change.
6813
6814 * Makefile.in: Add rules for gcore.o and linux-proc.o.
6815 * gcore.c: Include cli/cli-decode.h instead of command.h.
6816
6817 * main.c (captured_main): Add new command line option "--pid".
6818 If the second command line argument (following the symbol-file)
6819 begins with a digit, try to attach to it before trying to open
6820 it as a corefile.
6821 (print_gdb_help): Document the "--pid" argument.
6822
6823 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
6824
6825 * completer.c (command_completer): New function.
6826
6827 * completer.h <command_completer>: Add prototype.
6828
6829 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
6830 completer for the "help" command.
6831
6832 2002-01-09 Jason Merrill <jason@redhat.com>
6833
6834 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
6835
6836 2002-01-09 Michael Snyder <msnyder@redhat.com>
6837
6838 * i386-linux-nat.c (fill_fpxregset): Make global.
6839 (store_fpxregset): Ditto.
6840
6841 * gregset.h (gdb_fpxregset_t): Define.
6842 (supply_fpxregset): Prototype.
6843 (fill_fpxregset): Prototype.
6844
6845 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
6846
6847 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
6848
6849 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
6850 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
6851 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
6852
6853 2002-01-09 Andrew Cagney <ac131313@redhat.com>
6854
6855 * MAINTAINERS: Update target maintainer rules so that any
6856 Maintainer can approve a tested patch for a maintenance-only
6857 target.
6858
6859 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
6860
6861 * MAINTAINERS (write-after-approval): Add myself.
6862
6863 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
6864 IN_SIGTRAMP.
6865
6866 2002-01-08 Michael Snyder <msnyder@redhat.com>
6867
6868 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
6869 real name of the executable, rather than the /proc name.
6870
6871 2002-01-03 Michael Snyder <msnyder@redhat.com>
6872
6873 Implement a "generate-core-file" command in gdb, save target state.
6874 * gcore.c: New file. Implement new command 'generate-core-file'.
6875 Save a corefile image of the current state of the inferior.
6876 * linux-proc.c: Add linux-specific code for saving corefiles.
6877 * target.h (struct target_ops): Add new target vectors for saving
6878 corefiles; to_find_memory_regions and to_make_corefile_notes.
6879 (target_find_memory_regions): New macro.
6880 (target_make_corefile_notes): New macro.
6881 * target.c (update_current_target): Inherit new target methods.
6882 (dummy_find_memory_regions): New place-holder method.
6883 (dummy_make_corefile_notes): New place-holder method.
6884 (init_dummy_target): Initialize new dummy target vectors.
6885 * exec.c (exec_set_find_memory_regions): New function.
6886 Allow the exec_ops vector for memory regions to be taken over.
6887 (exec_make_note_section): New function, target vector method.
6888 * defs.h (exec_set_find_memory_regions): Export prototype.
6889 * procfs.c (proc_find_memory_regions): New function, corefile method.
6890 (procfs_make_note_section): New function, corefile method.
6891 (init_procfs_ops): Set new target vector pointers.
6892 (find_memory_regions_callback): New function.
6893 (procfs_do_thread_registers): New function.
6894 (procfs_corefile_thread_callback): New function.
6895 * sol-thread.c (sol_find_memory_regions): New function.
6896 (sol_make_note_section): New function.
6897 (init_sol_thread_ops): Initialize new target vectors.
6898 * inftarg.c (inftarg_set_find_memory_regions): New function.
6899 Allow to_find_memory_regions vector to be taken over.
6900 (inftarg_set_make_corefile_notes): New function.
6901 Allow to_make_corefile_notes vector to be taken over.
6902 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
6903 interface layer if not target_has_execution (may be a corefile).
6904 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
6905 * config/sparc/sun4sol2.mh: Ditto.
6906 * config/alpha/alpha-linux.mh: Ditto.
6907 * config/arm/linux.mh: Ditto.
6908 * config/i386/x86-64linux.mh: Ditto.
6909 * config/ia64/linux.mh: Ditto.
6910 * config/m68k/linux.mh: Ditto.
6911 * config/mips/linux.mh: Ditto.
6912 * config/powerpc/linux.mh: Ditto.
6913 * config/sparc/linux.mh: Ditto.
6914
6915 2002-01-07 Michael Snyder <msnyder@redhat.com>
6916
6917 * arm-linux-nat.c: Remove references to regcache.c internal data
6918 (registers[] and register_valid[]).
6919
6920 2002-01-07 Michael Snyder <msnyder@redhat.com>
6921
6922 * linux-proc.c: New file. Implement child_pid_to_exec_file,
6923 so that attaching to a pid will automatically read the process's
6924 symbol file and shlibs.
6925 * Makefile.in: Add rule for linux-proc.o.
6926 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
6927 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
6928 * config/arm/linux.mh: Ditto.
6929 * config/i386/linux.mh: Ditto.
6930 * config/i386/x86-64linux.mh: Ditto.
6931 * config/ia64/linux.mh: Ditto.
6932 * config/m68k/linux.mh: Ditto.
6933 * config/mips/linux.mh: Ditto.
6934 * config/powerpc/linux.mh: Ditto.
6935 * config/sparc/linux.mh: Ditto.
6936
6937 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
6938
6939 * win32-nat.c: Add i386-tdep.h dependency.
6940
6941 2002-01-07 Michael Snyder <msnyder@redhat.com>
6942
6943 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
6944 instead of bfd_get_arch_size. Don't bail out just because
6945 there's no exec_bfd.
6946
6947 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
6948 * p-valprint.c (pascal_object_print_value): Ditto.
6949 * somread.c (som_symtab_read): Ditto.
6950 * symfile.c (simple_free_overlay_region_table): Ditto.
6951 * valops.c (value_assign): Ditto.
6952
6953 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
6954 use tilde_expand and strerror for opening save-tracepoints file.
6955
6956 * thread-db.c (thread_db_new_objfile): Indendation fix.
6957
6958 * infptrace.c (GDB_MAX_ALLOCA): New define.
6959 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
6960 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
6961 can be overridden with whatever value is appropriate to the host).
6962 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
6963 alloca to allocate potentially large buffer.
6964 * rs6000-nat.c (child_xfer_memory): Ditto.
6965 * symm-nat.c (child_xfer_memory): Ditto.
6966 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
6967
6968 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
6969
6970 From Nick Clifton <nickc@redhat.com>
6971 * d10v-tdep.c: Set STACK_START to 0x200bffe.
6972
6973 2002-01-07 Michael Snyder <msnyder@redhat.com>
6974
6975 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
6976 Don't use exec_bfd if it's NULL.
6977
6978 2002-01-06 Mark Kettenis <kettenis@gnu.org>
6979
6980 * valops.c (value_arg_coerce): Fix formatting.
6981
6982 2002-01-06 Andrew Cagney <ac131313@redhat.com>
6983
6984 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
6985 * gnu-nat.c: Ditto.
6986
6987 2002-01-06 Andrew Cagney <ac131313@redhat.com>
6988
6989 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
6990 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
6991 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
6992 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
6993 z8k-coff have not been multi-arched. Update z8k-coff build
6994 status.
6995
6996 2002-01-06 Andrew Cagney <ac131313@redhat.com>
6997
6998 * MAINTAINERS: Mark a29k target as obsolete.
6999 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
7000 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
7001 comments.
7002 * NEWS: Note that a29k targets are obsolete.
7003 * a29k-tdep.c: Mark as obsolete.
7004 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
7005 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
7006 a29k-*-vxworks* targets as obsolete.
7007 * remote-adapt.c: Obsolete.
7008 * remote-eb.c: Obsolete.
7009 * remote-mm.c: Obsolete.
7010 * remote-udi.c: Obsolete.
7011 * config/a29k/a29k-udi.mt: Obsolete.
7012 * config/a29k/a29k.mt: Obsolete.
7013 * config/a29k/tm-a29k.h: Obsolete.
7014 * config/a29k/tm-vx29k.h: Obsolete.
7015 * config/a29k/vx29k.mt: Obsolete.
7016
7017 2002-01-05 Andrew Cagney <ac131313@redhat.com>
7018
7019 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
7020 with BFD_ENDIAN_BIG.
7021
7022 2002-01-05 Andrew Cagney <ac131313@redhat.com>
7023
7024 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
7025 * configure, config.in: Re-generate.
7026 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
7027 * defs.h: Do not include <endian.h>.
7028
7029 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
7030
7031 * acconfig.h (HAVE_PT_GETXMMREGS): New.
7032 * config.in: Regenerate.
7033 * configure.in: Update copyright years.
7034 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
7035 * configure: Regenerate.
7036 * i386bsd-nat.c: Update copyright years.
7037 (fill_gregset): Use regcache_collect.
7038 (fetch_inferior_registers): Only fetch integer registers
7039 if requested to do so. Add support for XMM registers
7040 using PT_GETXMMREGS.
7041 (store_inferior_registers): Only store integer registers
7042 if requested to do so. Add support for XMM registers
7043 using PT_SETXMMREGS.
7044 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
7045 (store_inferior_registers): Remove.
7046 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
7047 (fetch_elfcore_registers): New function.
7048 (i386nbsd_elfcore_fns): New.
7049 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
7050 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
7051 i386bsd-nat.o.
7052 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7053 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
7054 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
7055 * config/i386/tm-nbsd.h: Update copyright years.
7056 (HAVE_SSE_REGS): Define.
7057 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
7058 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
7059 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
7060 (SIGCONTEXT_PC_OFFSET): Remove.
7061 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
7062
7063 2002-01-05 Andrew Cagney <ac131313@redhat.com>
7064
7065 * configure.tgt: Remove powerpc-*-macos* target.
7066 * config/m68k/xm-mpw.h: Delete file.
7067 * config/xm-mpw.h: Delete file.
7068 * ser-mac.c: Delete file.
7069 * mpw-make.sed: Delete file.
7070 * mpw-config.in: Delete file.
7071 * mac-xdep.c: Delete file.
7072 * mac-gdb.r: Delete file.
7073 * mac-defs.h: Delete file.
7074 * mac-nat.c: Delete file.
7075 * config/powerpc/macos.mh: Delete file.
7076 * config/powerpc/macos.mt: Delete file.
7077 * config/powerpc/nm-macos.h: Delete file.
7078 * config/powerpc/tm-macos.h: Delete file.
7079 * source.c (openp, open_source_file): Remove obsolete code.
7080 * top.c (gdb_readline): Ditto.
7081 * utils.c (query): Ditto.
7082 * event-top.c (display_gdb_prompt): Ditto.
7083 * Makefile.in (ser-mac.o): Delete obsolete target.
7084 * NEWS: Update.
7085
7086 2002-01-04 Andrew Cagney <ac131313@redhat.com>
7087
7088 * defs.h (BIG_ENDIAN): Delete macro definition.
7089 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
7090 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
7091 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
7092 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
7093 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
7094 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
7095 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
7096 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
7097 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
7098 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
7099 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
7100 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
7101 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
7102 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
7103 * gdbarch.c: Re-generate.
7104
7105 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
7106
7107 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
7108 for core files.
7109
7110 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
7111
7112 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
7113
7114 2002-01-04 Andrew Cagney <ac131313@redhat.com>
7115
7116 * value.h (value_ptr): Delete typedef.
7117
7118 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
7119
7120 * i386nbsd-nat.c: Update copyright years.
7121 Include i386-tdep.h.
7122
7123 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
7124
7125 * stabsread.c: Update copyright years.
7126
7127 From Debashis Mahata <debashis.mahata@wipro.com>:
7128 (read_struct_fields): Deal with Sun C compiler erroneous stab
7129 output for structs and unions.
7130 Fix PR gdb/269.
7131
7132 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
7133
7134 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
7135 prototype.
7136
7137 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
7138
7139 * cp-abi.c: Fix whitespace.
7140 (baseclass_offset): New wrapper function.
7141 * cp-abi.h (baseclass_offset): Add prototype.
7142 (struct cp_abi_ops): Add baseclass_offset pointer.
7143
7144 * valops.c (vb_match): Move to...
7145 * gnu-v2-abi.c (vb_match): here.
7146 * valops.c (baseclass_offset): Move to...
7147 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
7148
7149 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
7150
7151 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
7152 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
7153 * hpacc-abi.c (init_hpacc_ops): Likewise.
7154
7155 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
7156
7157 * valops.c (find_overload_match): Accept obj as a
7158 reference parameter. Update it before returning.
7159 * value.h (find_overload_match): Update prototype.
7160 * eval.c (evaluate_subexp_standard): Pass object to
7161 find_overload_match by reference.
7162
7163 2002-01-03 Andrew Cagney <ac131313@redhat.com>
7164
7165 * valarith.c: Replace value_ptr with struct value pointer. Remove
7166 register attribute from value declarations.
7167 * valops.c: Ditto.
7168 * value.h: Ditto.
7169 * scm-lang.c (scm_lookup_name): Ditto.
7170
7171 2002-01-03 Michael Snyder <msnyder@redhat.com>
7172
7173 Abstract the functionality of iterating over mapped memory
7174 regions into a general purpose iterator function.
7175 * procfs.c (iterate_over_mappings): New function, general purpose
7176 iterator for memory sections.
7177 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
7178 (solib_mappings_callback): New function, callback for above.
7179 (info_proc_mappings): Reimpliment using iterate_over_mappings.
7180 (info_mappings_callback): New function, callback for above.
7181
7182 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
7183
7184 2002-01-01 Mark Kettenis <kettenis@gnu.org>
7185
7186 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
7187 * i386-tdep.c: Include "elf-bfd.h".
7188 (process_note_abi_tag_sections): New function.
7189 (i386_gdbarch_init): Add code to recognize various OS/ABI
7190 combinations.
7191
7192 * maint.c (_initialize_maint_cmds): Add missing \ in
7193 string-literal.
7194
7195 For older changes see ChangeLog-2001
7196 \f
7197 Local Variables:
7198 mode: change-log
7199 left-margin: 8
7200 fill-column: 74
7201 version-control: never
7202 End:
This page took 0.303708 seconds and 4 git commands to generate.