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