* hppah-nat.c (child_wait): Return TARGET_WAITKIND_IGNORE
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
8e7d2c16
DJ
12002-12-06 Daniel Jacobowitz <drow@mvista.com>
2
3 * hppah-nat.c (child_wait): Return TARGET_WAITKIND_IGNORE
4 for the parent's fork event.
5 * infrun.c (handle_inferior_event): Only expect one fork event.
6 Call prepare_to_wait for TARGET_WAITKIND_IGNORE. Update comment.
7 * target.h: Update comment for TARGET_WAITKIND_IGNORE.
8
50631d4f
AC
92002-12-10 Andrew Cagney <ac131313@redhat.com>
10
bc124bd3
AC
11 * PROBLEMS: Delete reference to PR gdb/725.
12
50631d4f
AC
13 * MAINTAINERS (gdb.c++): Add David Carlton.
14
808013d1
DC
152002-12-09 David Carlton <carlton@math.stanford.edu>
16
17 * cli/cli-setshow.c: #include <readline/tilde.h> after defs.h.
18 * cli/cli-cmds.c: Ditto.
19
31deffe5
AC
202002-12-09 Andrew Cagney <cagney@redhat.com>
21
6cbda714
AC
22 * gdbarch.sh (gdbarch_dump): Print NAME_OF_MALLOC using %s. Wrap
23 function address in <>.
31deffe5
AC
24 * gdbarch.c: Re-generate.
25
2692ddb3
DC
262002-12-09 David Carlton <carlton@math.stanford.edu>
27
28 * p-exp.y: Rename TRUE and FALSE to TRUEKEYWORD and FALSEKEYWORD.
29
f3c39e76
DC
302002-12-09 David Carlton <carlton@math.stanford.edu>
31
32 * linespec.c (symtab_from_filename): New function.
33 (decode_line_1): Move code into symtab_from_filename.
34
1b84163e
KB
352002-12-09 Kevin Buettner <kevinb@redhat.com>
36
37 * lin-lwp.c (strsignal): Make extern declaration match that of glibc.
38
bdd78e62
AC
392002-12-07 Andrew Cagney <ac131313@redhat.com>
40
41 * f-valprint.c (info_common_command): Use get_frame_pc.
42 * std-regs.c (value_of_builtin_frame_pc_reg): Ditto.
43 * ax-gdb.c (agent_command): Ditto.
44 * rs6000-tdep.c (rs6000_init_extra_frame_info): Ditto.
45 (rs6000_pop_frame): Ditto.
46 (rs6000_frameless_function_invocation): Ditto.
47 (rs6000_frame_saved_pc, frame_get_saved_regs): Ditto.
48 (frame_initial_stack_address, rs6000_frame_chain): Ditto.
49 * macroscope.c (default_macro_scope): Ditto.
50 * stack.c (print_frame_info_base): Ditto.
51 (print_frame, frame_info, print_frame_label_vars): Ditto.
52 (return_command, func_command, get_frame_language): Ditto.
53 * infcmd.c (finish_command): Ditto.
54 * dummy-frame.c (cached_find_dummy_frame): Ditto.
55 * breakpoint.c (deprecated_frame_in_dummy): Ditto.
56 (break_at_finish_at_depth_command_1): Ditto.
57 (break_at_finish_command_1): Ditto.
58 (until_break_command, get_catch_sals): Ditto.
59 * blockframe.c (func_frame_chain_valid): Ditto.
60 (frameless_look_for_prologue): Ditto.
61 (frame_address_in_block, generic_func_frame_chain_valid): Ditto.
62
408400e7
AC
632002-12-08 Andrew Cagney <ac131313@redhat.com>
64
65 * config/rs6000/tm-rs6000.h (init_frame_pc_noop): Add declaration.
66 * dwarf2cfi.c (cfi_init_frame_pc): Cast the PC to a pointer.
67
97f46953
AC
682002-12-08 Andrew Cagney <ac131313@redhat.com>
69
70 * gdbarch.sh (INIT_FRAME_PC_FIRST, INIT_FRAME_PC_DEFAULT): Convert
71 to pure functions.
72 * gdbarch.h, gdbarch.c: Re-generate.
73 * frame.c (get_prev_frame): Explictly assign prev's pc with value
74 returned by INIT_FRAME_PC_FIRST and INIT_EXTRA_FRAME_INFO.
75
76 * arch-utils.h (init_frame_pc_default, init_frame_pc_noop): Change
77 declaration to a function returning a CORE_ADDR.
78 * x86-64-tdep.h (x86_64_init_frame_pc): Ditto.
79 * arch-utils.c (init_frame_pc_noop): Return the PC value.
80 (init_frame_pc_default): Ditto.
81 * x86-64-linux-tdep.c (x86_64_init_frame_pc): Ditto.
82 * s390-tdep.c (s390_init_frame_pc_first): Ditto.
83 * mips-tdep.c (mips_init_frame_pc_first): Ditto.
84 * dwarf2cfi.h (cfi_init_frame_pc): Ditto.
85 * dwarf2cfi.c (cfi_init_frame_pc): Ditto.
86 * alpha-tdep.c (alpha_init_frame_pc_first): Ditto.
87
88 * i386-interix-tdep.c (i386_interix_init_abi): Set init_frame_pc
89 to init_frame_pc_noop.
90 (i386_interix_init_frame_pc): Delete function.
91 * z8k-tdep.c (init_frame_pc): Delete function.
92 * config/z8k/tm-z8k.h (INIT_FRAME_PC): Define as init_frame_pc_noop.
93 (INIT_FRAME_PC_FIRST): Ditto.
94 * config/mn10200/tm-mn10200.h (INIT_FRAME_PC): Ditto.
95 (INIT_FRAME_PC_FIRST): Ditto.
96 * config/sparc/tm-sparc.h (INIT_FRAME_PC): Ditto.
97 * config/rs6000/tm-rs6000.h (INIT_FRAME_PC): Redefine as
98 init_frame_pc_noop.
99 (INIT_FRAME_PC_FIRST): Convert to an expression.
100 * config/sparc/tm-sparc.h (INIT_FRAME_PC_FIRST): Ditto.
101
8b36eed8
AC
1022002-12-08 Andrew Cagney <ac131313@redhat.com>
103
104 * blockframe.c: Use get_frame_base instead of directly accessing
105 the `struct frame_info' member frame.
106 * f-valprint.c, std-regs.c, rs6000-tdep.c: Ditto.
107 * stack.c, dummy-frame.c, breakpoint.c: Ditto.
108
aeeccc89
EZ
1092002-12-08 Elena Zannoni <ezannoni@redhat.com>
110
111 * Makefile.in (readline_h): Define.
112 (completer.o): Depend on readline_h.
113 (corelow.o): Ditto.
114 (event-top.o): Ditto.
115 (exec.o): Ditto.
116 (solib.o): Ditto.
117 (source.o): Ditto.
118 (symfile.o): Ditto.
119 (symmisc.o): Ditto.
120 (top.o): Ditto.
121 (tracepoint.o): Ditto.
122 (utils.o): Ditto.
123 (cli-dump.o): Ditto.
124 (tui-hooks.o): Ditto.
125 (tuiWin.o): Ditto.
126
38017ce8
EZ
1272002-12-08 Elena Zannoni <ezannoni@redhat.com>
128
129 More cleanup from import of readline 4.3.
130 * completer.h (complete_line, readline_line_completion_function):
131 Update prototypes.
132 (line_completion_function): Removed, not used outside of completer.c.
133 * completer.c (readline_line_completion_function,
134 complete_function, line_completion_function): Use const for first
135 parameter.
136 (line_completion_function): Make static.
137 (filename_completer): filename_completion_function is now called
138 rl_filename_completion_function
139 * corelow.c: Include <readline/readline.h>.
140 * exec.c: Ditto.
141 * solib.c: Ditto.
142 * source.c: Ditto.
143 * symfile.c: Ditto.
144 * symmisc.c: Ditto.
145 * top.c (init_main): No need to coerce
146 readline_line_completion_function anymore.
147 * cli/cli-dump.c: Include <readline/readline.h>.
148
75e3c1f9
AC
1492002-12-08 Andrew Cagney <ac131313@redhat.com>
150
151 * stack.c (frame_info): Use get_prev_frame.
152 * blockframe.c (frame_address_in_block): Ditto.
153 * rs6000-tdep.c (rs6000_init_extra_frame_info): Ditto.
154 (rs6000_frameless_function_invocation): Ditto.
155 (rs6000_frame_saved_pc): Ditto.
156 (rs6000_frame_chain): Ditto.
157 * arch-utils.c (init_frame_pc_default): Ditto.
158
0d2b8049
AC
1592002-12-08 Andrew Cagney <ac131313@redhat.com>
160
161 * config/mn10200/tm-mn10200.h (DEPRECATED_PC_IN_CALL_DUMMY):
162 Delete redundant definition.
163
9255ee31
EZ
1642002-12-08 Elena Zannoni <ezannoni@redhat.com>
165
166 Import of readline 4.3:
167 * cli/cli-cmds.c: Include readline/tilde.h.
168 * cli/cli-setshow.c: Ditto.
169 * defs.h: Don't declare tilde_expand anymore, since readline
170 exports it.
171
3442dad6 1722002-12-08 Elena Zannoni <ezannoni@redhat.com>
57725d84
EZ
173
174 * Makefile.in (thread-db.o): Add explicit rule to ignore the use of
175 -Werror on this file.
176
52f87c51
AC
1772002-12-07 Andrew Cagney <ac131313@redhat.com>
178
179 * gdbarch.sh (TARGET_FLOAT_FORMAT): Use the macro when printing
180 the format name.
181 (TARGET_DOUBLE_FORMAT, TARGET_LONG_DOUBLE_FORMAT): Ditto.
182 * gdbarch.c: Regenerate.
183
2ca6c561
AC
1842002-12-06 Andrew Cagney <ac131313@redhat.com>
185
186 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Rename
187 INIT_FRAME_PC_FIRST. Change to a function with predicate. Do not
188 provide a default value.
189 * gdbarch.h, gdbarch.c: Regenerate.
190 * frame.c (get_prev_frame): Update. Check
191 DEPRECATED_INIT_FRAME_PC_FIRST_P.
192 * s390-tdep.c (s390_gdbarch_init): Update.
193 * mips-tdep.c (mips_gdbarch_init): Update.
194 * config/sparc/tm-sparc.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
195 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
196 * alpha-tdep.c (alpha_gdbarch_init): Update.
197
e162d11b
EZ
1982002-12-06 Elena Zannoni <ezannoni@redhat.com>
199
200 * ia64-linux-nat.c: Include gdb_string.h.
201 * alpha-nat.c: Ditto.
2b298b5d
EZ
202 * ppc-linux-nat.c: Ditto.
203 * Makefile.in (ia64-linux-nat.o, alpha-nat.o, ppc-linux-nat.o):
204 Update dependencies.
e162d11b 205
aa0cd9c1
AC
2062002-12-05 Andrew Cagney <ac131313@redhat.com>
207
208 * gdbthread.h: Include "frame.h".
209 (struct thread_info): Replace step_frame_address with
210 step_frame_id.
211 * inferior.h: Include "frame.h".
212 (step_frame_id): Replace external variable step_frame_address.
213 * gdbthread.h (save_infrun_state): Replace step_frame_address
214 parameter with step_frame_id parameter.
215 (load_infrun_state): Ditto.
216 * Makefile.in (gdbthread_h, inferior_h): Add $(frame_h).
217 * infcmd.c (step_frame_id, step_1, step_once): Update.
218 * thread.c (load_infrun_state, save_infrun_state): Update.
219 * infrun.c (clear_proceed_status, save_inferior_status): Update.
220 (handle_inferior_event, step_over_function): Update.
221 (normal_stop, context_switch, restore_inferior_status): Update.
222 (struct inferior_status): Replace step_frame_address with
223 step_frame_id.
224
a9a9bd0f
DC
2252002-12-05 David Carlton <carlton@math.stanford.edu>
226
227 * dwarf2read.c (dwarf2_add_field): Treat a field that is a
228 DW_TAG_member as well as a declaration as being a C++ static data
229 member.
230 (read_structure_scope): Combine tests for DW_TAG_member and
231 DW_TAG_variable.
232
614b3b14
DC
2332002-12-05 David Carlton <carlton@math.stanford.edu>
234
235 * linespec.c (decode_compound): New function.
236 (decode_line_1): Move code into decode_compound.
237
e4051eeb
DC
2382002-12-05 David Carlton <carlton@math.stanford.edu>
239
240 * symtab.c (lookup_symbol_aux_local): Add 'static_block'
241 argument.
242 (lookup_symbol_aux): Do the 'field_of_this' check before checking
243 the static block. See PR gdb/804.
244
f61e8913
DC
2452002-12-05 David Carlton <carlton@math.stanford.edu>
246
247 * symtab.c (lookup_symbol_aux_block): New function.
248 (lookup_symbol_aux_local): Move code into lookup_symbol_aux_block.
249
1e9f55d0
AC
2502002-12-05 Andrew Cagney <ac131313@redhat.com>
251
252 * gdbarch.sh: Dump the predicate function and macro values.
253 (read): Print error on standard error.
254 * gdbarch.c: Regenerate.
255
d1973055
KB
2562002-12-04 Kevin Buettner <kevinb@redhat.com>
257
258 * Makefile.in (mips_tdep_h): Define.
259 (mips-tdep.o): Add mips_tdep_h to dependency list.
260 * mips-tdep.h: New file.
261 * mips-tdep.c (mips-tdep.h): Include.
262 (enum mips_abi): Move to mips-tdep.h.
263 (mips_abi): New function.
264
f1253c7b
DC
2652002-12-04 David Carlton <carlton@math.stanford.edu>
266
267 * Makefile.in (f-exp.tab.c): Don't depend on c-exp.tab.c.
268
406bc4de
DC
2692002-12-04 David Carlton <carlton@math.stanford.edu>
270
271 * symtab.c (lookup_symbol_aux): Move minsym code into a separate
272 function.
273 (lookup_symbol_aux_minsyms): New function.
274
2a3750c5
JB
2752002-12-04 J. Brobecker <brobecker@gnat.com>
276
277 * pa64solib.c: s/boolean/int/. Fixes a build failure on hppa64-hpux.
278
961d8652
JB
2792002-12-04 J. Brobecker <brobecker@gnat.com>
280
281 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Renamed from IN_SIGTRAMP,
282 which is an obsolete macro name.
283
38c52d5a
DJ
2842002-12-04 Daniel Jacobowitz <drow@mvista.com>
285
286 * doublest.c (convert_floatformat_to_doublest): Cast exp_bias to int.
287 * config/alpha/alpha-linux.mh (MH_CFLAGS): Add -mieee.
288
d8ef46f5
DJ
2892002-12-03 H.J. Lu (hjl@gnu.org)
290
291 * breakpoint.c (create_thread_event_breakpoint): Use xasprintf.
292 (create_breakpoints): Make sure the addr_string field is not
293 NULL.
294
02ae7771
AC
2952002-12-03 Andrew Cagney <ac131313@redhat.com>
296
297 * sparc-nat.c (fetch_inferior_registers)
298 (store_inferior_registers): Add comment on problem of LWP vs
299 threads.
300
301 From 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
302 * lin-lwp.c (lin_lwp_fetch_registers): Remove.
303 (lin_lwp_store_registers): Remove.
304 (init_lin_lwp_ops): Use fetch_inferior_registers
305 and store_inferior_registers directly.
306 * sparc-nat.c (fetch_inferior_registers): Honor LWP ID.
307 (store_inferior_registers): Likewise.
308 Fix PR gdb/725.
309
7a424e99
AC
3102002-12-03 Andrew Cagney <ac131313@redhat.com>
311
312 * frame.h (get_frame_id): Convert to a function.
313 (null_frame_id, frame_id_p): Declare.
314 (frame_id_eq, frame_id_inner): Declare.
315 (frame_id_build): New function.
316 * frame.c (get_frame_id): Update. Use null_frame_id.
317 (frame_find_by_id): Rewrite using frame_id_p, frame_id_eq and
318 frame_id_inner.
319 (null_frame_id, frame_id_p): Define.
320 (frame_id_eq, frame_id_inner): Define.
321 (frame_id_build): New function.
322 * varobj.c (varobj_create): Update.
323 (varobj_update): Update.
324 * valops.c (value_assign): Update.
325 (new_root_variable): Update.
326 * infrun.c (save_inferior_status): Update.
327 * breakpoint.c (watch_command_1): Update.
328
891c7f5f
JB
3292002-12-03 J. Brobecker <brobecker@gnat.com>
330
331 * config/pa/tm-hppah.h (SNAP1): Remove unused macro.
332 (SNAP2): Likewise.
333
144da3c1
AC
3342002-12-03 Andrew Cagney <cagney@redhat.com>
335
46248966
AC
336 * NEWS: Mention Daniel Jacobowitz's multi-threaded shared library
337 patch.
338
144da3c1
AC
339 * PROBLEMS: Mention PR gdb/725.
340
03c6228e
AS
3412002-12-03 Andreas Schwab <schwab@suse.de>
342
343 * infcmd.c (construct_inferior_arguments): Handle empty arguments.
344
36e53c63
AF
3452002-12-02 Adam Fedor <fedor@gnu.org>
346 Klee Dienes <kdienes@apple.com>
347
348 * objc-lang.c (objc_printstr): Add width arg to match
349 printstr prototype.
350 (compare_selectors): Add 'const' to arg types.
351 (compare_classes): Likewise.
352 (find_imps): Cast msym pointer to avoid compiler warning.
353 (print_object_command): Validate the address before
354 passing it to the print routine.
355 (find_objc_msgcall_submethod): Change function argument to
356 return an int.
357 * objc-lang.h: Add 'extern' to all function declarations.
358 (value_nsstring): Add declaration.
359
504d5c7e
JB
3602002-12-02 J. Brobecker <brobecker@gnat.com>
361
362 * somsolib.c (dld_cache): Replace boolean by int for field is_valid.
363 Fixes a build failure on HP/UX.
364
365 * hpread.c (told_objfile): Replace boolean type by int. Fixes a build
366 failure on HP/UX.
367 (hpread_has_name): Advance declaration to avoid a compilation warning.
368 (pst_syms_count): Add missing variable type. By change, the compiler
369 was defaulting to int, which seems a good choice. Fixes a compilation
370 warning.
371 (pst_syms_size): Likewise.
372
59623e27
JB
3732002-12-02 J. Brobecker <brobecker@gnat.com>
374
375 * hppa-tdep.c: Add #include "osabi.h" (for hppa_gdbarch_init).
376 (hppa_gdbarch_init): Detect osabi from objfile. Will be needed
377 later to set the proper gdbarch methods depending on the osabi.
378 * Makefile.in (hppa-tdep.o): Add dependency on osabi.h.
379
a09a320d
JB
3802002-12-02 J. Brobecker <brobecker@gnat.com>
381
382 * osabi.h (gdb_osabi): Add two new enum values for HPUX ELF and SOM.
383 * osabi.c (gdb_osabi_name): Add strings images for the two new
384 enum values.
385 (generic_elf_osabi_sniffer): Handle HPUX objfiles.
386
8a81a99e
AC
3872002-12-02 Andrew Cagney <ac131313@redhat.com>
388
389 * MAINTAINERS (Java): Global maintainers are responible for Java.
390 (Past Maintainers): Mention both Anthony Green and Per Bothner as
391 part Java maintainers.
392
7af35dad
JB
3932002-12-02 J. Brobecker <brobecker@gnat.com>
394
395 * xcoffread.c (read_symbol_lineno): Replace boolean by int.
396 Fixes a compilation failure on AiX.
397
f4ede9bc
JB
3982002-12-02 J. Brobecker <brobecker@gnat.com>
399
400 * config/powerpc/aix432.mh (NATDEPFILES): Add a comment explaining
401 why aix-thread.o is not listed.
402
ae45cd16
AC
4032002-12-01 Andrew Cagney <ac131313@redhat.com>
404
405 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Rename
406 PC_IN_CALL_DUMMY. Change to predicate. Always allow call.
407 * gdbarch.h, gdbarch.c: Re-generate.
408 * config/sparc/tm-sparc.h, config/sparc/tm-sp64.h: Update.
409 * config/mn10200/tm-mn10200.h, config/h8500/tm-h8500.h: Update.
410 * config/pa/tm-hppa.h, frame.h: Update.
411 * x86-64-tdep.c, vax-tdep.c, sparc-tdep.c: Update.
412 * s390-tdep.c, ns32k-tdep.c, mn10300-tdep.c: Update.
413 * m68k-tdep.c, i386-tdep.c, frv-tdep.c: Update.
414 * cris-tdep.c, alpha-tdep.c: Update.
415 * frame.c (set_unwind_by_pc, create_new_frame): Use either
416 DEPRECATED_PC_IN_CALL_DUMMY or pc_in_dummy_frame.
417 (get_prev_frame): Ditto.
418
020cc13c
AC
4192002-11-30 Andrew Cagney <cagney@redhat.com>
420
421 * exec.c (xfer_memory): Replace boolean with int.
422 * p-exp.y: Use 0 instead of false.
423 * corelow.c (gdb_check_format): Change return type to int from
424 boolean.
425 * utils.c: Don't include <curses.h> or <term.h> first.
426
1d9b2aa8
SC
4272002-11-29 Stephane Carrez <stcarrez@nerim.fr>
428
429 * m68hc11-tdep.c (m68hc11_register_raw_size): Remove.
430 (m68hc11_register_byte): Remove.
431 (m68hc11_gdbarch_init): Don't set the above.
432
a193e397
AC
4332002-11-29 Andrew Cagney <cagney@redhat.com>
434
435 * remote-mips.c (mips_initialize): Force a selected frame rebuild
436 by calling get_selected_frame.
437 * ocd.c (ocd_start_remote): Use get_selected frame instead of
438 set_current_frame, create_new_frame, select_frame and
439 get_current_frame.
440 * remote-e7000.c (e7000_start_remote): Ditto.
441 * remote-mips.c (common_open): Ditto
442 * remote-rdp.c (remote_rdp_open): Ditto.
443
b5fc49aa
AS
4442002-11-29 Andreas Schwab <schwab@suse.de>
445
446 * m68k-tdep.c (m68k_frame_chain, m68k_frame_saved_pc)
447 (altos_skip_prologue, delta68_frame_saved_pc, isi_frame_num_args)
448 (delta68_frame_num_args, news_frame_num_args, m68k_skip_prologue)
449 (m68k_frame_init_saved_regs, m68k_saved_pc_after_call): Use
450 read_memory_unsigned_integer instead of read_memory_integer when
451 dealing with addresses and instruction opcodes.
452 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc)
453 (m68k_linux_frame_saved_pc): Likewise.
454
6e7f8b9c
AC
4552002-11-29 Andrew Cagney <ac131313@redhat.com>
456
457 * stack.c (selected_frame, select_frame): Move from here ...
458 * frame.c (selected_frame, select_frame): ... to here. Include
459 "language.h".
460 * Makefile.in (frame.o): Update dependencies.
461 * frame.c (get_selected_frame): New function.
462 * frame.h (get_selected_frame): Declare.
463 (deprecated_selected_frame): Rename selected_frame.
464 * ada-lang.c, ada-tasks.c, breakpoint.c, corelow.c: Update.
465 * eval.c, f-valprint.c, findvar.c, frame.c, frame.h: Update.
466 * h8300-tdep.c, h8500-tdep.c, hppa-tdep.c, infcmd.c: Update.
467 * inflow.c, infrun.c, macroscope.c, mips-tdep.c: Update.
468 * mn10300-tdep.c, ocd.c, regcache.h, remote-e7000.c: Update.
469 * remote-mips.c, remote-rdp.c, sh-tdep.c, sparc-tdep.c: Update.
470 * stack.c, thread.c, tracepoint.c, valops.c, varobj.c: Update.
471 * z8k-tdep.c, cli/cli-cmds.c: Update.
472
805e2818
AC
4732002-11-29 Andrew Cagney <ac131313@redhat.com>
474
475 * frame.h (get_selected_block): Add comments.
476
1058bca7
AC
4772002-11-28 Andrew Cagney <ac131313@redhat.com>
478
479 * frame.c (pc_notcurrent): New function.
480 (find_frame_sal): New function.
481 * frame.h (find_frame_sal): Declare.
482 (struct symtab_and_line): Add opaque declaration.
fe67b6c5
AC
483 * stack.c (print_frame_info_base): Use find_frame_sal instead of
484 find_pc_line.
1058bca7
AC
485 (frame_info): Ditto.
486 * ada-lang.c (find_printable_frame): Ditto.
487
d92419e5
JB
4882002-11-28 J. Brobecker <brobecker@gnat.com>
489
490 * configure.in: Check that the pthdebug library is recent enough
491 before enabling thread support on native AiX.
492 * configure: Regenerate.
493
494 * config/powerpc/aix432.mh (NATDEPFILES): Remove aix-thread.o
495 from the list of object files as it is now appended by configure
496 if thread support is enabled.
497 (NAT_CLIBS): Removed as -lpthdebug is also appended by configure
498 if thread support is enabled.
499
8c69fc49
AC
5002002-11-28 Andrew Cagney <cagney@redhat.com>
501
502 * stack.c (get_selected_block): In-line get_current_block.
503 * frame.h (get_current_block): Delete declaration.
504 * blockframe.c (get_current_block): Delete function.
505
07555a72
AC
5062002-11-28 Andrew Cagney <ac131313@redhat.com>
507
508 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Rename
509 USE_GENERIC_DUMMY_FRAMES.
510 * gdbarch.h, gdbarch.c: Regenerate.
511 * valops.c, frame.c: Update.
512 * config/z8k/tm-z8k.h, config/mn10200/tm-mn10200.h: Update.
513 * config/m32r/tm-m32r.h, config/h8500/tm-h8500.h: Update.
514 * config/pa/tm-hppa.h, blockframe.c: Update.
515 * vax-tdep.c, sparc-tdep.c, ns32k-tdep.c: Ditto.
516 * m68k-tdep.c, alpha-tdep.c: Ditto.
517
518 * arm-tdep.c: Eliminate USE_GENERIC_DUMMY_FRAMES as always 1.
519 * mips-tdep.c: Ditto.
520
b99fa2d2
AC
5212002-11-27 Andrew Cagney <ac131313@redhat.com>
522
523 * gdbarch.sh (CALL_DUMMY_LOCATION): Default to AT_ENTRY_POINT.
524 (USE_GENERIC_DUMMY_FRAMES): Default to true.
525 (PC_IN_CALL_DUMMY): Default to generic_pc_in_call_dummy.
526 * gdbarch.c, gdbarch.h: Re-generate.
527 * inferior.h (USE_GENERIC_DUMMY_FRAMES): Delete macro definition.
528 (CALL_DUMMY_LOCATION): Delete macro definition.
529 (PC_IN_CALL_DUMMY): Delete macro definitions.
530
531 * arm-tdep.c (arm_gdbarch_init): Do not set pc_in_call_dummy,
532 default is already generic_pc_in_call_dummy.
533 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
534 * v850-tdep.c (v850_gdbarch_init): Ditto.
535 * sh-tdep.c (sh_gdbarch_init): Ditto.
536 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
537 * mips-tdep.c (mips_gdbarch_init): Ditto.
538 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
539 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
540 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
541 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
542 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
543 * avr-tdep.c (avr_gdbarch_init): Ditto.
544
545 * arm-tdep.c (arm_gdbarch_init): Do not set
546 use_generic_dummy_frames, default is already 1.
547 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
548 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
549 * v850-tdep.c (v850_gdbarch_init): Ditto.
550 * sh-tdep.c (sh_gdbarch_init): Ditto.
551 * s390-tdep.c (s390_gdbarch_init): Ditto.
552 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
553 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
554 * mips-tdep.c (mips_gdbarch_init): Ditto.
555 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
556 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
557 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
558 * i386-tdep.c (i386_gdbarch_init): Ditto.
559 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
560 * frv-tdep.c (frv_gdbarch_init): Ditto.
561 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
562 * cris-tdep.c (cris_gdbarch_init): Ditto.
563 * avr-tdep.c (avr_gdbarch_init): Ditto.
564
565 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
566 call_dummy_location, default is already AT_ENTRY_POINT.
567 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
568 * v850-tdep.c (v850_gdbarch_init): Ditto.
569 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
570 * sh-tdep.c (sh_gdbarch_init): Ditto.
571 * s390-tdep.c (s390_gdbarch_init): Ditto.
572 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
573 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
574 * mips-tdep.c (mips_gdbarch_init): Ditto.
575 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
576 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
577 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
578 * i386-tdep.c (i386_gdbarch_init): Ditto.
579 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
580 * frv-tdep.c (frv_gdbarch_init): Ditto.
581 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
582 * cris-tdep.c (cris_gdbarch_init): Ditto.
583 * avr-tdep.c (avr_gdbarch_init): Ditto.
584 * arm-tdep.c (arm_gdbarch_init): Ditto.
585 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
586
abc0af47
AC
5872002-11-28 Andrew Cagney <cagney@redhat.com>
588
589 * frame.h: Update comments on set_current_frame, create_new_frame,
590 flush_cached_frames, reinit_frame_cache, select_frame and
591 selected_frame.
592
ed5cedc5
AC
5932002-11-27 Andrew Cagney <cagney@redhat.com>
594
595 * config/z8k/tm-z8k.h (PC_IN_CALL_DUMMY): Update definition to use
596 deprecated pc_in_call_dummy function.
597 * config/sparc/tm-sparc.h (PC_IN_CALL_DUMMY): Ditto.
598 * config/sparc/tm-sp64.h (PC_IN_CALL_DUMMY): Ditto.
599 * config/pa/tm-hppa.h (PC_IN_CALL_DUMMY): Ditto.
600 * config/mn10200/tm-mn10200.h (PC_IN_CALL_DUMMY): Ditto.
601 * config/h8500/tm-h8500.h (PC_IN_CALL_DUMMY): Ditto.
602
b2a1bd4f
MH
6032002-11-26 Martin M. Hunt <hunt@redhat.com>
604
605 * Makefile.in: Remove Tix dependencies.
606 * acinclude.m4: Ditto.
607 * aclocal.m4: Ditto.
608 * configure.in: Ditto.
609 * configure: Regenerated.
610
f09cffaa
AC
6112002-11-26 Andrew Cagney <ac131313@redhat.com>
612
613 * gdbarch.sh (TARGET_FLOAT_FORMAT): Print the float format name.
614 (TARGET_DOUBLE_FORMAT, TARGET_LONG_DOUBLE_FORMAT): Ditto.
615 * gdbarch.c: Re-generate.
616
e92b0cc9
AC
6172002-11-26 Andrew Cagney <ac131313@redhat.com>
618
619 * config/h8500/tm-h8500.h (CALL_DUMMY_LOCATION): Define as ON_STACK.
620 (USE_GENERIC_DUMMY_FRAMES): Define as zero.
621 (PC_IN_CALL_DUMMY): Define as pc_in_call_dummy_on_stack.
622 * config/mn10200/tm-mn10200.h (PC_IN_CALL_DUMMY): Define as
623 pc_in_call_dummy_at_entry_point.
624 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Define as ON_STACK.
625 (USE_GENERIC_DUMMY_FRAMES): Define as zero.
626 (PC_IN_CALL_DUMMY): Define as pc_in_call_dummy_on_stack.
627 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Delete undefine.
628 * config/sparc/tm-sparc.h (PC_IN_CALL_DUMMY): Define as
629 pc_in_call_dummy_on_stack.
630 * config/sparc/tm-sp64.h (PC_IN_CALL_DUMMY): Redefine as
631 pc_in_call_dummy_at_entry_point and pc_in_call_dummy_on_stack.
632 * config/z8k/tm-z8k.h (CALL_DUMMY_LOCATION): Define as ON_STACK.
633 (USE_GENERIC_DUMMY_FRAMES): Define as zero.
634 (PC_IN_CALL_DUMMY): Defile as pc_in_call_dummy_on_stack.
635
b4b88177
AC
6362002-11-26 Andrew Cagney <ac131313@redhat.com>
637
638 * inferior.h (deprecated_pc_in_call_dummy_before_text_end): Rename
639 pc_in_call_dummy_before_text_end
640 (deprecated_pc_in_call_dummy_after_text_end): Rename
641 pc_in_call_dummy_after_text_end.
642 (deprecated_pc_in_call_dummy_on_stack): Rename
643 pc_in_call_dummy_on_stack.
644 (deprecated_pc_in_call_dummy_at_entry_point): Rename
645 pc_in_call_dummy_at_entry_point.
646 * m68k-tdep.c (m68k_gdbarch_init): Update.
647 * s390-tdep.c (s390_gdbarch_init): Update.
648 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
649 * vax-tdep.c (vax_gdbarch_init): Update.
650 * sparc-tdep.c (sparc_gdbarch_init): Update.
651 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
652 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
653 * i386-tdep.c (i386_gdbarch_init): Update.
654 * frv-tdep.c (frv_gdbarch_init): Update.
655 * cris-tdep.c (cris_gdbarch_init): Update.
656 * config/sparc/tm-sparc.h (PC_IN_CALL_DUMMY): Update.
657 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
658 (deprecated_pc_in_call_dummy_after_text_end)
659 (deprecated_pc_in_call_dummy_on_stack)
660 (deprecated_pc_in_call_dummy_at_entry_point): Update.
661 * alpha-tdep.c (alpha_gdbarch_init): Update.
662
eb784848
DJ
6632002-11-25 Daniel Jacobowitz <drow@mvista.com>
664
665 * acconfig.h (HAVE_PREAD64): Add.
666 * configure.in: Check for pread64.
667 * config.in: Regenerated.
668 * configure: Regenerated.
669 * lin-lwp.c (lin_lwp_xfer_memory): Call linux_proc_xfer_memory.
670 * linux-proc.c (linux_proc_xfer_memory): New function.
671 * config/nm-linux.h (linux_proc_xfer_memory): Add prototype.
672
933c6fe4
DC
6732002-11-25 David Carlton <carlton@math.stanford.edu>
674
675 * dwarf2read.c (scan_partial_symbols): Descend into namespace
676 pdi's with no name.
677
158a8022
AC
6782002-11-25 Andrew Cagney <ac131313@redhat.com>
679
680 * MAINTAINERS: Mark h8500 as broken. Breakage occured Fri Nov 5
681 16:32:04 1999 Andrew Cagney <cagney@b1.cygnus.com>.
682
481d0f41
JB
6832002-11-25 Jim Blandy <jimb@redhat.com>
684
e8289572
JB
685 * symfile.c (init_objfile_sect_indices): New function.
686 (default_symfile_offsets): Move the section-index-initializing
687 stuff into init_objfile_sect_indices, and call that.
688
b29c9944
JB
689 * symtab.h (SIZEOF_N_SECTION_OFFSETS): New macro.
690 (SIZEOF_SECTION_OFFSETS): Use SIZEOF_N_SECTION_OFFSETS.
691
13de58df
JB
692 * symfile.c (syms_from_objfile): Adjust indentation.
693
481d0f41
JB
694 * symfile.c (symbol_file_add): Flush gdb_stdout even if from_tty
695 || info_verbose isn't true.
696
7d6a26a7
AC
6972002-11-24 Andrew Cagney <ac131313@redhat.com>
698
699 * gdbarch.sh (FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS): Change
700 default to get_frame_base.
701 * gdbarch.h, gdbarch.c: Regenerate.
702 * arch-utils.c (default_frame_address): Delete function.
703 * arch-utils.h (default_frame_address): Delete declaration
704
6abe1021
PM
7052002-11-24 Pierre Muller <muller@ics.u-strasbg.fr>
706
707 * varobj.c (find_frame_addr_in_frame_chain):
708 Use get_frame_base instead of FRAME_FP,
709 obvious fix.
710
c193f6ac
AC
7112002-11-19 Andrew Cagney <ac131313@redhat.com>
712
713 * frame.h (FRAME_FP): Delete macro.
714 (get_frame_base): New function declaration.
715 * frame.c (get_frame_base): New function.
716 (get_frame_id): Use ->frame.
717 (frame_find_by_id): Rewrite to use get_frame_id.
718 * blockframe.c: Use get_frame_base instead of FRAME_FP.
719 * cris-tdep.c, d10v-tdep.c, findvar.c, h8500-tdep.c: Ditto.
720 * hppa-tdep.c, i386-tdep.c, infcmd.c, infrun.c: Ditto.
721 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
722 * mn10200-tdep.c, mn10300-tdep.c, rs6000-tdep.c: Ditto.
723 * sh-tdep.c, sparc-tdep.c, stack.c, tracepoint.c: Ditto.
724 * v850-tdep.c, valops.c, z8k-tdep.c: Ditto.
725
e5d2af14
AC
7262002-11-24 Andrew Cagney <ac131313@redhat.com>
727
728 * arm-tdep.c (arm_gdbarch_init): Do not set get_saved_register.
729
931d12c6
AC
7302002-11-24 Andrew Cagney <ac131313@redhat.com>
731
732 * frame.c (set_unwind_by_pc): Revert change below, use
733 PC_IN_CALL_DUMMY.
734 (get_prev_frame): Ditto.
735
5e0f933e
AC
7362002-11-24 Andrew Cagney <ac131313@redhat.com>
737
738 * dummy-frame.c (pc_in_dummy_frame): New function.
739 (generic_pc_in_call_dummy): Call pc_in_dummy_frame.
740 (find_dummy_frame): Update comment.
741 (generic_pop_current_frame): Use get_frame_type.
742 * dummy-frame.h (pc_in_dummy_frame): Declare.
743 * frame.c (set_unwind_by_pc): Use pc_in_dummy_frame.
744 (create_new_frame): Use pc_in_dummy_frame.
745 (get_prev_frame): Use pc_in_dummy_frame.
746 (frame_saved_regs_register_unwind): Use get_prev_frame.
747 (deprecated_generic_get_saved_register): Use get_prev_frame.
748
7d8547c9
AC
7492002-11-23 Andrew Cagney <ac131313@redhat.com>
750
751 * blockframe.c (find_frame_addr_in_frame_chain): Move function
752 from here ...
753 * varobj.c (find_frame_addr_in_frame_chain): ... to here.
754 (varobj_create): Note that frame ID should be used.
755 * frame.h (find_frame_addr_in_frame_chain): Delete declaration.
756
0225421b
AC
7572002-11-23 Andrew Cagney <ac131313@redhat.com>
758
759 * breakpoint.c: Include "gdb_assert.h".
760 (deprecated_frame_in_dummy): Assert that generic dummy frames are
761 not being used.
762 * Makefile.in (breakpoint.o): Update dependencies.
763 * ada-lang.c (find_printable_frame): Use get_frame_type instead of
764 deprecated_frame_in_dummy.
765 * stack.c (print_frame_info_base): Ditto.
766 (frame_info): Ditto.
767 (print_frame_info_base): Ditto. Delete dead code.
768
32eeb91a
AS
7692002-11-23 Andreas Schwab <schwab@suse.de>
770
771 * Makefile.in (m68k_tdep_h): Define.
772 (abug-rom.o, cpu32bug-rom.o, dbug-rom.o, m68k-tdep.o, m68klinux-nat.o)
773 (remote-est.o, rom68k-rom.o): Add $(m68k_tdep_h).
774 * m68k-tdep.c: Move register number enum ...
775 * m68k-tdep.h: ... to this new file and rename the constants from
776 E_* to M68K_*. All uses changed.
777 * config/m68k/tm-m68k.h (D0_REGNUM, A0_REGNUM): Remove definitions.
778 * abug-rom.c: Include "m68k-tdep.h". Use
779 M68K_D0_REGNUM/M68K_A0_REGNUM instead of D0_REGNUM/A0_REGNUM.
780 * cpu32bug-rom.c: Likewise.
781 * dbug-rom.c: Likewise.
782 * m68k-tdep.c: Likewise.
783 * m68klinux-nat.c: Likewise.
784 * remote-est.c: Likewise.
785 * rom68k-rom.c: Likewise.
786 * config/m68k/tm-linux.h: Likewise.
787
9648bac8
AC
7882002-11-23 Andrew Cagney <ac131313@redhat.com>
789
790 * arm-tdep.c (arm_gdbarch_init): Remove old style non-generic
791 dummy frame initialization code.
792 * mips-tdep.c (mips_gdbarch_init): Ditto.
793
91a175b3
CF
7942002-11-22 Christopher Faylor <cgf@redhat.com>
795
796 * win32-nat.c (child_attach): Reset saw_create counter or subsequent
797 attach will hang.
798
f4ded5b1
AC
7992002-11-22 Andrew Cagney <ac131313@redhat.com>
800
801 * gdbarch.sh (FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS): Default
802 to default_frame_address.
803 * gdbarch.h, gdbarch.c: Re-generate.
804
805 * d10v-tdep.c (d10v_gdbarch_init): Do not set frame_args_address
806 or frame_locals_address to default_frame_address.
807 * m68k-tdep.c (m68k_gdbarch_init): Update.
808 * i386-tdep.c (i386_gdbarch_init): Update.
809 * frv-tdep.c (frv_gdbarch_init): Update.
810 * sh-tdep.c (sh_gdbarch_init): Update.
811 * v850-tdep.c (v850_gdbarch_init): Update.
812 * sparc-tdep.c (sparc_gdbarch_init): Update.
813 * mips-tdep.c (mips_gdbarch_init): Update.
814 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
815 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
816 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
817
818 * cris-tdep.c (cris_frame_args_address): Delete function.
819 (cris_frame_locals_address): Delete function.
820 (cris_gdbarch_init): Do not set frame_args_address or
821 frame_locals_address.
822
f7c1e0f3
MS
8232002-11-22 Michael Snyder <msnyder@redhat.com>
824
825 * thread-db.c (thread_db_load): Tell the user what's going on
826 if dlopen fails on libthread_db.
827
03dac896
AS
8282002-11-23 Andreas Schwab <schwab@suse.de>
829
830 * m68k-tdep.c (m68k_register_virtual_type): Use architecture
831 invariant return values.
832
7a67d0fe
AS
8332002-11-22 Andreas Schwab <schwab@suse.de>
834
835 * valops.c (value_slice): Move declaration of `offset' to avoid
836 warning.
837
5633f842
CF
8382002-11-22 Christopher Faylor <cgf@redhat.com>
839
840 * win32-nat.c (psapi_get_dll_name): Fix a compiler warning.
841 (struct so_stuff): Add end_addr field.
842 (register_loaded_dll): Calculate and store end address of loaded dll.
843 (solib_address): New function.
844 (child_solib_loaded_library_pathname): Pass carefully constructed
845 section info to safe_symbol_file_add rather than ignoring it.
846 (get_child_debug_event): Call re_enable_breakpoints_in_shlibs when a
847 DLL is loaded.
848 (do_initial_child_stuff): Call disable_breakpoints_in_shlibs.
849 (child_create_inferior): Fix a compiler warning.
850 * config/i386/tm-cygwin.h (PC_SOLIB): Define new macro.
851 (solib_address): Declare new function.
852
d85fe7f7
AS
8532002-11-22 Andreas Schwab <schwab@suse.de>
854
855 * m68k-tdep.c (m68k_register_virtual_type): Return int for SR, FPC
856 and FPS registers.
857
8308e54c
DJ
8582002-11-21 Daniel Jacobowitz <drow@mvista.com>
859
860 * maint.c (_initialize_maint_cmds): Fix typo. From
861 Francesco Potorti` <pot@gnu.org>.
862
8997bd5e
AC
8632002-11-21 Andrew Cagney <cagney@redhat.com>
864
865 * mips-tdep.c (mips_dump_tdep): Delete references to
866 GDB_TARGET_UNMASK_DISAS_PC and GDB_TARGET_MASK_DISAS_PC.
867 * config/mips/tm-mips.h (GDB_TARGET_MASK_DISAS_PC): Delete macro.
868 (GDB_TARGET_UNMASK_DISAS_PC): Delete macro.
869 * printcmd.c (build_address_symbolic): Delete calls to
870 GDB_TARGET_UNMASK_DISAS_PC and GDB_TARGET_MASK_DISAS_PC.
871 (address_info): Ditto.
872 Fix PR gdb/773.
873
4e87b832
KD
8742002-11-19 Klee Dienes <kdienes@apple.com>
875 Adam Fedor <fedor@gnu.org>
876
877 * completer.c (skip_quoted_chars): Renamed from skip_chars. Add
878 the ability to explicitly specify the quote characters and word
879 break characters; if NULL is specified for either, use the old
880 behavior of using the characters used by the completer.
881 (skip_chars): New function. Convenience wrapper around
882 skip_quoted_chars to provide the original skip_chars behavior.
883 * completer.h (skip_quoted_chars): Add prototype.
884
9ba8d803
AC
8852002-11-19 Andrew Cagney <ac131313@redhat.com>
886
887 Problems reported by Paul Eggert.
888 * gdbarch.sh: Use `sort -k 3`. Fix PR gdb/527.
889
0a595803
AS
8902002-11-19 Andreas Schwab <schwab@suse.de>
891
892 * m68klinux-nat.c (IS_SIGTRAMP, IS_RT_SIGTRAMP)
893 (m68k_linux_in_sigtramp, SIGCONTEXT_PC_OFFSET)
894 (UCONTEXT_PC_OFFSET, m68k_linux_sigtramp_saved_pc)
895 (m68k_linux_frame_saved_pc): Move to ...
896 * m68klinux-tdep.c: ... here. New file.
897 * Makefile.in (m68klinux-tdep.o): Add dependencies.
898 * config/m68k/linux.mt (TDEPFILES): Add m68klinux-tdep.o.
899
e8afa4d7
AF
9002002-11-19 Adam Fedor <fedor@gnu.org>
901
902 * objc-exp.y: Revert to old skip_quoted usage.
903
a76c9d72
AF
9042002-11-19 Adam Fedor <fedor@gnu.org>
905
906 * Makefile.in (SFILES): Add objc-exp.y objc-lang.c.
907 (objc_lang_h): Define.
908 (YYFILES): Add objc-exp.tab.c.
909 (local-maintainer-clean): Remove objc-exp.tab.c.
910 (objc-exp.tab.c, objc-exp.tab.o, objc-lang.o): New target.
911
fd0e9d45
PM
9122002-11-19 Pierre Muller <muller@ics.u-strasbg.fr>
913
914 * p-exp.y (typecast rule): Add automatic dereference of
915 pascal classes if needed.
916 (THIS): Set current_type.
917 Automatically dereference pascal classes.
918 (typebase rule): Add ^typebase recognition.
919
82eeeb94
AF
9202002-11-18 Adam Fedor <fedor@gnu.org>
921
922 * expprint.c (print_subexp): Handle OP_OBJC_NSSTRING,
923 OP_OBJC_MSGCALL, and OP_OBJC_SELF.
924 (op_name): Handle OP_OBJC_SELF.
925 * Makefile.in (expprint.o): Add additional depends.
926
646df18d
AF
9272002-11-18 Adam Fedor <fedor@gnu.org>
928
929 * expression.h: Rename ObjC ops to OP_OBJC_MSGCALL,
930 OP_OBJC_SELECTOR, OP_OBJC_NSSTRING, and OP_OBJC_SELF.
931 * parse.c (length_of_subexp, prefixify_subexp): Likewise.
932 * objc-exp.y: Likewise.
933
379b85df
AF
9342002-11-18 Adam Fedor <fedor@gnu.org>
935
936 * gdb/parser-defs.h: (struct objc_class_str): New structure
937 for parsing ObjC classes.
938
85cf597a
AC
9392002-11-18 Andrew Cagney <ac131313@redhat.com>
940
941 * stack.c (frame_relative_level): Copy function from here ...
942 * frame.c (frame_relative_level): ...to here.
943
5a203e44
AC
9442002-11-18 Andrew Cagney <ac131313@redhat.com>
945
946 * frame.h (enum frame_type): Define.
947 (get_frame_type): Declare.
948 (struct frame_info): Add field `type'. Delete field
949 signal_handler_caller.
950 (deprecated_set_frame_signal_handler_caller): Declare.
951 * frame.c (get_frame_type): New function.
952 (deprecated_set_frame_type): New function.
953 (create_new_frame): Set the frame's type.
954 (get_prev_frame): Similar.
955 * sparc-tdep.c: Use get_frame_type instead of signal_handler_caller.
956 * s390-tdep.c: Ditto.
957 * m68klinux-nat.c: Ditto.
958 * ns32k-tdep.c: Ditto.
959 * x86-64-linux-tdep.c: Ditto.
960 * vax-tdep.c: Ditto.
961 * rs6000-tdep.c: Ditto.
962 * ppc-linux-tdep.c: Ditto.
963 * i386-interix-tdep.c: Ditto.
964 * mips-tdep.c: Ditto.
965 * m68k-tdep.c: Ditto.
966 * hppa-tdep.c: Ditto.
967 * ia64-tdep.c: Ditto.
968 * cris-tdep.c: Ditto.
969 * arm-tdep.c: Ditto.
970 * alpha-tdep.c: Ditto.
971 * i386-tdep.c: Ditto.
972 * stack.c: Ditto.
973 * ada-lang.c: Ditto.
974 * blockframe.c: Update.
975 * i386-interix-tdep.c (i386_interix_back_one_frame): Use
976 deprecated_set_frame_type instead of signal_handler_caller.
977 * ppc-linux-tdep.c (ppc_linux_init_extra_frame_info): Ditto.
978 * rs6000-tdep.c (rs6000_init_extra_frame_info): Ditto.
979 * breakpoint.h: Delete FIXME suggesting get_frame_type.
980
bf4ae8b2
KD
9812002-11-18 Klee Dienes <kdienes@apple.com>
982
983 * Makefile.in (buildsym.o): Add dependency for gdb_assert.h.
984
a672ef13
KD
9852002-11-18 Klee Dienes <kdienes@apple.com>
986
987 * buildsym.c (pop_context): Add comment.
988
0c5e171a
KD
9892002-11-18 Klee Dienes <kdienes@apple.com>
990
991 * buildsym.h (pop_context): Convert to function, defined in
992 buildsym.c.
993 * buildsym.c: Include gdb_assert.h.
994 (pop_context): Implement as C function. Add check for stack
995 underflow.
996 * dbxread.c (process_one_symbol): Complain and stop processing
997 that symbol if we are already at the top of the context stack for
998 a function-end N_FUN (this would imply an umatched RBRAC). Ditto
999 when processing N_RBRAC.
1000
8a1f4c4c
DJ
10012002-11-16 Daniel Jacobowitz <drow@mvista.com>
1002
1003 * config/pa/nm-hppah.h (CHILD_POST_FOLLOW_INFERIOR_BY_CLONE): Don't
1004 define.
1005 (struct target_waitstatus): Add opaque definition.
1006 * corelow.c (init_core_ops): Don't set to_clone_and_follow_inferior.
1007 * exec.c (init_exec_ops): Likewise.
1008 * fork-child.c (clone_and_follow_inferior): Remove.
1009 * hppah-nat.c (child_post_follow_inferior_by_clone): Remove.
1010 * inferior.h (clone_and_follow_inferior): Remove prototype.
1011 * infrun.c (follow_fork_mode_both): Remove.
1012 (follow_fork_mode_kind_names): Remove commented out "both".
1013 (follow_inferior_fork): Remove follow_fork_mode_both support.
1014 * inftarg.c (child_clone_and_follow_inferior): Remove.
1015 (child_post_follow_inferior_by_clone): Remove.
1016 (init_child_ops): Don't set to_clone_and_follow_inferior
1017 or to_post_follow_inferior_by_clone.
1018 * target.c (default_clone_and_follow_inferior): Remove.
1019 (cleanup_target): Don't set to_clone_and_follow_inferior
1020 or to_post_follow_inferior_by_clone.
1021 (find_default_clone_and_follow_inferior): Remove.
1022 (init_dummy_target): Don't set to_clone_and_follow_inferior.
1023 (debug_to_clone_and_follow_inferior): Remove.
1024 (debug_to_post_follow_inferior_by_clone): Remove.
1025 (setup_target_debug): Don't set to_clone_and_follow_inferior
1026 or to_post_follow_inferior_by_clone.
1027 * target.h (struct target_ops): Remove to_clone_and_follow_inferior
1028 and to_post_follow_inferior_by_clone.
1029 (child_clone_and_follow_inferior): Remove prototype.
1030 (child_post_follow_inferior_by_clone): Remove prototype.
1031 (target_clone_and_follow_inferior): Remove macro.
1032 (target_post_follow_inferior_by_clone): Remove macro.
1033 (find_default_clone_and_follow_inferior): Remove prototype.
1034
47932f85
DJ
10352002-11-16 Daniel Jacobowitz <drow@mvista.com>
1036
1037 * breakpoint.c (bpstat_stop_status): Call inferior_has_forked,
1038 inferior_has_vforked, and inferior_has_execd instead of
1039 target_has_forked, target_has_vforked, and target_has_execd.
1040 * config/pa/nm-hppah.h (CHILD_HAS_FORKED, CHILD_HAS_VFORKED)
1041 (CHILD_HAS_EXECD, CHILD_HAS_SYSCALL_EVENT): Don't define.
1042 (CHILD_WAIT): Define.
1043 (child_wait): Add prototype.
1044 * hppah-nat.c (hpux_has_forked): Rename from child_has_forked.
1045 Add prototype.
1046 (hpux_has_vforked): Likewise, from child_has_vforked.
1047 (hpux_has_execd): Likewise, from child_has_execd.
1048 (hpux_has_syscall_event): Likewise, from child_has_syscall_event.
1049 (not_same_real_pid, child_wait): New, copied from inftarg.c.
1050 Call hpux_has_forked, hpux_has_vforked, hpux_has_execd,
1051 and hpux_has_syscall_event instead of the target hooks.
1052 * infrun.c (inferior_has_forked, inferior_has_vforked)
1053 (inferior_has_execd): New functions.
1054 * inftarg.c (not_same_real_pid): Remove.
1055 (child_wait): Remove references to not_same_real_pid,
1056 target_has_forked, target_has_vforked, target_has_execd,
1057 and target_has_syscall_event.
1058 (child_has_forked, child_has_vforked, child_has_execd)
1059 (child_has_syscall_event): Remove.
1060 (init_child_ops): Remove references to child_has_forked,
1061 child_has_vforked, child_has_execd, and child_has_syscall_event.
1062 * infttrace.c (hpux_has_forked): Rename from child_has_forked.
1063 (hpux_has_vforked): Likewise, from child_has_vforked.
1064 (hpux_has_execd): Likewise, from child_has_execd.
1065 (hpux_has_syscall_event): Likewise, from child_has_syscall_event.
1066 * target.c (cleanup_target): Remove references to
1067 to_has_forked, to_has_vforked, to_has_execd, and
1068 to_has_syscall_event.
1069 (update_current_target): Likewise.
1070 (setup_target_debug): Likewise.
1071 (debug_to_has_forked): Remove.
1072 (debug_to_has_vforked): Remove.
1073 (debug_to_has_execd): Remove.
1074 (debug_to_has_syscall_event): Remove.
1075 * target.h (struct target_ops): Remove to_has_forked.
1076 to_has_vforked, to_has_execd, and to_has_syscall_event.
1077 (child_has_forked, child_has_vforked, child_has_execd)
1078 (child_has_syscall_event): Remove prototypes.
1079 (inferior_has_forked, inferior_has_vforked, inferior_has_execd): Add
1080 prototypes.
1081 (target_has_forked, target_has_vforked, target_has_execd)
1082 (target_has_syscall_event): Remove macros.
1083
4088142a
DJ
10842002-11-16 Daniel Jacobowitz <drow@mvista.com>
1085
1086 * hppah-nat.c (child_can_follow_vfork_prior_to_exec): Remove.
1087 * inftarg.c (child_can_follow_vfork_prior_to_exec): Remove.
1088 (init_child_ops): Don't initialize to_can_follow_vfork_prior_to_exec.
1089 * infttrace.c (child_can_follow_vfork_prior_to_exec): Remove.
1090 * target.c (cleanup_target): Remove reference to
1091 to_can_follow_vfork_prior_to_exec.
1092 (update_current_target): Likewise.
1093 (debug_to_can_follow_vfork_prior_to_exec): Remove.
1094 (setup_target_debug): Remove reference to
1095 to_can_follow_vfork_prior_to_exec.
1096 * target.h (struct target_ops): Remove
1097 to_can_follow_vfork_prior_to_exec.
1098 (child_can_follow_vfork_prior_to_exec): Remove prototype.
1099 (target_can_follow_vfork_prior_to_exec): Remove definition.
1100 * config/pa/nm-hppah.h (CHILD_CAN_FOLLOW_VFORK_PRIOR_TO_EXEC): Don't
1101 define.
1102 * infrun.c (follow_vfork_when_exec): Remove.
1103 (follow_inferior_fork): Remove references to follow_vfork_when_exec.
1104 (follow_exec): Likewise.
1105 (handle_inferior_event): Likewise.
1106 (keep_going): Likewise.
1107
18cde8d5
AC
11082002-11-15 Andrew Cagney <cagney@redhat.com>
1109
1110 * frame.c (generic_unwind_get_saved_register): Make static.
1111 * frame.h (generic_unwind_get_saved_register): Delete declaration.
1112 * avr-tdep.c (avr_gdbarch_init): Do not set get_saved_register,
1113 defaults to generic_unwind_get_saved_register.
1114 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1115 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1116 * frv-tdep.c (frv_gdbarch_init): Ditto.
1117 * i386-tdep.c (i386_gdbarch_init): Ditto.
1118 * s390-tdep.c (s390_gdbarch_init): Ditto.
1119 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
1120 * v850-tdep.c (v850_gdbarch_init): Ditto.
1121 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
1122 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
1123 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Delete macro.
1124
a6b063af
AC
11252002-11-15 Andrew Cagney <cagney@redhat.com>
1126
1127 * x86-64-linux-nat.c (i386_sse_regnum_p): New function. Copy from
1128 i386-tdep.c.
1129
f407986f
AC
11302002-11-15 Andrew Cagney <cagney@redhat.com>
1131
1132 * frame.h (sigtramp_saved_pc): Delete declaration.
1133 * blockframe.c (sigtramp_saved_pc): Delete function.
1134 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): New function.
1135 (ns32k_frame_saved_pc): Call ns32k_sigtramp_saved_pc.
1136 * vax-tdep.c (vax_sigtramp_saved_pc): New function.
1137 (vax_frame_saved_pc): Call vax_sigtramp_saved_pc.
1138
f18c5a73
AC
11392002-11-15 Andrew Cagney <ac131313@redhat.com>
1140
1141 * frame.c (frame_pc_unwind): New function.
1142 (frame_saved_regs_pc_unwind): New function.
1143 (frame_register_unwind): Pass unwind_cache instead of
1144 register_unwind_cache.
1145 (set_unwind_by_pc): Add unwind_pc parameter, set.
1146 (create_new_frame): Pass frame->pc_unwind to set_unwind_by_pc.
1147 (get_prev_frame): Ditto.
1148 * frame.h (frame_pc_unwind_ftype): Declare.
1149 (struct frame_info): Add pc_unwind, pc_unwind_cache_p and
1150 pc_unwind_cache. Rename register_unwind_cache to unwind_cache.
1151 (frame_pc_unwind): Declare.
1152 * dummy-frame.c (dummy_frame_pc_unwind): New function.
1153 (struct dummy_frame): Add comment mentioning that values are for
1154 previous frame.
1155 * dummy-frame.h (dummy_frame_pc_unwind): Declare.
1156 * blockframe.c (file_frame_chain_valid): Use frame_pc_unwind.
1157 (generic_file_frame_chain_valid): Ditto.
1158 * stack.c (frame_info): Ditto.
1159
d9285969 11602002-11-15 David Carlton <carlton@math.stanford.edu>
0960f083
DC
1161
1162 * linespec.c (locate_first_half): New function.
1163 (decode_line_1): Move code into locate_first_half.
1164
d741b867
AC
11652002-11-15 Andrew Cagney <ac131313@redhat.com>
1166
1167 * complaints.h: Add comment explaining how to eliminate a
1168 deprecated_complain call.
24382c5c 1169 * complaints.h: Fix spelling errors.
d741b867 1170
82d03c99
DC
11712002-11-15 David Carlton <carlton@math.stanford.edu>
1172
1173 * printcmd.c: Remove #include "disasm.h".
1174
c97eb5d9
AC
11752002-11-14 Andrew Cagney <ac131313@redhat.com>
1176
1177 * frame.h: Move the most relevant interface functions to the start
1178 of the file.
1179
524d7c18
AC
11802002-11-14 Andrew Cagney <ac131313@redhat.com>
1181
1182 * regcache.h (deprecated_registers): Rename registers.
1183 * a68v-nat.c, alpha-nat.c, arch-utils.c, core-sol2.c: Update.
1184 * hp300ux-nat.c, hppab-nat.c, hppah-nat.c: Update.
1185 * hppam3-nat.c, hpux-thread.c, i386gnu-nat.c: Update.
1186 * ia64-aix-nat.c, ia64-linux-nat.c, ia64-tdep.c: Update.
1187 * irix4-nat.c, irix5-nat.c, lynx-nat.c, m68k-tdep.c: Update.
1188 * m68knbsd-nat.c, mips-linux-tdep.c, mipsm3-nat.c: Update.
1189 * mipsv4-nat.c, ns32knbsd-nat.c, ppc-bdm.c: Update.
1190 * ppc-sysv-tdep.c, ptx4-nat.c, regcache.c, remote-es.c: Update.
1191 * remote-sds.c, remote-vx68.c, remote-vxmips.c: Update.
1192 * remote-vxsparc.c, rs6000-tdep.c, sol-thread.c: Update.
1193 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, symm-nat.c: Update.
1194 * v850ice.c: Update.
1195
6411e720
AC
1196Wed Nov 13 19:51:05 2002 Andrew Cagney <cagney@redhat.com>
1197
1198 * utils.c (gdb_realpath): Add comment mentioning realpath with a
1199 NULL buffer.
1200
73937e03
AC
12012002-11-13 Andrew Cagney <cagney@redhat.com>
1202
1203 * regcache.h (deprecated_read_register_bytes): Rename
1204 read_register_bytes.
1205 (deprecated_write_register_bytes): Rename write_register_bytes.
1206 * alpha-tdep.c, arm-tdep.c, cris-tdep.c, d10v-tdep.c: Update.
1207 * dwarf2cfi.c, frv-tdep.c, hppa-tdep.c, ia64-tdep.c: Update.
1208 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
1209 * ns32k-tdep.c, regcache.c, remote-sds.c, remote-vx.c: Update.
1210 * remote.c, rs6000-tdep.c, s390-tdep.c, sh-tdep.c: Update.
1211 * sparc-tdep.c, v850-tdep.c, vax-tdep.c, x86-64-tdep.c: Update.
1212 * xstormy16-tdep.c, z8k-tdep.c, config/nm-gnu.h: Update.
1213 * config/nm-m3.h, config/h8500/tm-h8500.h: Update.
1214 * config/i386/nm-ptx4.h, config/i386/nm-symmetry.h: Update.
1215 * config/m32r/tm-m32r.h, config/m68k/nm-sun3.h: Update.
1216 * config/m68k/tm-delta68.h, config/m68k/tm-linux.h: Update.
1217 * config/mn10200/tm-mn10200.h, config/pa/tm-hppa64.h: Update.
1218 * config/sparc/nm-nbsd.h, config/sparc/nm-sun4os4.h: Update.
1219 * config/sparc/nm-sun4sol2.h, config/sparc/tm-sparclet.h: Update.
1220
fb0cd46e
JB
12212002-11-13 Jim Blandy <jimb@redhat.com>
1222
1223 * findvar.c (read_var_value): Doc fix.
1224
2d28509a
AC
12252002-11-13 Andrew Cagney <cagney@redhat.com>
1226
1227 * regcache.c (struct regcache): Replace passthough_p with
1228 readonly_p.
1229 (regcache_xmalloc): Initialize readonly_p.
1230 (build_regcache): Initialize readonly_p.
1231 (regcache_save): New function.
1232 (regcache_restore): New function.
1233 (regcache_cpy): Re-implement using regcache_save and
1234 regcache_restore.
1235 (regcache_raw_read): Update.
1236 (regcache_cooked_read): When a read-only cache, checked for cached
1237 pseudo register values.
1238 (regcache_raw_write): Assert that the cache is not read-only.
1239 Remove code handling a non-passthrough cache.
1240 * regcache.h (regcache_save): Declare.
1241 (regcache_restore): Declare.
1242
067df2e5
AC
12432002-11-13 Andrew Cagney <cagney@redhat.com>
1244
1245 * regcache.c (struct regcache_descr): Add fields
1246 sizeof_cooked_registers and sizeof_cooked_register_valid_p.
1247 (init_legacy_regcache_descr): Compute the size of a cooked
1248 register cache and then assign that to sizeof_raw_registers. Set
1249 sizeof_raw_register_valid_p to sizeof_cooked_register_valid_p
1250 (init_legacy_regcache_descr): Ditto.
1251
51b1fe4e
AC
12522002-11-13 Andrew Cagney <cagney@redhat.com>
1253
1254 * regcache.c (register_buffer): Move to near start of file, update
1255 description.
1256 (regcache_raw_read): Use.
1257 (regcache_raw_write): Use.
1258 (struct regcache): Rename raw_registers to registers and
1259 raw_register_valid_p to register_valid_p.
1260 (regcache_xmalloc): Update.
1261 (regcache_xfree): Update.
1262 (register_buffer): Update.
1263 (regcache_cpy): Update.
1264 (regcache_cpy_no_passthrough): Update.
1265 (regcache_valid_p): Update.
1266 (deprecated_grub_regcache_for_registers): Update.
1267 (deprecated_grub_regcache_for_register_valid): Update.
1268 (set_register_cached): Update.
1269 (regcache_raw_write): Update.
1270
80b4c677
PM
12712002-11-13 Pierre Muller <muller@ics.u-strasbg.fr>
1272
1273 * p-exp.y (name_not_typename): Use copy_name to
1274 set current_type variable for fields of THIS.
1275
0f3fafde
DJ
12762002-11-12 Daniel Jacobowitz <drow@mvista.com>
1277
1278 * gnu-nat.c (init_gnu_ops): Remove NULL initializations.
1279 * monitor.c (init_base_monitor_ops): Likewise.
1280 * ppc-bdm.c (init_bdm_ppc_ops): Likewise.
1281 * remote-array.c (init_array_ops): Likewise.
1282 * remote-e7000.c (init_e7000_ops): Likewise.
1283 * remote-es.c (init_es1800_ops): Likewise.
1284 (init_es1800_child_ops): Likewise.
1285 * remote-rdp.c (init_remote_rdp_ops): Likewise.
1286 * remote-sim.c (init_gdbsim_ops): Likewise.
1287 * remote-st.c (init_st2000_ops): Likewise.
1288 * sol-thread.c (init_sol_core_ops): Likewise.
1289 (init_sol_thread_ops): Likewise.
1290 * v850ice.c (init_850ice_ops): Likewise.
1291 * win32-nat.c (init_child_ops): Likewise.
1292 * wince.c (init_child_ops): Likewise.
1293
82c0260e
AC
12942002-11-12 Andrew Cagney <ac131313@redhat.com>
1295
1296 * utils.c (gdb_realpath): Make rp a constant pointer.
1297
70d35819
AC
12982002-11-12 Andrew Cagney <ac131313@redhat.com>
1299
1300 * utils.c (gdb_realpath): Rewrite. Try, in order: realpath() with
1301 a constant buffer; cannonicalize_file_name(); realpath() with a
1302 pathconf() defined buffer, xstrdup().
1303
9835a8b0
AC
13042002-11-12 Andrew Cagney <ac131313@redhat.com>
1305
1306 * config/djgpp/fnchange.lst: Fix typo, hang1.c to hang1.C; hang2.c
1307 to hang2.C; hang3.c to hang3.C.
1308
3f47be5c
EZ
13092002-11-11 Elena Zannoni <ezannoni@redhat.com>
1310
1311 * findvar.c (read_var_value): Reenable TLS code.
1312
13132002-11-11 Elena Zannoni <ezannoni@redhat.com>
1314 Jim Blandy <jimb@redhat.com>
1315
1316 * gdb_thread_db.h (enum): Add TD_NOTALLOC.
1317 * target.c (update_current_target): Add
1318 to_get_thread_local_address.
1319 * target.h (to_get_thread_local_address): Export.
1320 (target_get_thread_local_address): Define.
1321 (target_get_thread_local_address_p): Define.
1322 * thread-db.c: Include solib-svr4.h.
1323 (td_thr_tls_get_addr_p): Define.
1324 (thread_db_load): Get a pointer to td_thr_tls_get_addr.
1325 (thread_db_get_thread_local_address): New function.
1326 (init_thread_db_ops): Initialize to_get_thread_local_address.
1327 * configure.in: Add test for TD_NOTALLOC in thread_db.h.
1328 * configure: Regenerate.
1329 * config.in: Regenerate.
1330
636b1a6d
DC
13312002-11-11 David Carlton <carlton@math.stanford.edu>
1332
1333 * linespec.c (set_flags): New function.
1334 (decode_line_1): Move code into set_flags.
1335
44fe14ab
DC
13362002-11-11 David Carlton <carlton@math.stanford.edu>
1337
1338 * linespec.c (decode_line_1): Move chunks of code to separate
1339 functions.
1340 (initialize_defaults): New function.
1341 (decode_indirect): New function.
1342
e6f181f5
AC
13432002-11-11 Andrew Cagney <ac131313@redhat.com>
1344
8971b011
AC
1345 * blockframe.c (sigtramp_saved_pc): Fix tipo. void_func_ptr
1346 instead of void_code_ptr.
1347 (sigtramp_saved_pc): Ditto.
1348
e6f181f5
AC
1349 * x86-64-tdep.c (i386_fp_regnum_p): Copy i386-tdep.c's
1350 i386_fp_regnum_p.
1351
01ad7f36
DJ
13522002-11-10 Daniel Jacobowitz <drow@mvista.com>
1353
1354 * gdbtypes.h (struct main_type): Move artificial flag out of
1355 loc. New member of ``struct field'' named static_kind. Reduce
1356 overloaded meaning of bitsize.
1357 (FIELD_ARTIFICIAL, SET_FIELD_PHYSNAME, SET_FIELD_PHYSADDR)
1358 (TYPE_FIELD_STATIC, TYPE_FIELD_STATIC_HAS_ADDR): Likewise.
1359 (FIELD_STATIC_KIND, TYPE_FIELD_STATIC_KIND): New macros.
1360
1361 * ada-lang.c (fill_in_ada_prototype): Initialize static_kind for
1362 new fields.
1363 (template_to_fixed_record_type, template_to_static_fixed_type)
1364 (to_record_with_fixed_variant_part): Likewise.
1365 * coffread.c (coff_read_struct_type, coff_read_enum_type): Likewise.
1366 * dwarf2read.c (dwarf2_add_field, read_enumeration): Likewise.
1367 * dwarfread.c (struct_type, enum_type): Likewise.
1368 * hpread.c (hpread_read_enum_type)
1369 (hpread_read_function_type, hpread_read_doc_function_type)
1370 (hpread_read_struct_type): Likewise.
1371 * mdebugread.c (parse_symbol): Likewise.
1372
bf1e52be
AC
13732002-11-10 Andrew Cagney <ac131313@redhat.com>
1374
1375 * breakpoint.h (deprecated_frame_in_dummy): Rename frame_in_dummy.
1376 * stack.c (print_frame_info_base): Update.
1377 (print_frame_info_base, frame_info): Update.
1378 * sparc-tdep.c (sparc_init_extra_frame_info): Update.
1379 (sparc_frame_saved_pc): Update.
1380 * ada-lang.c (find_printable_frame): Update.
1381 * breakpoint.c (deprecated_frame_in_dummy): Update.
1382
ce556f85
MK
13832002-11-09 Mark Kettenis <kettenis@gnu.org>
1384
1385 * i386-linux-nat.c (ORIG_EAX): Define to -1 if not already
1386 defined.
1387 (regmap): Extend to cover all registers.
1388 (PT_READ_U, PT_WRITE_U, PTRACE_XFER_TYPE,
1389 OLD_CANNOT_FETCH_REGISTERS, OLD_CANNOT_STORE_REGISTERS): Remove
1390 definitions.
1391 (fetch_register, sore_register): Simplify.
1392 (old_fetch_inferior_registers, old_store_inferior_registers):
1393 Remove functions.
1394 (cannot_fetch_register, cannot_store_register): Change
1395 implementation to use regmap array to decide which registers
1396 cannot be fetched/stored. This removes $orig_eax from the
1397 registers that cannot be fetched/stored.
1398 (fetch_inferior_registers): Call fetch_register directly instead
1399 of calling old_fetch_inferior_registers.
1400 (store_inferior_registers): Call store_register directly instead
1401 of calling old_store_inferior_registers.
1402 (i386_linux_dr_get): Replace PT_READ_U with PTRACE_PEEKUSER.
1403 (i386_linux_dr_set): Replace PT_WRITE_U with PTRACE_POKEUSER.
1404 * config/i386/nm-linux.h (U_REGS_OFFSET): Remove definition.
1405
932bb524
KD
14062002-11-09 Klee Dienes <kdienes@apple.com>
1407
1408 * i387-tdep.c (i387_supply_register): When called with NULL as a
1409 buffer, mark the register as not provided (to mirror the behavior
1410 of supply_register).
1411 (i387_supply_fxsave): Ditto.
1412 (i387_supply_fsave): Ditto (inherits the behavior from
1413 i387_supply_register).
1414
ebe68b27
KD
14152002-11-09 Klee Dienes <kdienes@apple.com>
1416
1417 * blockframe.c (sigtramp_saved_pc): Use
1418 builtin_type_void_code_ptr, not builtin_type_void_data_ptr (we are
1419 extracting the PC). Use TYPE_LENGTH (builtin_type_void_code_ptr)
1420 instead of (TARGET_PTR_BIT / TARGET_CHAR_BIT).
1421
15220c65
AC
14222002-11-09 Andrew Cagney <ac131313@redhat.com>
1423
1424 * frame.c (get_prev_frame): Test prev_p to identify a previously
1425 unwound frame. Initialize prev_p.
1426 * frame.h (struct frame_info): Add field prev_p. Expand prev/next
1427 comment.
1428
95adb866
AC
14292002-11-09 Andrew Cagney <ac131313@redhat.com>
1430
1431 * frame.c (get_prev_frame): Cleanups. Eliminate redundant tests
1432 for a NULL NEXT_FRAME. Simplify fromleaf initialization. Add
1433 more comments. Zap dead code.
1434
e71ecd70
MK
14352002-11-09 Mark Kettenis <kettenis@gnu.org>
1436
1437 * infcmd.c (print_vector_info, print_float_info): Move code that
1438 checks whether the target has any registers and whether there is a
1439 selected frame up, such that it is also used if a target provides
1440 multi-arch definitions of these functions.
1441
c525330d
AC
14422002-11-08 Andrew Cagney <ac131313@redhat.com>
1443
72bdd927
AC
1444 * Makefile.in (DESTDIR): Define.
1445 (install-only, install-gdbtk, uninstall-gdbtk): Add $(DESTDIR)
1446 prefix.
1447
c525330d
AC
1448 * config/djgpp/fnchange.lst: 8.3 proof i386obsd-nat.c and
1449 i386obsd-tdep.c. Rename to "gdb.cxx", paths containing "gdb.c++".
1450
38c968cf
AC
14512002-11-08 Andrew Cagney <ac131313@redhat.com>
1452
1453 * i386-linux-tdep.c: Include "reggroups.h".
1454 (i386_linux_register_reggroup_p): New function.
1455 (i386_linux_init_abi): Set register_reggroup_p to
1456 i386_linux_register_reggroup_p.
1457 * i386-tdep.h (i386_register_reggroup_p): Declare.
1458 * i386-tdep.c: Include "reggroups.h".
1459 (i386_init_reggroups): New function.
1460 (i386_add_reggroups): New function.
1461 (i386_register_reggroup_p): New function.
1462 (i386_sse_reggroup, i386_mmx_reggroup): New variables.
1463 (_initialize_i386_tdep): Call i386_init_reggroups.
1464 (i386_gdbarch_init): Set register_reggroup_p and add in the i386
1465 specific reggroups.
1466
19e33363
MK
14672002-11-09 Mark Kettenis <kettenis@gnu.org>
1468
371a6e84
MK
1469 * infptrace.c (child_xfer_memory): Make use of the new PT_IO
1470 request that's available in *BSD.
1471
94ba925a
MK
1472 * i386-tdep.h (IS_FPU_CTRL_REGNUM): Remove.
1473
19e33363
MK
1474 * i387-tdep.c (i387_fill_fxsave): Use FOOFF_REGNUM instead of
1475 FDOFF_REGNUM.
1476
8779790c
AC
14772002-11-08 Andrew Cagney <ac131313@redhat.com>
1478
1479 * frame.c (set_unwind_by_pc): Use dummy_frame_register_unwind.
1480 * dummy-frame.c (find_dummy_frame): Rename
1481 generic_find_dummy_frame, make static. Return the dummy frame
1482 instead of the regcache.
1483 (generic_find_dummy_frame): Re-implement using find_dummy_frame,
1484 (cached_find_dummy_frame): New function. Use find_dummy_frame.
1485 (dummy_frame_register_unwind): Rename
1486 generic_call_dummy_register_unwind. Use cached_find_dummy_frame.
1487 * dummy-frame.h (dummy_frame_register_unwind): Rename
1488 generic_call_dummy_register_unwind.
1489
8674b74f
MK
14902002-11-08 Mark Kettenis <kettenis@gnu.org>
1491
1492 * config/i386/tm-i386v42mp.h: Remove file. Move its contents,
1493 except the inclusion of "i386/tm-i386.h", to...
1494 * config/i386/nm-i386v42mp.h: ...here.
1495 * config/i386/i386v42mp.mt (TM_FILE): Set to tm-i386.h.
1496
4c1e7e9d
AC
14972002-11-08 Andrew Cagney <ac131313@redhat.com>
1498
1499 * Makefile.in (frame.o): Update dependencies.
1500 * blockframe.c (current_frame, frame_obstack_alloc)
1501 (frame_saved_regs_zalloc, get_current_frame)
1502 (set_current_frame, create_new_frame)
1503 (set_unwind_by_pc, get_next_frame)
1504 (flush_cached_frames, reinit_frame_cache)
1505 (frame_saved_regs_register_unwind)
1506 (deprecated_generic_get_saved_register)
1507 (get_prev_frame, get_frame_pc, get_frame_saved_regs)
1508 (_initialize_blockframe): Move frame code from here...
1509 * frame.c: ...to here. Include "gdb_obstack.h", "gdbcore.h",
1510 "annotate.h" and "dummy-frame.h".
1511 (_initialize_frame): New function.
1512
921e78cf
JB
15132002-11-08 Jim Blandy <jimb@redhat.com>
1514
1515 * dwarf2read.c (read_func_scope): Restore list_in_scope properly
1516 when we finish a function a context.
1517 * buildsym.h (outermost_context_p): New macro.
1518 (Bug analyzed by David Edelsohn.)
1519
9c1412c1
AC
15202002-11-08 Andrew Cagney <ac131313@redhat.com>
1521
1522 * blockframe.c: Include "dummy-frame.h".
1523 (struct dummy_frame, dummy_frame_stack)
1524 (generic_find_dummy_frame, deprecated_generic_find_dummy_frame)
1525 (generic_pc_in_call_dummy, deprecated_read_register_dummy)
1526 (generic_push_dummy_frame, generic_save_dummy_frame_tos)
1527 (generic_save_call_dummy_addr, generic_pop_current_frame)
1528 (generic_pop_dummy_frame, generic_fix_call_dummy)
1529 (generic_fix_call_dummy, generic_call_dummy_register_unwind): Move
1530 dummy frame code from here...
1531 * dummy-frame.c: ...to here. New file.
1532 * dummy-frame.h: New file.
1533 (generic_call_dummy_register_unwind): Declare.
1534 (generic_find_dummy_frame): Declare.
1535 * Makefile.in (SFILES): Add dummy-frame.c.
1536 (dummy-frame.o): Specify dependencies.
1537 (dummy_frame_h): Define.
1538 (COMMON_OBS): Add dummy-frame.o.
1539 (blockframe.o): Update dependencies.
1540
208d8187
JB
15412002-11-08 Jim Blandy <jimb@redhat.com>
1542
1543 * dwarf2read.c (read_func_scope): Restore local_symbols and
1544 param_symbols after we finish the function context. (Based on a
1545 patch from David Edelsohn.)
1546
413dad4d
DC
15472002-11-08 David Carlton <carlton@math.stanford.edu>
1548
1549 * linespec.c (symbol_found): New function.
1550 (minsym_found): New function.
1551 (decode_line_1): Separate out some code into separate functions.
1552
5512c44a
JB
15532002-11-08 Joel Brobecker <brobecker@gnat.com>
1554
1555 * i386-tdep.c (i386_frameless_signal_p): Make non static for
1556 the benefit of the interix target.
1557 * i386-tdep.h (i386_frameless_signal_p): Declare.
1558
1b33ef47
AC
15592002-11-08 Andrew Cagney <ac131313@redhat.com>
1560
1561 * i386-tdep.h (i386_linux_orig_eax_regnum_p): Delete stray
1562 declaration that snuck in from change below.
1563
23a34459
AC
15642002-11-06 Andrew Cagney <cagney@redhat.com>
1565
1566 * i386-tdep.c (i386_mmx_regnum_p): Rename mmx_regnum_p. Update
1567 all callers.
1568 (i386_fp_regnum_p): New function. Use instead of FP_REGNUM_P.
1569 (i386_fpc_regnum_p): New function. Use instead of FPC_REGNUM_P.
1570 (i386_sse_regnum_p): New function. Use instead of SSE_REGNUM_P.
1571 (i386_mxcsr_regnum_p): new function. Use instead of
1572 MXCSR_REGNUM_P.
1573 * i386-tdep.h (SSE_REGNUM_P): Delete macro.
1574 (i386_sse_regnum_p): Declare.
1575 (i386_mxcsr_regnum_p): Declare.
1576 (FP_REGNUM_P, FPC_REGNUM_P): Delete macros.
1577 (i386_fp_regnum_p, i386_fpc_regnum_p): Declare.
1578 (IS_FP_REGNUM): Update definition.
1579 (IS_FPU_CTRL_REGNUM): Update definition..
1580 (IS_SSE_REGNUM): Update definition..
1581 * i386v-nat.c (register_u_addr): Update.
1582 * go32-nat.c (fetch_register): Update.
1583 (store_register): Update.
1584
d709c020
JB
15852002-11-07 Joel Brobecker <brobecker@gnat.com>
1586
1587 Preparation work to convert the hppa targets to multiarch partial.
1588
1589 * hppa-tdep.c: Add new functions replacing macro bodies from
1590 config/pa/tm-hppa.h. These function will be used to initialize
1591 the gdbarch structure. Import some comments from tm-hppa.h,
1592 and place them where appropriate, to avoid loosing them when
1593 we cleanup this file.
1594 (hppa_reg_struct_has_addr): New function.
1595 (hppa_inner_than): New function.
1596 (hppa_stack_align): New function.
1597 (hppa_pc_requires_run_before_use): New function.
1598 (hppa_instruction_nullified): New function.
1599 (hppa_register_byte): New function.
1600 (hppa_register_virtual_type): New function.
1601 (hppa_store_struct_return): New function.
1602 (hppa_cannot_store_register): New function.
1603 (hppa_frame_args_address): New function.
1604 (hppa_frame_locals_address): New function.
1605 (hppa_smash_text_address): New function.
1606 (hppa_coerce_float_to_double): New function. Requires the inclusion
1607 of "language.h".
1608
1609 * Makefile.in (hppa-tdep.o): Add dependency on language.h.
1610
1611 * tm-hppa.h (REG_STRUCT_HAS_ADDR): Change the definition of this
1612 gdbarch-eligible macro to a call to the new associated function
1613 created in hppa-tdep.c.
1614 (INNER_THAN): Likewise.
1615 (STACK_ALIGN): Likewise.
1616 (PC_REQUIRES_RUN_BEFORE_USE): Likewise.
1617 (INSTRUCTION_NULLIFIED): Likewise.
1618 (REGISTER_BYTE): Likewise.
1619 (REGISTER_VIRTUAL_TYPE): Likewise.
1620 (STORE_STRUCT_RETURN): Likewise.
1621 (CANNOT_STORE_REGISTER): Likewise.
1622 (FRAME_ARGS_ADDRESS): Likewise.
1623 (FRAME_LOCALS_ADDRESS): Likewise.
1624 (SMASH_TEXT_ADDRESS): Likewise.
1625 (COERCE_FLOAT_TO_DOUBLE): Likewise.
1626 (ABOUT_TO_RETURN): Delete, as no longer used.
1627
83c31e7d
FN
16282002-11-07 Fernando Nasser <fnasser@redhat.com>
1629
1630 * printcmd.c (disassemble_command): Remove obsolete function.
1631 (_initialize_printcmd): Do not create disassemble command here.
1632 * cli/cli-cmds.c (disassemble_command): New function. Implements
1633 disassemble command.
1634 (init_cli_cmds): Create disassemble command here instead.
1635
0ec30a36
AC
16362002-11-07 Andrew Cagney <ac131313@redhat.com>
1637
1638 * MAINTAINERS: Add Daniel Jacobowitz to global maintainers list.
1639
e600bd34
AC
16402002-11-07 Andrew Cagney <ac131313@redhat.com>
1641
1642 * regcache.h (regcache_cooked_read_using_offset_hack)
1643 (regcache_cooked_write_using_offset_hack): Delete declarations.
1644 (register_changed): Delete declaration.
1645 * regcache.c (regcache_cooked_read_using_offset_hack)
1646 (regcache_cooked_write_using_offset_hack): Delete functions.
1647 (cooked_xfer_using_offset_hack): Delete function.
1648 (register_changed): Delete function.
1649
568f8739
JB
16502002-11-07 Jim Blandy <jimb@redhat.com>
1651
1652 * macroscope.c: #include "complaints.h".
1653 (sal_macro_scope): Cope with filenames that appear in the symtabs,
1654 but not in the macro table.
1655 * Makefile.in (macroscope.o): Record dependency.
1656
b0718b7b
JB
16572002-11-07 Joel Brobecker <brobecker@gnat.com>
1658
1659 * PROBLEMS: Document gdb/816 (unable to read core file on alpha-osf).
1660
2b9e5f3f
AC
16612002-11-07 Andrew Cagney <ac131313@redhat.com>
1662
1663 * regcache.c (deprecated_registers_fetched): Update.
1664 * regcache.h (deprecated_registers_fetched): Rename
1665 registers_fetched.
1666 * remote-vxsparc.c (vx_read_register): Update.
1667 * remote-vxmips.c (vx_read_register): Update.
1668 * remote-vx68.c (vx_read_register): Update.
1669 * irix5-nat.c (fetch_core_registers): Update.
1670 * mipsm3-nat.c (fetch_inferior_registers): Update.
1671 * sun3-nat.c (fetch_inferior_registers): Update.
1672 * symm-nat.c (fetch_inferior_registers): Update.
1673 * ns32knbsd-nat.c (fetch_inferior_registers): Update.
1674 (fetch_core_registers): Update.
1675 (fetch_kcore_registers): Update.
1676 * mips-nat.c (fetch_inferior_registers): Update.
1677 * corelow.c (get_core_registers): Update.
1678 * a68v-nat.c (fetch_inferior_registers): Update.
1679
e6e68f1f
JB
16802002-11-06 Joel Brobecker <brobecker@gnat.com>
1681
1682 Put in place the framework necessary for multiarching the hppa targets.
1683 * hppa-tdep.c (hppa_gdbarch_init): New function.
1684 (hppa_dump_tdep): New function.
1685 (_initialize_hppa_tdep): Register the hppa gdbarch init function and
1686 tdep structure dumper.
1687 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): New macro, defined to 0
1688 until the multi-arching conversion has partially been completed.
1689
492254e9
AC
16902002-11-06 Andrew Cagney <ac131313@redhat.com>
1691
1692 * valops.c (value_assign): Merge lval_register case into
1693 lval_reg_frame_relative. Use frame_register and
1694 regcache_cooked_write instead of get_saved_register and
1695 write_register_bytes. After flushing the register cache, try to
1696 re-select the selected frame.
1697
8262ee23
AC
16982002-11-06 Andrew Cagney <ac131313@redhat.com>
1699
1700 * regcache.h (deprecated_register_valid): Rename register_valid.
1701 * regcache.c: Update.
1702 * ia64-aix-nat.c: Update.
1703 * i386gnu-nat.c: Update.
1704 * alpha-nat.c: Update.
1705 * sparc-nat.c: Update.
1706 * lynx-nat.c: Update.
1707 * remote-mips.c: Update.
1708
4facf7e8
JB
17092002-11-06 Joel Brobecker <brobecker@gnat.com>
1710
1711 * hppa-tdep.c (_initialize_hppa_tdep): Move function body
1712 to end of file, to be more consistent with the pratice followed
1713 by other targets.
1714
f9418c0f
AC
17152002-11-06 Andrew Cagney <ac131313@redhat.com>
1716
1717 * infcmd.c: Include "reggroups.h" and <ctype.h>.
1718 (print_float_info): Print registers in float_reggroup.
1719 (print_vector_info): Print registers in vector_reggroup.
1720 (default_print_registers_info): When all, print registers in
1721 all_reggroup. Otherwize, print registers in general_reggroup.
1722 (registers_info): Rewrite. Add support for register groups.
1723 Eliminate a goto.
1724
3fe235a7
EZ
17252002-11-06 Elena Zannoni <ezannoni@redhat.com>
1726
1727 * symtab.c (methods_info): Delete. It has been ifdeffed out for
1728 ages.
1729 (symtab_symbol_info): Remove eons old ifdeffed out code.
1730 (_initialize_symtab): Remove prehistoric disabled 'info methods'
1731 command.
1732
ef944135
TR
17332002-11-06 Theodore A. Roth <troth@openavr.org>
1734
1735 * c-exp.y: Add missing semi-colons.
1736 * f-exp.y: Add missing semi-colons.
1737 * m2-exp.y: Add missing semi-colons.
1738 * p-exp.y: Add missing semi-colons.
1739 Add empty action to start rule to avoid a type clash error when
1740 building with bison >= 1.50.
1741
f8302a57
JB
17422002-11-06 Jim Blandy <jimb@redhat.com>
1743
1744 * macrotab.h (struct macro_source_file): Doc fix.
1745
6e382aa3
JJ
17462002-11-05 Jeff Johnston <jjohnstn@redhat.com>
1747
1748 * varobj.c (child_exists, cplus_number_of_children): Change
1749 STREQ macro references to strcmp.
1750 (cplus_name_of_child): Change code to handle the fact that
1751 fields are not necessarily contiguous with regards to their
1752 access control. This is a fix for PR gdb/792.
1753
a216a322
AC
17542002-11-05 Andrew Cagney <ac131313@redhat.com>
1755
1756 * gdbarch.sh (GET_SAVED_REGISTER): Change to a predicate function.
1757 * gdbarch.h, gdbarch.c: Regnerate.
1758 * frame.h (frame_register): Declare.
1759 * frame.c (frame_register): New function.
1760 (get_saved_register): Test GET_SAVED_REGISTER_P before calling
1761 GET_SAVED_REGISTER, otherwize call
1762 generic_unwind_get_saved_register.
1763 (frame_register_read): Use frame_register instead of
1764 get_saved_register.
1765
7d5b6fdd
EZ
17662002-11-05 Elena Zannoni <ezannoni@redhat.com>
1767
1768 From Jim Ingham <jingham@apple.com>:
1769 * event-top.c (gdb_disable_readline): New function.
1770 (_initialize_event_loop): Move comment.
1771
b7c64260
EZ
17722002-11-05 Elena Zannoni <ezannoni@redhat.com>
1773
1774 * event-loop.c (start_event_loop): Add comment.
1775 Update copyright.
1776
c2e1b8f2
AC
17772002-11-05 Andrew Cagney <ac131313@redhat.com>
1778
1779 * infcmd.c (default_print_registers_info): Do not call
1780 PRINT_REGISTER_HOOK.
1781
87647bb0
AC
17822002-11-05 Andrew Cagney <ac131313@redhat.com>
1783
1784 * sparc-tdep.c (sparc_print_register_hook): Make static.
1785 (sparc_print_registers_info): New function.
1786 (sparc_do_registers_info): New function.
1787 (sparclet_print_registers_info): New function.
1788 (sparclet_do_registers_info): New function.
1789 (do_sparc_print_registers_info): New function.
1790 (sparc_print_registers): New static function, clone of infcmd.c's
1791 default_print_registers_info.
1792 * config/sparc/tm-sparclet.h (PRINT_REGISTER_HOOK): Delete macro.
1793 (sparclet_do_registers_info): Declare.
1794 (DEPRECATED_DO_REGISTERS_INFO): Re-define.
1795 * config/sparc/tm-sparc.h (DEPRECATED_DO_REGISTERS_INFO):
1796 Re-define.
1797 (sparc_do_registers_info): Declare.
1798 (PRINT_REGISTER_HOOK): Delete macro.
1799 (sparc_print_register_hook): Delete declaration.
1800
8155455b
DC
18012002-11-05 David Carlton <carlton@math.stanford.edu>
1802
1803 * symtab.c (lookup_symbol_aux): Move chunks of code into separate
1804 functions.
1805 (lookup_symbol_aux_local): New function.
1806 (lookup_symbol_aux_symtabs): New function.
1807 (lookup_symbol_aux_psymtabs): New function.
1808
29924310
DC
18092002-11-05 David Carlton <carlton@math.stanford.edu>
1810
1811 * symtab.c (lookup_symbol_aux): In minsym sections, don't use the
1812 previous values of 'objfile' and 'block'.
1813
cc303028
PM
18142002-11-05 Pierre Muller <muller@ics.u-strasbg.fr>
1815
1816 * values.c (value_change_enclosing_type): Set
1817 enclosing_type field correctly also for the case where
1818 more memory needs to be allocated.
1819
1d70089a
MK
18202002-11-03 Mark Kettenis <kettenis@gnu.org>
1821
f16a25ae
MK
1822 * i387-tdep.c (i387_print_float_info): Call fputs_filtered instead
1823 of puts_filtered.
1824
1d70089a
MK
1825 * i387-tdep.c (i387_print_float_info): Replace calls to
1826 register_read and deprecated_read_register_gen with calls to
1827 frame_register_read, and make the necessary adjustments to the
1828 surrounding code.
1829
7e20f3fb
AC
18302002-11-02 Andrew Cagney <ac131313@redhat.com>
1831
1832 * gdbarch.sh (register_reggroup_p): Allow default value.
1833 * gdbarch.h, gdbarch.c: Regenerate.
1834
192dbe33
AC
18352002-11-02 Andrew Cagney <ac131313@redhat.com>
1836
1837 * regcache.h: Add coment indicating replacements for deprecated
1838 functions.
1839
b59ff9d5
AC
18402002-11-02 Andrew Cagney <cagney@redhat.com>
1841
1842 * reggroups.h, reggroups.c: New files.
1843 * regcache.c: Include "reggroups.h".
1844 (enum regcache_dump_what): Add `regcache_dump_groups'.
1845 (regcache_dump): Contract size of the "Type" column. When
1846 specified, dump the register's groups.
1847 (maintenance_print_register_groups): New function.
1848 (_initialize_regcache): Add command `maint print register-groups'.
1849 * Makefile.in (COMMON_OBS): Add reggroups.o
1850 (SFILES): Add reggroups.c.
1851 (reggroups_h): Define.
1852 (regcache.o, gdbarch.o): Update dependencies.
1853 (reggroups.o): Specify dependencies.
1854 * gdbarch.sh (register_reggroup_p): Add pure multi-arch method.
1855 Add opaque declaration for `struct reggroup' in generated .h file.
1856 Include "reggroups.h" in generated .c file.
1857 gdbarch.h, gdbarch.c: Re-generate.
1858
4caf0990
AC
18592002-11-02 Andrew Cagney <cagney@redhat.com>
1860
1861 * regcache.h (deprecated_read_register_gen): Rename
1862 read_register_gen.
1863 (deprecated_write_register_gen): Rename write_register_gen.
1864 * i387-tdep.c: Update.
1865 * x86-64-linux-nat.c: Update
1866 * wince.c: Update.
1867 * thread-db.c: Update.
1868 * win32-nat.c: Update.
1869 * mips-tdep.c: Update.
1870 * d10v-tdep.c: Update.
1871 * cris-tdep.c: Update.
1872 * remote-sim.c: Update.
1873 * remote-rdi.c: Update.
1874 * remote-rdp.c: Update.
1875 * frame.c: Update.
1876 * target.c: Update.
1877 * blockframe.c: Update.
1878 * x86-64-tdep.c: Update.
1879 * xstormy16-tdep.c: Update.
1880 * sh-tdep.c: Update.
1881 * s390-tdep.c: Update.
1882 * rs6000-tdep.c: Update.
1883 * sparc-tdep.c: Update.
1884 * i386-tdep.c: Update.
1885 * dwarf2cfi.c: Update.
1886 * regcache.c: Update.
1887
7a7adcdf
JB
18882002-11-01 Joel Brobecker <brobecker@gnat.com>
1889
1890 New interix-specific files:
1891 * config/i386/nm-interix.h: New file.
1892 * config/i386/interix.mh: New file.
1893 * config/i386/interix.mt: New file.
1894 * i386-interix-nat.c: New file.
1895 * i386-interix-tdep.c: New file.
1896
bdcdd535
AC
18972002-11-01 Andrew Cagney <cagney@redhat.com>
1898
1899 * frame.h (deprecated_generic_get_saved_register): Rename
1900 generic_get_saved_register.
1901 * blockframe.c (deprecated_generic_get_saved_register): Update.
1902 * xstormy16-tdep.c (xstormy16_get_saved_register): Update.
1903 (xstormy16_frame_saved_register): Update.
1904 * sh-tdep.c (sh_gdbarch_init): Update.
1905 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1906 * ia64-tdep.c (ia64_get_saved_register): Update.
1907 * cris-tdep.c (cris_gdbarch_init): Update.
1908 * config/m32r/tm-m32r.h (GET_SAVED_REGISTER): Update.
1909 * arm-tdep.c (arm_gdbarch_init): Update.
1910
2a4b7c45
DJ
19112002-10-31 Daniel Jacobowitz <drow@mvista.com>
1912
1913 * lin-lwp.c (lin_lwp_resume): Remove resume_all test for !step.
1914
ef17e74b
DJ
19152002-10-31 Daniel Jacobowitz <drow@mvista.com>
1916
1917 * i386-linux-tdep.c (i386_linux_pc_in_sigtramp): Check for
1918 trampolines in sigaction.
1919
4904ba5b
AC
19202002-10-31 Andrew Cagney <cagney@redhat.com>
1921
1922 * h8300-tdep.c: Include "gdb_assert.h".
1923 (h8300_print_register): Add gdbarch, file and frame parameters.
1924 Use frame_read_unsigned_register to read the register's value.
1925 Use fprintf_filtered to display output.
1926 (h8300_print_registers_info): Replace h8300_do_registers_info.
1927 (h8300_gdbarch_init): Set print_registers_info.
1928
f908a0eb
AC
19292002-10-31 Andrew Cagney <cagney@redhat.com>
1930
1931 * frame.c (frame_read_unsigned_register): New function.
1932 (frame_read_signed_register): New function.
1933 * frame.h (frame_read_unsigned_register): Declare.
1934 (frame_read_signed_register): Declare.
1935
c5646e11
AC
19362002-10-31 Andrew Cagney <cagney@redhat.com>
1937
1938 * h8500-tdep.c (h8500_print_registers_info): New static function,
1939 clone of infcmd.c's default_print_registers_info.
1940 (h8500_do_registers_info): New funtion.
1941 (h8500_print_register_hook): Rename print_register_hook, make
1942 static.
1943
1944 * config/h8500/tm-h8500.h: Update copyright.
1945 (DEPRECATED_DO_REGISTERS_INFO): Define.
1946 (h8500_do_registers_info: Declare.
1947 (PRINT_REGISTER_HOOK): Delete macro.
1948 (print_register_hook): Delete function.
1949
0bdd672b
AC
19502002-10-31 Andrew Cagney <cagney@redhat.com>
1951
1952 * z8k-tdep.c (z8k_print_register_hook): Make static.
1953 (z8k_print_registers_info): New static function, clone of
1954 infcmd.c's default_print_registers_info.
1955 (z8k_do_registers_info): New function. Wrap
1956 z8k_print_registers_info.
1957 * config/z8k/tm-z8k.h: Update copyright.
1958 (PRINT_REGISTER_HOOK): Delete macro.
1959 (z8k_print_register_hook): Delete declaration.
1960 (DEPRECATED_DO_REGISTERS_INFO): Define.
1961 (z8k_do_registers_info): Declare.
1962
bf9c25dc
JB
19632002-10-30 Joel Brobecker <brobecker@gnat.com>
1964
1965 * hppa-tdep.c (find_function_in_inferior): Remove this extern,
1966 as this is already provided by value.h, and was actually causing
1967 a compilation error because of a conflict in parameter type
1968 declaration due to a missing const keyword.
1969 (low_text_segment_addres): Fix a compilation warning.
1970
2c665b51
DJ
19712002-10-29 Daniel Jacobowitz <drow@mvista.com>
1972
1973 * mips-linux-nat.c (mips_linux_cannot_fetch_register): Don't fetch
1974 registers without a name.
1975 (mips_linux_cannot_store_register): Don't store registers without
1976 a name.
1977
e70ea697
DC
19782002-10-28 David Carlton <carlton@math.stanford.edu>
1979
1980 * symtab.c (find_addr_symbol): Delete. (It was already commented
1981 out.)
1982 * symtab.h: Delete prototype for find_addr_symbol.
1983
903ad3a6
AC
19842002-10-26 Andrew Cagney <cagney@redhat.com>
1985
1986 * gdbarch.sh (DEPRECATED_DO_REGISTERS_INFO): Rename
1987 DO_REGISTERS_INFO.
1988 gdbarch.h, gdbarch.c: Re-generate.
1989 * infcmd.c (default_print_registers_info): Update reference.
1990 * mips-tdep.c (mips_gdbarch_init): Set deprecated_do_registers_info.
1991 (mips_dump_tdep): Do not print DO_REGISTERS_INFO.
1992 * sh-tdep.c (sh_gdbarch_init): Ditto.
1993 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1994 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1995
ab91194c
MK
19962002-10-26 Mark Kettenis <kettenis@gnu.org>
1997
e3033f15
MK
1998 * x86-64-tdep.c (x86_64_init_abi): Set init_extra_frame_info to
1999 cfi_init_extra_frame_info.
2000 * x86-64-tdep.h (x86_64_init_extra_frame_info): Remove prototype.
2001 * x86-64-linux-tdep.c (x86_64_init_extra_frame_info): Remove function.
2002
b83b026c
MK
2003 * x86-64-tdep.c (x86_64_init_abi): Add calls to override the i386
2004 target where necessary. Add more comments and remove the ones
2005 that don't provide any useful information.
2006
267bf4bb
MK
2007 * i386-tdep.c (i386_frame_saved_pc): Replace call to
2008 deprecated_read_register_dummy with
2009 frame_unwind_unsigned_register.
2010
751f1375
MK
2011 * i386-tdep.c (i386_extract_struct_value_address): Use
2012 regcache_raw_read_unsigned instead of
2013 regcache_cooked_read_unsigned since we know that the register
2014 we're reading isn't a pseudo register. Rename variable 'val' into
2015 the more descriptive 'addr'.
2016
26abbdc4
MK
2017 * x86-64-tdep.c: Fix some formatting problems, mostly in comments.
2018 (x86_64_push_return_address): Add comment.
2019 (x86_64_pop_frame): Make static.
2020 (examine_argument): Clarify comment.
2021 (x86_64_skip_prologue): Make prolog_expact variable static.
2022
9f1549cc
MK
2023 * dwarf2cfi.c: Fix some formatting problems.
2024 (context_cpy, read_encoded_pointer): Clarify comments.
2025
ab91194c
MK
2026 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Constify.
2027 (x86_64_init_abi): Move set_gdbarch_* calls that overlap with the
2028 i386 target back into x86_64_gdbarch_init. Add some comments and
2029 remove meaningless ones.
2030
72367fb4
AC
20312002-10-25 Andrew Cagney <cagney@redhat.com>
2032
2033 * complaints.h (struct deprecated_complaint): Rename `struct
2034 complaint'.
2035 * complaints.c (complain): Update.
2036 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Delete
2037 incorrect comment indicating that "symfile.h" was being included
2038 for the `struct complaint' definition.
2039 * remote-vx.c: Update.
2040 * objc-lang.c: Update.
2041 * xcoffread.c: Update.
2042 * hpread.c: Update.
2043 * mdebugread.c: Update.
2044 * stabsread.c: Update.
2045 * dwarf2read.c: Update.
2046 * dwarfread.c: Update.
2047 * elfread.c: Update.
2048 * coffread.c: Update.
2049 * stabsread.h: Update.
2050 * dbxread.c: Update.
2051 * buildsym.c: Update.
2052 * gdbtypes.c: Update.
2053 * macrotab.c: Update.
2054
1f2baacc
MK
20552002-10-25 Mark Kettenis <kettenis@gnu.org>
2056
0c1a73d6
MK
2057 * x86-64-tdep.c (x86_64_gdbarch_init): Make a bit more similar to
2058 the version in i386-tdep.c. Move set_gdbarch_* calls out into...
2059 (x86_64_init_abi): ...new function.
2060
6aee4d54 2061 * Makefile.in (i386v-nat.o): Add $(i386_tdep_h).
1f2baacc
MK
2062 * i386v-nat.c: Include "i386-tdep.h".
2063
8f9cbe01
AC
20642002-10-25 Andrew Cagney <cagney@redhat.com>
2065
5f11f355
AC
2066 * gdbtypes.c (address_space_name_to_int): Update.
2067 (address_space_int_to_name): Update.
2068 * gdbarch.sh (address_class_type_flags_to_name): Change to a pure
2069 multi-arch predicate.
2070 (address_class_name_to_type_flags): Ditto.
2071 * gdbarch.h, gdbarch.c: Re-generate.
2072
8f9cbe01
AC
2073 * MAINTAINERS: Check all warnings when h8300hms and alpha-elf.
2074
e8d96a5d
MH
20752002-10-24 Martin M. Hunt <hunt@redhat.com>
2076
2077 * utils.c (string_to_core_addr): Revert patch from 11 Oct.
2078
fe39c653
EZ
20792002-10-24 Elena Zannoni <ezannoni@redhat.com>
2080
2081 * symtab.h (INIT_SAL): Delete macro.
2082 (init_sal): Export.
2083 * symtab.c (init_sal): New function.
2084
2085 * ada-lang.c (ada_finish_decode_line_1): Change INIT_SAL macro
2086 to init_sal function call.
2087 (find_sal_from_funcs_and_line): Ditto.
2088 (all_sals_for_line): Ditto.
2089 * breakpoint.c (create_internal_breakpoint): Ditto.
2090 (create_fork_vfork_event_catchpoint): Ditto.
2091 (create_exec_event_catchpoint): Ditto.
2092 (parse_breakpoint_sals): Ditto.
2093 (watch_command_1): Ditto.
2094 (handle_gnu_4_16_catch_command): Ditto.
2095 (clear_command): Ditto.
2096 * hppa-tdep.c (child_enable_exception_callback): Ditto.
2097 * infcmd.c (run_stack_dummy): Ditto.
2098 * infrun.c (process_event_stop_test): Ditto.
2099 (check_sigtramp2): Ditto.
2100 (step_over_function): Ditto.
2101 * linespec.c (decode_line_2): Ditto.
2102 (decode_line_1): Ditto.
2103 * source.c (line_info): Ditto.
2104 * symtab.c (find_pc_sect_line): Ditto.
2105
baed091b
ML
21062002-10-24 Michal Ludvig <mludvig@suse.cz>
2107
2108 * dwarf2cfi.c (struct context)
2109 (struct context_reg): Moved to dwarf2cfi.h
2110 (context_alloc, frame_state_alloc, context_cpy):
2111 Made extern instead of static, removed prototypes.
2112 * dwarf2cfi.h (struct context)
2113 (struct context_reg): New, moved from dwarf2cfi.c
2114 (context_alloc, frame_state_alloc, context_cpy):
2115 New prototypes.
2116 * x86-64-linux-tdep.c (x86_64_linux_sigtramp_saved_pc):
2117 Changed from static to extern.
2118 (LINUX_SIGINFO_SIZE, LINUX_SIGCONTEXT_PC_OFFSET)
2119 (LINUX_SIGCONTEXT_FP_OFFSET)
2120 (LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Adjusted.
2121 (x86_64_linux_in_sigtramp, x86_64_linux_frame_chain)
2122 (x86_64_init_frame_pc, x86_64_init_extra_frame_info): New.
2123 * x86-64-tdep.c (x86_64_gdbarch_init): Several
2124 set_gdbarch_*() calls now use x86-64 specific functions
2125 instead of DWARF2 CFI ones.
2126 * x86-64-tdep.h (x86_64_linux_in_sigtramp)
2127 (x86_64_linux_frame_chain, x86_64_init_frame_pc)
2128 (x86_64_init_extra_frame_info): New prototypes.
2129
c38da1af
DC
21302002-10-23 David Carlton <carlton@math.stanford.edu>
2131
2132 * linespec.c: #include "parser-defs.h".
2133 Delete prototype for find_template_name_end.
2134 * Makefile.in (linespec.o): Depend on $(parser_defs_h).
2135
fb9b6b35
JJ
21362002-10-23 Jeff Johnston <jjohnstn@redhat.com>
2137
2138 * NEWS: add recent mi fixes.
2139 * varobj.c (struct varobj): Add new "updated" flag.
2140 (new_variable): Default "updated" flag to 0.
2141 (varobj_set_value): Set "updated" flag to 1 if value
2142 changes.
2143 (varobj_update): Check varobj "updated" flag before
2144 comparing old and refreshed values. Fix for
2145 PR gdb/702.
2146
8da065d5
DC
21472002-10-23 David Carlton <carlton@math.stanford.edu>
2148
2149 * parse.c (parse_exp_1): Use BLOCK_START.
2150 * x86-64-tdep.c (x86_64_skip_prologue): Use BLOCK_END,
2151 SYMBOL_BLOCK_VALUE.
2152 * objc-lang.c (find_methods): Use BLOCK_START, BLOCK_END.
2153
87f2f08c
DC
21542002-10-23 David Carlton <carlton@math.stanford.edu>
2155
2156 * symtab.c: Delete cplusplus_hint.
2157 Delete prototype for find_template_name_end.
2158
88cda038
EZ
21592002-10-23 Elena Zannoni <ezannoni@redhat.com>
2160
2161 * symtab.h: Update comment.
2162
2625d86c
MS
21632002-10-23 Michael Snyder <msnyder@redhat.com>
2164
2165 * printcmd.c (address_info): Restore quotes in output.
2166 * valops.c (value_of_local): Restore quotes in error message.
2167
9cc0d196
EZ
21682002-10-23 Elena Zannoni <ezannoni@redhat.com>
2169
2170 * symtab.c (symbol_demangled_name): New function.
2171 * symtab.h (SYMBOL_DEMANGLED_NAME): Simplify macro, by
2172 turning most of it into a function.
2173 (symbol_demangled_name): Export.
2174
19de93d0
MS
21752002-10-23 Michael Snyder <msnyder@redhat.com>
2176
2177 * valops.c (value_of_local): Restore quotes in error message.
2178
89aad1f9
EZ
21792002-10-23 Elena Zannoni <ezannoni@redhat.com>
2180
2181 * symtab.c (symbol_init_language_specific): New function.
2182 * symtab.h (SYMBOL_INIT_LANGUAGE_SPECIFIC): Simplify macro, by
2183 turning most of it into a function.
2184 (symbol_init_language_specific): Export.
2185
d9fa45fe
DC
21862002-10-23 David Carlton <carlton@math.stanford.edu>
2187
2188 * dwarf2read.c (dwarf_tag_name): Add DWARF 3 names.
2189 (dwarf_attr_name): Ditto.
2190 (dwarf_type_encoding_name): Ditto.
2191 (scan_partial_symbols): Descend into DW_TAG_namespace entries.
2192 (process_die): Handle DW_TAG_namespace,
2193 DW_TAG_imported_declaration, DW_TAG_imported_module.
2194 (read_namespace): New function.
2195
1045b512
JB
21962002-10-22 Joel Brobecker <brobecker@gnat.com>
2197
2198 * configure.in: Define NEW_PROC_API on Interix too.
2199 * configure: Regenerate.
2200
22012002-10-21 Joel Brobecker <brobecker@gnat.com>
8ec41317
JB
2202
2203 * configure: Regenerate using the proper version of autoconf.
2204
3987b9d4
EZ
22052002-10-21 Elena Zannoni <ezannoni@redhat.com>
2206
2207 * findvar.c (read_var_value): Temporarily disable TLS code, until
2208 complete TLS support is added.
2209
9d774e44
EZ
22102002-10-21 Jim Blandy <jimb@redhat.com>
2211 Elena Zannoni <ezannoni@redhat.com>
2212
2213 * symtab.h (address_class): Re-add LOC_THREAD_LOCAL_STATIC
2214 for thread local storage locations.
2215 (struct symbol): Add objfile field.
2216 (SYMBOL_OBJFILE): Define.
2217 * dwarf2read.c (is_thread_local): New static variable.
2218 (new_symbol): If variable is in thread local fill in address class
2219 and objfile appropriately.
2220 (decode_locdesc): Recognize and handle DW_OP_GNU_push_tls_address
2221 stack operation.
2222 * printcmd.c (address_info): Print the information for thread
2223 local storage variable.
2224 * findvar.c (read_var_value): In case of thread local variable,
2225 defer to the target vector code to compute address.
2226
bc4a16ae
EZ
22272002-10-21 Elena Zannoni <ezannoni@redhat.com>
2228
2229 * solib-svr4.c (svr4_fetch_objfile_link_map): New function.
2230 * solib-svr4.h (svr4_fetch_objfile_link_map): Export.
2231
407caf07
EZ
22322002-10-21 Elena Zannoni <ezannoni@redhat.com>
2233
2234 * symtab.h (address_class): Rename
2235 LOC_THREAD_LOCAL_STATIC to LOC_HP_THREAD_LOCAL_STATIC.
2236 * hpread.c (hpread_process_one_debug_symbol): Ditto.
2237 * printcmd.c (address_info): Ditto.
2238 * findvar.c (symbol_read_needs_frame, read_var_value): Ditto.
2239
005328e3
MK
22402002-10-20 Mark Kettenis <kettenis@gnu.org>
2241
afdb036a
MK
2242 * i386bsd-nat.c (i386bsd_dr_set, i386bsd_dr_get_status): Use
2243 DBREG_DRX macro to acces debug registers.
2244
ca02e098
MK
2245 * Makefile.in (i386obsd-tdep.o): New target.
2246
03cc47f7
MK
2247 * solib-sunos.c: Include "bcache.h" and "regcache.h".
2248 * Makefile.in (solib-sunos.o): Add $(bcache_h) and $(regcache_h).
2249
005328e3
MK
2250 * configure.tgt (i[3456]86-*-openbsd*): Set gdb_target to obds.
2251 * config/i386/obsd.mt: New file.
2252 * i386bsd-nat.c (_initialize_i386bsd_nat): Introduce
2253 i386obsd_sc_pc_offset and i386obsd_sc_sp_offset;
2254 * i386obsd-nat.c (_initialize_i386obsd_nat): Set
2255 i386obsd_sigtramp_start and i386obsd_sigtramp_end instead of
2256 i386nbsd_sigtramp_start and i386nbsd_sigtramp_end.
2257 * i386obsd-tdep.c: New file.
2258
9c96f9f2
AF
22592002-10-19 Adam Fedor <fedor@gnu.org>
2260
2261 * objc-exp.y (name_not_typename): Fix invalid comment.
2262
ce1ed485
MK
22632002-10-20 Mark Kettenis <kettenis@gnu.org>
2264
2265 * solib-sunos.c (allocate_rt_common_objfile): Use bcache_xmalloc
2266 to allocate partial syms and macro byte caches.
2267
1efc7aaa
DC
22682002-10-18 David Carlton <carlton@math.stanford.edu>
2269
2270 * symtab.h: Delete 'struct source' and 'struct sourcevector'.
2271
7e1d63ec
AF
22722002-10-18 Adam Fedor <fedor@gnu.org>
2273
2274 * stabsread.c (find_name_end): New function.
2275 (define_symbol): Use it.
2276
6e8d29a9
DJ
22772002-10-18 Daniel Jacobowitz <drow@mvista.com>
2278
2279 * config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
2280 * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Define to 1.
2281 * config/alpha/nm-nbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
2282 * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Define to 1.
2283
1efc7aaa 22842002-10-17 David Carlton <carlton@math.stanford.edu>
63ca651f
DC
2285
2286 * symfile.h: Add opaque declaration for struct obstack.
2287 Declare obsavestring to take a const char *.
2288 * symfile.c (obsavestring): Make first argument a const char *.
2289
1aeae86e
AF
22902002-10-16 Adam Fedor <fedor@gnu.org>
2291
2292 * breakpoint.c (parse_breakpoint_sals): Ignore ObjC method
2293 names when matching breakpoints in current file.
2294
8b2dbe47
KB
22952002-10-16 Kevin Buettner <kevinb@redhat.com>
2296
2297 * dwarf2read.c (dwarf2_invalid_pointer_size): New complaint.
2298 (read_tag_pointer_type): Add address class support.
2299 * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS)
2300 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_NAME_TO_TYPE_FLAGS):
2301 New methods.
2302 * gdbarch.h, gdbarch.c: Regenerate.
2303 * gdbtypes.c (address_space_name_to_int, address_space_int_to_name)
2304 (make_type_with_address_space, recursive_type_dump): Add address
2305 class support.
2306 * gdbtypes.h (TYPE_FLAG_ADDRESS_CLASS_1, TYPE_FLAG_ADDRESS_CLASS_2)
2307 (TYPE_FLAG_ADDRESS_CLASS_ALL, TYPE_ADDRESS_CLASS_1)
2308 (TYPE_ADDRESS_CLASS_2, TYPE_ADDRESS_CLASS_ALL): New defines
2309
74451869
KD
23102002-10-16 Klee Dienes <kdienes@apple.com>
2311
2312 * stabsread.c (read_tilde_fields): Use name[sizeof(vptr_name)-2]
2313 to get the last character of a char[] buffer, not
2314 name[sizeof(vptr_name)-1].
2315
ff4cb3e8
AF
23162002-10-14 Adam Fedor <fedor@gnu.org>
2317
2318 * symtab.h: New objc_specific struct.
2319 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Handle ObjC.
2320 (SYMBOL_DEMANGLED_NAME): Likewise.
2321
da2cf7e0
AF
23222002-10-14 Adam Fedor <fedor@gnu.org>
2323
2324 * symfile.c (init_filename_language_table): Add ObjC file extension.
2325
4a351cef
AF
23262002-10-14 Adam Fedor <fedor@gnu.org>
2327
2328 * utils.c (puts_filtered_tabular): New function.
2329 (fprintf_symbol_filtered): Get ObjC demangled name.
2330 * defs.h (puts_filtered_tabular): Declared.
2331
9750e763
KB
23322002-10-14 Kevin Buettner <kevinb@redhat.com>
2333
2334 * c-lang.h (c_type_print_varspec_prefix): Delete.
2335 * c-typeprint.c (c_type_print_varspec_prefix): Make static. Add
2336 ``need_post_space'' parameter. Adjust all callers.
2337
eee771c1
DJ
23382002-10-14 Daniel Jacobowitz <drow@mvista.com>
2339
2340 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
2341 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
2342 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
2343 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
2344
46c82446
AF
23452002-10-13 Adam Fedor <fedor@gnu.org>
2346
2347 * source.c (print_source_lines): Update comments.
2348
d069f99d
AF
23492002-10-13 Adam Fedor <fedor@gnu.org>
2350
2351 * valops.c (value_of_local): New function.
2352 (value_of_this): Use it.
2353 * value.h (value_of_local): Declared.
2354
53c551b7
AF
23552002-10-13 Adam Fedor <fedor@gnu.org>
2356
2357 * parse.c: (length_of_subexp, prefixify_subexp): Handle
2358 OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
2359
eb392fbf
AF
23602002-10-12 Adam Fedor <fedor@gnu.org>
2361
2362 * language.c (binop_result_type): Add language_objc to case.
2363 (integral_type): Likewise.
2364 (character_type): Likewise.
2365 (string_type): Likewise.
2366 (boolean_type): Likewise.
2367 (structured_type): Likewise.
2368 (binop_type_check): Likewise.
2369
e2b23ee9
AF
23702002-10-11 Adam Fedor <fedor@gnu.org>
2371
2372 * printcmd.c (address_info): Print 'self' for ObjC.
2373
b01ab485
AF
23742002-10-11 Adam Fedor <fedor@gnu.org>
2375
2376 * expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and
2377 OP_SELF.
2378
806e6073
AF
23792002-10-11 Adam Fedor <fedor@gnu.org>
2380
2381 * language.h (CAST_IS_CONVERSION): Add language_objc.
2382
50f85cdf
AF
23832002-10-11 Adam Fedor <fedor@gnu.org>
2384
2385 * defs.h (enum language): Add language_objc.
2386
0d540cdf
KD
23872002-10-11 Klee Dienes <kdienes@apple.com>
2388
69266111 2389 * corefile.c (read_memory_typed_address): New function.
0d540cdf
KD
2390 * gdbcore.h (read_memory_typed_address): Add prototype.
2391 * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
2392 to read a value destined for a CORE_ADDR, not read_memory_integer.
2393 * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
2394 (f77_get_dynamic_lowerbound): Ditto.
2395
d5dc7960
MH
23962002-10-11 Martin M. Hunt <hunt@redhat.com>
2397
2398 * utils.c (string_to_core_addr): After turning string into
2399 a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
2400 which will do necessary sign-extension, etc.
2401
8343f86c
DJ
24022002-10-11 Daniel Jacobowitz <drow@mvista.com>
2403
2404 * c-exp.y (THIS): Delete token and grammar rule.
2405 (yylex): Don't return THIS.
2406 * cp-valprint.c (vtbl_ptr_name_old): Delete.
2407 (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
2408 * demangle.c (cplus_markers): Update comment. Put '$'
2409 first. Remove CPLUS_MARKER.
2410 (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
2411 * jv-exp.y (THIS): Delete token and grammar rule.
2412 (yylex): Don't return THIS.
2413 * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
2414 * objc-exp.y (THIS): Delete token and grammar rule.
2415 (yylex): Don't return THIS.
2416 * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
2417 * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
2418 (read_member_functions): Likewise for opname.
2419 (read_tilde_fields): Use is_cplus_marker.
2420
2421 * defs.h (CPLUS_MARKER): Don't define.
2422 * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
2423 * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
2424 * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
2425 * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
2426 * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
2427
2428 * config/i386/tm-i386v4.h: Delete file.
2429 * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
2430 * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
2431 * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
2432 * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
2433 * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
2434 * config/i386/i386sco5.mt (TM_FILE): Likewise.
2435 * config/i386/i386v4.mt (TM_FILE): Likewise.
2436 * config/i386/ncr3000.mt (TM_FILE): Likewise.
2437
967c0d83
MM
24382002-10-10 Marko Mlinar <markom@opencores.org>
2439
2440 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
2441 accidentially not commited 2002-10-09
2442 * gdbarch.h, gdbarch.c: Re-generate.
2443
f74fa174
MM
24442002-10-09 Marko Mlinar <markom@opencores.org>
2445
2446 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
2447 * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
2448 * gdbarch.h, gdbarch.c: Re-generate.
2449
57349743
JB
24502002-10-08 Petr Sorfa <petrs@caldera.com>
2451
2452 Revised and re-submitted by John Wolfe <jlw@caldera.com>
2453
2454 Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
2455 so we can work on more than one compilation unit at a time. This
2456 helps prepare GDB to handle inter-CU die references.
2457 * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
2458 the code to be defined before struct comp_unit_head.
2459 (comp_unit_head): Added new members - offset, cu_head,
2460 begin_die, next and dwarf2_abbrevs.
2461 (dwarf2_abbrevs): Removed single static var; now member of
2462 struct comp_unit_head.
2463 dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
2464 members.
2465 (psymtab_to_symtab_1): Changed to work with the new
2466 struct comp_unit_head.
2467 (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
2468 constructs the dwarf2_abbrevs[] inside the cu_header.
2469 (dwarf2_empty_abbrev_table): Now expects a ptr to a
2470 dwarf2_abbrev table to clean up.
2471 (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
2472 handling of dwarf2_abbrevs inside the cu_header.
2473 (read_partial_die): Now supports the call to the new
2474 dwarf2_lookup_abbrev.
2475 (read_full_die): Now supports the call to the new
2476 dwarf2_lookup_abbrev.
2477
4092aadb
CF
24782002-10-06 Christopher Faylor <cgf@redhat.com>
2479
2480 * Makefile.in (install-gdbtk): Add missing continuation backslash to
2481 insure that shell variables, such as "transformed_name" are propagated
2482 to later shell statements in rule.
2483
af0b2512
MK
24842002-10-06 Mark Kettenis <kettenis@gnu.org>
2485
2486 * config/i386/nm-i386sco.h: Add protection against
2487 multiple-inclusion. Include "i386/nm-i386v.h".
2488 (REGISTER_U_ADDR): Remove define.
2489 (i386_register_u_addr): Remove prototype.
2490
d6020d45
MS
24912002-10-04 Michael Snyder <msnyder@redhat.com>
2492
2493 * m32r-stub.c (handle_exception): Make sure exception is "trap"
2494 before treating it as a single-step event.
2495
7248f48e
AF
24962002-10-03 Adam Fedor <fedor@gnu.org>
2497
2498 * objc-lang.c: ARI fixes. Change string.h to gdb_string.h.
2499 (objc_demangle): Remove assignment in if statements, Replace
2500 free with xfree.
2501 (add_msglist): Likewise.
2502 (end_msglist): Likewise.
2503 (complare_selectors): Likewise.
2504 (selectors_info): Likewise.
2505 (compare_classes): Likewise.
2506 (classes_info): Likewise.
2507 (print_object_command): Likewise.
2508 (find_objc_msgcall_submethod): Replace PTR with void *.
2509 * objc-lang.h: Remove check for __STDC__.
2510
52c6a6ac
JJ
25112002-10-03 Jeff Johnston <jjohnstn@redhat.com>
2512
2513 * ui-out.h (ui_out_field_fmt_int): New prototype.
2514 * ui-out.c (ui_out_field_fmt_int): New function allowing specification
2515 of field width and alignment.
2516 * stack.c (print_frame_info_base): When printing frame level, use
2517 ui_out_field_fmt_int with a width of 2 and left alignment. Fix for
2518 PR gdb/192
2519
7e3cec17
JJ
25202002-10-03 Jeff Johnston <jjohnstn@redhat.com>
2521
2522 * MAINTAINERS: Add self to Write After Approval list.
2523
a58dd373
EZ
25242002-10-02 Elena Zannoni <ezannoni@redhat.com>
2525
2526 * infcmd.c (interrupt_target_command_wrapper): Delete.
2527 (interrupt_target_command): Make non static.
2528 (nofp_registers_info): Make static.
2529 * stack.c (return_command_wrapper): Delete.
2530 (return_command): Make non static.
2531
cee6ddeb
EZ
25322002-10-02 Elena Zannoni <ezannoni@redhat.com>
2533
2534 * event-top.c (gdb_setup_readline): New function. Code moved from
2535 _initialize_event_loop().
2536 (_initialize_event_loop): Call gdb_setup_readline().
2537
c4ed33b9
AC
25382002-10-02 Andrew Cagney <ac131313@redhat.com>
2539
2540 * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
2541 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
2542 * gdbarch.h, gdbarch.c: Re-generate.
2543
cef4f5dd
DJ
25442002-10-02 Daniel Jacobowitz <drow@mvista.com>
2545
2546 Fix PR gdb/778
2547 * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
2548 before recursing.
2549 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
2550 of fill_in_vptr_fieldno.
2551
36dc181b 25522002-10-02 Elena Zannoni <ezannoni@redhat.com>
cee6ddeb 2553
36dc181b
EZ
2554 * inferior.h (registers_info, stepi_command, nexti_command,
2555 continue_command, interrupt_target_command): Export from infcmd.c.
2556 * frame.h (args_info, selected_frame_level_changed_hook,
2557 return_command): Export from stack.c.
2558 * v850ice.c (stepi_command, nexti_command, continue_command): use
2559 prototypes from inferior.h.
2560 * tracepoint.c (registers_info, args_info, locals_info): Use
2561 prototypes from frame.h and inferior.h.
2562 * Makefile.in (mi-main.o): Add dependency on frame.h.
2563
6f99cb26
AC
25642002-10-02 Andrew Cagney <ac131313@redhat.com>
2565
da3eff49
AC
2566 * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
2567 value in register 3 adjusted by ppc_gp0_regnum.
2568
6f99cb26
AC
2569 * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
2570
da615bee
MM
25712002-10-02 Marko Mlinar <markom@opencores.org>
2572
2573 * MAINTAINERS: Add myself to the Write After Approval list.
2574
d154bee2
AO
25752002-10-01 Alexandre Oliva <aoliva@redhat.com>
2576
62a49b2c
AO
2577 * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
2578 of the section for the N64 ABI, fixed.
2579
d154bee2
AO
2580 * config/mips/tm-irix6.h: Include solib.h.
2581
ed348acc
EZ
25822002-10-01 Elena Zannoni <ezannoni@redhat.com>
2583
2584 * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
2585 GNU operators.
2586
da0f9dcd
AC
25872002-10-01 Andrew Cagney <ac131313@redhat.com>
2588
2589 * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
2590 and that "mi0" syntax has been removed.
2591
bdf64bac
DC
25922002-09-30 David Carlton <carlton@math.stanford.edu>
2593
2594 * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
2595 * ppc-sysv-tdep.c: #include "gdb_string.h".
2596 * remote-sds.c (getmessage): Add semicolon after 'retry' label to
2597 pacify GCC.
2598
54c2a1e6
AC
25992002-10-01 Andrew Cagney <ac131313@redhat.com>
2600
2601 * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
2602 "vrsave"'s register number.
2603
cedea778
AC
26042002-09-30 Andrew Cagney <ac131313@redhat.com>
2605
2606 * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
2607 use frame_unwind_signed_register to obtain the PC.
2608 (mips_frame_chain): Handle a generic dummy frame.
2609 (mips_init_extra_frame_info): When a generic dummy frame, don't
2610 re-compute the frame base.
2611 (mips_pop_frame): Handle generic dummy frames.
2612 (mips_gdbarch_init): When generic dummy frames, set
2613 use_generic_dummy_frames, push_dummy_frame to
2614 generic_push_dummy_frame, pc_in_call_dummy to
2615 generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
2616 generic_save_dummy_frame_tos.
2617
68315eb8
AC
26182002-09-30 Andrew Cagney <ac131313@redhat.com>
2619
2620 * blockframe.c (generic_find_dummy_frame): Rewrite. Only test
2621 against TOP when TOP was explictly set.
2622 (generic_push_dummy_frame): Set TOP to zero.
2623
3b8630c3
EZ
26242002-09-30 Elena Zannoni <ezannoni@redhat.com>
2625
2626 * event-loop.c (start_event_loop): Rename variable 'result' to
2627 'gdb_result', to avoid conflicts with upcoming intepreters changes.
2628
28ee05e9
KS
26292002-09-30 Keith Seitz <keiths@redhat.com>
2630
2631 * gdb-events.sh (selected_thread_changed): New event.
2632 * gdb-events.c: Regenerated.
2633 * gdb-events.h: Regenerated.
2634
6eecb1c8
HPN
26352002-09-30 Hans-Peter Nilsson <hp@bitrange.com>
2636
2637 * MAINTAINERS: Add self to Write After Approval list.
2638
92df71f0
FN
26392002-09-30 Fernando Nasser <fnasser@redhat.com>
2640
3b8630c3
EZ
2641 * disasm.c: New file.
2642 * disasm.h: New file.
92df71f0
FN
2643 * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
2644 (compare_lines): Ditto.
2645 (dump_insns): Ditto.
3b8630c3
EZ
2646 (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
2647 argument.
92df71f0 2648 (do_assembly_only): Ditto.
3b8630c3
EZ
2649 (do_disassembly): Renamed to gdb_disassembly and moved to
2650 disasm.c. Sdded uiout argument.
2651 * Makefile.in: Add new files. Reorder SFILES list. Update
2652 dependencies. Include libgdb.a later in the insight executable.
92df71f0 2653
0c22854d
AC
26542002-09-29 Andrew Cagney <ac131313@redhat.com>
2655
2656 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
2657 bfd/elf64-alpha-fbsd.c.
2658
e67f2023
AC
26592002-09-29 Andrew Cagney <ac131313@redhat.com>
2660
2661 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
2662 i386gnu-tdep.c.
2663
89396210
AC
26642002-09-29 Andrew Cagney <ac131313@redhat.com>
2665
2666 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
2667 __FUNCTION__.
2668 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
2669 function name.
2670 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
2671 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
2672 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
2673 (S_msg_sig_post_reply): Ditto.
2674
7079c36c
CV
26752002-09-28 Corinna Vinschen <vinschen@redhat.com>
2676
89396210
AC
2677 * sh-tdep.c (sh_use_struct_convention): Use definition according
2678 to ABI.
7079c36c
CV
2679 (sh_push_arguments): Store in register with correct endianess.
2680 (sh_default_store_return_value): Ditto.
2681 (sh_gdbarch_init): Set sizeof long double to 8.
2682
975ac915
MK
26832002-09-27 Mark Kettenis <kettenis@gnu.org>
2684
2685 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
2686 Fix some whitespace problems.
2687
9bbe19fb
DC
26882002-09-27 David Carlton <carlton@math.stanford.edu>
2689
2690 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
2691 (mcore-tdep.o): Ditto.
2692 (ns32k-tdep.o): Ditto.
2693 (ns32knbsd-tdep.o): Ditto.
2694 (sh3-rom.o): Ditto.
2695 (vax-tdep.o): Ditto.
2696 * cris-tdep.c: #include "gdb_string.h"
2697 * mcore-tdep.c: Ditto.
2698 * ns32k-tdep.c: Ditto.
2699 * ns32knbsd-tdep.c: Ditto.
2700 * sh3-rom.c: Ditto.
2701 * vax-tdep.c: Ditto.
2702
43b2fdc7
DC
27032002-09-27 David Carlton <carlton@math.stanford.edu>
2704
2705 * config/djgpp/fnchange.lst: Add entries for
2706 gdb/testsuite/gdb.c++/m-static files.
2707
e8cfbbd9
JW
27082002-09-27 Jim Wilson <wilson@redhat.com>
2709
2710 * MAINTAINERS: Add myself to the Write After Approval list.
2711
43b2fdc7 27122002-09-26 Martin M. Hunt <hunt@redhat.com>
4e0df2df
MH
2713
2714 * mips-tdep.c (find_proc_desc): Initialize startaddr.
2715
2716
9f3b7f07
AC
27172002-09-26 Andrew Cagney <ac131313@redhat.com>
2718
2719 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
2720 frame.
2721
11269d7e
AC
27222002-09-26 Andrew Cagney <ac131313@redhat.com>
2723
2724 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
2725 (rs6000_struct_return_address): Delete variable.
2726 (rs6000_store_struct_return): Update.
2727 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
2728 deprecated_extract_struct_value_address.
2729 (rs6000_frame_align): New function.
2730 (rs6000_gdbarch_init): Set frame_align.
2731
f15ab4a7
AC
27322002-09-26 Andrew Cagney <ac131313@redhat.com>
2733
2734 From Grace Sainsbury <graces@redhat.com>:
2735 * Makefile.in (gdbtk-main.o): New target.
2736 (gdb.o): New target.
2737 (main_h): Define.
2738 (main.o): Update dependencies.
2739 (gdb$(EXEEXT)): Add gdb.o.
2740 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
2741 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
2742 (SUBDIR_GDBTK_CLEAN): Set.
2743 (install-gdbtk): Install the insight binary.
2744 (uninstall-gdbtk): New target.
2745 (all-gdbtk, clean-gdbtk): New rule.
2746 * top.c (use_windows): Default to zero.
2747 * main.c: Include "main.h".
2748 (main): Delete.
2749 (struct captured_main_args): Delete.
2750 (gdb_main): New function.
2751 * main.h: New file.
2752 * gdb.c: New File.
2753
e36180d7
AC
27542002-09-25 Andrew Cagney <cagney@redhat.com>
2755
2756 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
2757 (frame_map_regnum_to_name): New function.
2758 (frame_map_name_to_regnum): New function.
2759 * frame.h (frame_map_name_to_regnum): Declare.
2760 (frame_map_regnum_to_name): Declare.
2761 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
2762 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
2763 * parse.c: Do not include "builtin-regs.h".
2764 (target_map_name_to_register): Delete function.
2765 (write_dollar_variable): Use frame_map_name_to_regnum.
2766 * parser-defs.h (target_map_name_to_register): Delete declaration.
2767 * expprint.c: Include "frame.h".
2768 (print_subexp): Use frame_map_regnum_to_name.
2769 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
2770 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
2771
8b69000d
AC
27722002-09-25 Andrew Cagney <ac131313@redhat.com>
2773
2774 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
2775 wasn't saved, and the next innermost frame is a dummy, return the
2776 dummy frame's link register.
2777
046ca86a
JB
27782002-09-24 Jim Blandy <jimb@redhat.com>
2779
2780 Fix from Paul Breed:
2781 * main.c (captured_main): Add a `break' after the case for 'b'.
2782
94b66fa7
KS
27832002-09-24 Keith Seitz <keiths@redhat.com>
2784
2785 * varobj.c (c_type_of_child): Use get_target_type instead
2786 of TYPE_TARGET_TYPE.
2787
c214a6fd
FN
27882002-09-22 Fernando Nasser <fnasser@redhat.com>
2789
53cb0458
FN
2790 * source.c (get_current_or_default_source_symtab_and_line): Remove
2791 function.
2792 (set_default_source_symtab_and_line): New function. Attempts to
2793 determine a source file to list lines from if one is not currently
2794 defined.
2795 (get_current_source_symtab_and_line): Initialize sal.pc and
2796 sal.end fields.
2797 (set_current_source_symtab_and_line): Mark argument as const.
2798 * source.h: Update declarations and comments.
2799 * linespec.c (decode_line_1): Replace call to removed routine above.
2800 * stack.c (print_frame_info_base): Ditto.
2801 * cli/cli-cmds.c (edit_command): Ditto.
2802 (list_command): Ditto.
2803
28042002-09-22 Fernando Nasser <fnasser@redhat.com>
2805
d6020d45 2806 * source.c (get_current_or_default_source_symtab_and_line): Initialize
53cb0458 2807 sal.pc and sal.end fields.
c214a6fd
FN
2808 (get_current_or_default_source_symtab_and_line): Ditto.
2809 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
2810 so we do not cause a new source symtab to be searched for (reverting an
2811 unintentional change from the 2002-09-20 patch).
2812 * scm-lang.c (scm_unpac): Ditto.
2813
cc3b68a5
AC
28142002-09-21 Andrew Cagney <cagney@redhat.com>
2815
2816 * complaints.c (symfile_explanations): Remove new-line from
2817 ``isolated_message''.
2818 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
2819 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
2820
5835abe7
NC
28212002-09-20 Nick Clifton <nickc@redhat.com>
2822
2823 * NEWS: Announce that V850EA ISA is no longer supported.
2824 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
2825
a15ef5f5
DC
28262002-09-20 David Carlton <carlton@math.stanford.edu>
2827
06ba1b39
DC
2828 * Makefile.in (c-lang.o): Correct dependencies.
2829 (utils.o): Gather dependencies.
2830 (charset.o): Move.
a15ef5f5
DC
2831 * c-lang.c: #include "gdb_string.h"
2832
87885426
FN
28332002-09-20 Fernando Nasser <fnasser@redhat.com>
2834
2835 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
2836 * cli/cli-cmds.c (list_command): New function. Implements the new
2837 cli edit command.
2838 (_init_cli_cmds): Add new command definition.
2839 * gdb.1: Document edit command.
2840 * doc/gdb.texinfo: Document edit command.
2841
28422002-09-20 Fernando Nasser <fnasser@redhat.com>
0378c332
FN
2843
2844 * source.c: Make global variables current_source_symtab and
2845 current_source_line static.
2846 (list_command): Moved to cli/cli-cmds.c.
2847 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
2848 (get_first_line_listed): New accessor function.
2849 (get_lines_to_list): New accessor function.
2850 (get_current_source_symtab_and_line): New function. Retrieves the
2851 position in the source code that we consider current.
2852 (get_current_or_default_source_symtab_and_line): New function.
2853 Like the above but attempts to determine a default position if one
2854 is not currently defined.
2855 (set_current_source_symtab_and_line): New function. Sets the source
2856 code position considered current and returns the previously set one.
2857 (clear_current_source_symtab_and_line): Reset stored information about
2858 a current source line.
2859 (_initialize_source): Remove registration for the "list" command and
2860 its alias.
2861 * source.h: Add declarations for the new functions above.
2862 * symtab.h: Remove declarations for the global variables mentioned
2863 above.
2864 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
2865 obtain current source line.
2866 * linespec.c (decode_line_1): Ditto.
2867 * macroscope.c (default_macro_scope): Ditto.
2868 * scm-lang.c (scm_unpac): Ditto.
2869 * stack.c (print_frame_info_base): Ditto.
2870 * symfile.c (clear_symtab_users): Ditto.
2871 * symtab.c (decode_line_spec): Ditto.
2872 * cli/cli-cmds.c (list_command): Moved here from source.c.
2873 (ambiguous_line_spec): Moved here from source.c.
2874 (_init_cli_cmds): Add definition for "list" and its alias.
2875 * Makefile.in: Update dependencies.
2876
ddd216ea
CV
28772002-09-20 Corinna Vinschen <vinschen@redhat.com>
2878
2879 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
2880 with what gcc thinks is correct.
2881
6d305052
CV
28822002-09-20 Corinna Vinschen <vinschen@redhat.com>
2883
2884 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
2885 multiple register push instruction.
2886
234b45d4
KB
28872002-09-19 Jim Blandy <jimb@redhat.com>
2888
2889 Add support for distinct host and target character sets.
2890 * charset.c, charset.h: New files.
2891 * c-exp.y: #include "charset.h".
2892 (yylex): Convert character and string literals to the target
2893 character set, before returning them as the semantic value of the
2894 token.
2895 * c-lang.c: #include "charset.h".
2896 (c_emit_char): Use charset-specific methods to recognize
2897 characters with backslash escape forms, to decide which characters
2898 to print literally and which to print using numeric escape
2899 sequences, and to convert target characters to host characters
2900 before printing.
2901 * utils.c: #include "charset.h".
2902 (no_control_char_error): New function.
2903 (parse_escape): Use charset-specific methods to recognize
2904 backslash escapes, parse `control character' notation, and convert
2905 characters from the host character set to the target character set.
2906 * configure.in: Set the default host character set.
2907 Check where to find iconv, and what its argument types might be.
2908 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
2909 * Makefile.in (SFILES): List charset.c.
2910 (COMMON_OBS): List charset.o.
2911 (charset.o): New rule.
2912 (charset_h): New header dependency variable.
2913 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
2914 (LIBICONV): New variable, set by configure.
2915 (CLIBS): Include $(LIBICONV) here.
2916 * aclocal.m4, config.in, configure: Regenerated.
2917
525d6a61
JB
29182002-09-19 Joel Brobecker <brobecker@gnat.com>
2919
2920 * ada-exp.y: Add missing semicolons to end rules. Fixes a
2921 bison 1.35 warning.
2922
3ed93867
RE
29232002-09-19 Richard Earnshaw <rearnsha@arm.com>
2924
2925 * gdb_mbuild.sh: New file.
2926
437666f8
AC
29272002-09-19 Andrew Cagney <ac131313@redhat.com>
2928
2929 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
2930
389e51db
AC
29312002-09-18 Andrew Cagney <ac131313@redhat.com>
2932
2933 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
2934 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
2935 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
2936 valops.c, value.h: Revert previous change.
2937
3b4efeaa
MS
29382002-09-18 Michael Snyder <msnyder@redhat.com>
2939
2940 Preliminary support for Objective-C:
2941 * defs.h (language_objc): New enum value.
2942 (puts_filtered_tabular): Declaration only, exported from utils.c.
2943 (skip_quoted): Delete, declared in completer.h.
2944 * c-exp.y: Include completer.h.
2945 * p-exp.y: Ditto.
2946 * jv-exp.y: Ditto.
2947 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
2948 New operator enum values.
2949 * language.h (CAST_IS_CONVERSION): Test for language_objc.
2950 * language.c (binop_result_type): Handle language_objc case.
2951 (integral_type, character_type, string_type, boolean_type,
2952 structured_type, binop_type_check): Ditto.
2953 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
2954 (struct objc_specific): Add to general_symbol_info.
2955 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
2956 (SYMBOL_DEMANGLED_NAME): Handle objc case.
2957 * parser-defs.h (struct objc_class_str): New struct type.
2958 (start_msglist, end_msglist, add_msglist): Declaration only,
2959 exported from objc-lang.c.
2960 * value.h (value_of_local, value_nsstring,
2961 call_function_by_hand_expecting_type): Exported from valops.c.
2962 * valops.c (find_function_addr): Export.
2963 (call_function_by_hand_expecting_type): New function.
2964 (value_of_local): New function.
2965 * symfile.c (init_filename_language_table): Add ".m" extension
2966 for Objective-C.
2967 * utils.c (puts_filtered_tabular): New function.
2968 (fprintf_symbol_filtered): Add objc demangling support (disabled).
2969 (set/show demangle): Extend help-string to refer to ObjC.
2970 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
2971 * stabsread.c (symbol_reference_defined): Objective-C symbols
2972 may contain colons: make allowances when scanning stabs strings
2973 for colons.
2974 (objc_find_colon): New function.
2975 * printcmd.c (address_info): If language == objc then print
2976 "self" instead of "this".
2977 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
2978 OP_NSSTRING, and OP_SELF.
2979 (prefixify_subexp): Ditto.
2980 * source.c (print_source_lines): Mention objc in comment.
2981 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
2982 method names.
2983
b9caf505
AC
29842002-09-18 Andrew Cagney <ac131313@redhat.com>
2985
2986 * complaints.h: Update copyright.
2987 (struct complaints): Declare.
2988 (struct complaint): Make `message' constant.
2989 (internal_complaint): Declare.
2990 (complaint): Declare.
2991 (complaint_root): Delete declaration.
2992 (symfile_complaints): Delete declaration.
2993 (struct complaints): Add opaque declaration.
2994 (clear_complaints): Add a complaints parameter.
2995 * complaints.c: Update copyright.
2996 (enum complaint_series): Define.
2997 (complaint_root): Delete.
2998 (struct complaints): Define.
2999 (complaint_sentinel, symfile_complaint_book): New variables.
3000 (symfile_explanations, symfile_complaints): New variables.
3001 New variables.
3002 (get_complaints): New function.
3003 (vcomplaint): New function.
3004 (complaint): New function.
3005 (internal_complaint): New function.
3006 (complain): Call vcomplain with symfile_complaint.
3007 (clear_complaints): Rewrite.
3008 (_initialize_complaints): Use add_setshow_command.
3009 * Makefile.in (complaints.o): Update dependencies.
3010 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
3011 to call to clear_complaints.
3012 (new_symfile_objfile, reread_symbols): Ditto.
3013 (oldsyms_complaint): Delete.
3014 (empty_symtab_complaint, unknown_option_complaint): Delete.
3015 (free_named_symtabs): Use complaint instead of complain.
3016
d2e6263c
MS
30172002-09-18 Michael Snyder <msnyder@redhat.com>
3018
5fb2031a
AC
3019 Contributed by Apple Computer, Inc. Merged with current sources
3020 by Adam Fedor <fedor@doc.com> [cagney].
3021
d2e6263c
MS
3022 * objc-lang.c: First clean-up round: comments, indentation.
3023 * objc-lang.h: Ditto.
3024 * objc-lang.y: Ditto.
3025
dec43320
AC
30262002-09-18 Andrew Cagney <ac131313@redhat.com>
3027
3028 * maint.c (maintenance_internal_error): Print the parameter as the
3029 error message.
3030 (maintenance_internal_warning): New function.
3031 (_initialize_maint_cmds): Add command `maint internal-warning'.
3032
3033 * defs.h (internal_warning, internal_vwarning): Declare.
3034 * utils.c (struct internal_problem): Define.
3035 (internal_vproblem): New function.
3036 (internal_warning): New function.
3037 (internal_vwarning): New function.
3038 (internal_warning_problem, internal_error_problem): New variables.
3039 (internal_verror): Just call internal_vproblem.
3040
b81654f1
MS
30412002-09-18 Michael Snyder <msnyder@redhat.com>
3042
3043 * objc-lang.c: New file, support for Objective-C.
3044 Preliminary check-in, not yet integrated into gdb.
3045 * objc-lang.h: New file.
3046 * objc-exp.y: New file.
3047
0542c381
AC
30482002-09-18 Andrew Cagney <ac131313@redhat.com>
3049
7bda5e4a
AC
3050 * infrun.c (signal_stop_update): Convert definition to ISO C.
3051 (signal_print_update): Ditto.
3052 (signal_pass_update): Ditto.
3053 * inflow.c (terminal_save_ours): Ditto.
3054
5247b418
AC
3055 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
3056 comments.
3057
fc60962c
AC
3058 * config/djgpp/fnchange.lst: Handle name clashes between
3059 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
3060 bfd/coff-tic80.c.
3061
0542c381
AC
3062 * i386-linux-tdep.h: Fix tipo.
3063
5b924b9b
AF
30642002-09-18 Adam Fedor <fedor@gnu.org>
3065
3066 * MAINTAINERS: Add myself to the Write After Approval list.
3067
5afc051b
JB
30682002-09-18 Jim Blandy <jimb@redhat.com>
3069
3070 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
3071 texthigh and textlow to reader-specific structs caused
3072 objfile_relocate to miss them. This is fixable, but the work that
3073 the change was supposed to prepare GDB for never got done anyway.
3074
eb944380
DC
30752002-09-18 David Carlton <carlton@math.stanford.edu>
3076
3077 * MAINTAINERS: Alphabetize Write After Approval list.
3078
948e66d9
DJ
30792002-09-18 Daniel Jacobowitz <drow@mvista.com>
3080
3081 Fix PR gdb/709
3082 * values.c (value_static_field): Call read_var_value.
3083
dc604539
AC
30842002-09-18 Andrew Cagney <ac131313@redhat.com>
3085
3086 * valops.c (hand_function_call): Align the initial stack pointer
3087 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
3088 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
3089 return value.
3090 * mips-tdep.c (mips_frame_align): New function.
3091 (mips_gdbarch_init): Set frame_align.
3092 * gdbarch.sh (FRAME_ALIGN): New method.
3093 * gdbarch.h, gdbarch.c: Re-generate.
3094
cb7e422f
ML
30952002-09-18 Michal Ludvig <mludvig@suse.cz>
3096
3097 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
3098 registers.
3099
a094c6fb
AC
31002002-09-17 Andrew Cagney <ac131313@redhat.com>
3101
3102 * NEWS: Mention that MIPS $fp behavior changed.
3103 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
3104 reference to FP_REGNUM.
3105 (mipsnbsd_cannot_store_register): Ditto.
3106 * mips-linux-nat.c: Update copyright.
3107 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
3108 (mips_linux_cannot_store_register): Ditto.
3109 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
3110 * config/mips/tm-mips.h: Update copyright.
3111 (FP_REGNUM): Delete macro.
3112 (MIPS_REGISTER_NAMES): Replace "fp" with "".
3113 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
3114 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
3115 (mips_r3041_reg_names, mips_r3051_reg_names)
3116 (mips_r3081_reg_names): Replace "fp" with "".
3117 Fix PR gdb/480.
3118
45cf40d1
TR
31192002-09-17 Theodore A. Roth <troth@verinet.com>
3120
3121 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
3122 generic_read_register_dummy() (PR gdb/703).
3123 (avr_push_return_address): #if 0 out unused vars.
3124 (avr_gdbarch_init): Enable use of avr_push_return_address().
3125
c7e701b5
MS
31262002-09-17 Michael Snyder <msnyder@redhat.com>
3127
d76ba2a5 3128 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
c7e701b5
MS
3129 RTE will take care of it.
3130
20bcf01c
AC
31312002-09-17 Andrew Cagney <ac131313@redhat.com>
3132
3133 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
3134 invalid, return SP_REGNUM.
3135
009a9971 31362002-09-17 Michael Snyder <msnyder@redhat.com>
21f87145
MS
3137
3138 * mips-tdep.c (mips_pop_frame): Read saved values of floating
3139 point registers without sign extension.
3140
135c175f
AC
31412002-09-17 Andrew Cagney <cagney@redhat.com>
3142
3143 * blockframe.c (deprecated_read_register_dummy): Rename
3144 generic_read_register_dummy.
3145 * frame.c (frame_unwind_signed_register): New function.
3146 (frame_unwind_unsigned_register): New function.
3147 * frame.h (frame_unwind_signed_register): Declare.
3148 (frame_unwind_unsigned_register): Declare.
3149 (deprecated_read_register_dummy): Rename
3150 generic_read_register_dummy.
3151
3152 * h8300-tdep.c (h8300_frame_chain): Update.
3153 (h8300_frame_saved_pc): Update.
3154 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
3155 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
3156 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
3157 (s390_frame_chain): Update.
3158 * v850-tdep.c (v850_find_callers_reg): Update.
3159 (v850_frame_saved_pc): Update.
3160 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
3161 (m32r_find_callers_reg): Update.
3162 (m32r_frame_saved_pc): Update.
3163 * sh-tdep.c (sh_find_callers_reg): Update.
3164 (sh64_get_saved_pr): Update.
3165 (sh_init_extra_frame_info): Update.
3166 (sh_init_extra_frame_info): Update.
3167 (sh64_init_extra_frame_info): Update.
3168 (sh64_init_extra_frame_info): Update.
3169 * mcore-tdep.c (mcore_find_callers_reg): Update.
3170 (mcore_frame_saved_pc): Update.
3171 (mcore_init_extra_frame_info): Update.
3172 * i386-tdep.c (i386_frame_saved_pc): Update.
3173 * ia64-tdep.c (ia64_frame_saved_pc): Update.
3174 (ia64_init_extra_frame_info): Update.
3175 (ia64_init_extra_frame_info): Update.
3176 * d10v-tdep.c (d10v_frame_saved_pc): Update.
3177 * cris-tdep.c (cris_init_extra_frame_info): Update.
3178 * avr-tdep.c (avr_frame_chain): Update.
3179 (avr_init_extra_frame_info): Update.
3180 (avr_frame_saved_pc): Update.
3181 * arm-tdep.c (arm_find_callers_reg): Update.
3182 (arm_init_extra_frame_info): Update.
3183 (arm_frame_saved_pc): Update.
3184
a741e514
TT
31852002-09-17 Tom Tromey <tromey@redhat.com>
3186
3187 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
3188 is "'".
3189
d1a8e808
CV
31902002-09-17 Corinna Vinschen <vinschen@redhat.com>
3191
3192 * MAINTAINERS: Remove "non multi-arched" text from h8300.
3193 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
3194 NEXT_PROLOGUE_INSN.
3195 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
3196 NEXT_PROLOGUE_INSN.
3197
d9025a18
JB
31982002-09-16 Joel Brobecker <brobecker@gnat.com>
3199
3200 * osfsolib.c: Remove file, replaced by solib-osf.c.
3201 * Makefile.in: Remove compilation rules for osfsolib.c.
3202
1b2ef1b6
DC
32032002-09-16 David Carlton <carlton@math.stanford.edu>
3204
3205 * cp-valprint.c (cp_print_class_method): Correct args to
3206 check_stub_method_group.
3207
928e48af
CV
32082002-09-16 Corinna Vinschen <vinschen@redhat.com>
3209
3210 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
3211 `set architecture'. Unify naming convention of functions.
3212 (h8300_skip_prologue): Improve prologue analysis.
3213 (h8300_push_arguments): Rewritten to more closely match GCC's
3214 bizarre argument-passing behavior, along with the comment describing
3215 said behavior.
3216 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
3217 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
3218 sim, remote-e7000.c, remote-hms.c and remote.c
3219
5e3397bb
MK
32202002-09-15 Mark Kettenis <kettenis@gnu.org>
3221
3222 * i386-tdep.c (gdb_print_insn_i386): Removed.
3223 (i386_print_insn): New function.
3224 (i386_gdbarch_init): Set print_insn to i386_print_insns.
3225 (_initialize_i386_tdep): Don't initialize tm_print_insn and
3226 tm_print_insn_info.
3227
f710f4fc
MK
32282002-09-14 Mark Kettenis <kettenis@gnu.org>
3229
3230 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
3231 zero.
3232
db54fef4
CV
32332002-09-14 Corinna Vinschen <vinschen@redhat.com>
3234
3235 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
3236 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
3237 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
3238
2becadee
CF
32392002-09-13 Christopher Faylor <cgf@redhat.com>
3240
3241 * win32-nat.c (child_create_inferior): Honor 'tty' command.
3242
de17c821
DJ
32432002-09-13 Daniel Jacobowitz <drow@mvista.com>
3244
3245 * gdbtypes.c (check_stub_method): Make static.
3246 (check_stub_method_group): New function.
3247 * gdbtypes.h: Update prototypes.
3248 * cp-support.c: New file.
3249 * cp-support.h: New file.
3250
3251 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
3252 (update_method_name_from_physname): New function.
3253 (read_member_functions): Correct method names for operators
3254 and v3 constructors/destructors. Separate v2 constructors and
3255 destructors.
3256 * Makefile.in (stabsread.o): Update dependencies.
3257 (SFILES): Add cp-support.c.
3258 (COMMON_OBS): Add cp-support.o.
3259 (cp_support_h, cp-support.o): Add.
3260
3261 * cp-valprint.c (cp_print_class_method): Call
3262 check_stub_method_group instead of check_stub_method. Remove
3263 extraneous QUITs.
3264 * p-valprint.c (pascal_object_print_class_method): Likewise.
3265 * valops.c (search_struct_method): Likewise.
3266 (find_method_list, value_struct_elt_for_reference): Likewise.
3267
e76cff22
AC
32682002-09-13 Andrew Cagney <cagney@redhat.com>
3269
3270 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
3271 * gdbarch.h, gdbarch.c: Regenerate.
3272
905abb3f
AC
32732002-09-13 Andrew Cagney <ac131313@redhat.com>
3274
3275 * frame.c (find_saved_register): Delete function.
3276 * frame.h (find_saved_register): Delete declaration.
3277 Fix PR gdb/631.
3278
64159455
AC
3279Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
3280
3281 * mips-tdep.c (read_next_frame_reg): Re-hack using
3282 frame_register_unwind.
3283
795e1e11
AC
3284Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
3285
3286 * mips-tdep.c (mips_get_saved_register): Re-hack using
3287 frame_register_unwind.
3288
5720643c
JB
32892002-09-12 Joel Brobecker <brobecker@gnat.com>
3290
3291 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
3292 vector. Will be useful for Interix.
3293 * gdbarch.h, gdbarch.c: Regenerate.
3294
3295 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
3296 name of the malloc function by NAME_OF_MALLOC.
3297
3bada2a2
JB
32982002-09-12 Joel Brobecker <brobecker@gnat.com>
3299
3300 * value.h (find_function_in_inferior): Add const keyword to
3301 one of the parameters. Allows us to invoke this function with
3302 a const char *.
3303 * valops.c (find_function_in_inferior): Likewise.
3304
3db26b01
JB
33052002-09-12 Joel Brobecker <brobecker@gnat.com>
3306
3307 * exec.c (xfer_memory): Fix compilation warning with old versions
3308 of GCC.
3309 * tracepoint.c (trace_find_tracepoint_command): Likewise.
3310
17c5ed2c
DC
33112002-09-12 David Carlton <carlton@math.stanford.edu>
3312
3313 * symtab.h: Run through gdb_indent.h.
3314 Add 2002 to Copyright year list.
3315
ecd1107e
AM
33162002-09-12 Alan Modra <amodra@bigpond.net.au>
3317
3318 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
3319 mach constants.
3320 * MAINTAINERS: Add myself to write after approval list.
3321
e64f66d1
JB
33222002-09-11 J. Brobecker <brobecker@gnat.com>
3323
3324 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
3325
f9395794
JB
33262002-09-11 J. Brobecker <brobecker@gnat.com>
3327
3328 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
3329 Interix.
3330
1a303dec
MS
33312002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
3332
3333 * procfs.c (do_detach): Clear current signal, not just fault.
3334 Corrects problem with breakpoint trap signal leaking to detached
3335 process on Tru64.
3336
c0219d42
MS
33372002-09-10 Michael Snyder <msnyder@redhat.com>
3338
3339 * buildsym.c (finish_block): Protect against null pointer.
3340
9d84ac84
AC
33412002-09-10 Andrew Cagney <cagney@redhat.com>
3342
3343 * infcmd.c (default_print_registers_info): Send all output to
3344 ``file'' instead of ``gdb_stdout''.
3345
77d8f2b4
MS
33462002-09-10 Michael Snyder <msnyder@redhat.com>
3347
3348 * mips-tdep.c (mips_extract_struct_value_address): Make val a
3349 LONGEST, and use signed register read (addresses are sign-
3350 extended for mips).
3351
99656a61
SC
33522002-09-10 Stephane Carrez <stcarrez@nerim.fr>
3353
3354 * event-loop.c (gdb_do_one_event): Make public.
3355 * event-loop.h (gdb_do_one_event): Declare.
3356
da12f4d8
JL
33572002-09-10 Jeff Law <law@redhat.com>
3358
3359 * infttrace.c (child_resume): Simplify and rework to avoid
3360 TT_PROC_CONTINUE.
3361
d0aee0c4
FF
33622002-09-09 Fred Fish <fnf@intrinsity.com>
3363
3364 * printcmd.c (print_scalar_formatted): "len" is the number of
3365 target bytes, NOT the number of target bits.
3366
7cb3ec5e
EZ
33672002-09-09 Elena Zannoni <ezannoni@redhat.com>
3368
3369 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
3370 * top.c (init_main): Set rl_terminal_name.
3371
4dc81987
AS
33722002-09-08 Aidan Skinner <aidan@velvet.net>
3373
3374 * ada-lang.c (ada_array_bound, ada_type_match,
3375 _initialize_ada_language): Fix K&R definitions.
3376 * ada-tasks.c (get_current_task): Fix K&R definitions.
3377 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
3378
842330b4
CF
33792002-09-07 Christopher Faylor <cgf@redhat.com>
3380
3381 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
3382 Add XP.
3383
43156d82
MK
33842002-09-06 Mark Kettenis <kettenis@gnu.org>
3385
66da5fd8
MK
3386 * i386-tdep.c (i386_register_virtual_type,
3387 i386_register_convertible, i386_register_convert_to_virtual,
3388 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
3389 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
3390 (i386_gdbarch_init): Fix comment. Add comments on calls that set
3391 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
3392 Don't set push_arguments twice.
3393
4b218c18
MK
3394 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
3395 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
3396 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
3397 sigtramp_end to NULL.
3398 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
3399 defines.
3400 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
3401
4cc314d5
MK
3402 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
3403 whitespace.
3404
43156d82
MK
3405 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
3406 * gdbarch.h, gdbarch.c: Re-generate.
3407 * blockframe.c (find_pc_sect_partial_function): Convert to use
3408 SIGTRAMP_START_P predicate.
3409
6672060b
MS
34102002-09-05 Michael Snyder <msnyder@redhat.com>
3411
a90c3637
MS
3412 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
3413 generic_dummy_frame method and old method. Also distinguish
3414 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
95f95911 3415 (arm_extract_return_value): Use new regcache method.
a90c3637 3416
6672060b
MS
3417 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
3418 adjustment that doesn't conform to the ABI.
3419 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
3420 saved regcache, not from current regcache.
3421
299ffc64
AC
34222002-09-05 Andrew Cagney <ac131313@redhat.com>
3423
3424 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
3425 * README: Update.
3426
a3a2ee65
JT
34272002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
3428
3429 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
3430 if arm_apcs_32 is false.
3431
2bc7eea9
AC
34322002-09-04 Andrew Cagney <ac131313@redhat.com>
3433
3434 GDB 5.3 branch created.
3435
8a55a7c5
TR
34362002-09-03 Theodore A. Roth <troth@verinet.com>
3437
3438 * gdb/avr-tdep.c (avr_gdbarch_init): Use
3439 generic_unwind_get_saved_register.
3440
e26fb1d7
DC
34412002-09-03 David Carlton <carlton@math.stanford.edu>
3442
3443 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
3444 argument (PR gdb/653). Update call to smash_to_method_type.
3445 (read_structure_scope): Update call to dwarf2_add_member_fn.
3446
30d52491
ML
34472002-09-03 Michal Ludvig <mludvig@suse.cz>
3448
3449 * x86-64-linux-tdep.c: Include gdb_string.h
3450 * x86-64-linux-nat.c: Ditto.
3451
06891d83
JT
34522002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
3453
3454 * ada-exp.y (yyname, yyrule): Remap global variables that appear
3455 when YYDEBUG is set to 1.
3456 * c-exp.y: Likewise.
3457 * f-exp.y: Likewise.
3458 * jv-exp.y: Likewise.
3459 * m2-exp.y: Likewise.
3460 * p-exp.y: Likewise.
3461
7d400e77
JT
34622002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
3463
3464 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
3465 dependency list.
3466 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
3467 solib_svr4_fetch_link_map_offsets to
3468 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
3469 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
3470 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
3471 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
3472 solib-svr4.o, and solib-legacy.o.
3473 * config/i386/tm-nbsd.h: Include solib.h.
3474
704a27c4
JT
34752002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
3476
3477 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
3478 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
3479 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
3480 comment noting that this needs its own target configuration.
3481 * config/i386/nbsd.mt: New file.
3482 * config/i386/nbsdaout.mt: Remove.
3483 * config/i386/nbsdelf.mt: Ditto.
3484 * config/i386/tm-nbsdaout.h: Ditto.
3485
d66198e1
JT
34862002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
3487
3488 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
3489 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
3490 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
3491 tdep->sigtramp_end.
3492 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
3493 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
3494 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
3495
3cac699e
JT
34962002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
3497
3498 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
3499 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
3500 * i386-tdep.h (i386bsd_init_abi): New prototype.
3501 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
3502 function declaration.
3503 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
3504 for NetBSD-a.out or NetBSD-ELF.
3505 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
3506 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
3507 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
3508 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
3509 and nbsd-tdep.h.
3510 (i386nbsd_pc_in_sigtramp): New function.
3511 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
3512 i386nbsd_pc_in_sigtramp.
3513 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
3514 and i386nbsdelf_init_abi OS ABI handlers.
3515 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
3516 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
3517
7010ca0a
MK
35182002-09-02 Mark Kettenis <kettenis@gnu.org>
3519
3520 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
3521 registers if the target really has them.
3522
6dd93b72
JT
35232002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
3524
3525 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
3526 than nbsd-tdep.h.
3527
2ca8ae21
JT
35282002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
3529
3530 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
3531 list.
3532 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
3533 (alphanbsd_skip_sigtramp_frame): New functions.
3534 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
3535 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
3536 to alphanbsd_sigcontext_addr.
3537
3d9b49b0
JT
35382002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
3539
3540 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
3541 list.
3542 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
3543 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
3544 nbsd_pc_in_sigtramp.
3545 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
3546 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
3547 * nbsd-tdep.c: Include gdb_string.h.
3548 (nbsd_pc_in_sigtramp): New function.
3549 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
3550 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
3551 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
3552 ppcnbsd_pc_in_sigtramp.
3553 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
3554 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
3555 shnbsd_pc_in_sigtramp.
3556 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
3557 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
3558 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
3559
c860120c
PM
35602002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
3561
3562 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
3563 watchpoints to NULL.
3564 (insert_breakpoints): set val field of watchpoints if NULL.
3565
3566
c7612d53
JB
35672002-08-29 Jim Blandy <jimb@redhat.com>
3568
3569 * symtab.c (lookup_symbol_aux): In the cases where we find a
3570 minimal symbol of an appropriate name and use its address to
3571 select a symtab to read and search, use `name' (as passed to us)
3572 as the demangled name when searching the symtab's global and
3573 static blocks, not the minsym's name.
3574
66609862
KS
35752002-08-29 Keith Seitz <keiths@redhat.com>
3576
3577 * stack.c (print_frame_info_base): Always set current_source_symtab
3578 and current_source_line.
3579
151fefe2
JB
35802002-08-29 Donn Terry <donnte@microsoft.com>
3581
3582 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
3583
bfb3754e
KS
35842002-08-28 Keith Seitz <keiths@redhat.com>
3585
3586 * stack.c (select_frame): Add FIXME concerning selected-frame
3587 events.
3588 (select_frame_command): Send selected-frame-level-changed
3589 event notification, but only if the level actually changed.
3590 (up_silently_base): Add selected-frame-level-changed event
3591 notification.
3592 (down_silently_base): Likewise.
3593
e822a2a0
AC
35942002-08-28 Andrew Cagney <ac131313@redhat.com>
3595
3596 * Makefile.in: Update dependencies for all gdb/*.c files.
3597
309367d4
TT
35982002-08-27 Tom Tromey <tromey@redhat.com>
3599
3600 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
3601 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
3602 Update dependencies.
3603 * i387-tdep.c: Include gdb_string.h.
3604 * osabi.c: Likewise.
3605 * i386-linux-nat.c: Likewise.
3606 * lin-lwp.c: Likewise.
3607 * ax-gdb.c: Likewise.
3608 * signals/signals.c: Likewise.
3609 * jv-valprint.c: Likewise.
3610 * p-lang.c: Likewise.
3611 * c-valprint.c: Likewise.
3612 * cp-abi.c: Likewise.
3613
e1507482
EZ
36142002-08-27 Elena Zannoni <ezannoni@redhat.com>
3615
3616 * cli/cli-script.h (copy_command_lines): Export.
3617 * breakpoint.c: Include cli/cli-script.h.
3618 * Makefile.in (breakpoint.o): Update dependencies.
3619
c6510018
MS
36202002-08-26 Michael Snyder <msnyder@redhat.com>
3621
3622 * breakpoint.c (insert_breakpoints): Protect all references
3623 to 'process_warning'. Shorten long lines.
3624
c2b8ed2c
MS
36252002-08-26 Joel Brobecker <brobecker@gnat.com>
3626
3627 * cli/cli-script.c (copy_command_lines): New function.
3628 * defs.h (copy_command_lines): Export.
3629 * testsuite/gdb.base/commands.exp: New tests for commands
3630 attached to a temporary breakpoint, and for commands that
3631 delete the breakpoint they are attached to.
3632
36332002-08-26 Michael Snyder <msnyder@redhat.com>
3634
3635 * breakpoint.c (bpstat_stop_status): Instead of copying the
3636 pointer to the breakpoint commands struct, make a new copy
3637 of the struct and point to that.
3638 (bpstat_clear): Free the commands struct.
3639 (bpstat_clear_actions): Free the commands struct.
3640 (bpstat_do_actions): Free the command actions. Also execute
3641 the local cleanups, instead of deleting them.
3642 (delete_breakpoint): Leave the commands field of the bpstat
3643 chain alone -- it will be freed later.
3644
64b84175
KB
36452002-08-26 Kevin Buettner <kevinb@redhat.com>
3646
3647 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
3648 deleted in 2002-08-20 commit. This function is still used by
3649 ppc-linux-nat.c.
3650
55970da6
KS
36512002-08-26 Keith Seitz <keiths@redhat.com>
3652
3653 * gdb-events.sh: Add selected-frame-level-changed event.
3654 * gdb-events.c: Regenerated.
3655 * gdb-events.h: Regenerated.
3656
a790ad35
SC
36572002-08-26 Stephane Carrez <stcarrez@nerim.fr>
3658
3659 Fix PR gdb/393:
3660 * inflow.c (terminal_save_ours): New function to save terminal
3661 settings.
3662 * inferior.h (terminal_save_ours): Declare.
3663 * target.c (debug_to_terminal_save_ours): New function.
3664 (cleanup_target): Defaults to_terminal_save_ours.
3665 (update_current_target): Inherit to_terminal_save_ours.
3666 (setup_target_debug): Set to_terminal_save_ours.
3667 * target.h (target_terminal_save_ours): New to save terminal settings.
3668 (target_ops): New member to_terminal_save_ours.
3669 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
3670 * hpux-thread.c (init_hpux_thread_ops): Likewise.
3671 * inftarg.c (init_child_ops): Likewise.
3672 * m3-nat.c (init_m3_ops): Likewise.
3673 * procfs.c (init_procfs_ops): Likewise.
3674 * wince.c (init_child_ops): Likewise.
3675 * win32-nat.c (init_child_ops): Likewise.
3676 * sol-thread.c (init_sol_thread_ops): Likewise.
3677
c00dcbe9
MK
36782002-08-26 Mark Kettenis <kettenis@gnu.org>
3679
3d7f4f49
MK
3680 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
3681 use regcache_* functions.
3682 (i386_gdbarch_init): Set store_return_value instead of
3683 deprecated_store_return_value.
3684
c00dcbe9
MK
3685 * regcache.c (regcache_raw_write_signed,
3686 regcache_raw_write_unsigned): New functions.
3687 * regcache.h (regcache_raw_write_signed,
3688 regcache_raw_write_unsigned): New prototypes.
3689
0e0d15ca
AC
36902002-08-25 Andrew Cagney <ac131313@redhat.com>
3691
3692 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
3693 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
3694 source file dependencies. Cleanup corresponding generator rules.
3695
d3b22ed5
AC
36962002-08-25 Andrew Cagney <ac131313@redhat.com>
3697
3698 * regcache.h (register_offset_hack): Declare.
3699 (regcache_cooked_read_using_offset_hack): Declare.
3700 (regcache_cooked_write_using_offset_hack): Declare.
3701
3702 * regcache.c (register_offset_hack): New function.
3703 (regcache_cooked_read_using_offset_hack): New function.
3704 (regcache_cooked_write_using_offset_hack): New function.
3705 (regcache_dump): Check that the registers, according to their
3706 offset, are packed hard against each other.
3707 (cooked_xfer_using_offset_hack): New function.
3708
bb425013
AC
37092002-08-25 Andrew Cagney <ac131313@redhat.com>
3710
3711 * regcache.c (struct regcache_descr): Add field register_type.
3712 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
3713 in as a parameter
3714 (init_regcache_descr): Initialize register_type. Pass the descr
3715 to init_legacy_regcache_descr. Use register_type instead of
3716 REGISTER_VIRTUAL_TYPE.
3717 (register_type): New function.
3718 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
3719 * regcache.h (register_type): Declare.
3720
d0403e00
AC
37212002-08-25 Andrew Cagney <ac131313@redhat.com>
3722
3723 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
3724 instead of deprecated_store_return_value. Fix fallout from
3725 2002-08-23 Andrew Cagney <cagney@redhat.com>.
3726
0ed04cce
AC
37272002-08-25 Andrew Cagney <ac131313@redhat.com>
3728
3729 * regcache.c (max_register_size): New function.
3730 (init_legacy_regcache_descr): Ensure that max_register_size is
3731 large enough for REGISTER_VIRTUAL_SIZE.
3732 * regcache.h (max_register_size): Declare.
3733
46d79c04
AC
37342002-08-24 Andrew Cagney <ac131313@redhat.com>
3735
3736 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
3737 store_return_value.
3738 (e500_extract_return_value): Change type of valbuf pointer to
3739 void.
3740
853c7bd0
MK
37412002-08-24 Mark Kettenis <kettenis@gnu.org>
3742
cd87e769
MK
3743 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
3744 workaround.
3745
853c7bd0
MK
3746 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
3747 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
3748 long long) to prevent compiler warning on 64-bit systems.
3749
ebba8386
AC
37502002-08-23 Andrew Cagney <cagney@redhat.com>
3751
3752 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
3753 (DEPRECATED_STORE_RETURN_VALUE): New method.
3754 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
3755 * gdbarch.h, gdbarch.c: Re-generate.
3756
3757 * values.c (set_return_value): Pass current_regcache to
3758 STORE_RETURN_VALUE.
3759 * arch-utils.h (legacy_store_return_value): Declare.
3760 * arch-utils.c (legacy_store_return_value): New function.
3761 (legacy_extract_return_value): Update parameters.
3762
3763 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
3764 STORE_RETURN_VALUE.
3765 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3766 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3767 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3768 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3769 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3770 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3771 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3772 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3773 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3774 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3775
3776 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3777 * i386-tdep.c (i386_extract_return_value): Update.
3778 * arch-utils.c (legacy_extract_return_value): Update.
3779 * frv-tdep.c (frv_gdbarch_init): Update.
3780 * cris-tdep.c (cris_gdbarch_init): Update.
3781 * d10v-tdep.c (d10v_gdbarch_init): Update.
3782 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3783 * m68k-tdep.c (m68k_gdbarch_init): Update.
3784 * mcore-tdep.c (mcore_gdbarch_init): Update.
3785 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3786 * s390-tdep.c (s390_gdbarch_init): Update.
3787 * sparc-tdep.c (sparc_gdbarch_init): Update.
3788 * sh-tdep.c (sh_gdbarch_init): Update.
3789 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
3790 * v850-tdep.c (v850_gdbarch_init): Update.
3791 * avr-tdep.c (avr_gdbarch_init): Update.
3792 * ia64-tdep.c (ia64_gdbarch_init): Update.
3793 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3794 * vax-tdep.c (vax_gdbarch_init): Update.
3795 * alpha-tdep.c (alpha_gdbarch_init): Update.
3796 * arm-tdep.c (arm_gdbarch_init): Update.
3797 * mips-tdep.c (mips_gdbarch_init): Update.
3798 * i386-tdep.c (i386_gdbarch_init): Update.
3799
5bd8c6d0
AC
38002002-08-23 Andrew Cagney <ac131313@redhat.com>
3801
3802 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
3803 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
3804
e73e1724
MK
38052002-08-24 Mark Kettenis <kettenis@gnu.org>
3806
3807 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
3808 problems.
3809
3e6564e1
JB
38102002-08-23 Joel Brobecker <brobecker@gnat.com>
3811
3812 * infrun.c (handle_inferior_event): Move a comment outside of a
3813 function call, in order to avoid indent reformatting this part
3814 of the code in an unreadable way.
3815
81d0cc19
GS
38162002-08-23 Grace Sainsbury <graces@redhat.com>
3817
3818 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
3819 when breakpoints fail. Move general breakpoint error messages to
3820 insert_breakpoints.
3821 * breakpoint.c (insert_breakpoints): Change warnings when
3822 breakpoints are nto inserted to specify the type. Remove call to
3823 memory_error when hardware breakpoints can't be inserted. Remove
3824 multiple calls to warning so all messages are sent to the user at
3825 once.
3826 (delete_breakpoints): Make insert error messsages more explicit.
3827
17574093
DJ
38282002-08-23 Daniel Jacobowitz <drow@mvista.com>
3829
3830 * ChangeLog: Move gdbserver entries after GDB 5.2 to
3831 gdbserver/ChangeLog.
3832
8acc2935
MK
38332002-08-23 Mark Kettenis <kettenis@gnu.org>
3834
dfe01d39
MK
3835 * i386-tdep.c: Include "objfiles.h".
3836 (i386_svr4_init_abi): Set in_solib_call_trampoline and
3837 skip_trampoline_code.
3838 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
3839 (CPLUS_MARKER): Define to '.'.
3840
8acc2935
MK
3841 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
3842 member.
3843 (linux_corefile_thread_callback): Increase args->num_notes.
3844 (linux_make_note_section): Initialize thread_args.num_notes, and
3845 use it to determine whether notes for any threads were created.
3846
151fefe2 38472002-08-23 Donn Terry <donnte@microsoft.com>
640b227f
JB
3848
3849 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
3850 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
3851 and PCUNKILL.
3852 (write_with_trace): Conditionalize out the switch branch handling
3853 PCSHOLD if the corresponding macro is not defined. Likewise for
3854 PRSABORT and PRSTOP.
3855 This change will be needed by the Interix port.
3856
e1507482
EZ
38572002-08-22 Elena Zannoni <ezannoni@redhat.com>
3858
3859 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
3860 write_register wherever possible instead of manipulating the
3861 register bytes directly.
3862 Assign VALUE_CONTENTS to a variable and use that.
3863 The GPR numbers are now dependent on the architecture.
3864
96ff0de4
EZ
38652002-08-22 Elena Zannoni <ezannoni@redhat.com>
3866
3867 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
3868 ev_offset fields.
3869 (skip_prologue): Add support for BookE/e500 instructions.
3870 (e500_extract_return_value): New function.
3871 (frame_get_saved_regs): Add support for saving ev registers and
3872 pseudo gpr's.
3873 (e500_store_return_value): New function.
3874 (rs6000_gdbarch_init): Move up default intializations of
3875 deprecated_extract_return_value and store_return_value. Overwrite
3876 init of store_return_value with e500 specific version.
3877 Set extract_return_value for e500.
3878
fbefca5b
EZ
38792002-08-22 Elena Zannoni <ezannoni@redhat.com>
3880
3881 * blockframe.c (generic_call_dummy_register_unwind): Use
3882 regcache_cooked_read to catch cases in which the variable is
3883 stored in a pseudo register.
3884
4d210288
AC
38852002-08-22 Andrew Cagney <cagney@redhat.com>
3886
3887 * NEWS: Mention that the i960 has been made obsolete.
3888 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
3889 i960-tdep.c
3890 (remote-nrom.o): Obsolete target.
3891 (remote-nindy.o, i960-tdep.o): Ditto.
3892 * remote-nrom.c: Make file obsolete.
3893 * remote-nindy.c, remote-vx960.c: Ditto.
3894 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
3895 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
3896 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
3897 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
3898 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
3899 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
3900 i960-*-vxworks* obsolete.
3901 * MAINTAINERS: Note that the i960 is obsolete.
3902
6c0c456d
CV
39032002-08-21 Corinna Vinschen <vinschen@redhat.com
3904
3905 * aix-thread.c (aix_thread_detach): Disable thread debugging on
3906 detach to allow reinitialization.
3907
9f9d12b3
AC
39082002-08-22 Andrew Cagney <ac131313@redhat.com>
3909
3910 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
3911 attempt).
3912
ebeb39fe
JB
39132002-08-22 Jim Blandy <jimb@redhat.com>
3914
3915 * coffread.c (coff_symfile_read): Don't try to read the line
3916 number table from disk if the image file doesn't have a symbol
3917 table; we'll never actually look at the info anyway, and Windows
3918 ships DLL's with bogus file offsets for the line number data.
3919
5bf1c677
EZ
39202002-08-21 Elena Zannoni <ezannoni@redhat.com>
3921
3922 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
3923 an e500 executable.
3924
71b8ef93
MS
39252002-08-21 Michael Snyder <msnyder@redhat.com>
3926
3927 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
3928 (MSYMBOL_SIZE): Replace macro with function.
18f81521
MS
3929 (DEFAULT_MIPS_TYPE): Delete unused macro.
3930 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
3931 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
71b8ef93 3932
d174216d
JB
39332002-08-21 Jim Blandy <jimb@redhat.com>
3934
3935 * valops.c (value_cast): Simplify and correct logic for doing a
3936 static cast from a pointer to a base class to a pointer to a
3937 derived class.
3938
0ab7a791
AC
39392002-08-21 Andrew Cagney <ac131313@redhat.com>
3940
3941 * infcmd.c (default_print_registers_info): Replace
3942 do_registers_info.
3943 (registers_info): Use gdbarch_print_registers_info instead of
3944 DO_REGISTERS_INFO.
3945 * inferior.h (default_print_registers_info): Replace
3946 do_registers_info.
3947 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
3948 (DO_REGISTERS_INFO): Change to a predicate function.
3949 * gdbarch.h, gdbarch.c: Regenerate.
3950
e23792cc
KS
39512002-08-21 Keith Seitz <keiths@redhat.com>
3952
3953 * gdb-events.sh: Add target-changed event.
3954 * gdb-events.c: Regenerated.
3955 * gdb-events.c: Regenerated.
3956 * valops.c (value_assign): Add target-changed event notification
3957 to inlval_register, lval_memory, and lval_reg_frame_relative.
3958
9fb14e79
JB
39592002-08-21 Joel Brobecker <brobecker@gnat.com>
3960
3961 * NEWS: Add an entry regarding the improvement of the next/step
3962 operation on Alpha Tru64 multi-processor machines.
3963
6d39a69f
AC
39642002-08-21 Andrew Cagney <ac131313@redhat.com>
3965
72acd513
AC
3966 * Makefile.in: Update dependencies for mi/ cli/ and tui/
3967 directores.
342af04b 3968 * Makefile.in: Update all _h macro definitions.
6d39a69f
AC
3969 * Makefile.in (install-gdbtk): Move to install section.
3970 (rdi-share/libangsd.a): Move to end of file.
3971
fa5f27c7
AC
39722002-08-19 Andrew Cagney <ac131313@redhat.com>
3973
3974 * frame.c (frame_register_unwind): When a register, set addrp to
3975 the register's byte.
3976
5a89d8aa
MS
39772002-08-20 Michael Snyder <msnyder@redhat.com>
3978
3979 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
3980 used locally, so move them from the target machine header to here.
3981 (mips_set_processor_type, mips_register_name, mips32_next_pc,
3982 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
3983 Make static.
3984 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
3985
822e978b
AC
39862002-08-20 Andrew Cagney <cagney@redhat.com>
3987
3988 * NEWS: Mention that the Apollo line was made obsolete.
3989 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
3990 m68*-hp-hpux* obsolete.
3991 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
3992 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
3993 * buildsym.c (make_blockvector): Make static.
3994 * buildsym.h (make_blockvector): Make extern declaration obsolete.
3995 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
3996 (ALLDEPFILES): Remove dstread.c.
3997 (dstread.o): Obsolete make rule.
3998 * dstread.c: Makefile obsolete.
3999 * dst.h: Ditto.
4000 * config/m68k/hp300hpux.mt: Ditto.
4001 * config/m68k/hp300hpux.mh: Ditto.
4002 * config/m68k/hp300bsd.mt: Ditto.
4003 * config/m68k/hp300bsd.mh: Ditto.
4004 * config/m68k/apollo68b.mt: Ditto.
4005 * config/m68k/apollo68v.mh: Ditto.
4006 * config/m68k/apollo68b.mh: Ditto.
4007
e41b17f0
MS
40082002-08-20 Michael Snyder <msnyder@redhat.com>
4009
4010 * mips-tdep.c (mips_in_return_stub): Make static.
4011 (mips_gdbarch_init): Set in_solib_return_trampoline.
4012 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
4013
d50355b6
MS
40142002-08-20 Michael Snyder <msnyder@redhat.com>
4015
4016 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
4017 * gdbarch.c, gdbarch.h: Regenerate.
4018 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
4019 Add.
4020 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
4021
757a7cc6
MS
40222002-08-20 Michael Snyder <msnyder@redhat.com>
4023
4024 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
4025 (mips_gdbarch_init): Set skip_trampoline_code,
4026 in_solib_call_trampoline.
4027 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
4028 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
4029
c8001721
EZ
40302002-08-20 Elena Zannoni <ezannoni@redhat.com>
4031
4032 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
4033
4034 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
4035 vector type for ev registers.
4036 (e500_pseudo_register_read): New function.
4037 (e500_pseudo_register_write): New function.
4038 (e500_dwarf2_reg_to_regnum): New function.
4039 (PPC_UISA_NOFP_SPRS): New macro.
4040 (PPC_EV_REGS): New macro.
4041 (PPC_GPRS_PSEUDO_REGS): New macro.
4042 (registers_e500): New register set for e500.
4043 (variants): Add e500 variant.
4044 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
4045 before setting architectural dependent variations. Initialize ev
4046 registers numbers. Add case for e500 architecture. Set the
4047 number of pseudo registers.
4048
64366f1c
EZ
40492002-08-20 Elena Zannoni <ezannoni@redhat.com>
4050
4051 * rs6000-tdep.c: Clean up comments.
4052
7e78f0ca
AC
40532002-08-20 Andrew Cagney <cagney@redhat.com>
4054
4055 * h8300-tdep.c: Re-indent file.
4056
697f7479
JB
40572002-08-20 Jim Blandy <jimb@redhat.com>
4058
4059 * Makefile.in (LDFLAGS): Allow the configure script to establish a
4060 default for this.
697f7479 4061
e86ae29f
KS
40622002-08-20 Keith Seitz <keiths@redhat.com>
4063
4064 * breakpoints.c (watch_command_1): Use internal breakpoint
4065 when setting a watchpoint_scope breakpoint.
4066
216b504f
EZ
40672002-08-20 Elena Zannoni <ezannoni@redhat.com>
4068
4069 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
4070 (build_builtin_type_vec64i): Ditto.
4071 (build_builtin_type_vec128): Ditto.
4072 (build_builtin_type_vec128i): Ditto.
4073
f7ab6ec6
MS
40742002-08-19 Michael Snyder <msnyder@redhat.com>
4075
4076 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
4077 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
4078 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
4079 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
4080 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
4081 CALL_DUMMY_ADDRESS): Delete.
4082 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
4083 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
4084 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
4085 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
4086 push_return_address.
4087 (mips_register_raw_size, mips_eabi_use_struct_convention,
4088 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
4089 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
4090 mips_init_extra_frame_info, mips_eabi_push_arguments,
4091 mips_n32n64_push_arguments, mips_push_return_address,
4092 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
4093 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
4094
b5d1566e
MS
40952002-08-19 Michael Snyder <msnyder@redhat.com>
4096
4097 * mips-tdep.c (mips_frame_num_args): New function.
4098 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
4099 frame_saved_pc, frame_args_address, frame_locals_address,
4100 frame_num_args, and frame_args_skip.
4101 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
4102 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
4103 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
4104 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
4105
2f1488ce
MS
41062002-08-20 Michael Snyder <msnyder@redhat.com>
4107
4108 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
4109 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
4110 * mips-tdep.c (mips_store_struct_return): New function.
4111 (mips_extract_struct_value_address): New function.
4112 (mips_gdbarch_init): Set store_struct_return and
4113 extract_struct_value_address.
4114
41ff2da1
DC
41152002-08-20 David Carlton <carlton@math.stanford.edu>
4116
4117 * dwarf2read.c (dwarf2_build_psymtabs): Check that
4118 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
4119 (read_file_scope): Check that line_header is nonzero before
4120 decoding macro information.
4121
e5451d58
MK
41222002-08-20 Mark Kettenis <kettenis@gnu.org>
4123
4124 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
4125 flag the general-purpose registers as floating-point on targets
4126 that don't support the floating-point registers.
4127
4a6daafa
EZ
41282002-08-20 Elena Zannoni <ezannoni@redhat.com>
4129
4130 * rs6000-tdep.c (altivec_register_p): Delete.
4131 (rs6000_do_altivec_registers): Delete.
4132 (rs6000_altivec_registers_info): Delete.
4133 (rs6000_do_registers_info): Delete.
4134 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
4135 (rs6000_gdbarch_init): Remove setting of do_registers_info.
4136
ab4327e0
EZ
41372002-08-20 Elena Zannoni <ezannoni@redhat.com>
4138
4139 * infcmd.c (do_registers_info): Print vector registers in hex
4140 format only.
4141 (print_vector_info): Check that printing registers
4142 makes sense.
4143 (print_float_info): Ditto.
4144
cb1d2653
AC
41452002-08-20 Andrew Cagney <ac131313@redhat.com>
4146
4147 * mips-tdep.c (mips_gdbarch_init): Update.
4148 (mips_o32_extract_return_value): Rewrite.
4149 (mips_o32_store_return_value): Rewrite.
4150 (mips_o32_xfer_return_value): New function.
4151 (mips_xfer_register): Tweak debug print message. Allow for
4152 buf_offset when dumping the value transfered.
4153
dfc3d9b2
AC
41542002-08-20 Andrew Cagney <ac131313@redhat.com>
4155
4156 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
4157 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
4158 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
4159 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
4160 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
4161
7807aa61
MS
41622002-08-14 Michael Snyder <msnyder@redhat.com>
4163
4164 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
4165
489461e2
EZ
41662002-08-19 Elena Zannoni <ezannoni@redhat.com>
4167
4168 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
4169 register.
4170 (P): New macro to define a register as a pseudo register.
4171 (R, R4, R8, R16, FR32, R64, R0): Updated.
4172 (struct variant): Add new fields for number of pseudo registers
4173 and number of total registers.
4174 (tot_num_registers): New macro replacing....
4175 (num_registers): ...deleted macro.
4176 (num_registers): New function.
4177 (num_pseudo_registers): New function.
4178 (variants): Update all variants to intialize new fields correctly.
4179 Postpone initialization of number of pseudo regs and real regs.
4180 (init_variants): New function.
4181 (rs6000_gdbarch_init): Initialize variants. Update calculation of
4182 registers offsets.
4183
fcaffe4c
DC
41842002-08-19 David Carlton <carlton@math.stanford.edu>
4185
2c2738a0
DC
4186 * valops.c (search_struct_field): Change error message to treat
4187 return value of 0 from value_static_field as meaning that field is
4188 optimized out.
4189 (value_struct_elt_for_reference): Ditto.
4190 * values.c (value_static_field): Treat an unresolved location the
4191 same as a nonexistent symbol. Fix PR gdb/635.
2a73a662
DC
4192 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
4193 enclosed. Fix PR gdb/574.
fcaffe4c
DC
4194 * MAINTAINERS: Add self to Write After Approval list.
4195
88658117
AC
41962002-08-19 Andrew Cagney <ac131313@redhat.com>
4197
4198 * mips-tdep.c (mips_xfer_register): New function.
4199 (mips_n32n64_extract_return_value): Rewrite.
4200 (mips_gdbarch_init): For N32 and N64, set extract_return_value
4201 instead of deprecated_extract_return_value.
4202
21283beb
EZ
42032002-08-19 Elena Zannoni <ezannoni@redhat.com>
4204
4205 * rs6000-tdep.c (TDEP): Delete macro.
4206 (branch_dest): Replace use of TDEP macro with its body.
4207 (rs6000_pop_frame): Ditto.
4208 (rs6000_push_arguments): Ditto.
4209 (rs6000_skip_trampoline_code): Ditto.
4210 (rs6000_frame_saved_pc): Ditto.
4211 (rs6000_frame_chain): Ditto.
4212 (rs6000_register_name): Ditto.
4213 (rs6000_register_byte): Ditto.
4214 (rs6000_register_raw_size): Ditto.
4215 (rs6000_register_virtual_type): Ditto.
4216 (rs6000_register_convertible): Ditto.
4217 (rs6000_convert_from_func_ptr_addr): Ditto.
4218
bf072999
DJ
42192002-08-19 Daniel Jacobowitz <drow@mvista.com>
4220
4221 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
4222 conditionally.
4223 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
4224 MIPS_LINUX_JB_ELEMENT_SIZE.
4225 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
4226 for MAX_REGISTER_RAW_SIZE arrays.
4227 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
4228 MIPS_LINUX_JB_ELEMENT_SIZE.
4229
9b949a49
PM
42302002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
4231
4232 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
4233
6d3e79c6
AS
42342002-08-19 Aidan Skinner <aidan@velvet.net>
4235
4236 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
4237 ada-valprint.c ada-tasks.c.
4238 (YYFILES): Add ada-exp.y.
4239 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
4240 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
4241 (ada-exp.tab.o): New target.
4242
06c0b04e
AC
42432002-08-18 Andrew Cagney <ac131313@redhat.com>
4244
4245 * regcache.c (regcache_xfer_part): New function.
4246 (regcache_raw_read_part): New function.
4247 (regcache_raw_write_part): New function.
4248 (regcache_cooked_read_part): New function.
4249 (regcache_cooked_write_part): New function.
4250 * regcache.h (regcache_raw_read_part): Declare.
4251 (regcache_raw_write_part): Declare.
4252 (regcache_cooked_read_part): Declare.
4253 (regcache_cooked_write_part): Declare.
4254
92d1e331
DJ
42552002-08-18 Daniel Jacobowitz <drow@mvista.com>
4256
4257 * remote.c (remote_open_1): Add async_p.
4258 (remote_async_open_1): Delete.
4259 (open_remote_target): Delete.
4260 (remote_open, extended_remote_open): Update calls to remote_open_1.
4261 (remote_async_open, extended_remote_async_open): Call
4262 remote_open_1 instead of remote_async_open_1.
4263
247055de
MK
42642002-08-19 Mark Kettenis <kettenis@gnu.org>
4265
4266 * blockframe.c: Fix a few coding standard violations.
4267
641eda39
MK
42682002-08-19 Mark Kettenis <kettenis@gnu.org>
4269
0b717710
MK
4270 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
4271 here from ...
4272 * config/i386/tm-i386sco5.h: ... here. File removed.
4273 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
4274
26d28e12 4275 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
641eda39
MK
4276 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
4277 (TM_FILE): Set to tm-i386.h.
4278 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
4279 * config/i386/tm-i386v.h: Remove file.
4280 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
4281 instead of "i386/tm-i386v.h".
4282 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
4283 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
4284 "i386/tm-i386v.h".
4285 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
4286 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
4287 "i386/tm-i386.h".
4288
d4e0bab4
MK
42892002-08-18 Mark Kettenis <kettenis@gnu.org>
4290
4291 * config/i386/nm-i386v.h: Add protection against
4292 multiple-inclusion.
4293 (i386_register_u_addr): Remove prototype.
4294 (register_u_addr): New prototype.
4295 (REGISTER_U_ADDR): Redefine accordingly.
4296 * i386v-nat.c: Improve several comments.
4297 (i386_register_u_addr): Change signature and rename to
4298 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
4299 ubase variable.
4300
46cac009
AC
43012002-08-18 Andrew Cagney <ac131313@redhat.com>
4302
4303 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
4304 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
4305 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
4306 deprecated_extract_return_value.
4307 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
4308 rename mips_o32o64_push_arguments.
4309 (mips_gdbarch_init): Update.
4310 (mips_extract_return_value): Delete.
4311 (mips_o32_extract_return_value): Clone mips_extract_return_value.
4312 (mips_o64_extract_return_value): Clone mips_extract_return_value.
4313 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
4314 (mips_n32n64_extract_return_value): Clone
4315 mips_extract_return_value.
4316 (mips_store_return_value): Delete.
4317 (mips_o32_store_return_value): Clone mips_store_return_value.
4318 (mips_o64_store_return_value): Clone mips_store_return_value.
4319 (mips_eabi_store_return_value): Clone mips_store_return_value.
4320 (mips_n32n64_store_return_value): Clone mips_store_return_value.
4321
d2e4a39e
AS
43222002-08-18 Aidan Skinner <aidan@velvet.net>
4323
0c30c098
AS
4324 * ada-lang.c: Use gdb_string.h instead of <string.h>.
4325 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
4326
43272002-08-18 Aidan Skinner <aidan@velvet.net>
4328
4329 * ada-lang.c: Run through gdb_indent.sh.
4330 * ada-lang.h: Run through gdb_indent.sh.
4331 * ada-tasks.c: Run through gdb_indent.sh.
4332 * ada-typeprint.c: Run through gdb_indent.sh.
4333 * ada-valprint.c: Run through gdb_indent.sh.
d2e4a39e 4334
01fc4e33
AC
43352002-08-18 Andrew Cagney <ac131313@redhat.com>
4336
4337 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
4338 ABI.
4339
d8ee244c
MK
43402002-08-18 Mark Kettenis <kettenis@gnu.org>
4341
c38d8261
MK
4342 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
4343
222db64c
MK
4344 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
4345 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
4346
c2848c82
MK
4347 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
4348 write_register_gen instead of write_register_bytes.
4349
d8ee244c
MK
4350 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
4351 i[3456]-*-osf1mk* configurations have been made obsolete.
4352 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
4353 i[3456]86-*-osf1mk* hosts obsolete.
4354 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
4355 targets obsolete.
4356 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
4357 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
4358 config/i386/i386m3.mt, config/i386/nm-m3.h,
4359 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
4360 config/i386/i386mk.mh, config/i386/i386mk.mt,
4361 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
4362 obsolete.
4363 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
4364 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
4365 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
4366
61d8d407
AC
43672002-08-18 Andrew Cagney <ac131313@redhat.com>
4368
4369 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
4370 (hppa_value_returned_from_stack): Declare.
4371 (hppa_extract_return_value): Declare.
4372 * config/pa/hppa.mt: New file.
4373 * configure.tgt: Recognize hppa*-*-*.
4374 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
4375
0c52bd59
MK
43762002-08-18 Mark Kettenis <kettenis@gnu.org>
4377
4378 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
4379 comment.
4380
b5686e99
MK
43812002-08-17 Mark Kettenis <kettenis@gnu.org>
4382
4383 * top.c (gdb_rl_operate_and_get_next): Make sure
4384 operate-and-get-next functions correctly even when the history
4385 list is completely filled.
4386
c1bab85b
AC
43872002-08-18 Andrew Cagney <ac131313@redhat.com>
4388
4389 * MAINTAINERS (Target Instruction Set Architectures): Rename
4390 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
4391 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
4392 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
4393 already listed under Host/Native.
4394
4395 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
4396 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
4397 mips*-*-*.
4398
32089c7c
AC
43992002-08-17 Andrew Cagney <ac131313@redhat.com>
4400
4401 * config/ia64/ia64.mt: New file.
4402 * config/alpha/alpha.mt: New file.
4403 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
4404 ia64-linux-gnu. Mention that ia64-elf is broken.
4405 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
4406
b4671f85
MK
44072002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
4408
4409 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
4410 generic_func_frame_valid instead of func_frame_valid.
4411
c8edd8b4
JB
44122002-08-16 Joel Brobecker <brobecker@gnat.com>
4413
4414 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
4415 procfs appears to be broken when debugging on multi-processor
4416 machines. So enable software single stepping in order to avoid
4417 using the procfs interface to do next/step operations, using
4418 internal breakpoints instead.
4419
4420 * infrun.c (handle_inferior_event): Readjust the stop_pc by
4421 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
4422 make this pc address equal to the value it would have if the
4423 system stepping capability was used. Also set a new flag used
4424 to ensure that we don't readjust the PC one more time later.
4425
4426 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
4427 address by DECR_PC_AFTER_BREAK when software single step is
4428 in use for this architecture, as this has already been taken
4429 care of in handle_inferior_event().
4430
238617f6
JB
44312002-08-16 Joel Brobecker <brobecker@gnat.com>
4432
4433 * infrun.c (handle_inferior_event): Minor reformatting, to make
4434 a rather long condition expression easier to read.
4435
541a7aac
AC
44362002-08-16 Andrew Cagney <ac131313@redhat.com>
4437
4438 * Makefile.in (gdbtk.o): Move to end of file.
4439 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
4440 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
4441 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
4442 (gdbtk-wrapper.o, gdbres.o): Ditto.
4443
f92d4a7b
AC
44442002-08-16 Andrew Cagney <ac131313@redhat.com>
4445
4446 * Makefile.in (copying.o): Separate out compile rule.
4447 (hpux-thread.o, procfs.o, signals.o): Ditto.
4448 (v850ice.o, z8k-tdep.o): Ditto.
4449 (tui-file.o): Move to TUI section.
4450 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
4451 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
4452
1cce71eb
JB
44532002-08-16 Joel Brobecker <brobecker@gnat.com>
4454
4455 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
4456 skip_trampoline_code, for better namespace-proofing.
4457
4458 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
4459
0851f23d
JB
44602002-08-16 Joel Brobecker <brobecker@gnat.com>
4461
4462 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
4463
f8d40ec8
JB
44642002-08-16 Joel Brobecker <brobecker@gnat.com>
4465
4466 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
4467 signal, check whether we hit a breakpoint before checking for a
4468 single step breakpoint. Otherwise, GDB fails to notice that a
4469 breakpoint has been hit when stepping onto a breakpoint.
4470
63d022e0
KS
44712002-08-16 Keith Seitz <keiths@redhat.com>
4472
4473 * gdb-events.sh (clear_gdb_event_hooks): New function.
4474 * gdb-events.c: Regenerate.
4475 * gdb-events.h: Regenerate.
4476
6e31adb3
AC
44772002-08-16 Andrew Cagney <ac131313@redhat.com>
4478
4479 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
4480 not_a_sw_breakpoint.
4481 * breakpoint.h (bpstat_stop_status): Add parameter names.
4482
c8189ed1
GS
44832002-08-16 Grace Sainsbury <graces@redhat.com>
4484
4485 * remote.c (remote_insert_hw_breakpoint)
4486 (remote_remove_hw_breakpoint): Fix calculation of length field
4487 for Z-packet.
4488
d05285fa
MS
44892002-08-15 Michael Snyder <msnyder@redhat.com>
4490
466d7106
MS
4491 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
4492 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
4493 (supply_fpregset): Ditto.
4494
d05285fa
MS
4495 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
4496 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
4497 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
bcb0cc15 4498 (TARGET_READ_SP): Delete.
bf1f5b4c 4499 (DO_REGISTERS_INFO): Delete.
102182a9
MS
4500 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
4501 Delete.
4502 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
4503 from macros to functions.
bf1f5b4c 4504
d05285fa
MS
4505 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
4506 (mips_register_convertible, mips_register_convert_to_virtual,
4507 mips_register_convert_to_raw): Make static.
bcb0cc15
MS
4508 (mips_read_sp): New function.
4509 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
bf1f5b4c
MS
4510 (mips_do_registers_info): Make static.
4511 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
102182a9
MS
4512 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
4513 (mips_register_convert_from_type, mips_register_convert_to_type):
4514 New functions.
4515 (mips_gdbarch_init): Set up function_start_offset,
4516 register_virtual_size, pc_in_sigtramp.
d05285fa 4517
e76f1f2e
AC
45182002-08-15 Andrew Cagney <ac131313@redhat.com>
4519
4520 * infcmd.c (vector_info): New function.
4521 (_initialize_infcmd): Add command "info vector".
4522 (print_vector_info): New function.
4523
4524 * gdbarch.sh (PRINT_VECTOR_INFO): New method
4525 * gdbarch.h, gdbarch.c: Regenerate.
4526
4782dc19
AC
45272002-08-15 Andrew Cagney <ac131313@redhat.com>
4528
4529 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
4530 ``print_all''. Only print vector registers when ``print_all''.
4531
23e3a7ac
AC
45322002-08-15 Andrew Cagney <ac131313@redhat.com>
4533
8e186fd6
AC
4534 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
4535 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
4536
23e3a7ac
AC
4537 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
4538 Add `args' parameter.
4539 * gdbarch.h, gdbarch.c: Regenerate.
4540
4541 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
4542
4543 * infcmd.c (float_info): Call print_float_info.
4544 (print_float_info): New function. By default, print the
4545 floating-point registers.
4546
4547 * arch-utils.h (default_print_float_info): Delete declaration.
4548 * arch-utils.c (default_print_float_info): Delete function.
4549
e0ca2bb9
MK
45502002-08-16 Mark Kettenis <kettenis@gnu.org>
4551
3f733acc
MK
4552 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
4553 out define.
4554
7d8d2918
MK
4555 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
4556 FRAME.
4557
1c7cc583
MK
4558 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
4559 * configure.host: Make i[3456]86-*-aix host obsolete.
4560 * configure.tgt: Make i[3456]86-*-aix target obsolete.
4561 * config/i386/i386aix.mh, config/i386/i386aix.mt,
4562 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
4563 config/i386/xm-i386aix.h: Make files obsolete.
4564 * i386aix-nat.c: Make file obsolete.
4565 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
4566 (i386aix-nat.o): Make target obsolete.
4567
e0ca2bb9
MK
4568 * config/i386/nm-gnu.h: Removed.
4569 * config/i386/nm-i386gnu.h: New file.
4570 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
4571 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
4572 Moved here from ...
4573 * config/i386/tm-i386gnu.h: ... here. Removed.
4574 * config/i386/xm-i386gnu.h: Removed.
4575 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
4576 (NAT_FILE): Set to nm-i386gnu.h.
4577 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
4578 * i386-tdep.c: New file.
4579 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
4580 (i386gnu-tdep.o): Specify dependencies.
4581
16057ec7 45822002-08-15 Mark Kettenis <kettenis@gnu.org>
61113f8b 4583
6b99ee2e
MK
4584 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
4585 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
4586 Adjust a few comments to reflect reality a bit closer.
4587 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
4588 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
4589 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
4590 target_insert_watchpoint, target_remove_watchpoint):
4591 Move defines to ...
4592 * config/i386/nm-i386sco5.h: ... here.
4593 (kernel_u_size): Add prototype. Improve a few comments and add
4594 protection against multiple inclusion.
4595
d9a6f65c
MK
4596 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
4597 out define.
4598
047eff6a
MK
4599 * uw-thread.c (SP_ARG0): Define if not already defined.
4600 * config/i386/tm-i386.h (SO_ARG0): Remove define.
4601
dcdb1290
MK
4602 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
4603
5d2d0b2a
MK
4604 * config/i386/tm-i386.h: Don't include "regcache.h".
4605
61113f8b
MK
4606 * i387-tdep.h (i387_print_float_info): New prototype.
4607 * i387-tdep.c (print_i387_value, print_i387_ext,
4608 print_i387_status_word, print_i387_control_word): Add `struct
4609 ui_file *' argument and use it for output.
4610 (i387_print_float_info): Renamed from i387_float_info. Add
4611 `struct gdbarch *' and `struct ui_file *' arguments and use the
4612 latter for output.
4613 * i386-tdep.c: Include "i387-tdep.h".
4614 (i386_gdbarch_init): Set print_float_info.
4615 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
4616 (FLOAT_INFO): Remove define.
4617
46e0f506
MS
46182002-08-13 Michael Snyder <msnyder@redhat.com>
4619
4620 * mips-tdep.c (mips_push_arguments): Rename to
4621 mips_eabi_push_arguments, and tune for EABI.
4622 (MIPS_REGS_HAVE_HOME_P): Delete.
4623 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
4624 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
4625 Delete references to mips_regs_have_home_p.
4626
409268de
KS
46272002-08-14 Keith Seitz <keiths@redhat.com>
4628
4629 * Makefile.in (install-gdbtk): Create insight plugin directory.
4630 Install plugins.tcl file.
4631
ffc6a242
KS
46322002-08-14 Keith Seitz <keiths@redhat.com>
4633
4634 * configure.in: Move SUBDIRS to near top of the file so that
4635 --enable options may add things to it.
4636 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
4637 * configure: Regenerate.
4638
ebafbe83
MS
46392002-08-13 Michael Snyder <msnyder@redhat.com>
4640
4641 * mips-tdep.c (mips_o32o64_push_arguments): New function,
4642 cloned from mips_push_arguments, tuned for o32/o64 ABI.
4643 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
4644
32f6f25d
AC
46452002-08-13 Andrew Cagney <ac131313@redhat.com>
4646
4647 * vax-tdep.c (vax_get_saved_register): Delete function.
4648 (vax_gdbarch_init): Update.
4649 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
4650 (ns32k_gdbarch_init): Update.
4651 * alpha-tdep.c (alpha_get_saved_register): Delete function.
4652 (alpha_gdbarch_init): Update.
4653
53826de9
AC
46542002-08-13 Andrew Cagney <cagney@redhat.com>
4655
4656 * regcache.c (init_regcache_descr): Overallocate the
4657 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
4658 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
4659 nr_raw_registers.
4660 (set_register_cached): Add range checking assertions. Use
4661 current_regcache.
4662
16057ec7 46632002-08-13 Mark Kettenis <kettenis@gnu.org>
7d12f766
MK
4664
4665 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
4666 numbers for MMX registers.
4667
7b4c2dce
AC
46682002-08-13 Andrew Cagney <cagney@redhat.com>
4669
4670 * i386-tdep.c (i386_gdbarch_init): Use
4671 generic_unwind_get_saved_register.
4672
1e03ad20
KB
46732002-08-13 Kevin Buettner <kevinb@redhat.com>
4674
4675 * procfs.c (procfs_can_use_hw_breakpoint): New function.
4676 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
4677 target vector.
4678 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
4679 Delete. Add comment regarding this now-deleted target method.
4680
548bcbec
SC
46812002-08-13 Stephane Carrez <stcarrez@nerim.fr>
4682
4683 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
4684 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
4685 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
4686 real PC and the page number (if it's within the memory bank window).
4687 (m68hc11_pseudo_register_write): Likewise when saving.
4688 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
4689 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
4690 (m68hc11_register_raw_size): And use 32-bit for it.
4691 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
4692 16K memory bank is used by the prog; also use the virtual pc.
4693
7df11f59
SC
46942002-08-13 Stephane Carrez <stcarrez@nerim.fr>
4695
4696 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
4697 (m68hc11_gdbarch_init): Install it in gdbarch.
4698 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
4699 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
4700 (MSYMBOL_SIZE): New for documentation.
4701 (insn_return_kind): Enum to specify how a function returns.
4702 (frame_extra_info): Cleanup and record the return mode.
4703 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
4704 register in address computation.
4705 (m68hc11_get_return_insn): New to obtain the return instruction used
4706 by the function.
4707 (m68hc11_frame_init_saved_regs): Take into account the return
4708 instruction used by the function for far and interrupt functions.
4709 (m68hc11_init_extra_frame_info): Take into account page register.
4710 (m68hc11_frame_args_address): Adjust according to the return mode.
4711 (show_regs): Print page register only when it's used.
4712
5706502a
SC
47132002-08-13 Stephane Carrez <stcarrez@nerim.fr>
4714
4715 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
4716 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
4717 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
4718 registers.
4719 (m68hc11_register_raw_size): Likewise.
4720
28fc6740
AC
47212002-08-13 Andrew Cagney <cagney@redhat.com>
4722
4723 * i386-tdep.c (i386_register_name): Handle mmx registers.
4724 (mmx_regnum_p): New function.
4725 (i386_mmx_names): New array.
4726 (mmx_num_regs): New variable.
4727 (i386_pseudo_register_read): New function.
4728 (i386_pseudo_register_write): New function.
4729 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
4730
4731 * regcache.c (regcache_raw_read_unsigned): New function.
4732 (regcache_raw_read_signed): New function.
4733 * regcache.h (regcache_raw_read_unsigned): Declare.
4734 (regcache_raw_read_signed): Declare.
4735
a378f419
AC
47362002-08-13 Andrew Cagney <cagney@redhat.com>
4737
4738 * regcache.c (regcache_raw_read_as_address): Delete function.
4739 (regcache_cooked_read_signed): New function.
4740 (regcache_cooked_read_unsigned): New function.
4741 * regcache.h (regcache_cooked_read_signed): Declare.
4742 (regcache_cooked_read_unsigned): Declare.
4743 (regcache_raw_read_as_address): Delete declaration.
4744
4745 * blockframe.c (generic_read_register_dummy): Use
4746 regcache_cooked_read_unsigned.
4747 * i386-tdep.c (i386_extract_struct_value_address): Use
4748 regcache_cooked_read_unsigned.
4749
81967506
SC
47502002-08-13 Stephane Carrez <stcarrez@nerim.fr>
4751
4752 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
4753 double sizes according to ELF ABI flags.
4754 (gdbarch_tdep): Record elf_flags.
4755
ffe1f3ee
SC
47562002-08-13 Stephane Carrez <stcarrez@nerim.fr>
4757
4758 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
4759 (m6812_prolog): They can appear in 68HC12 function prologue.
4760 (m68hc11_frame_chain): Cleanup.
4761
98216c5d
AC
47622002-08-12 Andrew Cagney <cagney@redhat.com>
4763
4764 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
4765 declarations.
4766 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
4767 (i386_linux_register_raw_size): Delete function.
4768 (i386_linux_init_abi): Update.
4769 * i386-tdep.c (i386_register_raw_size): Delete function.
4770 (i386_register_byte): Delete function.
4771 (i386_gdbarch_init): Update.
4772 (i386_register_size): Delete array.
4773 (i386_register_offset): Delete array.
4774
4775 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
4776 (REGISTER_RAW_SIZE): Delete macro.
4777 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
4778 (REGISTER_BYTE): Delete macro.
4779
3b19021e
AS
47802002-08-11 Aidan Skinner <aidan@velvet.net>
4781
4782 * ada-lang.c (ada_lookup_partial_symbol)
4783 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
4784 prototype names so that grep ^func works properly.
4785
4786 * ada-lang.c (ada_array_element_type)
4787 (ada_lookup_partial_symbol): Fix typos in parameter list.
4788
4789 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
4790 Fix prototype names so that grep ^func works properly.
4791
b063e7a2
AC
47922002-08-10 Andrew Cagney <cagney@redhat.com>
4793 Elena Zannoni <ezannoni@redhat.com>
4794 Martin M. Hunt <hunt@redhat.com>
4795
4796 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
4797 (build_builtin_type_vec128i): Set the vector bit.
4798 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
4799 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
4800 (build_builtin_type_vec64): New function.
4801 (build_builtin_type_vec64i): New function.
4802 (build_gdbtypes): Initialize builtin_type_vec64 and
4803 builtin_type_vec64i.
4804
a7e3c2ad
AC
48052002-08-09 Andrew Cagney <cagney@redhat.com>
4806
4807 * regcache.c (regcache_dump): Compare the register offset
4808 with REGISTER_BYTE.
4809 * arch-utils.c (generic_register_byte): New function.
4810 * arch-utils.h (generic_register_byte): Declare.
4811 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
4812 * gdbarch.h, gdbarch.c: Regenerate.
4813
af030b9a
AC
48142002-08-09 Andrew Cagney <cagney@redhat.com>
4815
4816 * regcache.c: Include "gdbcmd.h"
4817 (_initialize_regcache): Add commands "maintenance print
4818 registers", "maintenance print raw-registers" and "maintenance
4819 print cooked-registers".
4820 (enum regcache_dump_what): Define.
4821 (dump_endian_bytes): New function.
4822 (regcache_dump): New function.
4823 (regcache_print): New function.
4824 (maintenance_print_registers): New function.
4825 (maintenance_print_raw_registers): New function.
4826 (maintenance_print_cooked_registers): New function.
4827 * Makefile.in (regcache.o): Update dependencies.
4828
cb3d25d1
MS
48292002-08-09 Michael Snyder <msnyder@redhat.com>
4830
4831 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
4832 (mips_push_arguments): Correct some comments. Use paddr_nz
4833 for printing addresses in debug output. Replace static
4834 allocation using MAX_REGISTER_RAW_SIZE with alloca.
4835 (mips_n32n64_push_arguments): New function, cloned from
4836 mips_push_arguments and tuned for the n32/n64 ABI.
4837 (mips_push_register): Buffer needs dynamic allocation.
4838 (mips_print_register): Ditto.
4839 (do_gp_register_row): Ditto.
4840 (mips_store_return_value): Ditto.
4841 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
4842
2163ab9d
DH
48432002-08-09 Don Howard <dhoward@redhat.com>
4844
4845 * memattr.c (mem_info_command): Print special case of upper bound
4846 as max CORE_ADDR + 1.
4847
b78bcb18
MS
48482002-08-08 Michael Snyder <msnyder@redhat.com>
4849
4850 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
4851 returns structs by ref if they're too big to fit in two registers.
4852
ffabd70d
KB
48532002-08-09 Kevin Buettner <kevinb@redhat.com>
4854
4855 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
4856 saved regs value.
4857 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
4858 mips_find_saved_regs().
4859 (mips_pop_frame): Likewise.
4860
fbcdb4a3
KB
48612002-08-09 Kevin Buettner <kevinb@redhat.com>
4862
4863 * blockframe.c (frame_saved_regs_register_unwind): Revise
4864 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
4865 frames are in use.
4866
3c3bea1c
GS
48672002-08-09 Grace Sainsbury <graces@redhat.com>
4868
4869 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
4870 T-packets; the 'a' is not taken as a register number.
4871 (remote_check_watch_resources, remote_stopped_by_watchpoint)
4872 (remote_stopped_data_address): New functions; add to target
4873 vector.
4874 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
4875 prototypes to match other implementations of this
4876 function. replace integer argument with pointer -- the length
4877 field in the Z-packet is the length of what is pointed to or 1 if
4878 pointer is null. Add to target vector.
4879 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
4880 target vector.
4881
4882 From Mark Salter:
4883 * remote.c (remote_wait): Add support to extract optional
4884 watchpoint information from T-packet. Ignore unrecognized
4885 optional info in T-packet.
4886 (remote_async_wait): Ditto.
4887
5d1d95de
CV
48882002-08-09 Corinna Vinschen <vinschen@redhat.com>
4889
4890 * cli/cli-dump.c: Change fopen modes to use binary open modes
4891 as defined in include/fopen-bin.h throughout.
4892
c86b5b38
MS
48932002-08-08 Michael Snyder <msnyder@redhat.com>
4894
4895 * mips-tdep.c: Minor whitespace and indentation clean-ups.
4896
b30590dc
KB
48972002-08-08 Kevin Buettner <kevinb@redhat.com>
4898
4899 * doublest.c (store_floating): Avoid floatformat_from_doublest()
4900 assertion failure by returning early after a warning.
4901
498868ed
KB
49022002-08-08 Kevin Buettner <kevinb@redhat.com>
4903
4904 * mips-tdep.c (mips_find_saved_regs): Make static.
4905 (mips_frame_init_saved_regs): New function.
4906 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
4907 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
4908 (mips_find_saved_regs): Delete declaration.
4909
b2dd6311
GS
49102002-08-08 Grace Sainsbury <graces@redhat.com>
4911
3c3bea1c
GS
4912 * remote.c (remote_wait, remote_async_wait): Change
4913 thread_num from int to ULONGEST.
4914 (unpack_varlen_hex): Change result parameter from
4915 int * to ULONGEST *.
b2dd6311 4916
ea47855f
AC
49172002-08-08 Andrew Cagney <ac131313@redhat.com>
4918
4919 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
4920 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
4921 powerpc*-*-*.
4922 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
4923
69db8bae
AC
49242002-08-08 Andrew Cagney <cagney@redhat.com>
4925
4926 * gcore.c (override_derive_stack_segment): Delete variable.
4927 (preempt_derive_stack_segment): Delete function.
4928 (derive_stack_segment): Delete function.
4929 (default_derive_stack_segment): Renamed to derive_stack_segment.
4930 (override_derive_heap_segment): Delete variable.
4931 (preempt_derive_heap_segment): Delete function.
4932 (derive_heap_segment): Delete function.
4933 (default_derive_heap_segment): Rename to derive_heap_segment.
4934
cb811fe7
MS
49352002-08-06 Michael Snyder <msnyder@redhat.com>
4936
4937 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
4938 * mips-tdep.c (mips_EABI_use_struct_convention,
4939 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
4940 New functions. (mips_use_struct_convention): Delete.
4941 (mips_gdbarch_init): set use_gdbarch_convention.
4942
8b389c40
MS
49432002-08-06 Michael Snyder <msnyder@redhat.com>
4944
4945 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
4946 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
4947 mips_o32_reg_struct_has_addr): New functions.
4948 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
4949
5c27f28a
AC
49502002-08-07 Andrew Cagney <ac131313@redhat.com>
4951
4952 * regcache.c (pseudo_register): Delete function.
4953 (fetch_register): Delete function.
4954 (store_register): Delete function.
4955 (regcache_raw_read, legacy_read_register_gen): Use
4956 target_fetch_registers instead of fetch_register.
4957 (legacy_write_register_gen, regcache_raw_write): Use
4958 target_store_register instead of store_register.
4959 (write_register_bytes): Ditto.
4960
4961 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
4962 (STORE_PSEUDO_REGISTER): Delete.
4963 * gdbarch.h, gdbarch.c: Regenerate.
4964
5b331675
CV
49652002-08-06 Corinna Vinschen <vinschen@redhat.com>
4966
4967 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
4968 write dump file binary.
4969
6acdf5c7
MS
49702002-08-05 Michael Snyder <msnyder@redhat.com>
4971
4972 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
4973 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
4974 (mips_gdbarch_init): Set N32 target to be mips64.
4975
b2f01c35
KB
49762002-08-06 Kevin Buettner <kevinb@redhat.com>
4977
4978 * frame.c (find_saved_register): Break out of loop once saved
4979 register address is found. Don't mention sparc in loop comment
4980 anymore.
4981
63db5580
KB
49822002-08-06 Kevin Buettner <kevinb@redhat.com>
4983
4984 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
4985 mips_default_saved_regsize to 8.
4986
5e34e75e
AC
49872002-08-06 Andrew Cagney <ac131313@redhat.com>
4988
4989 * gcore.c: Do not include <sys/procfs.h>.
4990 * Makefile.in (gcore.o): Update dependencies.
4991
eb4c54a2
AC
49922002-08-06 Andrew Cagney <cagney@redhat.com>
4993
4994 * configure.tgt: Make arc-*-* obsolete.
4995 * NEWS: Mention that arc-*-* has been identifed as obsolete.
4996 * MAINTAINERS: Make arc-elf obsolete.
4997 * arc-tdep.c: Make file obsolete.
4998 * config/arc/arc.mt: Ditto.
4999 * config/arc/tm-arc.h: Ditto.
5000
ced15480
TR
50012002-08-05 Theodore A. Roth <troth@verinet.com>
5002
c1bab85b 5003 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
ced15480 5004
b4743822
AC
50052002-08-05 Andrew Cagney <ac131313@redhat.com>
5006
5007 * mcore-tdep.c (mcore_gdbarch_init): Use
5008 generic_unwind_get_saved_register instead of
5009 generic_get_saved_register.
5010 * v850-tdep.c (v850_gdbarch_init): Ditto.
5011 * frv-tdep.c (frv_gdbarch_init): Ditto.
5012 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5013 * s390-tdep.c (s390_gdbarch_init): Ditto.
5014 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
5015 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
5016 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
5017
3956d554
JB
50182002-08-05 Joel Brobecker <brobecker@gnat.com>
5019
5020 * objfiles.h: Add missing #include "symfile.h"
5021
5022 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
5023
8249c0d6
AC
50242002-08-04 Andrew Cagney <ac131313@redhat.com>
5025
5026 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
5027 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
5028 of FIELD_BITSIZE.
5029
b9d14705
DJ
50302002-08-04 Daniel Jacobowitz <drow@mvista.com>
5031
5032 * NEWS: Cleanup and nitpick.
5033
dd73b9bb
AC
50342002-08-03 Andrew Cagney <ac131313@redhat.com>
5035
5036 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
5037
043a27f8
AC
50382002-08-03 Andrew Cagney <ac131313@redhat.com>
5039
5040 * Makefile.in (gdbtk-bp.o): Update dependencies.
5041 (gdbtk-register.o): Ditto.
5042 (gdbtk-varobj.o): Ditto.
5043
46ce284d
AC
50442002-08-03 Andrew Cagney <cagney@redhat.com>
5045
5046 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
5047 m68hc11_fetch_pseudo_register.
5048 (m68hc11_pseudo_register_write): Replace
5049 m68hc11_store_pseudo_register.
5050 (m68hc11_gdbarch_init): Update.
5051
b66d6d2e
AC
5052Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
5053
5054 * gdbarch.sh: Include "gdb_string.h".
5055 * gdbarch.c: Regenerate.
5056
5057 * regcache.c: Include "gdb_string.h".
5058 * ax-general.c: Ditto.
5059 * varobj.c: Ditto.
5060 * std-regs.c: Ditto.
5061 * fbsd-proc.c: Ditto.
5062 * thread.c: Ditto.
5063
5064 * Makefile.in (regcache.o): Update dependencies.
5065 (thread.o, gdbarch.o): Ditto.
5066 (ax-general.o, gdbarch.o): Ditto.
5067 (varobj.o, std-regs.o): Ditto.
5068 (fbsd-proc.o): Specify dependencies.
5069
29e1842b
AC
50702002-08-02 Andrew Cagney <cagney@redhat.com>
5071
5072 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
5073 regnum.
5074 (regcache_cooked_write): Ditto.
5075
68365089
AC
50762002-08-02 Andrew Cagney <ac131313@redhat.com>
5077
5078 * regcache.c (regcache_cooked_read): New function.
5079 (regcache_cooked_write): New function.
5080 (read_register_gen): Rewrite using regcache_cooked_read.
5081 (write_register_gen): Rewrite using regcache_cooked_write.
5082
5083 * regcache.h (regcache_cooked_read, regcache_cooked_write):
5084 Declare.
5085
d8124050
AC
50862002-08-02 Andrew Cagney <cagney@redhat.com>
5087
5088 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
5089 Replace the architecture methods register_read and register_write.
5090 * gdbarch.h, gdbarch.c: Regenerate.
5091 * regcache.c (init_regcache_descr): Update.
5092 (read_register_gen): Update.
5093 (write_register_gen): Update.
5094 (supply_register): Update comment.
5095
5096 * sh-tdep.c (sh_gdbarch_init): Update.
5097 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
5098 `regcache' and `gdbarch' parameters. Make `buffer' a void
5099 pointer. Update code.
5100 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
5101 `regcache' and `gdbarch' parameters. Make `buffer' a constant
5102 void pointer. Update code.
5103 (sh64_register_write): Delete.
5104 (sh4_register_read): Delete.
5105 (sh64_register_read): Delete.
5106 (sh4_register_write): Delete.
5107 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
5108 void pointer, `to' parameter a void pointer.
5109 (sh_sh64_register_convert_to_raw): Ditto.
5110
a6425924
KB
51112002-08-01 Kevin Buettner <kevinb@redhat.com>
5112
5113 * mips-tdep.c (mips_register_virtual_type): Use architecture
5114 invariant return values.
5115
ff5922b5
AC
51162002-08-01 Andrew Cagney <cagney@redhat.com>
5117
5118 * linux-proc.c: Include "gdb_string.h".
5119 * Makefile.in (linux-proc.o): Update dependency list.
5120
32a6503c
KB
51212002-08-01 Kevin Buettner <kevinb@redhat.com>
5122
5123 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
5124 comment.
5125
ccaa32c7
GS
51262002-08-01 Grace Sainsbury <graces@redhat.com>
5127
5128 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
5129 to_insert_watchpoint, to_remove_watchpoint,
5130 to_stopped_by_watchpoint, to_stopped_data_address,
5131 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
5132 target vecctor. Define their corresponding macros so they call
5133 them.
5134
5135 * target.c: Add default and debug versions of for
5136 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
5137 to_insert_watchpoint, to_remove_watchpoint,
5138 to_stopped_by_watchpoint, to_stopped_data_address,
5139 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
5140
78fde5f8
KB
51412002-08-01 Kevin Buettner <kevinb@redhat.com>
5142
5143 * mips-tdep.c (mips_register_virtual_type): New function.
5144 (mips_gdbarch_init): Register mips_register_virtual_type()
5145 with gdbarch machinery.
5146 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
5147 this file instead of tm-bigmips.h.
5148 (MIPS_REGSIZE): Delete this macro.
5149 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
5150 multiarch version in mips-tdep.c will be found.
5151
db034ac5
AC
51522002-08-01 Andrew Cagney <cagney@redhat.com>
5153
5154 * NEWS: Menion that CHILL has been made obsolete.
5155
5156 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
db034ac5
AC
5157 * stabsread.c (read_range_type): Ditto.
5158 * gdbtypes.h: Ditto.
5159 * language.c (binop_type_check): Ditto.
5160 (binop_result_type): Ditto.
5161 (integral_type): Ditto.
5162 (character_type): Ditto.
5163 (string_type): Ditto.
5164 (boolean_type): Ditto.
5165 (structured_type): Ditto.
5166 (lang_bool_type): Ditto.
5167 (binop_type_check): Ditto.
5168 * language.h (_LANG_chill): Ditto.
5169 * dwarfread.c (set_cu_language): Ditto.
5170 * dwarfread.c (CHILL_PRODUCER): Ditto.
5171 * dwarfread.c (handle_producer): Ditto.
5172 * expression.h (enum exp_opcode): Ditto.
5173 * eval.c: Ditto for comments.
5174 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
5175 * expprint.c (print_subexp): Ditto.
5176 (print_subexp): Ditto.
5177 * valops.c (value_cast): Ditto.
5178 (search_struct_field): Ditto.
5179 * value.h (COERCE_VARYING_ARRAY): Ditto.
5180 * symfile.c (init_filename_language_table): Ditto.
5181 (add_psymbol_with_dem_name_to_list): Ditto.
5182 * valarith.c (value_binop): Ditto.
5183 (value_neg): Ditto.
5184 * valops.c (value_slice): Ditto.
5185 * symtab.h (union language_specific): Ditto.
5186 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
5187 (SYMBOL_DEMANGLED_NAME): Ditto.
5188 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
5189 * defs.h (enum language): Ditto.
5190 * symtab.c (got_symtab): Ditto.
5191 * utils.c (fprintf_symbol_filtered): Ditto.
5192
5193 * ch-typeprint.c: Make file obsolete.
5194 * ch-valprint.c: Make file obsolete.
5195 * ch-lang.h: Make file obsolete.
5196 * ch-exp.c: Make file obsolete.
5197 * ch-lang.c: Make file obsolete.
5198
5199 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
5200 CHILL_LIB.
5201 (TARGET_FLAGS_TO_PASS): Ditto.
5202 (CHILLFLAGS): Obsolete.
5203 (CHILL): Obsolete.
5204 (CHILL_FOR_TARGET): Obsolete.
5205 (CHILL_LIB): Obsolete.
5206 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
5207 ch-valprint.c.
5208 (HFILES_NO_SRCDIR): Remove ch-lang.h.
5209 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
5210 ch-lang.o.
5211 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
5212 targets.
5213
8aaf0b47
JB
52142002-07-31 Joel Brobecker <brobecker@gnat.com>
5215
5216 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
5217 This does not change anything at the moment, but will be helpful
5218 later when full Ada support is integrated.
5219
f3a7b3a5
KB
52202002-07-31 Kevin Buettner <kevinb@redhat.com>
5221
5222 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
5223 help message.
5224
fb850278
KB
52252002-07-31 Kevin Buettner <kevinb@redhat.com>
5226
5227 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
5228 and save it in a local variable. Use variable in later test.
5229
e3bddbfa
KB
52302002-07-31 Kevin Buettner <kevinb@redhat.com>
5231
5232 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
5233 test. (Thanks to Daniel Jacobowitz.)
5234
28d169de
KB
52352002-07-31 Kevin Buettner <kevinb@redhat.com>
5236
5237 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
5238 (mips_abi_strings): Add "n64".
5239 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
5240
7fe7e44e
KB
52412002-07-31 Kevin Buettner <kevinb@redhat.com>
5242
5243 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
5244 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
5245
c6caf090
KB
52462002-07-31 Kevin Buettner <kevinb@redhat.com>
5247
5248 * utils.c (host_pointer_to_address, address_to_host_pointer):
5249 Use gdb_assert() instead of explicit call to internal_error().
5250
c41669e0
KB
52512002-07-30 Kevin Buettner <kevinb@redhat.com>
5252
5253 * Makefile.in (rs6000-nat.o): Update dependencies.
5254
5255 From Nicholas Duffek:
5256 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
5257 (aix-thread.o): New rule.
5258 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
5259 * config/powerpc/aix432.mh: New file.
5260
2fda4977
DJ
52612002-07-30 Daniel Jacobowitz <drow@mvista.com>
5262
5263 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
5264 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
5265 (fetch_core_registers, ppc_linux_supply_gregset)
5266 (ppc_linux_supply_fpregset): New functions.
5267 (ppc_linux_regset_core_fns): New.
5268 (_initialize_ppc_linux_tdep): Call add_core_fns.
5269 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
5270 and ppc_linux_supply_gregset.
5271 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
5272 (supply_fpregset): Call ppc_linux_supply_fpregset.
5273 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
5274 corelow.o.
5275 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
5276
729051e6
DJ
52772002-07-30 Daniel Jacobowitz <drow@mvista.com>
5278
5279 * symtab.c (lookup_symbol): Demangle before lowercasing.
5280
5f8a3188
AC
52812002-07-30 Andrew Cagney <ac131313@redhat.com>
5282
5283 * symtab.h: Replace #include "gdb_obstack.h" with opaque
5284 declaration.
5285 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
5286 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
5287 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
5288 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
5289 "gdb_string.h".
5290 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
5291 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
5292 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
5293 (avr-tdep.o, mon960-rom.o): Ditto.
5294 (aout_stabs_gnu_h): Define.
5295 (symtab_h): Remove $(gdb_obstack_h).
5296
67f07146
JB
52972002-07-30 Jim Blandy <jimb@redhat.com>
5298
5299 Patch from David Carlton <carlton@math.stanford.edu>:
5300 * gdbinit.in: Move the `dir' commands that add GDB's own source
5301 directory to the search path to the end, so that the `gdb' source
5302 directory will be searched first.
5303
04ea0df1
AC
53042002-07-29 Andrew Cagney <ac131313@redhat.com>
5305
5306 * gdb_obstack.h: New file.
5307 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
5308 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
5309 * objfiles.h: Include "gdb_obstack.h".
5310 * Makefile.in (gdb_obstack_h): Define.
5311 (symtab_h): Add $(gdb_obstack_h).
5312 (objfiles_h): Add $(gdb_obstack_h).
5313
5314 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
5315 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
5316 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
5317 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
5318 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
5319 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
5320 * symfile.c, coffread.c, c-typeprint.c: Ditto.
5321 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
5322
5323 * Makefile.in (bcache.o): Update dependencies.
5324 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
5325 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
5326 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
5327 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
5328 (stabsread.o, symfile.o, symmisc.o): Ditto.
5329 (symtab.o, typeprint.o, macroexp.o): Ditto.
5330 (macrotab.o, mdebugread.o): Ditto.
5331 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
5332 (coff_ecoff_h, aout_aout64_h): Define.
5333 (aout_stabs_gnu_h, libaout_h): Define.
5334
d138e37a
AC
53352002-07-29 Andrew Cagney <cagney@redhat.com>
5336
5337 * regcache.c (struct regcache_descr): Rename nr_registers to
5338 nr_cooked_registers. Revise comments describing the structure
5339 member fields.
5340 (init_regcache_descr): Update.
5341 (init_legacy_regcache_descr): Update.
5342 (read_register_gen, write_register_gen): When a cooked register in
5343 the raw register range, directly access the value from the raw
5344 register cache.
5345
460e6ec3
AC
53462002-07-29 Andrew Cagney <ac131313@redhat.com>
5347
5348 * z8k-tdep.c: Do not include "obstack.h".
5349 * h8300-tdep.c, h8500-tdep.c: Ditto.
5350 * m68hc11-tdep.c, sh-tdep.c: Ditto.
5351 * valprint.c, v850-tdep.c: Ditto.
5352 * d10v-tdep.c, mn10300-tdep.c: Ditto.
5353 * mn10200-tdep.c: Ditto.
5354
5355 * Makefile.in (z8k-tdep.o): Update dependencies.
5356 (m68hc11-tdep.o, valprint.o): Ditto.
5357 (v850-tdep.o, d10v-tdep.o): Ditto.
5358 (mn10300-tdep.o, sparc-tdep.o): Ditto.
5359 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
5360 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
5361 (sh_opc_h, gdb_sim_sh_h): Define.
5362 (elf_sh_h, elf_bfd_h): Define.
5363 (opcode_m68hc11_h): Define.
5364 (OPCODES_SRC, OPCODES_DIR): define.
5365 (OPCODES): Use $(OPCODES_DIR).
5366 (gdb_sim_d10v_h): Rename sim_d10v_h.
5367 (gdb_sim_arm_h): Rename sim_arm_h.
5368
790c9cf0
KB
53692002-07-26 Kevin Buettner <kevinb@redhat.com>
5370
5371 * utils.c (host_pointer_to_address, address_to_host_pointer):
5372 Change internal_error() message to indicate function responsible
5373 for the error.
5374
9647fa49
KB
53752002-07-26 Kevin Buettner <kevinb@redhat.com>
5376
5377 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
5378 calls to local_hex_string_custom().
5379
dabbe2c0
KB
53802002-07-26 Kevin Buettner <kevinb@redhat.com>
5381
5382 * irix5-nat.c: Move IRIX shared library support from here...
5383 * solib-irix.c: ...to here. Revised substantially to work with
5384 generic solib framework.
5385
b96d0a4e
KB
5386 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
5387 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
5388 * mips-irix-tdep.c: New file.
5389
313fb2f6
KB
5390 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
5391 (mips-irix-tdep.o, solib-irix.o): New rules.
5392 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
5393 solib-irix.o.
5394 * config/mips/irix6.mt (TDEPFILES): Likewise.
5395 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
5396
ab2eaf26
KB
53972002-07-26 Kevin Buettner <kevinb@redhat.com>
5398
177e4768 5399 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
ab2eaf26
KB
5400 disabled (via ``#if 0'') includes.
5401
7244546a
KB
54022002-07-26 Kevin Buettner <kevinb@redhat.com>
5403
5404 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
5405 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
5406 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
5407 Add support for the fpscr register.
5408 * rs6000-nat.c (regmap, fetch_inferior_registers)
5409 (store_inferior_registers, fetch_core_registers): Likewise.
5410
dd7be90a
KB
54112002-07-26 Kevin Buettner <kevinb@redhat.com>
5412
5413 * rs6000-nat.c (language.h): Include.
5414 (special_regs): Delete this array.
5415 (regmap): New function.
5416 (fetch_register, store_register): Use regmap() to map gdb
5417 register numbers to ptrace register numbers. Also, use
5418 outputs from regmap() to make decisions regarding type of
5419 ptrace() call to make. In particular, don't compare against
5420 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
5421 (fetch_inferior_registers, store_inferior_registers): Where
5422 possible, obtain register numbers from tdep struct. Don't
5423 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
5424 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
5425 (LAST_UISA_SP_REGNUM): Delete.
5426
11bf77db
KB
54272002-07-25 Kevin Buettner <kevinb@redhat.com>
5428
5429 * rs6000-nat.c (ppc-tdep.h): Include.
d959a6ab
KB
5430 (fetch_registers, store_register, fetch_core_registers): Don't
5431 access registers[] directly. Instead, use supply_register() or
11bf77db
KB
5432 regcache_collect() as appropriate.
5433 (find_toc_address): Format hex address with local_hex_string().
5434
06afebeb
AC
54352002-07-25 Andrew Cagney <ac131313@redhat.com>
5436
5437 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
5438 bfd/elf32-frv.c.
5439
8c554d79
TT
54402002-07-24 Tom Tromey <tromey@redhat.com>
5441
5442 * jv-exp.y: Marked all strings with _().
5443 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
5444 internal_error.
5445 (MethodInvocation, CastExpression, parse_number, yyerror,
5446 java_type_from_name, push_expression_name, yylex): Typo fixes.
5447
e4c242d9
DJ
54482002-07-24 Daniel Jacobowitz <drow@mvista.com>
5449
5450 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
5451 (tee_file_flush, tee_file_write, tee_file_fputs)
5452 (tee_file_isatty): New.
5453 * ui-file.h (tee_file_new): Add prototype.
5454
ebf56fd3
AS
54552002-07-24 Aidan Skinner <aidan@velvet.net>
5456
5457 * ada-lang.c: Change k&r style function definitions to prototyped
5458 form.
5459 * ada-typeprint.c: Change k&r style function definitions to prototyped
5460 form.
5461 * ada-valprint.c: Change k&r style function definitions to prototyped
5462 form.
5463
7fb623f7
AC
54642002-07-24 Andrew Cagney <cagney@redhat.com>
5465
5466 * README: Remove reference to remote-bug.
5467 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
5468 remote-bug.c.
5469 (m88k-nat.o): Delete rule.
5470 (m88k-tdep.o): Delete rule.
5471 (remote-bug.o): Delete rule.
5472 * MAINTAINERS: Mark as obsolete.
5473 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
5474 * m88k-tdep.c: Make file obsolete.
5475 * config/m88k/m88k.mh: Ditto.
5476 * config/m88k/delta88v4.mh: Ditto.
5477 * config/m88k/delta88v4.mt: Ditto.
5478 * config/m88k/delta88.mt: Ditto.
5479 * config/m88k/delta88.mh: Ditto.
5480 * remote-bug.c: Ditto.
5481 * config/m88k/tm-delta88.h: Ditto.
5482 * config/m88k/nm-delta88v4.h: Ditto.
5483 * config/m88k/xm-delta88.h: Ditto.
5484 * config/m88k/xm-dgux.h: Ditto.
5485 * config/m88k/tm-m88k.h: Ditto.
5486 * config/m88k/nm-m88k.h: Ditto.
5487 * config/m88k/tm-delta88v4.h: Ditto.
5488 * m88k-nat.c: Ditto.
5489 * cxux-nat.c: Ditto.
5490 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
5491 and m88*-*-* obsolete.
5492 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
5493 m88*-*-* obsolete.
5494
37611a2b
AC
54952002-07-24 Andrew Cagney <cagney@redhat.com>
5496
5497 * findvar.c (extract_unsigned_integer): Make `addr' parameter
5498 constant. Same for local pointer variables.
5499 (extract_signed_integer): Ditto.
5500 * defs.h (extract_unsigned_integer): Update.
5501 (extract_signed_integer): Update.
5502
1aaa5f99
AC
55032002-07-24 Andrew Cagney <cagney@redhat.com>
5504
5505 * regcache.c (regcache_raw_write): Change buf parameter to a
5506 constant void pointer.
5507 (regcache_raw_read): Change buf parameter to a void pointer.
5508 (legacy_write_register_gen): Change myaddr parameter a constant
5509 void pointer.
5510 (supply_register): Change val parameter to a const void pointer.
5511 * regcache.h (regcache_raw_write): Update declaration.
5512 (regcache_raw_read): Update declaration.
5513 (supply_register): Update declaration.
5514
b4f5539f
TT
55152002-07-24 Tom Tromey <tromey@redhat.com>
5516
5517 * defs.h (gdb_readline_wrapper): Declare.
5518 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
5519 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
5520 * top.c (gdb_readline_wrapper): New function.
5521 (command_line_input): Use it.
5522
0818c12a
AC
55232002-07-24 Andrew Cagney <cagney@redhat.com>
5524
5525 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
5526 regcache_read and regcache_write.
5527 (regcache_raw_read_as_address): Replace regcache_read_as_address.
5528 * regcache.c: Update.
5529 * sh-tdep.c (sh64_push_arguments): Update comment.
5530 (sh_pseudo_register_read): Update.
5531 (sh_pseudo_register_write): Update.
5532 (sh4_register_read): Update.
5533 (sh4_register_write): Update.
5534 (sh64_pseudo_register_read): Update.
5535 (sh64_pseudo_register_write): Update.
5536 (sh64_register_read): Update.
5537 (sh64_register_write): Update.
5538 * i386-tdep.c (i386_extract_return_value): Update.
5539 (i386_extract_struct_value_address): Update.
5540 (i386_extract_return_value): Update.
5541 * blockframe.c (generic_read_register_dummy): Update.
5542 (generic_call_dummy_register_unwind): Update
5543 * infrun.c (write_inferior_status_register): Update.
5544
f7321c06
JB
55452002-07-23 Jim Blandy <jimb@redhat.com>
5546
5547 * parser-defs.h (expression_context_pc): Make this extern.
5548 (Thanks to Michael Snyder.)
5549
2037aebb
AC
55502002-07-23 Andrew Cagney <ac131313@redhat.com>
5551
5552 GDB 5.2.1 released from 5.2 branch.
5553 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
5554 * README: Update to mention 5.2.1.
5555
66504d44
MS
55562002-07-23 Mark Salter <msalter@redhat.com>
5557
5558 * remote.c (remote_read_bytes): Fix check for error.
5559
27bae383
KB
55602002-07-22 Kevin Buettner <kevinb@redhat.com>
5561
5562 * aix-thread.c (language.h): Include.
5563 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
5564 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
5565 Print newlines at end of debug messages.
5566 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
5567 (pdc_write_data): Use local_hex_string() instead of %llx formats.
5568
55692002-07-22 Kevin Buettner <kevinb@redhat.com>
5570
5571 * aix-thread.c (ppc-tdep.h): Include.
5572 (special_register_p): New function.
5573 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
5574 (store_regs_user_thread): Use register number information from
5575 gdbarch_tdep struct instead of hardcoded offsets relative to
5576 FIRST_UISA_SP_REGNUM.
5577 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
5578 special_register_p() instead of using FPLAST_REGNUM and
5579 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
5580 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
5581 will be MQ's register number.
5582
55832002-07-22 Michael Snyder <msnyder@redhat.com>
206d3d3c
KB
5584
5585 * aix-thread.c (ops): Rename to aix_thread_ops.
5586 (base_ops): Rename to base_target.
5587 (ops_attach): Rename to aix_thread_attach.
5588 (ops_detach): Rename to aix_thread_detach.
5589 (ops_resume): Rename to aix_thread_detach.
5590 (ops_wait): Rename to aix_thread_wait.
5591 (ops_kill): Rename to aix_thread_kill.
5592 (init_ops): Rename to init_aix_thread_ops.
5593 (ops_fetch_register): Rename to aix_thread_fetch_register.
5594 (ops_store_register): Rename to aix_thread_store_register.
5595 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
5596 (ops_thread_alive): Rename to aix_thread_thread_alive.
5597 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
5598 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
5599 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
5600 (fetch_regs_lib): Rename to fetch_regs_user_thread.
5601 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
5602 (store_regs_lib): Rename to store_regs_user_thread.
5603 (store_regs_kern): Rename to store_regs_kernel_thread.
5604
27bae383 56052002-07-22 Michael Snyder <msnyder@redhat.com>
cbe92db4
KB
5606
5607 * aix-thread.c (ops_prepare_to_store): Eliminate.
5608 (init_ops): Don't initialize ops.prepare_to_store.
5609 (store_regs_kern): Pre-fetch register buffers from child,
5610 because some registers may not be in the cache. Copy
5611 regs from register cache only if they are cached.
5612 (store_regs_lib): Copy regs from register cache only
5613 if they are cached.
5614 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
5615 fill_gprs64): Ditto.
5616
61c5da0b
KB
56172002-07-22 Kevin Buettner <kevinb@redhat.com>
5618
5619 * aix-thread.c (gdb_assert.h): Include.
5620 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
5621 register sizes (from register cache) match size of buffer holding
5622 register data.
5623 (fill_sprs32): Change parameter types to match those in the ptrace()
5624 buffer.
5625 (store_regs_lib): Likewise, but for 32-bit temporary variables.
5626 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
5627
56282002-07-22 Michael Snyder <msnyder@redhat.com>
5629
5630 * aix-thread.c (supply_sprs64): Cosmetic change.
5631 (supply_sprs32): Cosmetic change.
5632 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
5633 (fill_sprs64): Use regcache_collect instead of read_register.
5634 (store_regs_lib): Use regcache_collect instead of
5635 read_register. Use fill_sprs32 instead of fill_sprs64,
5636 if debugging a 32-bit architecture.
5637 (store_regs_kern): Use fill_gprs64 etc. to pull the values
5638 out of the register cache, instead of passing a pointer into
5639 the register cache directly to ptrace. Use regcache_collect
5640 insteaad of read_register.
5641 (ops_prepare_to_store): Use target_read_registers instead
5642 of read_register_bytes.
5643
36479eb1
AS
56442002-07-20 Aidan Skinner <aidan@velvet.net>
5645
5646 * MAINTAINERS: Add self under write after approval.
5647
80ae6ee2
AS
56482002-07-20 Aidan Skinner <aidan@velvet.net>
5649
5650 * ada-tasks.c: Change k&r style function definitions to prototyped
5651 form.
5652
8a8ab2b9
AC
56532002-07-19 Andrew Cagney <ac131313@redhat.com>
5654
5655 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
5656 * x86-64-tdep.c: Include "objfiles.h".
5657 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
5658 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
5659
fb16b900
ML
56602002-07-17 Michal Ludvig <michal@suse.cz>
5661
5662 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
5663 (update_context): Initialise cfa variable.
5664
0fe7bf7b
MS
56652002-07-17 Michael Snyder <msnyder@redhat.com>
5666
5667 * aix-thread.c: Shorten some long lines.
5668 Bring comments into line with code spec.
5669
488f131b
JB
56702002-07-18 Joel Brobecker <brobecker@gnat.com>
5671
5672 * infrun.c: Re-indent using gdb_indent.sh.
5673
46c415d2
JB
56742002-07-18 Joel Brobecker <brobecker@gnat.com>
5675
5676 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
5677 Leave the indentation temporarily untouched, to minimize the diffs.
5678
cdecafbe
EZ
56792002-07-18 Elena Zannoni <ezannoni@redhat.com>
5680
5681 * stabsread.c: Make os9k sections of the code obsolete,
5682 for real this time.
5683 * stabsread.h: Make os9k sections of the code obsolete.
5684
7b6aa020
ML
56852002-07-18 Michal Ludvig <mludvig@suse.cz>
5686
09ec9b38
ML
5687 * linux-low.c (regsets_store_inferior_registers): Add free()
5688 at the end of a loop to prevent memory leak.
5689 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
5690 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
7b6aa020
ML
5691 * config/sparc/tm-sp64linux.h: Make the rest of #endif
5692 line a comment.
4894ac5d 5693 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
7b6aa020 5694
233282cd
JB
56952002-07-17 Jim Blandy <jimb@redhat.com>
5696
5697 * macrocmd.c (info_macro_command): Remove newline from error
5698 message.
5699
7b6aa020 57002002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
2f14585c
JR
5701
5702 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
5703 (sh_gdbarch_init): Use it for sh-dsp.
5704
f7ef9339
KB
57052002-07-16 Kevin Buettner <kevinb@redhat.com>
5706
5707 * dwarf2read.c (read_initial_length): Handle older, non-standard,
5708 64-bit DWARF2 format.
5709
8dd72958
JB
57102002-07-16 Joel Brobecker <brobecker@gnat.com>
5711
5712 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
5713 <sys/proc.h> when not available.
5714
a99a9e1b
AC
57152002-07-16 Andrew Cagney <ac131313@redhat.com>
5716
5717 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
5718 * stabsread.c: Make os9k sections of the code obsolete.
5719 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
5720 * config/i386/i386os9k.mt: Make file obsolete.
5721 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
5722 (COMMON_OBS): Remove os9kread.o
5723 (SFILES): Remove os9kread.c.
5724 (os9kread.o, remote-os9k.o): Make target obsolete.
5725 * remote-os9k.c: Make file obsolete.
5726 * os9kread.c: Make file obsolete.
5727 * Makefile.in
5728
7a3085c1
AC
57292002-07-16 Andrew Cagney <ac131313@redhat.com>
5730
5731 * NEWS: Mention that the FR30 has been made obsolete.
5732 * fr30-tdep.c: Make file obsolete.
5733 * config/fr30/tm-fr30.h: Ditto.
5734 * config/fr30/fr30.mt: Ditto.
5735 * configure.tgt: Make fr30-*-elf obsolete.
5736 * MAINTAINERS: Make fr30-elf obsolete.
5737
28a93f5a
PM
57382002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
5739
5740 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
5741 found is not inside a section.
5742
be006b8b
KB
57432002-07-15 Kevin Buettner <kevinb@redhat.com>
5744
5745 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
5746 strerror().
5747 (pdc_realloc): Use xrealloc() instead of realloc().
5748
14fa3751
KB
57492002-07-15 Kevin Buettner <kevinb@redhat.com>
5750
5751 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
5752 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
5753 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
5754 macros.
5755
42cc437f
KB
57562002-07-15 Kevin Buettner <kevinb@redhat.com>
5757
5758 * aix-thread.c (ptrace_check): Eliminate goto.
5759 (sync_threadlists): Eliminate gotos. Also, fix array overrun
5760 problem.
5761
8e2c28d4
KB
57622002-07-15 Kevin Buettner <kevinb@redhat.com>
5763
5764 * aix-thread.c (gdbcmd.h): Include.
5765 (DEBUG, DBG, DBG2, dbg): Eliminate.
5766 (debug_aix_thread): New static global.
5767 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
5768 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
5769 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
5770 invocations to DBG and DBG2 macros to test against
5771 ``debug_aix_thread'' and call fprintf_unfiltered().
5772 (_initialize_aix_thread): Add new command "set debug aix-thread".
5773
30413464
AC
57742002-07-15 Andrew Cagney <ac131313@redhat.com>
5775
5776 From Gerhard Tonn <TON@de.ibm.com>:
5777 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
5778 instead of supply_register.
5779
7c43edc1
AC
57802002-07-15 Andrew Cagney <ac131313@redhat.com>
5781
5782 * dwarf2cfi.c: Include "gdb_assert.h".
5783 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
5784 non-NULL.
5785 (update_context): Do not use __func__. Add missing ``break''.
5786 (update_context): Do not use __func__.
5787
9364a0ef
EZ
57882002-07-15 Elena Zannoni <ezannoni@redhat.com>
5789
5790 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
5791 and its setting. Set gdbarch instruction printing functions
5792 directly. For non-rs6000 case use new function
5793 gdb_print_insn_powerpc.
5794 (gdb_print_insn_powerpc): New function.
5795
3fbeef0b
AC
57962002-07-13 Andrew Cagney <ac131313@redhat.com>
5797
92eb23c5 5798 * NEWS: Mention that the d30v has been marked obsolete.
3fbeef0b
AC
5799 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
5800 * configure.tgt: Mark d30v-*-* as obsolete.
5801 * d30v-tdep.c: Mark file as obsolete.
5802 * config/d30v/d30v.mt: Ditto.
5803 * config/d30v/tm-d30v.h: Ditto.
5804
aacb1f0a
AS
58052002-07-13 Aidan Skinner <aidan@velvet.net>
5806
5807 * ada-tasks.c (add_task_entry): replace calls to
5808 malloc() with xmalloc
5809 * ada-tasks.c (init_task_list): replace calls to free with xfree()
5810
5811 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
5812 ada_finish_decode_line_1, all_sals_for_line
5813 ada_breakpoint_rewrite): replace calls to free() with xfree()
5814
c11d79f2
KB
58152002-07-12 Kevin Buettner <kevinb@redhat.com>
5816
5817 From Nicholas Duffek (with minor changes by Martin Hunt,
5818 Louis Hamilton, and Kevin Buettner):
5819 * aix-thread.c: New file.
5820
8e19ed76
PS
58212002-07-12 Petr Sorfa <petrs@caldera.com>
5822
5823 * dwarf2read.c (dwarf2_invalid_attrib_class): New
5824 complaint for invalid attribute class or form.
5825 (read_func_scope): DW_AT_frame_base
5826 better handling of DW_AT_block*.
5827 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
5828 better handling of DW_AT_block*.
5829 (read_common_block): DW_AT_location
5830 better handling of DW_AT_block*.
5831 (read_partial_die): DW_AT_location better handling
5832 of DW_AT_block*.
5833 (new_symbol): DW_AT_external better handling of
5834 DW_AT_block*. Proper initialization of variable
5835 "addr".
5836 (attr_form_is_block): New function that returns true
5837 if the attribute's form is of DW_FORM_block*.
5838
295401f7
DJ
58392002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
5840
5841 * valops.c (find_method_list): Remove comment about
5842 removed STATIC_MEMFUNCP argument.
5843 (value_find_oload_method_list): Likewise.
5844
e42dc924
KB
58452002-07-12 Kevin Buettner <kevinb@redhat.com>
5846
5847 From Nicholas Duffek:
5848 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
5849 target_new_objfile_hook.
5850
6904b546
KB
58512002-07-12 Kevin Buettner <kevinb@redhat.com>
5852
5853 From Nicholas Duffek:
5854 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
5855 csect.
5856
53fe9346
AC
58572002-07-12 Andrew Cagney <cagney@redhat.com>
5858
5859 * MAINTAINERS: Mention --enable-sim-build-warnings.
5860 (m68hc11-elf): Disable sim build warnings.
5861 (m32r-elf): Mark as broken obsolete candidate.
5862 (x86_64-linux-gnu): Mark as buildable with -Werror.
5863 (arm-elf): Change -w to ``,'' which enables warnings but not
5864 -Werror.
5865
af5f3db6
AC
58662002-07-12 Andrew Cagney <ac131313@redhat.com>
5867
5868 * bcache.h: Update copyright.
5869 (struct bstring, struct bcache): Move definition to "bcache.c".
5870 Replaced by opaque declaration.
5871 (bcache_xfree): Replace free_bcache.
5872 (bcache_xmalloc, bcache_memory_used): Declare.
5873
5874 * bcache.c: Update copyright.
5875 (struct bstring, struct bcache): Moved to here from "bcache.h".
5876 Update comments.
5877 (bcache_xmalloc, bcache_memory_used): New functions.
5878 (bcache_xfree): Replace function free_bcache.
5879
5880 * Makefile.in (objfiles.o): Add $(bcache_h).
5881 (objfiles_h): Remove $(bcache_h).
5882 (symfile.o): Add $(bcache_h).
5883
5884 * symmisc.c: Update copyright.
5885 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
5886 (print_objfile_statistics): Use bcache_memory_used.
5887
5888 * symfile.c: Include "bcache.h".
5889 (reread_symbols): Use bcache_xfree.
5890 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
5891 (add_psymbol_to_list): Pass psymbol_cache by value.
5892 (add_psymbol_with_dem_name_to_list): Ditto.
5893
5894 * objfiles.h: Update copyright.
5895 (struct bcache): Declare opaque. Do not include "bcache.h".
5896 (struct objfile): Change psymbol_cache and macro_cache to ``struct
5897 bcache'' pointers.
5898 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
5899
5900 * objfiles.c: Include "bcache.h". Update copyright.
5901 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
5902 macro_cache.
5903 (free_objfile): Use bcache_xfree.
5904
444199e7
GS
59052002-07-11 Grace Sainsbury <graces@redhat.com>
5906
5907 * monitor.c (monitor_fetch_register): Make name a constant.
5908 (monitor_store_register): Same.
5909
261397f8
DJ
59102002-07-11 Daniel Jacobowitz <drow@mvista.com>
5911
5912 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
5913 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
5914 (finish_block) For non-function blocks, hash the symbol table. For
5915 function blocks, mark the symbol table as unhashed.
5916 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
5917 (msymbol_hash_iw): Likewise.
5918 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
5919 value.
5920 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
5921 (lookup_minimal_symbol): Likewise for both.
5922 * symtab.h (struct block): Add `hashtable' flag. Comment the
5923 hashtable.
5924 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
5925 (ALL_BLOCK_SYMBOLS): Update.
5926 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
5927 (struct symbol): Add `hash_next' pointer.
5928 * symtab.c (lookup_block_symbol): Search using the hash table when
5929 possible.
5930 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
5931 (search_symbols, find_addr_symbol): Likewise.
5932
5933 * dstread.c (process_dst_block): Clear hashtable bit for new block.
5934 (read_dst_symtab): Likewise.
5935 * jv-lang.c (get_java_class_symtab): Likewise.
5936 * mdebugread.c: Include "gdb_assert.h".
5937 (shrink_block): Assert that the block being modified is not hashed.
5938 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
5939 * symmisc.c (free_symtab_block): Walk the hash table when freeing
5940 symbols.
5941 (dump_symtab): Recognize hashed blocks.
5942 * printcmd.c (print_frame_args): Assert that function blocks do not
5943 have hashed symbol tables.
5944 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
5945 (fill_in_ada_prototype, debug_print_block): Likewise.
5946 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
5947
6f0eaa01
CV
59482002-07-11 Corinna Vinschen <vinschen@redhat.com>
5949
5950 * stack.c (print_frame): Use result of frame_address_in_block()
5951 instead of fi->pc when evaluating symbols.
5952 (backtrace_command_1): Ditto.
5953
a208b0cb
AC
59542002-07-11 Andrew Cagney <cagney@redhat.com>
5955
5956 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
5957 Make static.
5958
5959 * arm-tdep.c (arm_register_name): Make return type constant.
5960
a6b6b089
AC
59612002-07-10 Andrew Cagney <ac131313@redhat.com>
5962
5ae5f592
AC
5963 * win32-nat.c (has_detach_ability): Convert to strict ISO C
5964 prototype.
5965 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
5966 * s390-tdep.c (s390_fp_regnum): Ditto.
5967 (s390_read_fp): Ditto.
5968 (s390_pop_frame): Ditto.
5969 (_initialize_s390_tdep): Ditto.
5970 * remote.c (get_remote_state): Ditto.
5971 * procfs.c (mappingflags): Ditto.
5972 * memattr.c (_initialize_mem): Ditto.
5973 * mcore-tdep.c (mcore_pop_frame): Ditto.
5974 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
5975 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
5976 * language.c (set_case_str): Ditto.
5977 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
5978 * frv-tdep.c (new_variant): Ditto.
5979 (frv_stopped_data_address): Ditto.
5980 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
5981 (context_alloc): Ditto.
5982 (frame_state_alloc): Ditto.
5983 (unwind_tmp_obstack_init): Ditto.
5984 (unwind_tmp_obstack_free): Ditto.
5985 (cfi_read_fp): Ditto.
5986 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
5987 (cris_pop_frame): Ditto.
5988 * c-lang.c (scanning_macro_expansion): Ditto.
5989 (finished_macro_expansion): Ditto.
5990 (c_preprocess_and_parse): Ditto.
5991 * gdbarch.sh: Ditto.
5992 * gdbarch.h, gdbarch.c: Regenerate.
5993 * config/mn10200/tm-mn10200.h: Adjust indentation.
5994 * target.c: Adjust indentation.
5995 * symtab.h: Adjust indentation.
5996 * stabsread.h: Adjust indentation.
5997 * remote-es.c: Adjust indentation.
5998 * os9kread.c: Adjust indentation.
5999
60002002-07-10 Andrew Cagney <ac131313@redhat.com>
6001
a6b6b089
AC
6002 * wince.c (_initialize_wince): Rename _initialize_inftarg.
6003 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
6004
a1789893
GS
60052002-07-10 Grace Sainsbury <graces@redhat.com>
6006
6007 * NEWS: Mention m68k, mcore multi-arching.
6008 * MAINTAINERS: Change status of m68k, mcore to reflect
6009 multi-arching.
6010
02f0d45d
DJ
60112002-07-10 Daniel Jacobowitz <drow@mvista.com>
6012
6013 * valops.c (find_overload_match): Free oload_syms.
6014
f15f768e
JB
60152002-07-09 Joel Brobecker <brobecker@gnat.com>
6016
6017 Define HAVE_SYS_PROC_H if sys/proc.h exists
6018 * configure.in: Add check for sys/proc.h
6019 * config.in: Regenerate.
6020 * configure: Regenerate.
6021
902a7139
GS
60222002-07-09 Grace Sainsbury <graces@redhat.com>
6023
6024 * config/m68k/tm-m68k.h: Remove macros wrapped in
6025 #if !GDB_MULTI_ARCH.
6026
a534e424
AC
60272002-07-08 Andrew Cagney <ac131313@redhat.com>
6028
6029 * config.in, configure: Regenerate.
6030
9b94f7bf
MK
60312002-07-08 Mark Kettenis <kettenis@gnu.org>
6032
6033 * dwarf2cfi.c: Include "gcore.h".
6034 (execute_stack_op): Fix implementation of the
6035 DW_OP_deref and DW_OP_deref_size operators by letting do their
6036 lookup in the target.
6037
1d34db41
MK
60382002-07-07 Mark Kettenis <kettenis@gnu.org>
6039
6040 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
6041 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
6042 tdep->sc_sp_offset.
6043
79d5b63a
DJ
60442002-07-05 Daniel Jacobowitz <drow@mvista.com>
6045
6046 Fix PR gdb/595, gdb/602
6047 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
6048 Don't call value_cast, just read the vtable pointer; update comments
6049 to match.
6050
3bb912e8
GS
60512002-07-05 Grace Sainsbury <graces@redhat.com>
6052
6053 * config/mcore/tm-mcore.h: Remove file.
6054 * config/mcore/mcore.mt: Remove definition of TM_FILE
6055 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
6056
ca39387d
MK
60572002-07-05 Mark Kettenis <kettenis@gnu.org>
6058
6059 * i386bsd-tdep.c: Include "gdb_string.h".
6060
efdc1108
GS
60612002-07-04 Grace Sainsbury <graces@redhat.com>
6062
6063 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
6064 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
6065 mcore-tdep.
6066 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
6067 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
6068 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
6069 (RETVAL_REGNUM): Move macros from tm-mcore.h
6070 (mcore_reg_struct_has_addr): New function.
6071 (mcore_gdbarch_init): Added initializations for the macros removed
6072 from tm-mcore.h.
6073
bb21884d
MK
60742002-07-04 Mark Kettenis <kettenis@gnu.org>
6075
6076 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
6077 traditonal string branding within the ELF header.
6078
228c6d41
DJ
60792002-07-04 Daniel Jacobowitz <drow@mvista.com>
6080
6081 * symtab.c (remove_params): New function.
6082 (make_symbol_overload_list): Use it instead of cplus_demangle.
6083 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
6084
2404952e
MK
60852002-07-04 Mark Kettenis <kettenis@gnu.org>
6086
e5e4acad
MK
6087 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
6088
baadce09
MK
6089 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
6090 New variables.
6091 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
6092 and tdep->sigtramp_end.
6093 * i386obsd-nat.c: New file.
6094 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
6095
2404952e
MK
6096 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
6097 Don't call get_current_frame().
6098
9b4f1ba7
PM
60992002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
6100
6101 * i386-nat.c (child_post_startup_inferior): New function
6102 calling i386_cleanup_dregs if
6103 I386_USE_GENERIC_WATCHPOINTS is defined.
6104 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
6105 conditional to acknowledge that i386-nat.c has its
6106 own child_post_startup_inferior function.
6107
c0d1d883
MK
61082002-07-04 Mark Kettenis <kettenis@gnu.org>
6109
00f8375e
MK
6110 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
6111 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
6112 instead of MAX_REGISTER_RAW_SIZE.
6113 (i386_extract_return_value, i386_extract_struct_value_address):
6114 Convert to use regcache.
6115 (i386_gdbarch_init): Set max_register_raw_size and
6116 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
6117 Set extract_return_value and extract_struct_value_address instead
6118 of their deprecated variants.
6119
c0d1d883
MK
6120 Convert i386 target to generic dummy frames.
6121 * i386-tdep.c: Include "symfile.h".
6122 (i386_frameless_signal_p): Consider a function to be frameless if
6123 the pc points at the first instruction of the function.
6124 (i386_frame_chain): Handle (generic) call dummies.
6125 (i386_frame_saved_pc): Likewise.
6126 (i386_frame_init_saved_regs): Remove code dealing with call
6127 dummies on the stack.
6128 (i386_push_dummy_frame): Removed.
6129 (i386_call_dummy_words): Removed.
6130 (i386_fix_call_dummy): Removed.
6131 (i386_push_return_address): New function.
6132 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
6133 parameter, and don't call get_current_frame.
6134 (i386_pop_frame): New function.
6135 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
6136 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
6137 entry_point_address, set call_dummy_breakpoint_offset to 0, set
6138 call_dummy_length to 0, set call_dummy_words to NULL, set
6139 sizeof_call_dummy_words to 0, set fix_call_dummy to
6140 generic_fix_call_dummy, set pc_in_call_dummy to
6141 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
6142 generic_push_dummy_frame, set push_return_address to
6143 i386_push_return_address and set frame_chain_valid to
6144 generic_file_frame_chain_valid.
6145
049ee0e4
AC
61462002-07-03 Andrew Cagney <ac131313@redhat.com>
6147
6148 * gdbarch.sh (struct regcache): Add opaque declaration.
6149 (EXTRACT_RETURN_VALUE): New architecture method.
6150 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
6151 * gdbarch.h, gdbarch.c: Regenerate.
6152 * arch-utils.c (legacy_extract_return_value): New function.
6153 * arch-utils.h (legacy_extract_return_value): Declare.
6154 * values.c (value_being_returned): Re-enable code handling
6155 EXTRACT_STRUCT_VALUE_ADDRESS. Move
6156 deprecated_grub_regcache_for_registers call to block handling
6157 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
6158 (EXTRACT_RETURN_VALUE): Do not define.
6159
4e0d9804
GS
61602002-07-03 Grace Sainsbury <graces@redhat.com>
6161
6162 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
6163 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
6164 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
6165 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
6166 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
6167 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
6168 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
6169 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
6170 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
6171 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
6172 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
6173 argument so the function fits the prototype in the architecture
6174 vector.
6175 (mcore_pop_frame): Remove argument so the function fits the
6176 prototype. Use get_current_frame instead of the argument.
6177 (mcore_push_arguments): Change type of struct_return so the
6178 function can be used in the architecture vector.
6179 (mcore_store_struct_return): Add.
6180 (mcore_frame_init_saved_regs): Add.
6181 (mcore_gdbarch_init): Add function calls to replace the macros
6182 removed from tm-mcore.h
6183
36160dc4
AC
61842002-07-03 Andrew Cagney <ac131313@redhat.com>
6185
6186 * infcmd.c (print_return_value): Remove compatibility code calling
6187 deprecated_grub_regcache_for_registers.
6188
6189 * values.c: Include "regcache.h".
6190 (value_being_returned): Update. Use
6191 deprecated_grub_regcache_for_registers to extract the register
6192 buffer address.
6193 * value.h (value_being_returned): Change ``retbuf'' parameter to a
6194 ``struct regcache''.
6195 * Makefile.in (values.o): Add dependency on $(regcache_h).
6196
6197 * inferior.h (run_stack_dummy): Change type of second parameter to
6198 a ``struct regcache''.
6199 * valops.c (hand_function_call): Change type of retbuf to ``struct
6200 regcache''. Allocate using regcache_xmalloc, clean using
6201 make_cleanup_regcache_xfree.
6202 * infcmd.c (run_stack_dummy): Update. Use
6203 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
6204
6205 * regcache.c (do_regcache_xfree): New function.
6206 (make_cleanup_regcache_xfree): New function.
6207 * regcache.h (make_cleanup_regcache_xfree): Declare.
6208
e64d9b3d
MH
62092002-07-03 Martin M. Hunt <hunt@redhat.com>
6210
4dd79c29
MH
6211 * event-top.c (command_line_handler): Don't read past
6212 beginning of buffer.
e64d9b3d 6213
4dd79c29
MH
62142002-07-03 Martin M. Hunt <hunt@redhat.com>
6215
e64d9b3d
MH
6216 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
6217 struct frame_id.
6218 (varobj_create): Store frame_id for root.
6219 (varobj_gen_name): Use xasprintf.
6220 (varobj_update): Save and restore frame using get_frame_id() and
6221 frame_find_by_id().
6222 (create_child): Use xasprintf.
6223 (new_root_variable): Initialize frame_id.
6224 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
6225 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
6226 to prevent memory leak.
6227
26e6c56a
AC
62282002-07-03 Andrew Cagney <ac131313@redhat.com>
6229
6230 * valops.c (hand_function_call): Move declaration of retbuf to
6231 start of function, allocate using malloc, add a cleanup but before
6232 the inf_status cleanup, cleanup the buffer. Rename local variable
6233 old_chain to inf_status_cleanup.
6234
f436dd25
MH
62352002-07-03 Martin M. Hunt <hunt@redhat.com>
6236
6237 * top.c (execute_command): Use cmd_func() and cmd_func_p().
6238
6239 * cli/cli-decode.c (cmd_func_p): New function.
6240 (cmd_func): New function.
6241
6242 * command.h: Add cmd_func() and cmd_func_p().
6243
4cfe2084
GS
62442002-07-03 Grace Sainsbury <graces@redhat.com>
6245
6246 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
6247 (REGISTER_SIZE): Remove.
6248 (MAX_REGISTER_RAW_SIZE): Remove.
6249 (REGISTER_VIRTUAL_TYPE): Remove.
6250 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
6251 (REGISTER_NAME): Remove.
6252 (USE_GENERIC_DUMMY_FRAMES): Remove.
6253 (CALL_DUMMY): Remove.
6254 (CALL_DUMMY_START_OFFSET): Remove.
6255 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
6256 (CALL_DUMMY_LOCATION): Remove.
6257 (FIX_CALL_DUMMY): Remove.
6258 (CALL_DUMMY_ADDRESS): Remove.
6259 (SIZEOF_CALL_DUMMY_WORDS): Remove.
6260 (SAVE_DUMMY_FRAME_TOS): Remove.
6261 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
6262 (mcore_register_virtual_type): New function.
6263 (mcore_register_byte): New function.
6264 (mcore_register_size): New function.
6265 (mcore_register_name): New function.
6266 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
6267 macros removed from tm-mcore.h.
6268 (mcore_dump_tdep): Add.
6269 (_initialize_mcore_tdep): Add gdbarch_register call.
6270
4fd667e9
MK
62712002-07-03 Mark Kettenis <kettenis@gnu.org>
6272
6273 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
6274 frameless_look_for_prologue, such that we actually call this
6275 function.
6276
42f99ac2
JB
62772002-07-02 Joel Brobecker <brobecker@gnat.com>
6278
6279 * frame.h (frame_address_in_block): New function.
6280
6281 * blockframe.c (frame_address_in_block): New function extracted
6282 from get_frame_block().
6283 (get_frame_block): Use frame_address_in_block().
6284 (block_innermost_frame): Use frame_address_in_block() to match
6285 the frame pc address against the block boundaries rather than
6286 the frame pc directly. This prevents a failure when a frame pc
6287 is actually a return-address pointing immediately after the end
6288 of the given block.
6289
103a1597 62902002-07-02 Grace Sainsbury <graces@redhat.com>
83b4a0fe
GS
6291
6292 * MAINTAINERS: Add self under write after approval.
6293
62942002-07-02 Grace Sainsbury <graces@redhat.com>
6295
103a1597
GS
6296 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
6297 used in architecture vector. The default is
6298 m68k_local_breakpoint_from_pc.
6299 (m68k_local_breakpoint_from_pc): Add.
6300 (enum): Add register numbers from tm-m68k.h.
6301 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
6302 vector.
6303 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
6304 GDB_MULTI_ARCH_PARTIAL.
6305 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
6306 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
6307 m68k-tdep.c.
6308 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
6309 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
6310 to enum in m68k-tdep.c
6311
7a5a0534
JB
63122002-07-02 Joel Brobecker <brobecker@gnat.com>
6313
6314 * solib-osf.c (open_map): Compute the list of shared libraries
6315 loaded by the inferior, rather than the list of libraries loaded
6316 by GDB itself. Otherwise, GDB ends up reading the symbols from
6317 the wrong shared libraries...
6318
6f558d74
MK
63192002-07-02 Mark Kettenis <kettenis@gnu.org>
6320
b7d15bf7
MK
6321 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
6322 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
6323 macros.
6324 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
6325 Remove functions.
6326 (FRAMELESS_SIGNAL): Remove function.
6327 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
6328 i386_linux_saved_pc_after_call): Removed.
6329 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
6330 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
6331 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
6332
6bff26de
MK
6333 * i386-tdep.c (i386_frameless_signal_p): New function.
6334 (i386_frame_chain): Deal with frameless signals.
6335 (i386_sigtramp_saved_sp): New function.
6336 (i386_frame_saved_pc): Deal with frameless signals.
6337 (i386_saved_pc_after_call): Make sure the correct value is
6338 returned just after entry into a sigtramp.
6339 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
6340 i386fbsd4_sc_sp_offset): New variables.
6341 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
6342 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
6343 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
6344 similiar to what we already did for sc_pc_offset.
6345 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
6346 tdep->sc_sp_offset.
6347
6f558d74
MK
6348 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
6349
145564b7
ML
63502002-07-02 Michal Ludvig <mludvig@suse.cz>
6351
6352 * config/i386/tm-x86-64linux.h: New.
6353 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
6354 definitions.
6355 * config/i386/nm-x86-64.h: Rename to ...
6356 * config/i386/nm-x86-64linux.h: ... this one.
6357 * config/i386/x86-64linux.mh: Reflect the above change.
6358
3a1e71e3
MK
63592002-07-01 Mark Kettenis <kettenis@gnu.org>
6360
21d0e8a4
MK
6361 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
6362 with sigcontext_addr. Add sc_sp_offset.
6363 (i386bsd_sigtramp_saved_pc): Remove prototype.
6364 (i386bsd_sicontext_addr): Add prototype.
6365 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
6366 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
6367 (i386_svr4_sigtramp_saved_pc): Removed.
6368 (i386_svr4_sigcontext_addr): New function.
6369 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
6370 Initialize tdep->sigcontext_addr instead. Initialize
6371 tdep->sc_pc_offset and tdep->sc_sp_offset.
6372 (i386_gdbarch_init): Likewise.
6373 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
6374 any more.
6375 (i386bsd_sigtramp_saved_pc): Remove function.
6376 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
6377 Initialize tdep->sigcontext_addr instead. Initialize
6378 tdep->sc_pc_offset.
6379 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
6380 of tdep->sigtramp_saved_pc.
6381 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
6382 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
6383 instead.
6384
3a1e71e3
MK
6385 * i386-tdep.c (i386_frameless_function_invocation,
6386 i386_frame_num_args, i386_frame_init_saved_regs,
6387 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
6388 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
6389 i386_extract_return_value, i386_store_return_value,
6390 i386_extract_struct_value_address, i386_register_virtual_type,
6391 i386_register_convertible, i386_register_convert_to_virtual,
6392 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
6393 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
6394 static.
6395
52e9098c
MK
63962002-07-01 Mark Kettenis <kettenis@gnu.org>
6397
77b13a25
MK
6398 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
6399
52e9098c
MK
6400 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
6401 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
6402 this macro. Include "value.h".
6403
1b372fff
AS
64042002-06-30 Aidan Skinner <aidan@velvet.net>
6405
6406 * ada-exp.tab.c: remove as it's a generated file
6407 * ada-lex.c: remove as it's a generated file
6408
9c5045b5
MK
64092002-06-30 Mark Kettenis <kettenis@gnu.org>
6410
4a93c5bb
MK
6411 * config/i386/tm-i386.h (struct frame_info, struct
6412 frame_saved_regs, struct value, struct type): Remove forward
6413 declarations.
6414
322d4fe0
MK
6415 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
6416 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
6417 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
6418 (FILL_FPXREGSET): Define.
6419
fdd8263d
MK
6420 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
6421
482e577b
MK
6422 * configure.tgt (i[3456]86-*-openbsd*): Fold into
6423 i[3456]86-*-netbsd* case.
6424 * config/i386/tm-obsd.h: Removed.
6425 * config/i386/obsd.mt: Removed.
6426 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
6427 core-aout.o.
6428 (MH_CFLAGS): Add -DYYDEBUG=0.
6429
6916549a
MK
6430 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
6431 i386nbsd_sc_pc_offset on OpenBSD too.
6432
9c5045b5
MK
6433 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
6434 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
6435 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
6436 define.
6437 * i386bsd-tdep.c: Include "arch-utils.h".
6438 (i386bsd_aout_in_solib_call_trampoline): New function.
6439 (i386bsd_init_abi): Set in_solib_call_trampoline to
6440 i386bsd_aout_in_solib_call_trampoline.
6441 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
6442 in_solib_call_trampoline to generic_in_solib_call_trampoline.
6443
aa84d1bb
AC
64442002-06-28 Andrew Cagney <ac131313@redhat.com>
6445
6446 * macrotab.h: Do not include "obstack.h" or "bcache.h".
6447 (struct obstack, struct bcache): Add opaque declarations.
6448 * Makefile.in (macrotab_h): Update
6449
b4d83933
AC
64502002-06-28 Andrew Cagney <ac131313@redhat.com>
6451
6452 * blockframe.c (generic_find_dummy_frame): Change return type to
6453 ``struct regcache''.
6454 (struct dummy_frame): Replace field ``registers'' with regcache, a
6455 struct regcache object.
6456 (generic_find_dummy_frame): Update.
6457 (generic_push_dummy_frame): Update. Use regcache_xfree,
6458 regcache_xmalloc and regcache_cpy.
6459 (generic_pop_dummy_frame): Update. Use regcache_cpy and
6460 regcache_xfree.
6461 (deprecated_generic_find_dummy_frame): Update.
6462 (generic_read_register_dummy): Update. Use
6463 regcache_read_as_address.
6464 (generic_call_dummy_register_unwind): Update. Use regcache_read.
6465 (generic_get_saved_register): Update. Use regcache_read.
6466
08c0b5bc
AC
64672002-06-28 Andrew Cagney <ac131313@redhat.com>
6468
6469 * Makefile.in (objfiles_h): Add $(bcache_h).
6470 * objfiles.h: Include "bcache.h".
6471
6472 * Makefile.in (symtab_h): Remove $(bcache_h).
6473 * symtab.h: Do not include "bcache.h".
6474
1f89801a
AC
64752002-06-28 Andrew Cagney <ac131313@redhat.com>
6476
6477 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
6478 generic_func_frame_chain_valid.
6479
b9644b58
DB
64802002-06-28 David O'Brien <obrien@FreeBSD.org>
6481
6482 * config/i386/nm-fbsd.h: Include <sys/param.h>.
6483 * config/i386/tm-fbsd.h: Likewise.
6484
dd486634
AC
64852002-06-28 Andrew Cagney <ac131313@redhat.com>
6486
6487 * rs6000-tdep.c (rs6000_gdbarch_init): Use
6488 generic_unwind_get_saved_register.
6489
0b434a00
AC
64902002-06-27 Andrew Cagney <ac131313@redhat.com>
6491
6492 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
6493 * regcache.c (supply_register): Add missing argument to
6494 register_buffer call.
6495
f30e5a77
AC
64962002-06-27 Andrew Cagney <ac131313@redhat.com>
6497
6498 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
6499 Solaris /bin/grep does not not like it. From Peter Schauer.
6500
9f064c95
TT
65012002-06-26 Tom Tromey <tromey@redhat.com>
6502
6503 * command.h (add_setshow_cmd): Declare.
6504 (add_setshow_cmd_full): Declare.
6505 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
6506 returns void. Use add_setshow_cmd_full.
6507 (add_setshow_cmd_full): New function.
6508 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
6509 (add_setshow_boolean_cmd): Likewise.
6510
099c7589
JT
65112002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
6512
6513 * config/vax/tm-vax.h: Protect from multiple inclusion.
6514 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
6515 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
6516 * config/vax/tm-vaxbsd.h: ...here. New file.
6517 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
6518
1d049c5e
JT
65192002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
6520
6521 * config/vax/tm-vax.h (BREAKPOINT): Remove.
6522 (BELIEVE_PCC_PROMOTION): Remove.
6523 (AP_REGNUM): Move to...
6524 * config/vax/nm-vax.h: ...here.
6525 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
6526 (vax_breakpoint_from_pc): New function.
6527 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
6528 and gdbarch_believe_pcc_promotion.
6529
4791e091
JT
65302002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
6531
6532 * Makefile.in (vax_tdep_h): Define.
6533 (vax-tdep.o): Use $(vax_tdep_h).
6534 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
6535 (vax_dump_tdep): New function.
6536 (_initialize_vax_tdep): Register vax_dump_tdep.
6537 * vax-tdep.h: Include osabi.h.
6538 (struct gdbarch_tdep): New.
6539
da130f98
AC
65402002-06-26 Andrew Cagney <cagney@redhat.com>
6541
6542 * frame.h (deprecated_generic_find_dummy_frame): Rename
6543 generic_find_dummy_frame.
6544 * blockframe.c (generic_find_dummy_frame): Make static.
6545 (deprecated_generic_find_dummy_frame): New function.
6546 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
6547 generic_find_dummy_frame with deprecated_find_dummy_frame.
6548 (sh64_nofp_frame_init_saved_regs): Ditto.
6549 (sh_fp_frame_init_saved_regs): Ditto.
6550 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
6551 (s390_frame_chain): Ditto.
6552 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
6553
6300c360
GS
65542002-06-26 Grace Sainsbury <graces@redhat.com>
6555
6556 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
6557 gdbarch vector are at the top.
6558 (NUM_REGS): Remove.
6559 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
6560 (FRAME_ARGS_ADDRESS): Remove.
6561 (FRAME_LOCALS_ADDRESS): Remove.
6562 (FRAME_NUM_ARGS): Remove.
6563 (FRAME_ARGS_SKIP): Remove.
6564 * m68k-tdep.c (enum): Add eumeration of special register numbers.
6565 (m68k_gdbarch_init): Add gdbarch initializations for macros
6566 undefined in tm-m68k.h
6567
1c617db8
GS
65682002-06-26 Grace Sainsbury <graces@redhat.com>
6569
6570 * monitor.h: Add the function regname to monitor_ops
6571 structure. This way NUM_REGS does not have to be a constant.
6572 * monitor.c (monitor_fetch_register): Added support for regname
6573 function. The function is called if the array regnames is NULL.
6574 (monitor_store_register): Same.
da130f98
AC
6575 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
6576 regnames array.
1c617db8
GS
6577 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
6578 cpu32bug_cmds.regname to point to new function.
6579 * abug-rom.c (abug_regname): Same as above.
6580 (init_abug_cmds): Same.
6581 * dbug-rom.c (dbug_regname): Same as above.
6582 (init_dbug_cmds): Same.
6583 * remote-est.c (est_regname): Same.
6584 (init_est_cmds): Same.
6585 * rom68k-rom.c (rom68k_regname): Same.
6586 (init_rom68k_cmds): Same.
6587
ea9365bb
TT
65882002-06-25 Tom Tromey <tromey@redhat.com>
6589
6590 * breakpoint.c (delete_command): Don't repeat `delete' commands.
6591
72cec141
AC
65922002-06-25 Andrew Cagney <cagney@redhat.com>
6593
6594 * infrun.c (stop_registers): Change variable's type to ``struct
6595 regcache'''.
6596 (xmalloc_inferior_status): Delete function.
6597 (free_inferior_status): Delete function.
6598 (normal_stop): Use regcache_cpy.
6599 (struct inferior_status): Change type of fields ``stop_registers''
6600 and ``registers'' to ``struct regcache''.
6601 (write_inferior_status_register): Use regcache_write.
6602 (save_inferior_status): Instead of calling
6603 xmalloc_inferior_status, allocate the inf_status buffer directly.
6604 Use regcache_dup_no_passthrough and regcache_dup to save the
6605 buffers.
6606 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
6607 Replace the stop_registers regcache instead of overriding it. Use
6608 regcache_xfree. Instead of calling free_inferior_status, xfree
6609 the buffer directly.
6610 (discard_inferior_status): Use regcache_xfree. Instead of calling
6611 free_inferior_status, xfree the buffer directly.
6612 (build_infrun): Use regcache_xmalloc.
6613 (_initialize_infrun): Delete redundant call to build_infrun.
6614
6615 * Makefile.in (infcmd.o): Add $(regcache_h).
6616
6617 * infcmd.c: Include "regcache.h".
6618 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
6619 obtain the address of `stop_registers' register buffer.
6620 (print_return_value): Ditto.
6621
6622 * inferior.h (struct regcache): Add opaque declaration.
6623 (stop_registers): Change variable's declared type to ``struct
6624 regcache''.
6625
defc6f8c
TT
66262002-06-24 Tom Tromey <tromey@redhat.com>
6627
c0e624e7
TT
6628 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
6629 * target.c (initialize_targets): Fixed typo in
6630 trust-readonly-sections `show' documentation.
6631
defc6f8c
TT
6632 * main.c: Marked all strings with _().
6633
2b236d82
DH
66342002-06-24 Don Howard <dhoward@redhat.com>
6635
6636 * memattr.c (create_mem_region): Treat hi == 0 as a special case
6637 that means max CORE_ADDR+1.
6638 (lookup_mem_region): Ditto.
6639 (mem_info_command): Ditto.
6640
942dc0e9
GS
66412002-06-24 Grace Sainsbury <graces@redhat.com>
6642
6643 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
6644 (REGISTER_BYTES_OK): Remove.
6645 (REGISTER_BYTES): Remove.
6646 (STORE_STRUCT_RETURN): Remove.
6647 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
6648 (STORE_RETURN_VALUE): Remove.
6649 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
6650 (FRAME_CHAIN): Remove.
6651 (FRAMELESS_FUNCTION_INVOCATION): Remove.
6652 (FRAME_SAVED_PC): Remove.
6653 * m68k-tdep.c (m68k_register_bytes_ok):Add.
6654 (m68k_store_struct_return): Add.
6655 (m68k_deprecated_extract_return_value): Add.
6656 (m68k_deprecated_extract_struct_value_address): Add.
6657 (m68k_store_return_value): Add.
6658 (m68k_frame_chain): Add.
6659 (m68k_frameless_function_invocation): Add.
6660 (m68k_frame_saved_pc): Add.
6661 (m68k_gdbarch_init): added set_gdbarch calls for new
6662 functions and deleted macros.
6663
03c30d4d
TT
66642002-06-23 Tom Tromey <tromey@redhat.com>
6665
6666 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
6667 (ALLDEPFILES): Likewise.
6668 (udiheaders): Removed.
6669 (udip2soc.o): Likewise.
6670 (udi2go32.o): Likewise.
6671 (udr.o): Likewise.
6672 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
6673
37e71372
AC
66742002-06-22 Andrew Cagney <ac131313@redhat.com>
6675
06a6ac57
AC
6676 * infrun.c (_initialize_infrun): Delete unnecessary call to
6677 build_infrun.
6678
37e71372
AC
6679 * regcache.h: Update comments describing the regcache_cpy family
6680 of functions.
6681 (regcache_save, regcache_restore): Delete declaration.
6682 (regcache_save_no_passthrough): Delete declaration.
6683 (regcache_restore_no_passthrough): Delete declaration.
6684 * regcache.c (regcache_save): Delete function.
6685 (regcache_save_no_passthrough): Delete function.
6686 (regcache_restore): Delete function.
6687 (regcache_restore_no_passthrough): Delete function.
6688
78f6d055
AC
66892002-06-21 Andrew Cagney <ac131313@redhat.com>
6690
6691 * config/m68k/tm-m68k.h: Fix typo.
6692 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
6693 (m68k_frame_init_saved_regs): Declare.
6694
78b119cb
JB
66952002-06-21 Jim Blandy <jimb@redhat.com>
6696
6697 Remove some vestiges of Harris 88k support.
6698 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
6699 register numbering quirk.
6700 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
6701 odd symbols occurring in Harris 88k ELF targets.
6702
0fbb3da7
TT
67032002-06-21 Tom Tromey <tromey@redhat.com>
6704
6705 * gdb_locale.h: New file.
6706 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
6707 (defs_h): Added gdb_locale.h.
6708 * configure, config.in: Rebuilt.
6709 * configure.in (PACKAGE): Define.
6710 * defs.h: Include gdb_locale.h.
6711 * main.c (captured_main): Call setlocale, bindtextdomain,
6712 textdomain.
6713
456f8b9d
DB
67142002-06-21 Dave Brolley <brolley@redhat.com>
6715
6716 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
6717 * config/frv/frv.mt: New file.
6718 * config/frv/tm-frv.h: New file.
6719 * configure.tgt: Support frv-*-*.
6720 * Makefile.in (frv-tdep.o): New target.
6721 * frv-tdep.c: New file.
6722 * NEWS: Mention frv.
6723
cdd463f9
DB
67242002-06-21 Dave Brolley <brolley@redhat.com>
6725
6726 * MAINTAINERS: Add self to "Write After Approval" list.
6727
5d3ed2e3
GS
67282002-06-21 Grace Sainsbury <graces@redhat.com>
6729
6730 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
6731 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
6732 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
6733 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
6734 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
6735
6736 * m68k-tdep.c: Include arch-utils.h
6737 (m68k_register_raw_size): Add.
6738 (m68k_register_virtual_size): Add.
6739 (m68k_register_virtual_type): Add.
6740 (m68k_register_name): Add.
6741 (m68k_stack_align): Add.
6742 (m68k_register_byte): Add.
6743 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
6744 tm-m68k.h.
6745
7f8e7424
GS
67462002-06-21 Grace Sainsbury <graces@redhat.com>
6747
a2c6a6d5 6748 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
7f8e7424
GS
6749 m68k_find_saved_regs.
6750 (m68k_pop_frame): Removed saved_regs structure, and replaced
5d3ed2e3 6751 references to it with frame->saved_regs.
7f8e7424
GS
6752 (m68k_gdbarch_init): Added function calls to initialize the
6753 gdbarch structure.
a2c6a6d5
GS
6754 (m68k_fix_call_dummy): Add.
6755 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
6756 (CALL_DUMMY): Remove.
6757 (CALL_DUMMY_LENGTH): Remove.
6758 (CALL_DUMMY_START_OFFSET): Remove.
6759 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
6760 (FIX_CALL_DUMMY): Remove.
6761 (PUSH_DUMMY_FRAME): Remove.
6762 (POP_FRAME): Remove.
7f8e7424 6763
f461f5cf
PM
67642002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
6765
6766 * parse.c (parse_fprintf): New function used to avoid calls to
6767 fprintf in bison parser generated debug code.
6768 * parser-defs.h: Declaration of new parse_fprintf function.
6769 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
6770 Set YYDEBUG to 1 by default.
6771 Set YYFPRINTF as parse_fprintf.
6772
7f0c12ed
ML
67732002-06-21 Michal Ludvig <mludvig@suse.cz>
6774
6775 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
6776 encoding anymore.
6777 (pointer_encoding, enum ptr_encoding): New.
6778 (execute_cfa_program): Take care about pointer encoding.
6779 (dwarf2_build_frame_info): Only call parse_frame_info for
6780 .debug_frame and .eh_frame.
6781 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
6782 fixed augmentation handling, added relative addressing,
6783 ignore duplicate FDEs. Added comments.
19d833a2 6784 * dwarf2cfi.c: Reindented.
7f0c12ed 6785
87c4a039
EZ
67862002-06-20 Elena Zannoni <ezannoni@redhat.com>
6787
6788 * event-top.c (command_handler): Don't use space_at_cmd_start
6789 unless there is sbrk() on the host. Assign time and space data
6790 to union fields of the appropriate length.
6791
1cf877ad
ML
67922002-06-20 Michal Ludvig <mludvig@suse.cz>
6793
6794 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
6795 x86_64_register_name. Return type changed to 'const char *'.
6796 (x86_64_register_name2nr): Rename to x86_64_register_number.
6797 (x86_64_gdbarch_init): Update to reflect the change.
6798 * x86-64-tdep.h: Ditto.
6799 * x86-64-linux-nat.c (x86_64_fxsave_offset)
6800 (supply_fpregset): Ditto.
6801
3fadccb3
AC
68022002-06-19 Andrew Cagney <cagney@redhat.com>
6803
6804 * regcache.h: Update copyright.
6805 (struct regcache, struct gdbarch): Add opaque declarations.
6806 (current_regcache): Declare global variable.
6807 (regcache_read, regcache_write): Add gdbarch parameter.
6808 (regcache_save, regcache_save_no_passthrough)
6809 (regcache_restore, regcache_restore_no_passthrough)
6810 (regcache_dup, regcache_dup_no_passthrough)
6811 (regcache_cpy, regcache_cpy_no_passthrough)
6812 (deprecated_grub_regcache_for_registers)
6813 (deprecated_grub_regcache_for_register_valid)
6814 (regcache_valid_p): Add function declarations.
6815
6816 * regcache.c: Update copyright.
6817 (regcache_descr_handle): New global variable.
6818 (struct regcache_descr): Define.
6819 (init_legacy_regcache_descr, init_regcache_descr): New functions.
6820 (regcache_descr, xfree_regcache_descr): New functions.
6821 (struct regcache): Define.
6822 (regcache_xmalloc, regcache_xfree): New functions.
6823 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
6824 (regcache_dup, regcache_dup_no_passthrough): New functions.
6825 (regcache_valid_p, regcache_read_as_address): New functions.
6826 (deprecated_grub_regcache_for_registers): New function.
6827 (deprecated_grub_regcache_for_register_valid): New function.
6828 (current_regcache): New global variable.
6829 (register_buffer): Add regcache parameter. Update calls.
6830 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
6831 (read_register_gen, write_register_gen): Update register_buffer
6832 call. Test for legacy_p instead of gdbarch_register_read_p or
6833 gdbarch_register_write_p.
6834 (regcache_collect): Update register_buffer call.
6835 (build_regcache): Rewrite. Use deprecated grub functions.
6836 (regcache_save, regcache_save_no_passthrough): New functions.
6837 (regcache_restore, regcache_restore_no_passthrough): New
6838 functions.
6839 (_initialize_regcache): Create the regcache_data_handle. Swap
6840 current_regcache global variable.
6841
6842 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
6843 parameter to regcache_read and regcache_write calls.
6844 (sh4_register_read): Ditto.
6845 (sh64_pseudo_register_read): Ditto.
6846 (sh64_register_read): Ditto.
6847 (sh_pseudo_register_write): Ditto.
6848 (sh4_register_write): Ditto.
6849 (sh64_pseudo_register_write): Ditto.
6850 (sh64_register_write): Ditto.
6851
6852 * defs.h (XCALLOC): Define.
6853
152d9db6
GS
68542002-06-19 Grace Sainsbury <graces@redhat.com>
6855
6856 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
6857 * m68k-tdep.c (m68k_gdbarch_init): Added.
6858 (m68k_dump_tdep): Added.
6859
170911c7
DJ
68602002-06-19 Daniel Jacobowitz <drow@mvista.com>
6861
6862 * ada-lang.c (fill_in_ada_prototype): Update comment.
6863
2e4ebe70
DJ
68642002-06-19 Daniel Jacobowitz <drow@mvista.com>
6865
6866 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
6867 MIPS_ABI_LAST.
6868 (mips_abi_string, mips_abi_strings): New.
6869 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
6870 (mips_gdbarch_init): Set tdep->found_abi. Don't set
6871 tdep->mips_abi_string. Honor mips_abi_string. Default to
6872 O32 if no ABI is found.
6873 (mips_dump_tdep): Use mips_abi_strings.
6874 (mips_abi_update): New function.
6875 (_initialize_mips_tdep): Initialize mips_abi_string. Add
6876 ``set mips abi'' and ``show mips abi''. Check the size of
6877 mips_abi_strings.
6878
16775908
AC
68792002-06-19 Andrew Cagney <cagney@redhat.com>
6880
6881 * i386-linux-tdep.c (i386_linux_register_name): Make return type
6882 constant.
6883
5051bfa4 68842002-06-18 Joel Brobecker <brobecker@gnat.com>
16775908 6885
5051bfa4
JB
6886 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
6887 current frame using only the first stack size adjustment. All
6888 subsequent size adjustments are not considered to be part of
6889 the "static" part of the current frame.
6890 Compute the address of the saved registers relative to the
6891 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
6892 in use in this frame.
6893
56468235
DH
68942002-06-18 Don Howard <dhoward@redhat.com>
6895
6896 * valops.c (value_ind): Use value_at_lazy() when dereferencing
6897 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
6898 suggesting this solution.
6899
0b624158
AC
69002002-06-18 Andrew Cagney <ac131313@redhat.com>
6901
6902 * config/romp/xm-rtbsd.h: Delete file.
6903 * config/romp/rtbsd.mh: Delete file.
6904
221ea385
KS
69052002-06-18 Keith Seitz <keiths@redhat.com>
6906
6907 * breakpoint.c (condition_command): Post breakpoint_modify
6908 when a condition is added to an existing breakpoint.
6909 (commands_command): Likewise for commands.
6910 (set_ignore_count): Likewise for ignore counts.
6911 If no tty, do not simply return, still need to send event
6912 notification.
6913 (ignore_command): Only print a newline if the command came
6914 from a tty.
6915 Don't call breakpoints_changed, since this is now properly
6916 handled by set_ignore_count.
6917
5402eed1
AC
69182002-06-18 Andrew Cagney <cagney@redhat.com>
6919
6920 * MAINTAINERS: Note that cris-elf target can be compiled with
6921 -Werror.
6922 * cris-tdep.c (cris_register_name): Make return type constant.
6923 (cris_breakpoint_from_pc): Ditto.
6924
cc22880b
ML
69252002-06-18 Michal Ludvig <mludvig@suse.cz>
6926
6927 * frame.h (struct frame_info): Change type of context to
6928 'struct context'.
6929
fa88f677
AC
69302002-06-17 Andrew Cagney <cagney@redhat.com>
6931
6932 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
6933 pointer.
6934 * gdbarch.h, gdbarch.c: Regenerate.
6935 * config/mips/tm-mips.h (mips_register_name): Update.
6936 * i386-tdep.h (i386_register_name): Update.
6937 * mips-tdep.c (mips_register_name): Update
6938 * alpha-tdep.c (alpha_register_name): Update.
6939 * arch-utils.c (legacy_register_name): Update.
6940 * arch-utils.h (legacy_register_name): Update.
6941 * avr-tdep.c (avr_register_name): Update.
6942 * ia64-tdep.c (ia64_register_name): Update.
6943 * i386-tdep.c (i386_register_name): Update.
6944 * sparc-tdep.c (sparc32_register_name): Update.
6945 (sparc64_register_name): Update.
6946 (sparclite_register_name): Update.
6947 (sparclet_register_name): Update.
6948 * sh-tdep.c (sh_generic_register_name): Update.
6949 (sh_sh_register_name): Update.
6950 (sh_sh3_register_name): Update.
6951 (sh_sh3e_register_name): Update.
6952 (sh_sh_dsp_register_name): Update.
6953 (sh_sh3_dsp_register_name): Update.
6954 (sh_sh4_register_name): Update.
6955 (sh_sh64_register_name): Update.
6956 * s390-tdep.c (s390_register_name): Update.
6957 * rs6000-tdep.c (rs6000_register_name): Update.
6958 * ns32k-tdep.c (ns32k_register_name_32082): Update.
6959 (ns32k_register_name_32382): Update.
6960 * d10v-tdep.c (d10v_ts2_register_name): Update.
6961 (d10v_ts3_register_name): Update.
6962 * xstormy16-tdep.c (xstormy16_register_name): Update.
6963 * vax-tdep.c (vax_register_name): Update.
6964 * v850-tdep.c (v850_register_name): Update.
6965 * m68hc11-tdep.c (m68hc11_register_name): Update.
6966 * mn10300-tdep.c (mn10300_generic_register_name): Update.
6967 (am33_register_name): Update.
6968
ea1e7ef6
GS
69692002-06-17 Grace Sainsbury <graces@redhat.com>
6970
6971 * m68k-tdep.c: Reindented.
6972
9b02dd1b
AC
69732002-06-17 Andrew Cagney <ac131313@redhat.com>
6974
6975 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
6976 list of predefined types.
6977
8758dec1
MK
69782002-06-16 Mark Kettenis <kettenis@gnu.org>
6979
b6197528
MK
6980 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
6981 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
6982 REGISTER_CONVERT_TO_RAW): Remove defines.
6983 (i386_register_virtual_type, i386_register_convertible,
6984 i386_register_convert_to_virtual, i386_register_convert_to_raw):
6985 Remove prototypes.
6986 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
6987 macros mentioned above.
6988
82b47e62
MK
6989 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
6990 (i386lynx_saved_pc_after_call): Remove prototype.
6991 * i386ly-tdep.c: Include "i386-tdep.h".
6992 (i386lynx_saved_pc_after_call): Make static. Use
6993 read_memory_nobpt instead of read_memory. Use
6994 read_memory_unsigned_integer instead of read_memory_integer.
6995 (i386lynx_init_abi): New function.
6996 (i386lynx_coff_osabi_sniffer): New function.
6997 (_initialize_i386bsd_tdep): New function.
6998
8758dec1
MK
6999 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
7000 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
7001 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
7002 (i386_fix_call_dummy): Remove prototype.
7003 * i386-tdep.c (i386_call_dummy_words): New variable.
7004 (i386_gdbarch_init): Adjust for removal of the
7005 macros mentioned above.
7006
e9e68a56
AC
70072002-06-15 Andrew Cagney <ac131313@redhat.com>
7008
7009 * command.h (add_setshow_auto_boolean_cmd): Replace
7010 add_set_auto_boolean_cmd.
7011 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
7012 add_set_auto_boolean_cmd.
7013 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
7014 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
7015 mask-address'' command.
7016 (show_mask_address): Add cmd parameter.
7017 * remote.c (add_packet_config_cmd): Update. Change type of
7018 set_func and show_func to cmd_sfunc_ftype.
7019 (_initialize_remote): Update `set remote Z-packet'
7020 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
7021 (show_remote_protocol_e_packet_cmd): Ditto.
7022 (show_remote_protocol_E_packet_cmd): Ditto.
7023 (show_remote_protocol_P_packet_cmd): Ditto.
7024 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
7025 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
7026 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
7027 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
7028 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
7029 (show_remote_protocol_Z_packet_cmd): Ditto.
7030 (show_remote_protocol_binary_download_cmd): Ditto.
7031 (show_remote_cmd): Pass NULL to all of above.
7032
fc08ec52
MK
70332002-06-15 Mark Kettenis <kettenis@gnu.org>
7034
7035 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
7036 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
7037 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
7038 POP_FRAME): Remove defines.
7039 (i386_push_arguments, i386_store_struct_return,
7040 i386_extract_return_value, i386_store_return_value,
7041 i386_extract_struct_value_address, i386_push_dummy_frame,
7042 i386_pop_frame): Renove prototypes.
7043 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
7044 macros mentioned above.
7045
e707bbc2
AC
70462002-06-15 Andrew Cagney <ac131313@redhat.com>
7047
7048 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
7049 add_set_boolean_cmd.
7050 (add_setshow_cmd): New function.
7051 * command.h (add_setshow_boolean_cmd): Replace
7052 add_set_boolean_cmd.
7053 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
7054 and ``set rdiromatzero''.
7055 * maint.c (_initialize_maint_cmds): Update commented out code.
7056 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
7057 * target.c (initialize_targets): Update `set
7058 trust-readonly-sections'.
7059 * remote.c (_initialize_remote): Update `set remotebreak'.
7060
42fdc8df
MK
70612002-06-15 Mark Kettenis <kettenis@gnu.org>
7062
93924b6b
MK
7063 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
7064 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
7065 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
7066 fit into multi-arch framework.
7067 (i386_breakpoint_from_pc): New function.
7068 (i386_gdbarch_init): Adjust for removal of the macros mentioned
7069 above.
7070
42fdc8df
MK
7071 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
7072 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
7073 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
7074 (i386_frameless_function_invocation, i386_frame_num_args,
7075 i386_frame_init_saved_regs): Remove prototypes.
7076 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
7077 macros mentioned above.
7078
9773a94b
AC
70792002-06-15 Andrew Cagney <ac131313@redhat.com>
7080
7081 * cli/cli-decode.c (set_cmd_cfunc): Update.
7082 (set_cmd_sfunc): Update.
7083 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
7084 (set_cmd_sfunc, set_cmd_cfunc): Update.
7085 * cli/cli-decode.h: Update.
7086
6e157172
MK
70872002-06-15 Mark Kettenis <kettenis@gnu.org>
7088
7089 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
7090 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
7091
7f19b9a2
AC
70922002-06-15 Andrew Cagney <ac131313@redhat.com>
7093
7094 * defs.h (auto_boolean): Declare enum.
7095 * command.h (cmd_auto_boolean): Delete enum.
7096 * mips-tdep.c (mask_address_var): Update.
7097 (mips_mask_address_p): Update.
7098 (show_mask_address): Update.
7099 * remote.c (struct packet_config): Update.
7100 (update_packet_config): Update.
7101 (show_packet_config_cmd): Update.
7102 (packet_ok): Update.
7103 (add_packet_config_cmd): Update.
7104 (_initialize_remote):
7105 * command.h: Update.
7106 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
7107 (do_setshow_command): Update.
7108 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
7109 * cli/cli-decode.h: Update.
7110
1cf88de5
MK
71112002-06-15 Mark Kettenis <kettenis@gnu.org>
7112
22ba8cf2
MK
7113 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
7114 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
7115 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
7116 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
7117 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
7118 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
7119
762c5349
MK
7120 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
7121 list of DJGPP COFF targets.
7122
091198bb
MK
7123 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
7124 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
7125 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
7126 (FP0_REGNUM): Remove define.
7127 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
7128 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
7129 (i386_register_virtual_size): Remove protoype.
7130 * i386-tdep.c (i386_register_virtual_size): Removed.
7131 (i386_extract_return_value, i386_store_return_value): Use
7132 FP0_REGNUM instead of NUM_FREGS to determine whether the
7133 floating-point registers are available.
7134 (i386_gdbarch_init): Tweak FIXME about FPU registers.
7135 Adjust for removal of macros mentioned above.
7136
71372002-06-15 Mark Kettenis <kettenis@gnu.org>
7138
fcc9bf01
MK
7139 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
7140 comments.
7141 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
7142 Remove prototypes.
7143 (supply_gregset, fill_gregset): Remove use of register keyword and
7144 remove declaration for regmap. Use I386_NUM_GREGS instead of
7145 NUM_REGS and NUM_FREGS.
7146 (FPREGSET_FSAVE_OFFSET): Remove.
7147 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
7148 NUM_FREGS to determine whether the floating-point registers are
7149 available.
7150
65e78234
MK
7151 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
7152 gnu_store_registers): Replace usage of NUM_GREGS with
7153 I386_NUM_GREGS.
7154
98df6387
MK
7155 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
7156 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
7157 usage of NUM_GREGS with I386_NUM_GREGS.
7158
099a9414
MK
7159 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
7160
57976e88
MK
7161 * i386bsd-nat.c: Include "i386-tdep.h".
7162 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
7163 I386_NUM_GREGS.
7164
b335f4a6
MK
7165 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
7166 and associated comment. They no longer make any sense, since we
7167 don't use this file anymore on Linux.
7168
1cf88de5
MK
7169 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
7170 * i386-tdep.c (i386_register_offset, i386_register_size): Use
7171 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
7172 elements in these arrays.
7173 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
7174 MAX_NUM_REGS.
7175
daa66587
MK
71762002-06-15 Mark Kettenis <kettenis@gnu.org>
7177
7178 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
7179 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
7180
26e9b323
AC
71812002-06-14 Andrew Cagney <cagney@redhat.com>
7182
7183 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
7184 EXTRACT_RETURN_VALUE.
7185 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
7186 EXTRACT_STRUCT_VALUE_ADDRESS.
7187 * gdbarch.h, gdbarch.c: Regenerate.
7188
7189 * values.c (value_being_returned): Handle
7190 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
7191 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
7192
7193 * arm-linux-tdep.c (arm_linux_init_abi): Update.
7194 * arm-tdep.c (arm_gdbarch_init): Update.
7195 * avr-tdep.c (avr_gdbarch_init): Update.
7196 * cris-tdep.c (cris_gdbarch_init): Update.
7197 * d10v-tdep.c (d10v_gdbarch_init): Update.
7198 * ia64-tdep.c (ia64_gdbarch_init): Update.
7199 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7200 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7201 * s390-tdep.c (s390_gdbarch_init): Update.
7202 * sh-tdep.c (sh_gdbarch_init): Update.
7203 * s390-tdep.c (s390_gdbarch_init): Update.
7204 * sparc-tdep.c (sparc_gdbarch_init): Update.
7205 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7206 * v850-tdep.c (v850_gdbarch_init): Update.
7207 * vax-tdep.c (vax_gdbarch_init): Update.
7208 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
7209 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7210
7211 * config/arc/tm-arc.h: Update.
7212 * config/d30v/tm-d30v.h: Update.
7213 * config/fr30/tm-fr30.h: Update.
7214 * config/h8300/tm-h8300.h: Update.
7215 * config/h8500/tm-h8500.h: Update.
7216 * config/i386/tm-i386.h: Update.
7217 * config/i386/tm-ptx.h: Update.
7218 * config/i386/tm-symmetry.h: Update.
7219 * config/i960/tm-i960.h: Update.
7220 * config/m32r/tm-m32r.h: Update.
7221 * config/m68k/tm-delta68.h: Update.
7222 * config/m68k/tm-linux.h: Update.
7223 * config/m68k/tm-m68k.h: Update.
7224 * config/m88k/tm-m88k.h: Update.
7225 * config/mcore/tm-mcore.h: Update.
7226 * config/mips/tm-mips.h: Update.
7227 * config/mn10200/tm-mn10200.h: Update.
7228 * config/pa/tm-hppa.h: Update.
7229 * config/pa/tm-hppa64.h: Update.
7230 * config/sparc/tm-sp64.h: Update.
7231 * config/sparc/tm-sparc.h: Update.
7232 * config/sparc/tm-sparclet.h: Update.
7233 * config/z8k/tm-z8k.h: Update.
7234
5179e78f
AC
72352002-06-14 Andrew Cagney <cagney@redhat.com>
7236
7237 * Makefile.in (i386_linux_tdep_h): Define.
7238 (i386_tdep_h, i387_tdep_h): Define.
7239 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
7240 $(i386_tdep_h) and $(i387_tdep_h).
7241 * i386-linux-nat.c: Include "i386-linux-tdep.h".
7242
8201327c
MK
72432002-06-14 Mark Kettenis <kettenis@gnu.org>
7244
edf393ac
MK
7245 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
7246 Already covered by the default.
7247
896fb97d
MK
7248 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
7249 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
7250 (i386_gdbarch_init): Initialize long_double_format and long_double
7251 bit.
7252
8201327c
MK
7253 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
7254 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
7255 Move these to ...
7256 * config/i386/i386sol2.mh: ... here.
7257 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
7258 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
7259 (SIGCONTEXT_PC_OFFSET): Remove define.
7260 (IN_SIGTRAMP): Remove define.
7261 * i386-sol2-tdep.c: New file.
7262
7263 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
7264 * config/i386/tm-i386nw.h: Removed.
7265
7266 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
7267 USE_STRUCT_CONVENTION): Remove defines.
7268 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
7269 (get_longjmp_target): Remove prototype.
7270 (IN_SIGTRAMP): Remove define.
7271 (i386bsd_in_sigtramp): Remove prototype.
7272 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
7273 function. Update comment accordingly
7274 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
7275 (FRAME_SAVED_PC): Remove define.
7276 (i386bsd_frame_saved_pc): Remove prototype.
7277 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
7278 GET_LONGJMP_TARGET): Remove defines.
7279 (get_longjmp_target): Remove prototype.
7280 (IN_SIGTRAMP): Remove define.
7281 (i386bsd_in_sigtramp): Remove prototype.
7282 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
7283 function. Update comment accordingly
7284 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
7285 (FRAME_SAVED_PC): Remove define.
7286 (i386bsd_frame_saved_pc): Remove prototype.
7287 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
7288 Remove prototype.
7289 (USE_STRUCT_CONVENTION): Remove prototype.
7290 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
7291 declaration.
7292 (_initialize_i386bsd_nat): Revise logic to determine some
7293 constants at compile time when compiling a native GDB. Warn if
7294 things don't match up with what we expect.
7295 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
7296 Remove variables.
7297 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
7298 to use date stored in `struct gdbarch_tdep'.
7299 (i386bsd_sigcontext_offset): Remove varaible.
7300 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
7301 stored in `struct gdbarch_tdep'.
7302 (i386bsd_frame_saved_pc): Make static.
7303 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
7304 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
7305 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
7306 i386fbsd4_sc_pc_offset): New variables.
7307 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
7308 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
7309 functions.
7310 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
7311 functions.
7312 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
7313 Modify the value of i386fbsd_sigtramp_start and
7314 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
7315 i386fbsd_sigtramp_end.
7316 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
7317 function.
7318
7319 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
7320 define to i386-linux-tdep.h.
7321 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
7322 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
7323 defines.
7324 (i386_linux_register_name, i386_linux_register_byte,
7325 i386_linux_register_raw_size): Remove prototypes.
7326 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
7327 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
7328 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
7329 TARGET_WRITE_PC): Remove defines.
7330 (i386_linux_in_sigtramp, i386_linux_frame_chain,
7331 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
7332 i386_linux_write_pc): Remove prototypes.
7333 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
7334 (get_longjmp_target): Remove prototype.
7335 * i386-linux-tdep.h: New file.
7336 * i386-linux-nat.c: Include "i386-linux-tdep.h".
7337 * i386-linux-tdep.c: Include "i386-tdep.h" and
7338 "i386-linux-tdep.h".
7339 (i386_linux_register_name, i386_linux_register_byte,
7340 i386_linux_register_raw_size, i386_linux_in_sigtramp,
7341 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
7342 Make static.
7343 (i386_linux_init_abi): New function.
7344 (_initialize_i386_linux_tdep): New function.
7345
7346 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
7347 (i386_saved_pc_after_call): Remove prototype.
7348 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
7349 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
7350 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
7351 (i386_register_name, i386_stab_reg_to_regnum,
7352 i386_dwarf_reg_to_regnum): Remove prototypes.
7353 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
7354 SIZEOF_SSE_REGS): Remove defines.
7355 (REGISTER_BYTES): Remove define.
7356 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
7357 (i386_register_byte, i386_register_raw_size): Remove prototypes.
7358 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
7359 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
7360 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
7361 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
7362 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
7363 (get_longjmp_target): Remove prototype.
7364 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
7365 (sigtramp_saved_pc): Remove define.
7366 (i386v4_sigtramp_saved_pc): Remove prototype.
7367 * config/i386/tm-go32.h (FRAME_CHAIN,
7368 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
7369 (i386go32_frame_saved_pc): Remove prototype.
7370 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
7371 (get_longjmp_target): Remove prototype.
7372 * i386-tdep.h: Include "osabi.h".
7373 (enum i386_abi): Removed.
7374 (enum struct_return): New enum.
7375 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
7376 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
7377 sc_pc_offset members.
7378 (i386_gdbarch_register_os_abi): Remove prototype.
7379 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
7380 I386_SSE_NUM_REGS): New defines.
7381 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
7382 I386_SSE_SIZEOF_REGS): New defines.
7383 (i386_register_name, i386_register_byte, i386_register_raw_size):
7384 New prototypes.
7385 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
7386 (i386bsd_sigtramp_saved_pc): New prototype.
7387 * i386-tdep.c: Don't include "elf-bfd.h".
7388 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
7389 i386_frame_chain, i386_saved_pc_after_call): Make static.
7390 (i386_frame_saved_pc): Rewrite to call architecture dependent
7391 function to deal with signal handlers. Make static.
7392 (i386go32_frame_saved_pc): Removed.
7393 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
7394 Removed.
7395 (i386_get_longjmp_target): New function.
7396 (default_struct_convention, pcc_struct_convention,
7397 reg_struct_convention, valid_conventions, struct_convention): New
7398 variables.
7399 (i386_use_struct_convention): New function.
7400 (i386v4_sigtramp_saved_pc): Renamed to
7401 i386_svr4_sigtramp_saved_pc. Made static. Moved.
7402 (i386_pc_in_sigtramp): New function.
7403 (i386_abi_names): Removed.
7404 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
7405 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
7406 Removed.
7407 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
7408 i386_gdbarch_register_os_abi): Removed.
7409 (struct i386_abi_handler): Removed.
7410 (i386_abi_handler_list): Removed.
7411 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
7412 functions.
7413 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
7414 i386_nw_init_abi): New functions.
7415 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
7416 Use set_gdbarch_xxx() calls instead of relying on macros for a
7417 number of calls.
7418 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
7419 (_initialize_i386_tdep): Add new 'struct-convcention' command.
7420 Register the various architecture variants defined in this file.
7421
ad2f7632
DJ
74222002-06-14 Daniel Jacobowitz <drow@mvista.com>
7423
7424 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
7425 (struct main_type): Remove arg_types member. Update comments for
7426 struct field.
7427 (TYPE_ARG_TYPES): Remove.
7428 (TYPE_FN_FIELD_ARGS): Update.
7429 (smash_to_method_type): Update prototype.
7430
7431 * c-typeprint.c (cp_type_print_method_args): Take method type
7432 instead of argument list. Use new argument layout. Simplify.
7433 (c_type_print_args): Use new argument layout. Simplify.
7434 (c_type_print_base): Update call to cp_type_print_method_args.
7435 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
7436 argument; use die->type instead. Update call to
7437 smash_to_method_type.
7438 (read_structure_scope): Update call to dwarf2_add_member_fn.
7439 * gdbtypes.c (allocate_stub_method): Update comment.
7440 (smash_to_method_type): Take new NARGS and VARARGS arguments.
7441 Use new argument layout.
7442 (check_stub_method): Use new argument layout. Don't count
7443 void as an argument.
7444 (print_arg_types): Update comments. Use new argument layout.
7445 (recursive_dump_type): Don't print arg_types member.
7446 * hpread.c (hpread_read_struct_type): Use new argument layout.
7447 (fixup_class_method_type): Likewise.
7448 (hpread_type_lookup): Likewise.
7449 * stabsread.c (read_type): Update calls to read_args and
7450 smash_to_method_type.
7451 (read_args): Use new argument layout. Simplify.
7452 * valops.c (typecmp): Use new argument layout. Update parameters
7453 and comments. Simplify.
7454 (hand_function_call): Use new argument layout.
7455 (search_struct_method): Update call to typecmp.
7456 (find_overload_match): Use new argument layout.
7457
6da02953
DJ
74582002-06-13 Daniel Jacobowitz <drow@mvista.com>
7459
7460 * NEWS: Mention multithreaded debug support for gdbserver.
7461
519b2366
DJ
74622002-06-13 Daniel Jacobowitz <drow@mvista.com>
7463
7464 * MAINTAINERS: Mention NEWS.
7465
6c0d6680
DJ
74662002-06-13 Daniel Jacobowitz <drow@mvista.com>
7467
7468 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
7469 (struct mips_objfile_private, compare_pdr_entries): New.
7470 (non_heuristic_proc_desc): Read the ".pdr" section if it
7471 is present.
7472
6529d2dd
AC
74732002-06-12 Andrew Cagney <ac131313@redhat.com>
7474
7475 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
7476 (arm_debug): New static variable.
7477 (_initialize_arm_tdep): Add ``set debug arm'' command.
7478
26216b98
AC
74792002-06-12 Andrew Cagney <ac131313@redhat.com>
7480
7481 * Makefile.in (sim_arm_h): Define.
7482 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
7483 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
7484 (arm_register_sim_regno): New function, map an internal REGNUM
7485 onto a simulator register number.
7486 (arm_gdbarch_init): Set register_sim_regno.
7487
814b3ba0
AH
74882002-06-09 Aldy Hernandez <aldyh@redhat.com>
7489
7490 * MAINTAINERS: Add self.
7491
475b0867
JB
74922002-06-11 Jim Blandy <jimb@redhat.com>
7493
919d772c
JB
7494 * source.c (source_info): Mention whether the symtab has
7495 information about preprocessor macros.
7496
475b0867
JB
7497 Call the command `info macro', not `show macro'.
7498 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
7499 Fix error message.
7500 (_initialize_macrocmd): Register `info_macro_command' in
7501 `infolist', not `showlist'.
7502
9e364162
DJ
75032002-06-11 Daniel Jacobowitz <drow@mvista.com>
7504
7505 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
7506 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
7507 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
7508 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
7509 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
7510 unconditionally.
7511 (set_mipsfpu_single_command, set_mipsfpu_double_command)
7512 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
7513 (_initialize_mips_tdep): Remove dead code.
7514 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
7515 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
7516 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
7517 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
7518 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
7519 MIPS_LAST_FP_ARG_REGNUM): Remove.
7520
23aa4c72
ML
75212002-06-11 Michal Ludvig <mludvig@suse.cz>
7522
7523 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
7524 (unwind_tmp_obstack_free, parse_frame_info)
7525 (update_context, cfi_read_fp, cfi_write_fp)
7526 (cfi_frame_chain, cfi_init_extra_frame_info)
7527 (cfi_virtual_frame_pointer): Use the above function.
264d1763 7528 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
23aa4c72 7529
70eb15a4
CV
75302002-06-11 Corinna Vinschen <vinschen@redhat.com>
7531
7532 * v850-tdep.c (v850_type_is_scalar): New function.
7533 (v850_use_struct_convention): Match current gcc implementation
7534 as close as possible.
7535 (v850_push_arguments): Fix stack_offset handling. Don't write
7536 struct_addr into register. This is done by v850_store_struct_return.
7537 (v850_extract_return_value): Care for structs.
7538 (v850_store_return_value): Ditto.
7539 (v850_store_struct_return): Actually write address.
7540
482a4d06
ML
75412002-06-11 Michal Ludvig <mludvig@suse.cz>
7542
7543 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
7544 without debug information too.
7545
d855c300
AC
75462002-06-10 Andrew Cagney <ac131313@redhat.com>
7547
7548 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
7549 Make multi-arch pure.
7550 * gdbarch.h, gdbarch.c: Re-generate.
7551 * arm-tdep.c (arm_print_float_info): Update.
7552 * arch-utils.h (default_print_float_info): Update.
7553 * arch-utils.c (default_print_float_info): Update.
7554 * infcmd.c (float_info): Update call.
7555
dd12a101
AC
75562002-06-10 Andrew Cagney <ac131313@redhat.com>
7557
7558 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
7559 the front of the initialize list.
7560
101dcfbe
AC
75612002-06-10 Andrew Cagney <ac131313@redhat.com>
7562
7563 * infrun.c (struct inferior_status): Replace fields
7564 selected_frame_address and selected_level with field
7565 selected_frame_id.
7566 (save_inferior_status): Update. Use get_frame_id.
7567 (struct restore_selected_frame_args): Delete.
7568 (restore_selected_frame): Update. Use frame_find_by_id.
7569 (restore_inferior_status): Update.
7570
7571 * breakpoint.h (struct breakpoint): Change type of
7572 watchpoint_frame to frame_id.
7573 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
7574 call to get_current_frame.
7575 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
7576 get_current_frame.
7577 (watchpoint_check): Use frame_find_by_id.
7578
7579 * frame.h (record_selected_frame): Delete declaration.
7580 * stack.c (record_selected_frame): Delete function.
7581
7582 * frame.h (struct frame_id): Define.
7583 (get_frame_id): Declare.
7584 (frame_find_by_id): Declare.
7585 * frame.c (frame_find_by_id): New function.
7586 (get_frame_id): New function.
7587
304270b6
AV
75882002-06-10 Andrey Volkov <avolkov@transas.com>
7589
7590 * ser-e7kpc.c: Fix duplicated define and call of
7591 _initialize_ser_e7000pc
7592
2f2cf184
DJ
75932002-06-09 Daniel Jacobowitz <drow@mvista.com>
7594
7595 * signals/signals.c (target_signal_from_host): Fix #ifdef
7596 SIGRTMIN case.
7597 (do_target_signal_to_host): Likewise.
7598
caaa3122
DJ
75992002-06-09 Daniel Jacobowitz <drow@mvista.com>
7600
7601 * mips-tdep.c (mips_find_abi_section): New function.
7602 (mips_gdbarch_init): Call it.
7603
6ac5df3a
MK
76042002-06-09 Mark Kettenis <kettenis@gnu.org>
7605
7606 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
7607 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
7608 after Andrew's 2002-06-08 gdbarch change.
7609
82ea117a
MK
76102002-06-09 Mark Kettenis <kettenis@gnu.org>
7611
7612 * i386-linux-nat.c (suppy_gregset): Don't supply
7613 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
7614 register cache.
7615 (fill_gregset): Don't fetch it under the same circumstances.
7616
3c25f8c7
AC
76172002-06-09 Andrew Cagney <cagney@redhat.com>
7618
7619 * Makefile.in (callback_h): Define.
7620 (remote_sim_h): Update path to remote-sim.h.
7621 (remote-rdp.o): Add $(callback_h).
7622 (remote-sim.o): Use $(callback_h).
7623 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
7624 * remote-rdp.c: Include "gdb/callback.h".
7625
1029b7fa
MK
76262002-06-09 Mark Kettenis <kettenis@gnu.org>
7627
7628 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
7629 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
7630
616675d3
AC
76312002-06-08 Andrew Cagney <ac131313@redhat.com>
7632
a3efda28
AC
7633 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
7634 * rdi-share/serpardr.c: Ditto.
7635 * rdi-share/unixcomm.c: Ditto.
7636 * rdi-share/serdrv.c: Ditto.
7637 * rdi-share/hostchan.h: Ditto.
7638 * rdi-share/hostchan.c: Ditto.
7639 * rdi-share/host.h: Ditto.
7640 * rdi-share/devsw.c: Ditto.
7641
c5f10366
AC
7642 * objfiles.h: Change type of obj_private to void pointer.
7643 * pa64solib.c: Update copyright. Don't include "assert.h", use
7644 strcmp instead of STREQ, use LONGEST, do not use PTR
7645 * somsolib.c: Ditto.
7646
616675d3
AC
7647 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
7648 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
7649 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
7650
e4b415d9
AC
76512002-06-08 Andrew Cagney <ac131313@redhat.com>
7652
7653 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
7654 (default_get_saved_register): Delete function.
7655 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
7656 generic_unwind_get_saved_register.
7657 * gdbarch.h, gdbarch.c: Re-generate.
7658
ca0d0b52
AC
76592002-06-08 Andrew Cagney <ac131313@redhat.com>
7660
7661 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
7662 generic_func_frame_chain_valid.
7663 * gdbarch.h, gdbarch.c: Re-generate.
7664 * blockframe.c (generic_func_frame_chain_valid): Only check
7665 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
7666 passing FP to PC_IN_CALL_DUMMY.
7667 Fix PR gdb/360.
7668
76860b5f
AC
76692002-06-08 Andrew Cagney <ac131313@redhat.com>
7670
7671 * gdbarch.sh (struct gdbarch_data): Add field init_p.
7672 (register_gdbarch_data): Initialize init_p.
7673 (gdbarch_data): Initialize data pointer using the init function.
7674 (init_gdbarch_data): Delete function.
7675 (gdbarch_update_p): Update.
7676 (initialize_non_multiarch): Update.
7677 (struct gdbarch): Add field initialized_p.
7678 * gdbarch.h, gdbarch.c: Re-generate.
7679
8dda9770
ML
76802002-06-07 Michal Ludvig <mludvig@suse.cz>
7681
7682 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
7683 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
7684 better do the things actually here.
7685 * x86-64-tdep.c (x86_64_register_name2nr): New.
7686 (x86_64_register_name): Renamed to x86_64_register_nr2name.
7687 (x86_64_gdbarch_init): Respect the above change.
7688 * x86-64-tdep.h (x86_64_register_name2nr)
7689 (x86_64_register_nr2name): Add prototypes.
7690 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
7691
3d79a47c
MS
76922002-06-06 Michael Snyder <msnyder@redhat.com>
7693
7bd91a28
MS
7694 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
7695 Delete extra braces and re-indent.
7696 (d10v_store_return_value): Char return values
3d79a47c
MS
7697 must be shifted over by one byte in R0.
7698 (d10v_extract_return_value): Delete extra braces, re-indent.
7699
095a4c96
EZ
77002002-06-06 Elena Zannoni <ezannoni@redhat.com>
7701
7702 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
7703 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
7704 (d10v_integer_to_address): Rewrite.
7705 (d10v_frame_init_saved_regs): When reading fp and sp registers use
7706 the d10v specific functions which take care of converting to the
7707 correct space.
7708
e8a77ca4
EZ
77092002-06-06 Elena Zannoni <ezannoni@redhat.com>
7710
7711 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
7712 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
7713
4f2e4a4f
AC
77142002-06-02 Andrew Cagney <ac131313@redhat.com>
7715
7716 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
7717 includes.
7718 * config/tm-linux.h: Ditto.
7719 * config/alpha/tm-alphalinux.h: Ditto.
7720 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
7721 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
7722 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
7723 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
7724 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
7725 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
7726 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
7727 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
7728 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
7729 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
7730 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
7731 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
7732 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
7733 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
7734 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
7735 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
7736 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
7737 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
7738 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
7739 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
7740 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
7741 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
7742 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
7743 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
7744 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
7745 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
7746 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
7747 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
7748 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
7749 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
7750 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
7751 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
7752 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
7753 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
7754 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
7755 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
7756 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
7757
ae2ab2ce
AS
77582002-05-04 Aidan Skinner <aidan@velvet.net>
7759
7760 * ada-exp.tab.c: New file
7761 * ada-exp.y: New file
7762 * ada-lang.c: New file
7763 * ada-lang.h: New file
7764 * ada-lex.c: New file
7765 * ada-lex.l: New file
7766 * ada-tasks.c: New file
7767 * ada-typeprint.c: New file
7768 * ada-valprint.c: New file
7769
0ddd0135
JT
77702002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
7771
7772 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
7773 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
7774
750fbacc
JT
77752002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
7776
7777 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
7778 insetead of ppc-linux-tdep.o.
7779 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
7780 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
7781
df94e18a
AC
77822002-06-02 Andrew Cagney <ac131313@redhat.com>
7783
7784 2002-05-07 Christian Groessler <chris@groessler.org>
7785 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
7786 bit register contents for little endian hosts.
7787
1a38ab75
AC
77882002-06-01 Andrew Cagney <ac131313@redhat.com>
7789
7790 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
7791 any maintainer.
7792
8b1632ac
AC
77932002-06-01 Andrew Cagney <ac131313@redhat.com>
7794
7795 * gdbarch.h: Regenerate.
7796
627054c8
AC
77972002-06-01 Andrew Cagney <ac131313@redhat.com>
7798
7799 * MAINTAINERS: Add everyone to write-after-approval list.
7800
4f460812
AC
78012002-06-01 Andrew Cagney <ac131313@redhat.com>
7802
7803 * stack.c (frame_info): Use frame_register_unwind instead of
7804 saved_regs. Mention when the SP is on the stack or in a register.
7805
7806 * frame.h (frame_register_unwind_ftype): Define. Document.
7807 (struct frame_info): Add field register_unwind and
7808 register_unwind_cache.
7809 (frame_register_unwind): Declare.
7810 (generic_unwind_get_saved_register): Declare.
7811
7812 * frame.c (frame_register_unwind): New function.
7813 (generic_unwind_get_saved_register): New function.
7814
7815 * blockframe.c (generic_call_dummy_register_unwind): New function.
7816 (frame_saved_regs_register_unwind): New function.
7817 (set_unwind_by_pc): New function.
7818 (create_new_frame): New function.
7819 (get_prev_frame): New function.
7820
de888f76
AC
78212002-05-30 Andrew Cagney <ac131313@redhat.com>
7822
7823 * a29k-share/: Delete directory.
7824 * remote-vx29k.c: Delete file.
7825
2f2c3626
JT
78262002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
7827
7828 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
7829 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
7830
9ce5c36a
JT
78312002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
7832
7833 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
7834 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
7835 (sparc64nbsd-nat.o)
7836 (sparcnbsd-nat.o)
7837 (sparcnbsd-tdep.o): New dependency lists.
7838 * NEWS: Note new UltraSPARC NetBSD native configuration.
7839 * configure.host (sparc64-*-netbsd*): New host.
7840 * configure.tgt (sparc-*-netbsdelf*)
7841 (sparc-*-netbsd*): Set gdb_target to nbsd.
7842 (sparc64-*-netbsd*): New target.
7843 * sparc64nbsd-nat.c: New file.
7844 * sparcnbsd-nat.c: New file.
7845 * sparcnbsd-tdep.c: New file.
7846 * sparcnbsd-tdep.h: New file.
7847 * config/sparc/nbsd.mt: New file.
7848 * config/sparc/nbsd64.mh: New file.
7849 * config/sparc/nbsd64.mt: New file.
7850 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
7851 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
7852 (HOST_IPC): Remove.
7853 * config/sparc/nbsdaout.mt: Remove.
7854 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
7855 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
7856 (HOST_IPC): Remove.
7857 * config/sparc/nbsdelf.mt: Remove.
7858 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
7859 sparc-nat.c compatiblity defines.
7860 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
7861 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
7862 * config/sparc/tm-nbsd64.h: New file.
7863 * config/sparc/tm-nbsdaout.h: Remove.
7864 * config/sparc/xm-nbsd.h: Remove.
7865
ef3cf062
JT
78662002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
7867
7868 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
7869 * sparc-tdep.c: Include osabi.h.
7870 (gdbarch_tdep): Add osabi member.
7871 (_initialize_sparc_tdep): Use gdbarch_register.
7872 (sparc_gdbarch_init): Use generic OS ABI framework.
7873 (sparc_dump_tdep): New function.
7874
ee8ff470
KB
78752002-05-30 Kevin Buettner <kevinb@redhat.com>
7876
7877 * corefile.c (do_captured_read_memory_integer): Return non-zero
7878 result.
7879 (safe_read_memory_integer): Copy result of memory read when
7880 status is non-zero. Also, add comments.
7881
7b112f9c
JT
78822002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
7883
7884 * Makefile.in (ppc_tdep_h): Define.
7885 (ppc-linux-nat.o)
7886 (ppc-linux-tdep.o)
7887 (rs6000-tdep.o): Use $(ppc_tdep_h).
7888 (ppc-sysv-tdep.o)
7889 (ppcnbsd-nat.o)
7890 (ppcnbsd-tdep.o): New dependency lists.
7891 * ppc-tdep.h: Use generic OS ABI framework.
357edbbc
JT
7892 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
7893 (ppc_linux_init_abi): New functions.
7b112f9c
JT
7894 (ppc_sysv_abi_broken_use_struct_convention)
7895 (ppc_sysv_abi_use_struct_convention)
7896 (ppc_sysv_abi_push_arguments): Move to...
7897 * ppc-sysv-tdep.c: ...here.
7898 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
7899 * rs6000-tdep.c (process_note_abi_tag_sections)
7900 (get_elfosabi): Remove.
7901 (rs6000_gdbarch_init): Use generic OS ABI framework.
7902 (rs6000_dump_tdep): New function.
7903 (_initialize_rs6000_tdep): Use gdbarch_register.
7904 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
7905 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
7906 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
7907 of ppc-linux-tdep.o.
7908 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
7909 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
7910 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
7911 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
7912 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
7913 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
7914
480dd42a
JB
79152002-05-29 Jim Blandy <jimb@redhat.com>
7916
7917 * macroscope.c (default_macro_scope): Put `void' in empty argument
7918 list.
7919
4182591f
AC
79202002-05-29 Andrew Cagney <ac131313@redhat.com>
7921
7922 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
7923 * arch-utils.c: Include "sim-regno.h".
7924 * gdbarch.sh: Don't include "sim-regno.h".
7925 * gdbarch.h, gdbarch.c: Regenerate.
7926 * sim-regno.h (legacy_register_sim_regno): Move declaration from
7927 here.
7928 * arch-utils.h (legacy_register_sim_regno): To here.
7929 * remote-sim.c (legacy_register_sim_regno): Move function from
7930 here.
7931 * arch-utils.c (legacy_register_sim_regno): To here.
7932
8238d0bf
AC
79332002-05-28 Andrew Cagney <ac131313@redhat.com>
7934
7935 * sim-regno.h: New file.
7936 * Makefile.in (sim_regno_h): Define.
7937 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
7938 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
7939 (legacy_register_sim_regno): New function.
7940 (one2one_register_sim_regno): New function.
7941 (gdbsim_fetch_register): Rewrite.
7942 (gdbsim_store_register): Only store a register when
7943 REGISTER_SIM_REGNO is valid.
7944 * d10v-tdep.c: Include "sim-regno.h".
7945 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
7946 (d10v_ts3_register_sim_regno): Ditto.
7947 * gdbarch.sh: Include "sim-regno.h".
7948 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
7949 * gdbarch.h, gdbarch.c: Regenerate.
7950 * arch-utils.h (default_register_sim_regno): Delete declaration.
7951 * arch-utils.c (default_register_sim_regno): Delete function.
7952
485721b1
JT
79532002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
7954
7955 * ppcnbsd-nat.c: Rewrite.
7956 * ppcnbsd-tdep.c: New file.
7957 * ppcnbsd-tdep.h: New file.
7958 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
7959 solib.o, and solib-svr4.o.
7960 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
7961 nbsd-tdep.o, and corelow.o.
7962
697f244d
AC
79632002-05-28 Andrew Cagney <ac131313@redhat.com>
7964
7965 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
7966 `tr' and `sed'. Mention that `broken' targets are not expected to
7967 build.
7968
f08caad1 79692002-05-27 Michal Ludvig <mludvig@suse.cz>
b1ab997b
ML
7970
7971 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
7972 Let PC point right after the prologue before looking up symbols.
7973
3139facc
MH
79742002-05-27 Martin M. Hunt <hunt@redhat.com>
7975
7976 * i386-tdep.c (i386_register_virtual_type): Return
7977 builtin_type_vec128i for SSE registers.
7978
7979 * gdbtypes.h (builtin_type_vec128i): Declare.
7980
7981 * gdbtypes.c (build_builtin_type_vec128i): New function.
7982 (builtin_type_v2_double, builtin_type_v4_int64): New types.
7983 (builtin_type_vec128i): New type for SSE2 128-bit registers.
7984 (build_gdbtypes): Initialize new builtin vector types.
7985 (_initialize_gdbtypes): Register new vector types with gdbarch.
7986
6e3ba3b8
JT
79872002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7988
7989 * MAINTAINERS: ns32k is not longer an obsolete candidate,
7990 since it has been multi-arch'd.
7991 * NEWS: Note that ns32k-*-* is now partial multi-arch.
7992 Move Alpha and VAX multi-arch news entries to same section
7993 as other multi-arch news.
7994
93d5585d
JT
79952002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7996
7997 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
7998 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
7999 static. Rename some register numbers to put them in ns32k-tdep
8000 private namespace.
8001 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
8002 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
8003 functions.
8004 (_initialize_ns32k_tdep): Use gdbarch_register.
8005 * ns32k-tdep.h: New file.
8006 * ns32knbsd-tdep.c: New file.
8007 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
8008 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
8009 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
8010 REGISTER_BYTES, REGISTER_BYTE): Remove.
8011 * config/ns32k/tm-ns32k.h: New file.
8012 * config/ns32k/tm-umax.h: Remove.
8013
efb2c70e
JT
80142002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
8015
8016 * ns32k-tdep.c (ns32k_saved_pc_after_call,
8017 ns32k_store_struct_return, ns32k_extract_return_value,
8018 ns32k_store_return_value, ns32k_extract_struct_value_address): New
8019 functions.
8020 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
8021 ns32k_saved_pc_after_call.
8022 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
8023 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
8024 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
8025 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
8026 ns32k_extract_struct_value_address.
8027
7bcc927b
JT
80282002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
8029
8030 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
8031 ns32k_fix_call_dummy): New.
8032 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
8033 ns32k_call_dummy_words.
8034 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
8035 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
8036 CALL_DUMMY_NARGS): Remove.
8037 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
8038
78f9d765
JT
80392002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
8040
8041 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
8042 ns32k_frame_saved_pc, ns32k_frame_args_address,
8043 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
8044 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
8045 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
8046 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
8047 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
8048 (BREAKPOINT): Remove..
8049 (FRAME_CHAIN): Define as ns32k_frame_chain.
8050 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
8051 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
8052 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
8053 (FRAME_FIND_SAVED_REGS): Remove.
8054 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
8055 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
8056 (POP_FRAME): Define as ns32k_pop_frame.
8057
f2c762e0
JT
80582002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
8059
8060 * ns32k-tdep.c (ns32k_register_byte_32082,
8061 ns32k_register_byte_32382, ns32k_register_raw_size,
8062 ns32k_register_virtual_size, ns32k_register_virtual_type): New
8063 functions.
8064 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
8065 ns32k_register_byte_32382.
8066 * config/ns32k/tm-umax.h: Update copyright years.
8067 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
8068 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
8069 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
8070 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
8071 (ns32k_get_enter_addr): Fix prototype.
8072
af137673
JT
80732002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
8074
8075 * ns32k-tdep.c: Update copyright years.
8076 (ns32k_register_name_32082): New function.
8077 (ns32k_register_name_32382): Ditto.
8078 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
8079 (REGISTER_NAME): Define as ns32k_register_name_32382.
8080 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
8081 (REGISTER_NAME): Define as ns32k_register_name_32082.
8082
a8bc7b56
JB
80832002-05-24 Jim Blandy <jimb@redhat.com>
8084
8085 * dwarf2read.c (free_line_header): Use xfree, not free.
8086
83a45910
JT
80872002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
8088
8089 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
8090 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
8091
0db71247
AC
80922002-05-23 Andrew Cagney <ac131313@redhat.com>
8093
8094 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
8095
b9e5e4dd
AC
80962002-05-23 Andrew Cagney <ac131313@redhat.com>
8097
8098 From Ross Alexander at NEC Europe:
8099 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
8100
de530e84
MS
81012002-05-23 Michael Snyder <msnyder@redhat.com>
8102
8103 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
8104 for input, rather than parse_and_eval_address.
8105
b91b96f4
AC
81062002-05-23 Andrew Cagney <ac131313@redhat.com>
8107
8108 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
8109 * Makefile.in (sim_d10v_h): Update definition.
8110
8b279e7a
AC
81112002-05-24 Andrew Cagney <cagney@redhat.com>
8112
8113 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
8114 change `2002-05-22 Michael Snyder' below.
8115 (d10v_push_arguments): Ditto.
8116 (d10v_extract_return_value): Ditto.
8117
0a3d0425
JB
81182002-05-23 Jim Blandy <jimb@redhat.com>
8119
8120 * macrotab.c (check_for_redefinition): Don't complain if the new
8121 definition is the same as the previous one. Take more arguments
8122 to allow the comparison.
8123 (macro_define_object, macro_define_function): Pass more arguments
8124 to check_for_redefinition.
8125
78eac43e
MS
81262002-05-22 Michael Snyder <msnyder@redhat.com>
8127
8128 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
8129 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
8130 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
8131 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
8132 Don't bail if return_pc is PC_IN_CALL_DUMMY.
8133 Add a temp variable to save a call (and a memory read).
8134 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
8135 if possible (so that PC_IN_CALL_DUMMY will work).
8136
9bc1edb8
CV
81372002-05-22 Corinna Vinschen <vinschen@redhat.com>
8138
8139 * MAINTAINERS: Remove status `OBSOLETE' from v850.
8140
005ef3d2
ML
81412002-05-22 Michal Ludvig <mludvig@suse.cz>
8142
8143 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
8144 fde->cie_ptr.
8145 (dwarf2_build_frame_info): Corrected handling of eh_frame.
8146 (dwarf2_build_frame_info): Add offset to fde->initial_location
8147 so that frames of shared libraries are mapped correctly.
6c3eb890
ML
8148 (execute_stack_op): Change type of 'result' from ULONGEST to
8149 CORE_ADDR.
005ef3d2 8150
fcf4f891
JT
81512002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
8152
8153 * config/alpha/tm-nbsd.h: Include solib.h.
8154
cfef91e4
JT
81552002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
8156
8157 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
8158 assumptions about the host's byte order.
8159
9964235a
JT
81602002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
8161
8162 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
8163 to dependency list.
8164 * alphanbsd-tdep.c: Include solib-svr4.h.
8165 * shnbsd-tdep.c: Ditto.
8166
9eeef8ef
JT
81672002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
8168
8169 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
8170 nbsd-tdep.h to dependency list.
8171 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
8172 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
8173 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
8174 nbsdaout.mh and nbsdelf.mh consistently.
8175 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
8176 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
8177 nbsdaout.mt and nbsdelf.mh consistently.
8178 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
8179 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
8180 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
8181 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
8182 a.out shared library stuff from here...
8183 * config/nm-nbsdaout.h: ...to here.
8184 * config/tm-nbsd.h: Remove.
8185 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
8186 * config/arm/nbsd.mh: Remove.
8187 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
8188 nbsd-tdep.o.
8189 * config/arm/nbsdaout.mh: New file.
8190 * config/arm/nbsdelf.mh: New file.
8191 * config/arm/nm-nbsdaout.h: New file.
8192 * config/i386/nbsd.mh: Remove.
8193 * config/i386/nbsd.mt: Remove.
8194 * config/i386/nbsdaout.mh: New file.
8195 * config/i386/nbsdaout.mt: New file.
8196 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
8197 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
8198 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
8199 i386_register_u_addr): Remove.
8200 * config/i386/nm-nbsdaout.h: New file.
8201 * config/i386/nm-nbsdelf.h: Remove.
8202 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
8203 (USE_STRUCT_CONVENTION): Remove.
8204 * config/i386/tm-nbsdaout.h: New file.
8205 * config/i386/tm-nbsdelf.h: Remove.
8206 * config/m68k/nbsd.mh: Remove.
8207 * config/m68k/nbsd.mt: Remove.
8208 * config/m68k/nbsdaout.mh: New file.
8209 * config/m68k/nbsdaout.mt: New file.
8210 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
8211 * config/m68k/nm-nbsdaout.h: New file.
8212 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
8213 (IN_SOLIB_CALL_TRAMPOLINE): Define.
8214 * config/ns32k/nbsd.mh: Remove.
8215 * config/ns32k/nbsd.mt: Remove.
8216 * config/ns32k/nbsdaout.mh: New file.
8217 * config/ns32k/nbsdaout.mt: New file.
8218 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
8219 * config/ns32k/nm-nbsdaout.h: New file.
8220 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
8221 (IN_SOLIB_CALL_TRAMPOLINE): Define.
8222 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
8223 (SVR4_SHARED_LIBS): Remove.
8224 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
8225 * config/sparc/nbsd.mh: Remove.
8226 * config/sparc/nbsd.mt: Remove.
8227 * config/sparc/nbsdaout.mh: New file.
8228 * config/sparc/nbsdaout.mt: New file.
8229 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
8230 * config/sparc/nbsdelf.mt: New file.
8231 * config/sparc/nm-nbsdaout.h: New file.
8232 * config/sparc/nm-nbsdelf.h: Remove.
8233 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
8234 * config/sparc/tm-nbsdaout.h: New file.
8235
257ce470
JT
82362002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
8237
8238 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
8239 mipsnbsd-tdep.c
8240 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
8241
76a6d5fe
JT
82422002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
8243
8244 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
8245 shnbsd-nat.c.
8246 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
8247
45888261
JT
82482002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
8249
8250 * NEWS: Note new MIPS NetBSD native configuration.
8251 * configure.host (mips*-*-netbsd*): New host.
8252 * configure.tgt (mips*-*-netbsd*): New target.
8253 * mipsnbsd-nat.c: New file.
8254 * mipsnbsd-tdep.c: New file.
8255 * mipsnbsd-tdep.h: New file.
8256 * config/mips/nbsd.mh: New file.
8257 * config/mips/nbsd.mt: New file.
8258 * config/mips/nm-nbsd.h: New file.
8259 * config/mips/tm-nbsd.h: New file.
8260
70f80edf
JT
82612002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
8262
8263 * Makefile.in (SFILES): Add osabi.c.
8264 (COMMON_OBS): Add osabi.o.
8265 (osabi.o): New dependency list.
8266 * osabi.c: New file.
8267 * osabi.h: New file.
8268 * doc/gdbint.texinfo: Document new generic OS ABI framework.
8269
8270 * Makefile.in (alpha_tdep_h): Define and use instead of
8271 alpha-tdep.h.
8272 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
8273 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
8274 Remove.
8275 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
8276 * alpha-tdep.h: Include osabi.h.
8277 (alpha_abi): Remove.
8278 (gdbarch_tdep): Use generic OS ABI framework.
8279 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
8280 gdbarch_register_osabi.
8281 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
8282 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
8283 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
8284
8285 * Makefile.in (sh_tdep_h): Add osabi.h.
8286 * sh-tdep.h (sh_osabi): Remove.
8287 (gdbarch_tdep): Use generic OS ABI framework.
8288 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
8289 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
8290 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
8291 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
8292
8293 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
8294 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
8295 gdbarch_register_osabi.
8296 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
8297 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
8298 (get_elfosabi): Rename to...
8299 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
8300 ABI framework support routines.
8301 (arm_gdbarch_init): Use generic OS ABI framework.
8302 (arm_dump_tdep): Likewise.
8303 (_initialize_arm_tdep): Likewise.
8304 * arm-tdep.h: Include osabi.h.
8305 (arm_abi): Remove.
8306 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
8307 osabi member.
8308 (arm_gdbarch_register_os_abi): Remove prototype.
8309 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
8310 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
8311
8312 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
8313 * mips-tdep.c: Include osabi.h.
8314 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
8315 OS ABI framework.
8316
d194345b
KH
83172002-05-20 Kazu Hirata <kazu@cs.umass.edu>
8318
8319 * h8300-tdep.c: Fix formatting.
8320
70c6b0d1
EZ
83212002-05-20 Elena Zannoni <ezannoni@redhat.com>
8322
8323 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
8324 printing vector registers.
8325
165b8e33
AC
83262002-05-19 Andrew Cagney <ac131313@redhat.com>
8327
8328 From Fernando Nasser:
8329 * remote.c (remote_async_open_1): Re-throw the exception when the
8330 connection fails.
8331 (remote_cisco_open): Ditto.
8332 (remote_open_1): Ditto.
8333
36918e70
AC
83342002-05-19 Andrew Cagney <ac131313@redhat.com>
8335
8336 * remote.c (remote_start_remote_dummy): Add uiout parameter.
8337 (remote_start_remote): Add uiout parameter. Pass through to
8338 remote_start_remote_dummy.
8339 (remote_open_1): Use catch_exception instead of catch_errors.
8340 (remote_async_open_1): Ditto.
8341 (remote_cisco_open): Ditto.
8342
ae44c0c4
AC
83432002-05-19 Andrew Cagney <ac131313@redhat.com>
8344
8345 * remote.c (remote_start_remote): Replace PTR with void pointer.
8346 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
8347 static.
8348
8efe637d
AC
83492002-05-18 Andrew Cagney <ac131313@redhat.com>
8350
8351 * gdb_indent.sh: Allow the script to be run in the sim directory.
8352
2f1b5984
MK
83532002-05-18 Mark Kettenis <kettenis@gnu.org>
8354
f0f625e2
MK
8355 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
8356 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
8357
2f1b5984
MK
8358 * corelow.c (core_open): Only call set_gdbarch_from_file if
8359 exec_bfd is NULL.
8360
fc974602
AV
83612002-05-17 Andrey Volkov <avolkov@transas.com>
8362
8363 * h8300-tdep.c: Add support of EXR register
8364 * config/h8300/tm-h8300.h: Ditto.
8365
906709f4
AV
83662002-05-17 Andrey Volkov <avolkov@transas.com>
8367
8368 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
8369
6e591d68
AV
83702002-05-17 Andrey Volkov <avolkov@transas.com>
8371
8372 * h8300-tdep.c: Change literal regnums to REGNO.
8373
84f0252a
JB
83742002-05-17 Jim Blandy <jimb@redhat.com>
8375
e0e9281e
JB
8376 * NEWS: Note addition of macro support.
8377
84f0252a
JB
8378 Expand preprocessor macros in C expressions.
8379 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
8380 (scan_macro_expansion, scanning_macro_expansion,
8381 finished_macro_expansion): New function declarations.
8382 (expression_macro_lookup_func, expression_macro_lookup_baton): New
8383 variable declarations.
8384 * parser-defs.h (expression_context_pc): New declaration.
8385 * parse.c (expression_context_pc): New variable.
8386 (parse_exp_1): Set expression_context_pc, as well as
8387 expression_context_block.
8388 * c-exp.y (yylex): If we're not already reading the result of a
8389 macro expansion, try to macro-expand the next token. When we're
8390 done scanning a macro expansion, switch back to the mainline text.
8391 Commas and `if's in a macro's expansion don't terminate the input.
8392 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
8393 (macro_original_text, macro_expanded_text,
8394 expression_macro_lookup_func, expression_macro_lookup_baton): New
8395 variables.
8396 (scan_macro_expansion, scanning_macro_expansion,
8397 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
8398 c_preprocess_and_parse): New functions.
8399 (c_language_defn, cplus_language_defn, asm_language_defn): Call
8400 c_preprocess_and_parse, instead of c_parse.
8401 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
8402 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
8403
1c509ca8
JR
8404Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
8405
8406 * sh-tdep.c (gdb_print_insn_sh64): Delete.
8407 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
8408 (sh_gdbarch_init): Always use gdb_print_insn_sh.
8409
2250ee0c
CV
84102002-05-17 Corinna Vinschen <vinschen@redhat.com>
8411
8412 * NEWS: Add section for multi-arched targets. Add v850 to that section.
8413
ab3b8126
JT
84142002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
8415
8416 * Makefile.in (sh_tdep_h): Define and use.
8417 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
8418 register enum): Move to...
8419 * * sh-tdep.h: ...here.
8420 * sh-tdep.c: Include sh-tdep.h.
8421 * sh3-rom.c: Likewise.
8422 * shnbsd-tdep.c: Likewise.
8423
ed9d4749
MS
84242002-05-16 Michael Snyder <msnyder@redhat.com>
8425
8426 * arm-tdep.c: Spelling fix in comment.
8427
2e276125
JB
84282002-05-16 Jim Blandy <jimb@redhat.com>
8429
6821892e
JB
8430 Add commands for manually expanding macros and showing their
8431 definitions.
8432 * macrocmd.c, macroscope.c, macroscope.h: New files.
8433 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
8434 (macroscope_h): New variable.
8435 (HFILES_NO_SRCDIR): Add macroscope.h.
8436 (COMMON_OBS): Add macrocmd.o, macroscope.o.
8437 (macroscope.o, macrocmd.o): New rules.
8438
2e276125
JB
8439 Teach the Dwarf 2 reader to read macro information.
8440 * dwarf2read.c: #include "macrotab.h".
8441 (dwarf_macinfo_buffer): New variable.
8442 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
8443 dwarf_macinfo_size.
8444 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
8445 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
8446 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
8447 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
8448 dwarf2_macro_spaces_in_definition): New complaints.
8449 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
8450 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
8451 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
8452 the partial symbol table.
8453 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
8454 from what's recorded in the partial symbol table.
8455 (read_file_scope): If the compilation unit has a
8456 `DW_AT_macro_info' attribute, read its macro information.
8457 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
8458
2f53fe6c
DJ
84592002-05-16 Daniel Jacobowitz <drow@mvista.com>
8460
8461 Fix PR gdb/546
8462 * ser-tcp.c: Don't include <netinet/udp.h>.
8463
2be99286
SC
84642002-05-16 Stephane Carrez <stcarrez@nerim.fr>
8465
8466 * MAINTAINERS: Update my email address.
8467
c9af212b 84682002-05-16 Richard Earnshaw <rearnsha@arm.com>
8501bbeb
RE
8469
8470 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
8471 include file of the same name.
8472
bf5f1a52
CV
84732002-05-16 Corinna Vinschen <vinschen@redhat.com>
8474
8475 * configure.tgt: Mark v850 as multi-arched.
8476 * config/v850/tm-v850.h: Remove file.
8477 * config/v850/v850.mt: Eliminate TM_FILE.
8478
435e042a
CV
84792002-05-16 Corinna Vinschen <vinschen@redhat.com>
8480
8481 * v850-tdep.c: Full multi-arch.
8482 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
8483 Define GDB_MULTI_ARCH to 2.
8484
9819c6c8
PM
84852002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
8486
8487 * p-exp.y (current_type): New static variable.
8488 Carries the type of the expression at the position that is parsed.
8489 (push_current_type, pop_current_type): Two new functions. Used
8490 to store/restore current_type in expression on specific tokens.
c9af212b
RE
8491 (search_field): New static variable. Set to one after parsing a point
8492 as at that point only a FIELDNAME token should be searched.
9819c6c8
PM
8493 (FIELDNAME): New token. After a point only a token belonging to
8494 current_type type definition is allowed.
8495 (all over token rules): reset and change current_type according
8496 to rules.
8497 (exp '[' rule): insert implicit array index field if
8498 exp is a pascal string type.
8499
3a06899a
CV
85002002-05-16 Corinna Vinschen <vinschen@redhat.com>
8501
8502 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
8503 frame info. Use frame_info's saved_regs instead of matching member
8504 in extra_frame_info throughout.
8505 (v850_frame_init_saved_regs): New function.
8506 (v850_init_extra_frame_info): Move most functionality into
8507 v850_frame_init_saved_regs().
8508 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
8509 (v850_frame_find_saved_regs): Remove declaration.
8510 (FRAME_FIND_SAVED_REGS): Remove definition.
8511 (v850_frame_init_saved_regs): Add declaration.
8512 (FRAME_INIT_SAVED_REGS): Add definition.
8513
6ed14b0e
CV
85142002-05-16 Corinna Vinschen <vinschen@redhat.com>
8515
8516 * v850-tdep.c: Begin multi-arch'ing v850.
8517 (v850_target_architecture_hook): Remove function.
8518 (v850_gdbarch_init): New function. Add code previously in
8519 v850_target_architecture_hook().
8520 (_initialize_v850_tdep): Don't set target_architecture_hook.
8521 Call register_gdbarch_init() instead.
8522
42725910
DJ
85232002-05-16 Daniel Jacobowitz <drow@mvista.com>
8524
8525 * gdbtypes.h (struct cplus_struct_type): Remove args field.
8526 * hpread.c (hpread_read_struct_type): Remove assignments to args.
8527 (fixup_class_method_type): Likewise.
8528
99d9066e
JB
85292002-05-15 Jim Blandy <jimb@redhat.com>
8530
8531 Add macro structures to GDB's symbol tables. Nobody puts anything
8532 in them yet.
8533 * symtab.h (struct symtab): New member: `macro_table'.
8534 * buildsym.h (pending_macros): New global variable.
8535 * buildsym.c: #include "macrotab.h".
8536 (buildsym_init): Initialize `pending_macros'.
8537 (end_symtab): If we found macro information while reading a CU's
8538 debugging info, do build a symtab structure for it. Make the
8539 symtab point to the macro information, and clear the
8540 `pending_macros' pointer which held it while we were reading the
8541 debug info.
8542 (really_free_pendings): Free any pending macro table.
8543 * objfiles.h (struct objfile): New member: `macro_cache'.
8544 * objfiles.c (allocate_objfile): Set allocate and free functions
8545 for the macro cache's objstack.
8546 (free_objfile): Empty the macro cache's obstack.
8547 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
8548 set new allocate and free functions for it.
8549 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
8550 free functions for the macro cache's objstack. (Why is this
8551 function building its own objfile?)
8552 * symmisc.c (print_objfile_statistics): Print statistics on the
8553 macro bcache.
8554 * Makefile.in: Note that buildsym.o depends on macrotab.h.
8555
c899585b
RE
85562002-05-15 Richard Earnshaw <rearnsha@arm.com>
8557
8558 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
8559 (REGISTER_U_ADDR): Delete definition.
8560 (arm_register_u_addr): Delete declaration.
8561
a6cdd8c5
RE
85622002-05-15 Richard Earnshaw <rearnsha@arm.com>
8563
8564 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
8565 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
8566
c97dcfc7
AC
85672002-05-14 Andrew Cagney <ac131313@redhat.com>
8568
8569 * regcache.c (register_valid): Revise comments refering to "Not
8570 available" and "unavailable".
8571 * frame.c (frame_register_read): Ditto.
8572 * findvar.c (value_of_register): Ditto.
8573
93021b7d
AC
85742002-05-15 Andrew Cagney <cagney@redhat.com>
8575
8576 * Makefile.in (remote_sim_h): Replace remote-sim_h.
8577 (remote-sim.o): Update dependencies.
8578 (d10v-tdep.o): Specify dependencies.
8579 (sim_d10v_h): Define.
8580
a86bc61c
JB
85812002-05-14 Jim Blandy <jimb@redhat.com>
8582
8583 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
8584 * macrotab.c (macro_lookup_inclusion, find_definition,
8585 new_macro_table): Same.
8586
8587 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
8588 not `! strcmp ()'. This is a dubious improvement.
8589 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
8590
8591 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
8592 although it's not necessary, to avoid a warning.
8593
2fdde8f8
DJ
85942002-05-14 Daniel Jacobowitz <drow@mvista.com>
8595
8596 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
8597 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
8598 TYPE_INSTANCE_FLAGS.
8599 (struct main_type): New.
8600 (struct type): Move most members to struct main_type. Change
8601 cv_type and as_type to new type_chain member. Add instance_flags.
8602 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
8603 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
8604 (finish_cv_type): Remove prototype.
8605 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
8606 Set TYPE_CHAIN.
8607 (alloc_type_instance): New function.
8608 (smash_type): New function.
8609 (make_pointer_type, make_reference_type, make_function_type)
8610 (smash_to_member_type, smash_to_method_type): Call smash_type.
8611 (make_qualified_type): New function.
8612 (make_type_with_address_space): Call make_qualified_type.
8613 (make_cv_type): Likewise.
8614 (finish_cv_type): Remove unnecessary function.
8615 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
8616 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
8617 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
8618 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
8619 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
8620 * hpread.c (hpread_read_struct_type): Likewise.
8621 * stabsread.c (read_struct_type): Likewise.
8622
843fedf4
EZ
86232002-05-14 Elena Zannoni <ezannoni@redhat.com>
8624
8625 * configure.tgt: Add a catch all sh* target, for cases like
8626 sh[2,3,4]-elf and sh-hms.
8627
05a6c72c
KS
86282002-05-14 Keith Seitz <keiths@redhat.com>
8629
8630 * event-loop.c (create_file_handler): Don't do anything but
8631 update data when we are given a fd which we are already
8632 monitoring.
8633
5d085aaf
ML
86342002-05-14 Michal Ludvig <mludvig@suse.cz>
8635
8636 * dwarf2cfi.c (context_cpy): Copy registers correctly.
8637 (update_context): Use __func__ in warnings.
8638
9db8d71f
DJ
86392002-05-14 Daniel Jacobowitz <drow@mvista.com>
8640
8641 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
8642 and tcp_close to net_open and net_close.
8643 (net_open): Accept "udp:" and "tcp:" specifications. Connect
8644 using UDP if requested. Don't try to disable Nagle on UDP
8645 sockets.
8646 * remote.c (remote_serial_open): New function. Warn about UDP.
8647 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
8648
5dbc6baa
EZ
86492002-05-13 Elena Zannoni <ezannoni@redhat.com>
8650
8651 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
8652
cc3023f7
EZ
86532002-05-13 Elena Zannoni <ezannoni@redhat.com>
8654
8655 * configure.tgt: Remove sh-hms target.
8656 * MAINTAINERS: Don't list sh-hms as a separate target.
8657
ec2bcbe7
JB
86582002-05-13 Jim Blandy <jimb@redhat.com>
8659
8660 Add first preprocessor macro-expansion files.
8661 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
8662 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
8663 (splay_tree_h, macroexp_h, macrotab_h): New variable.
8664 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
8665 (COMMON_OBS): Add macrotab.o, macroexp.o.
8666 (macroexp.o, macrotab.o): New rules.
8667
6d531722
AC
86682002-05-13 Andrew Cagney <ac131313@redhat.com>
8669
8670 * config/m88k/tm-m88k.h: Update copyright.
8671 (m88k_target_write_pc): Declare
8672 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
8673 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
8674 (SHIFT_INST_REGS): Update definition.
8675 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
8676 using old definition of TARGET_WRITE_PC.
8677 * regcache.c (generic_target_write_pc): Delete code handling
8678 NNPC_REGNUM.
8679 * gdbarch.sh (NNPC_REGNUM): Delete.
8680 * gdbarch.h, gdbarch.c: Regenerate.
8681
3e3f2739
RE
86822002-05-13 Richard Earnshaw <rearnsha@arm.com>
8683
8684 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
8685 builtin reg number.
8686
0004e5a2
DJ
86872002-05-13 Daniel Jacobowitz <drow@mvista.com>
8688
8689 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
8690 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
8691 (gen_address_of, gen_struct_ref, gen_repeat): Use type
8692 access macros.
8693 * c-typeprint.c (cp_type_print_method_args): Likewise.
8694 (c_type_print_args): Likewise.
8695 * d10v-tdep.c (d10v_push_arguments): Likewise.
8696 (d10v_extract_return_value): Likewise.
8697 * expprint.c (print_subexp): Likewise.
8698 * gdbtypes.c (lookup_primitive_typename): Likewise.
8699 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
8700 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
8701 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
8702 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
8703 (TYPE_VECTOR): Likewise.
8704 * hpread.c (hpread_read_struct_type)
8705 (fix_static_member_physnames, fixup_class_method_type)
8706 (hpread_type_lookup): Likewise.
8707 * mdebugread.c (parse_symbol, parse_type): Likewise.
8708 * p-lang.c (is_pascal_string_type): Likewise.
8709 * valops.c (hand_function_call): Likewise.
8710 * x86-64-tdep.c (classify_argument): Likewise.
8711
8712 * hpread.c (hpread_read_function_type)
8713 (hpread_read_doc_function_type): Call replace_type.
8714 * dstread.c (create_new_type): Delete.
8715 (decode_dst_structure, process_dst_function): Call alloc_type.
8716 Use type access macros.
8717
dff95cc7
MK
87182002-05-12 Mark Kettenis <kettenis@gnu.org>
8719
8720 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
8721 the're not supported by the current architecture.
8722 (i387_fill_fxsave): Likewise.
8723
bbcd32ad
FF
87242002-05-12 Fred Fish <fnf@redhat.com>
8725
8726 * symfile.c (default_symfile_offsets): Arrange for uninitialized
8727 sect_index_xxx members to index the first slot in section_offsets
8728 if all of the section_offsets are zero.
8729
89cf4787
MK
87302002-05-12 Mark Kettenis <kettenis@gnu.org>
8731
8732 * configure.tgt (sparc-*openbsd): Remove entry accidentially
8733 checked in with last change.
8734
1f77ffc5
MK
87352002-05-12 Mark Kettenis <kettenis@gnu.org>
8736
8737 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
8738 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
8739 config.sub.
8740
89b8b4a9
DJ
87412002-05-12 Daniel Jacobowitz <drow@mvista.com>
8742
8743 * Makefile.in: Update dependencies.
8744
14a5e767
AC
87452002-05-11 Andrew Cagney <ac131313@redhat.com>
8746
8747 * language.c (local_hex_string_custom): Simplify. Do not depend
8748 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
8749
8750 * memattr.c (mem_info_command): Replace calls to
8751 longest_local_hex_string and longest_local_hex_string_custom.
8752 * buildsym.c (make_blockvector): Ditto.
8753 * solib.c (info_sharedlibrary_command): Ditto.
8754 * tracepoint.c (tracepoints_info): Ditto.
8755 * symtab.c (print_msymbol_info): Ditto.
8756
8757 * language.c (local_hex_string): Delete.
8758 (local_hex_string_custom): Delete.
8759 (longest_local_hex_string): Rename to local_hex_string.
8760 (longest_local_hex_string_custom): Rename to
8761 local_hex_string_custom.
8762 * language.h (local_hex_string): Change parameter type to LONGEST.
8763 (local_hex_string_custom): Ditto.
8764 (longest_local_hex_string): Delete declaration.
8765 (longest_local_hex_string_custom): Ditto.
8766
8767 * solib.c: Update copyright.
8768 * memattr.c: Update copyright.
8769
13d01224
AC
87702002-05-11 Andrew Cagney <ac131313@redhat.com>
8771
8772 * arch-utils.h (legacy_register_to_value): Declare.
8773 (legacy_value_to_register): Declare.
8774 (legacy_convert_register_p): Declare.
8775 * arch-utils.c (legacy_register_to_value): New function.
8776 (legacy_value_to_register): New function.
8777 (legacy_convert_register_p): New function.
8778
8779 * gdbarch.sh (REGISTER_TO_VALUE): Define.
8780 (VALUE_TO_REGISTER): Define.
8781 (CONVERT_REGISTER_P): Define.
8782 * gdbarch.h, gdbarch.c: Regenerate.
8783
8784 * valops.c (value_assign): Use CONVERT_REGISTER_P and
8785 VALUE_TO_REGISTER.
8786 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
8787 CONVERT_REGISTER_P.
8788
4a1970e4
DJ
87892005-05-11 Daniel Jacobowitz <drow@mvista.com>
8790 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8791
8792 * Makefile.in: Update dependencies for valops.c.
8793 * valops.c: Include "gdb_assert.h".
8794 (typecmp): Skip THIS parameter to methods.
8795 (find_method_list): Remove static_memfuncp argument,
8796 update callers. Check for stub methods.
8797 (find_value_oload_method_list): Don't set *static_memfuncp.
8798 (find_overload_match): Don't check for stub methods. Assert
8799 that methods are not stubbed. Handle static methods.
8800 (value_find_oload_method_list): Remove static_memfuncp argument.
8801 * gdbtypes.c (check_stub_method): Do not add THIS pointer
8802 to the argument list for static stub methods.
8803 * value.h (value_find_oload_method_list): Update prototype.
8804
b2e75d78
AC
88052002-05-11 Andrew Cagney <ac131313@redhat.com>
8806
8807 * arch-utils.h (generic_register_size): Declare.
8808 (generic_register_raw_size, generic_register_virtual_size): Delete
8809 declarations.
8810 * arch-utils.c (generic_register_raw_size): Delete.
8811 (generic_register_size): New function.
8812 (generic_register_virtual_size): Delete.
8813
8814 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
8815 default generic_register_size.
8816 * gdbarch.h, gdbarch.c: Re-generate.
8817
8818 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
8819 register_virtual_size.
8820 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
8821 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8822
451fbdda
AC
88232002-05-11 Andrew Cagney <ac131313@redhat.com>
8824
8825 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
8826 * gdbarch.h, gdbarch.c: Regenerate.
8827 * gnu-v3-abi.c: Update copyright.
8828 (vtable_address_point_offset): Update.
8829 (gnuv3_rtti_type): Update.
8830 (gnuv3_baseclass_offset): Update.
8831 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
8832 (init_fetch_link_map_offsets): Update.
8833 * remote.c (get_remote_state): Update.
8834
6d2f5cea
DJ
88352002-05-11 Daniel Jacobowitz <drow@mvista.com>
8836
8837 * TODO: Remove value_headof/value_from_vtable_info comment.
8838 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
8839 * values.c (value_headof, value_from_vtable_info): Delete.
8840 * value.h (value_from_vtable_info): Delete prototype.
8841
d2324da4
AC
88422002-05-11 Andrew Cagney <ac131313@redhat.com>
8843
8844 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
8845 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
8846 $(gdb_regex_h).
8847 (gdb_assert_h): Define.
8848 (gdb_wait_h): Define.
8849 (gdb_regex_h): Define.
8850
5c717440
DJ
88512002-05-11 Daniel Jacobowitz <drow@mvista.com>
8852
8853 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
8854 * linespec.c (find_methods): Handle GCC 3.x template constructors.
8855
6c7861b3
JT
88562002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8857
8858 * nbsd-tdep.c: Fix comment.
8859
ea5bc2a6
JT
88602002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8861
8862 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
8863 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
8864 (nbsd-tdep.o): New dependency list.
8865 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
8866 nbsd-tdep.h.
8867 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
8868 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
8869 * nbsd-tdep.c: New file.
8870 * nbsd-tdep.h: New file.
8871 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
8872 nbsd-tdep.h.
8873 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
8874 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
8875 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
8876 * config/sh/nbsd.mt (TDEPFILES): Ditto.
8877
b28da865
JT
88782002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8879
8880 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
8881 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
8882 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
8883 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
8884 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
8885 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
8886
4b8ff1fa
JT
88872002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8888
8889 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
8890 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
8891 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
8892 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
8893 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
8894 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
8895 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
8896
dfe6eb1f
JT
88972002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8898
8899 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
8900 fetch_elfcore_registers to...
8901 * i386nbsd-tdep.c: ...here.
8902 (i386nbsd_use_struct_convention): Rename to...
8903 (i386nbsd_aout_use_struct_convention): ...this.
8904 (i386nbsd_supply_reg): New function.
8905 (i386nbsd_fill_reg): New function.
8906 (fetch_core_registers): Use i386nbsd_supply_reg.
8907 (fetch_elfcore_registers): Likewise.
8908 (_initialize_i386nbsd_tdep): New function.
8909 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
8910 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
8911 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
8912 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
8913 (i386nbsd_aout_use_struct_convention): ...this.
8914
20cb8cda
JT
89152002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8916
8917 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
8918 (store_inferior_registers): Use shnbsd_fill_reg.
8919 * shnbsd-tdep.c (sh_nbsd_supply_registers,
8920 sh_nbsd_supply_register): Collapse into...
8921 (shnbsd_supply_reg): ...this.
8922 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
8923 (shnbsd_fill_reg): ...this.
8924 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
8925 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
8926 (fetch_core_registers): Use shnbsd_supply_reg.
8927 (fetch_elfcore_registers): Use shnbsd_supply_reg.
8928 (sh_nbsd_core_fns): Rename to...
8929 (shnbsd_core_fns): ...this.
8930 (sh_nbsd_elfcore_fns): Rename to...
8931 (shnbsd_elfcore_fns): ...this.
8932 (sh_nbsd_init_abi): Rename to...
8933 (shnbsd_init_abi): ...this.
8934 (_initialize_sh_nbsd_tdep): Rename to...
8935 (_initialize_shnbsd_tdep): ...this.
8936 * shnbsd-tdep.h (sh_nbsd_supply_registers,
8937 sh_nbsd_supply_register, sh_nbsd_fill_registers,
8938 sh_nbsd_fill_register): Remove prototypes.
8939 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
8940
e750d25e
JT
89412002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8942
8943 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
8944 (i387-nat.o): Delete dependency list.
8945 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
8946 (x86-64-linux-nat.o): Likewise.
8947 * i387-nat.c: Delete file, moving contents to...
8948 * i387-tdep.c: ...here.
8949 * i387-nat.h: Rename...
8950 * i387-tdep.h: ...to this.
8951 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
8952 * i386-linux-nat.c: Likewise.
8953 * i386bsd-nat.c: Likewise.
8954 * i386gnu-nat.c: Likewise.
8955 * i386nbsd-nat.c: Likewise.
8956 * i386v4-nat.c: Likewise.
8957 * x86-64-linux-nat.c: Likewise.
8958 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
8959 * config/i386/go32.mh (NATDEPFILES): Likewise.
8960 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
8961 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
8962 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
8963 * config/i386/linux.mh (NATDEPFILES): Likewise.
8964 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
8965 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
8966 * config/i386/obsd.mh (NATDEPFILES): Likewise.
8967 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
8968
1aee598a
JT
89692002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8970
8971 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
8972 (alphanbsd-nat.o): Remove dependency list.
8973 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
8974 * alphanbsd-nat.c: Delete. Contents moved to...
8975 * alphanbsd-tdep.c: ...here.
8976 (_initialize_alphanbsd_tdep): Register core functions.
8977 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
8978
12bcb0fe
JT
89792002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8980
8981 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
8982 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
8983 (alphanbsd-nat.o): Likewise.
8984 (alphabsd-tdep.o): New dependency list.
8985 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
8986 (fill_gregset): Use alphabsd_fill_reg.
8987 (supply_fpregset): Use alphabsd_supply_fpreg.
8988 (fill_fpregset): Use alphabsd_fill_fpreg.
8989 (fetch_inferior_registers): Use struct reg and struct fpreg
8990 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
8991 and alphabsd_supply_fpreg.
8992 (store_inferior_registers): Use struct reg and struct fpreg
8993 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
8994 and alphabsd_fill_fpreg.
8995 * alphabsd-tdep.c: New file.
8996 * alphabsd-tdep.h: New file.
8997 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
8998 (fetch_elfcore_registers): Use alphabsd_supply_reg and
8999 alphabsd_supply_fpreg.
9000 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
9001 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
9002
361d1df0
EC
90032002-05-11 Eric Christopher <echristo@redhat.com>
9004
9005 * mips-tdep.c (mips_double_register_type): Fix thinko.
9006 (mips_single_register_type): Ditto.
9007 * MAINTAINERS: Add self.
9008
92dd7cee
MK
90092002-05-11 Mark Kettenis <kettenis@gnu.org>
9010
9011 * i387-nat.c (i387_supply_register, i387_fill_fsave,
9012 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
9013 right thing on architectures with different endianness and/or
9014 integer sizes.
9015
e27da16d
JT
90162002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
9017
9018 From Christian Limpach <chris@Pin.LU>
9019 * configure.in: Change sed expression which comments out
9020 NATDEPFILES to also comment out continuation lines.
9021 * configure: Regenerate.
9022
ddde02bd
EZ
90232002-05-10 Elena Zannoni <ezannoni@redhat.com>
9024
9025 * sh-tdep.c: Clean up code erroneously reintroduced by previous
9026 big patch.
9027
1c922164
EZ
90282002-05-10 Elena Zannoni <ezannoni@redhat.com>
9029
9030 * sh-tdep.c: Include correct file.
9031
283150cd
EZ
90322002-05-10 Elena Zannoni <ezannoni@redhat.com>
9033
9034 New support for sh64-elf (sh5) target.
9035
9036 * configure.tgt: For sh64-elf target, default to sh-elf.
9037
9038 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
9039 (struct gdbarch_tdep): Add new fields for new registers and ABI
9040 info.
361d1df0 9041
283150cd
EZ
9042 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
9043 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
9044 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
9045 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
9046 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
9047 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
9048 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
9049 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
9050 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
9051 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
9052 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
9053 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
9054 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
9055 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
9056 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
9057 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
9058 sh64_get_gdb_regnum, sh64_media_reg_base_num,
9059 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
9060 sign_extend, sh64_nofp_frame_init_saved_regs,
9061 sh64_init_extra_frame_info, sh64_get_saved_register,
9062 sh64_extract_struct_value_address, sh64_pop_frame,
9063 sh64_push_arguments, sh64_extract_return_value,
9064 sh64_store_return_value, sh64_show_media_regs,
9065 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
9066 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
9067 sh_sh64_register_virtual_type,
9068 sh_sh64_register_convert_to_virtual,
9069 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
9070 sh64_register_read, sh64_pseudo_register_write,
9071 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
9072 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
9073 sh64_do_pseudo_register, sh_compact_do_registers_info,
9074 sh64_do_registers_info, sh_gdbarch_init): New functions.
9075
3117ed25
EZ
90762002-05-10 Elena Zannoni <ezannoni@redhat.com>
9077
9078 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
9079
2654e6d4
DJ
90802002-05-10 Daniel Jacobowitz <drow@mvista.com>
9081
9082 * linespec.c (decode_line_1): Check for a double quote after
9083 a filename correctly.
9084
9ab3e532
JB
90852002-05-10 Jim Blandy <jimb@redhat.com>
9086
9087 Properly track the size of the current objfile's .debug_line section.
9088 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
9089 (DWARF_LINE_SIZE): New macro.
9090 (dwarf2_build_psymtabs_hard): Record the line section's size in
9091 the partial symbol table.
9092 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
9093 symbol table.
9094
126fa72d
PS
90952002-05-10 Petr Sorfa <petrs@caldera.com>
9096
9097 * ia64-tdep.c: Handle breakpoints on L instruction type
9098 in MLX instruction bundle by moving the breakpoint to
9099 the third slot (X instruction type) as L holds only data.
9100
1f077a3e
KB
91012002-05-10 Kevin Buettner <kevinb@redhat.com>
9102
9103 * dbxread.c (discarding_local_symbols_complaint): New complaint.
9104 (process_one_symbol): Complain about discarding local symbols
9105 due to a misplaced N_LBRAC entry.
9106
8120c9d5 91072002-05-09 Elena Zannoni <ezannoni@redhat.com>
361d1df0
EC
9108
9109 From Daniel Berlin <dan@cgsoftware.com>
8120c9d5
EZ
9110 * linespec.c (find_toplevel_char): '<' and '>' also increase and
9111 decrease the depth we are at, in the case of templates.
361d1df0 9112
67b2c998
DJ
91132002-05-09 Daniel Jacobowitz <drow@mvista.com>
9114
9115 * mips-tdep.c (mips_float_register_type): New function.
9116 (mips_double_register_type): New function.
9117 (mips_print_register): Use them.
9118 (do_fp_register_row): Likewise.
9119
fd326606
DJ
91202002-05-09 Daniel Jacobowitz <drow@mvista.com>
9121
6609d9af 9122 * signals/signals.c (signals): Remove conditional compilation around
fd326606 9123 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
6609d9af 9124 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
fd326606 9125
bef35864
MS
91262002-05-09 Michael Snyder <msnyder@redhat.com>
9127
9128 * remote-rdp.c (remote_rdp_can_run): Remove.
9129
c55a3f73
TT
91302002-05-09 Tom Tromey <tromey@redhat.com>
9131
9132 * jv-valprint.c (java_val_print): Handle `char' as a special case
9133 of TYPE_CODE_INT.
9134
b8d5e71d
MS
91352002-05-09 Michael Snyder <msnyder@redhat.com>
9136
9137 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
9138 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
361d1df0 9139 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
b8d5e71d 9140 str r(0123),[sp,#nn].
361d1df0 9141 (arm_skip_prologue): Ditto. Also make disassembly
b8d5e71d
MS
9142 order-independent by placing it in a loop.
9143
e2cd42dd
MS
91442002-05-06 Michael Snyder <msnyder@redhat.com>
9145
9146 * stabsread.c (read_type): Add recognition for new attribute:
9147 "@V;" means that an array type is actually a vector.
9148 This is analogous to the vector flag that's been added to dwarf2.
9149
3ce1502b
MK
91502002-05-09 Mark Kettenis <kettenis@gnu.org>
9151
9152 * i386-tdep.h (i386_abi): New enum.
9153 (struct gdbarch_tdep): Replace os_ident member with abi.
9154 (i386_gdbarch_register_os_abi): New prototype.
9155 * i386-tdep.c (i386_abi_names): New array.
9156 (process_note_abi_tag_sections): Removed.
9157 (process_note_sections): New function.
9158 (i386_elf_abi_from_note, i386_elf_abi): New functions.
9159 (struct i386_abi_handler): New struct.
9160 (i386_abi_handler_list): New variable.
9161 (i386_gdbarch_register_os_abi): New function.
9162 (i386_gdbarch_init): Adapt for the changes given above.
9163
084c156a
DJ
91642002-05-08 Daniel Jacobowitz <drow@mvista.com>
9165
9166 * gregset.h: Say "GNU/Linux".
9167
6599f021
EZ
91682002-05-08 Elena Zannoni <ezannoni@redhat.com>
9169
9170 * gdbtypes.c : Add new builtin type for 64 bit vectors.
9171 (build_gdbtypes): Build builtin_type_v2_float.
9172 (_initialize_gdbtypes): Register new builtin type.
9173
40af4b0c
AC
91742002-05-08 Andrew Cagney <ac131313@redhat.com>
9175
9176 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
9177 (clear_gdbarch_swap): New function.
9178 (initialize_non_multiarch): Call.
9179 (gdbarch_update_p): Before calling init(), swap out and clear the
9180 existing architecture.
9181 * gdbarch.c: Regenerate.
9182
4fe84f46
JT
91832002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
9184
9185 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
9186 alphanbsd-tdep.c.
9187
4015edd1
JT
91882002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
9189
9190 * sh-nbsd-nat.c: Rename to...
9191 * shnbsd-nat.c: ...this.
9192 * sh-nbsd-tdep.c: Rename to...
9193 * shnbsd-tdep.c: ...this.
9194 * sh-nbsd-tdep.h: Rename to...
9195 * shnbsd-tdep.h: ...this.
9196 * config/sh/nbsd.mh: Use shnbsd-nat.o.
9197 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
9198
0e2bd219
RE
91992002-05-08 Richard Earnshaw <rearnsha@arm.com>
9200
9201 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
9202 concatenation for command help messages.
9203
13a38d45
JT
92042002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
9205
9206 * NEWS: Note new sh*-*-netbsdelf* configuration.
9207 * configure.host: Set gdb_host_cpu to sh for all sh*.
9208 (sh*-*-netbsdelf*): New host.
9209 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
9210 (sh*-*-netbsdelf*): New target.
9211 * sh-nbsd-nat.c: New file.
9212 * sh-nbsd-tdep.c: New file.
9213 * sh-nbsd-tdep.h: New file.
9214 * config/sh/nbsd.mh: New file.
9215 * config/sh/nbsd.mt: New file.
9216 * config/sh/nm-nbsd.h: New file.
9217 * config/sh/tm-nbsd.h: New file.
9218
d658f924
JT
92192002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
9220
9221 * sh-tdep.c (sh_osabi_names): Declare.
9222 (process_note_abi_tag_sections): New function.
9223 (get_elfosabi): Ditto.
9224 (sh_gdbarch_register_os_abi): Ditto.
9225 (sh_dump_tdep): Ditto.
9226 _initialize_sh_tdep): Use gdbarch_register to register
9227 sh_gdbarch_init and sh_dump_tdep.
9228 * config/sh/tm-sh.h (sh_osabi): Declare.
9229 (gdbarch_tdep): Add sh_osabi and osabi_name members.
9230
848cfffb
AC
92312002-05-07 Andrew Cagney <ac131313@redhat.com>
9232
9233 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
9234 (thumb_scan_prologue): Ditto.
9235 (arm_find_callers_reg): Ditto.
9236 (arm_frame_chain): Ditto.
9237 (arm_init_extra_frame_info): Ditto.
9238 (arm_frame_saved_pc): Ditto.
9239 (arm_pop_frame): Ditto.
9240 (arm_push_return_address): New function.
9241 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
9242 call_dummy_location, call_dummy_breakpoint_offset_p,
9243 call_dummy_breakpoint_offset, call_dummy_p,
9244 call_dummy_stack_adjust_p, call_dummy_words,
9245 sizeof_call_dummy_words, call_dummy_start_offset,
9246 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
9247 call_dummy_address, push_return_address and push_dummy_frame for
9248 generic dummy frames.
9249
e7d717c0
JT
92502002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
9251
9252 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
9253 size computation for alloca.
9254 (sh_fp_frame_init_saved_regs): Likewise.
9255
7bbcf283
RE
92562002-05-07 Richard Earnshaw <rearnsha@arm.com>
9257
9258 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
9259 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
361d1df0 9260 * arm-tdep.c (arm_store_return_value): Use them.
7bbcf283
RE
9261 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
9262 * remote-rdp.c (remote_rdp_fetch_register): Use
9263 ARM_MAX_REGISTER_RAW_SIZE.
9264 (remote_rdp_store_register): Likewise.
9265
4657573b
ML
92662002-05-07 Michal Ludvig <mludvig@suse.cz>
9267
361d1df0 9268 * dwarf2cfi.c: Code cleanup, removed unused variables,
4657573b
ML
9269 added default labels to switch {} statements.
9270 * x86-64-tdep.c: Ditto.
9271 * x86-64-linux-nat.c: Ditto.
9272
010f3b2f
JT
92732002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
9274
9275 * solib.h: Protect against multiple inclusion.
9276
debd256d
JB
92772002-05-06 Jim Blandy <jimb@redhat.com>
9278
9ab3e532
JB
9279 Add first preprocessor macro-expansion files.
9280 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
9281 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
9282 (splay_tree_h, macroexp_h, macrotab_h): New variable.
9283 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
9284 (COMMON_OBS): Add macrotab.o, macroexp.o.
9285 (macroexp.o, macrotab.o): New rules.
9286
debd256d
JB
9287 Separate the job of reading the line number info statement program
9288 header (...expialidocious) out into its own function.
9289 * dwarf2read.c (struct line_head, struct filenames, struct
9290 directories): Replace with...
9291 (struct line_header): New structure, containing the full
9292 contents of the statement program header, including the
9293 include directory and file name tables.
9294 (read_file_scope): If we have line number info, instead of just
9295 calling dwarf_decode_lines to do all the work, call
9296 dwarf_decode_line_header first to get a `struct line_header'
9297 containing the data in the statement program header, and then
9298 pass that to dwarf_decode_lines, which will pick up where that
9299 left off. Be sure to clean up the `struct line_header' object.
9300 (dwarf_decode_line_header, free_line_header, add_include_dir,
9301 add_file_name): New functions.
9302 (dwarf_decode_lines): Move all the code to read the statement
9303 program header into dwarf_decode_line_header. Take the line
9304 header it built as the first argument, instead of the offset to
9305 the compilation unit's line number info. Use the new `struct
9306 line_header' type instead of the old structures. No need to do
9307 cleanups here now, since we don't allocate anything.
9308 (dwarf2_statement_list_fits_in_line_number_section,
9309 dwarf2_line_header_too_long): New complaints.
9310
ac3aafc7
EZ
93112002-05-06 Elena Zannoni <ezannoni@redhat.com>
9312
9313 * gdbtypes.c (init_vector_type): New function.
9314 (build_builtin_type_vec128): Simplify the representation of SIMD
9315 registers.
9316 (build_gdbtypes): Initialize new builtin vector types.
9317 (_initialize_gdbtypes): Register new vector types with gdbarch.
9318 (builtin_type_v4_float, builtin_type_v4_int32,
9319 builtin_type_v8_int16, builtin_type_v16_int8,
9320 builtin_type_v2_int32, builtin_type_v4_int16,
9321 builtin_type_v8_int8): New (renamed) SIMD types.
9322
13e49980
MK
93232002-05-06 Mark Kettenis <kettenis@gnu.org>
9324
9325 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
9326 (i387_fill_fxsave): Likewise.
9327
997b20b8
AO
93282002-05-05 Alexandre Oliva <aoliva@redhat.com>
9329
9330 * alpha-tdep.c (alpha_extract_return_value): Don't use
9331 non-constant array size in prototype.
9332
535c96ce
AC
93332002-05-04 Andrew Cagney <ac131313@redhat.com>
9334
9335 From Brian Taylor <briant at model dot com>:
9336 * ui-out.c (ui_out_field_core_addr): Use the function
9337 longest_local_hex_string_custom'to format addresses > 32 bits
9338 wide.
9339
9340 * ui-out.c (ui_out_field_core_addr): Update comment.
9341
bedfa57b
AC
93422002-05-04 Andrew Cagney <ac131313@redhat.com>
9343
9344 * stack.c (select_and_print_frame): Make static. Delete the
9345 parameter `level'.
9346 (func_command): Update call.
9347 (select_frame_command): Delete code computing the frame level.
9348 * frame.h (select_and_print_frame): Delete declaration.
9349
f621c63e
AC
93502002-05-04 Andrew Cagney <ac131313@redhat.com>
9351
9352 * sparc-tdep.c (sparc_get_saved_register): Comment why
9353 get_prev_frame call is safe.
9354
0f7d239c
AC
93552002-05-04 Andrew Cagney <ac131313@redhat.com>
9356
9357 * frame.h (select_frame): Delete level parameter.
9358 * stack.c (select_frame): Update. Use frame_relative_level to
9359 obtain the frame's level.
9360 (select_and_print_frame): Update call.
9361 (select_frame_command): Ditto.
9362 (up_silently_base): Ditto.
9363 (down_silently_base): Ditto.
9364 * ocd.c (ocd_start_remote): Ditto.
9365 * remote-rdp.c (remote_rdp_open): Ditto.
9366 * remote-mips.c (mips_initialize): Ditto.
9367 (common_open): Ditto.
9368 * remote-e7000.c (e7000_start_remote): Ditto.
9369 * m3-nat.c (select_thread): Ditto.
9370 * hppa-tdep.c (child_get_current_exception_event): Ditto.
9371 (child_get_current_exception_event): Ditto.
9372 * varobj.c (varobj_create): Ditto.
9373 (varobj_update): Ditto.
9374 (c_value_of_root): Ditto.
9375 * tracepoint.c (finish_tfind_command): Ditto.
9376 * corelow.c (core_open): Ditto.
9377 * arch-utils.c (generic_prepare_to_proceed): Ditto.
9378 * thread.c (info_threads_command): Ditto.
9379 (switch_to_thread): Ditto.
9380 * infrun.c (normal_stop): Ditto.
9381 (restore_selected_frame): Ditto.
9382 (restore_inferior_status): Ditto.
9383 * breakpoint.c (insert_breakpoints): Ditto.
9384 (watchpoint_check): Ditto.
9385 (bpstat_stop_status): Ditto.
9386 (do_enable_breakpoint): Ditto.
9387 * blockframe.c (flush_cached_frames): Ditto.
9388 (reinit_frame_cache): Ditto.
9389
71d6c7b1
AC
93902002-05-04 Andrew Cagney <ac131313@redhat.com>
9391
9392 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
9393 maintainer.
9394
cda6c68a
JB
93952002-05-04 Jim Blandy <jimb@redhat.com>
9396
9397 * gdbtypes.c (replace_type): Doc fix.
9398
5c1c87f0
AC
93992002-05-04 Andrew Cagney <ac131313@redhat.com>
9400
9401 * valprint.c (strcat_longest): Delete commented out function.
9402 Update copyright.
9403
cd9bfe15
AC
94042002-05-04 Andrew Cagney <ac131313@redhat.com>
9405
9406 * MAINTAINERS: Mark a29k as deleted.
9407 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
9408 Move new configurations to the top.
9409 * configure.tgt: Remove a29k.
9410 * config/a29k/tm-vx29k.h: Delete.
9411 * config/a29k/vx29k.mt: Delete.
9412 * config/a29k/tm-a29k.h: Delete.
9413 * config/a29k/a29k-udi.mt: Delete.
9414 * config/a29k/a29k.mt: Delete.
9415 * a29k-tdep.c: Delete.
9416 * remote-udi.c: Delete.
9417 * remote-mm.c: Delete.
9418 * remote-eb.c: Delete.
9419 * remote-adapt.c: Delete.
9420 * Makefile.in: Remove obsolete code.
cd9bfe15
AC
9421 * config/s390/s390x.mt: Ditto.
9422 * config/s390/s390.mt: Ditto.
9423 * config/sparc/sparclynx.mh: Ditto.
9424 * config/sparc/linux.mh: Ditto.
9425 * config/pa/hppaosf.mh: Ditto.
9426 * config/pa/hppabsd.mh: Ditto.
9427 * config/ns32k/nbsd.mt: Ditto.
9428 * config/mips/vr5000.mt: Ditto.
9429 * config/m68k/sun3os4.mh: Ditto.
9430 * config/m68k/nbsd.mt: Ditto.
9431 * config/m68k/m68klynx.mh: Ditto.
9432 * config/m32r/m32r.mt: Ditto.
9433 * config/i386/x86-64linux.mt: Ditto.
9434 * config/i386/nbsdelf.mt: Ditto.
9435 * config/i386/nbsd.mt: Ditto.
9436 * config/i386/i386lynx.mh: Ditto.
9437
bf0c5130
AC
94382002-05-04 Andrew Cagney <ac131313@redhat.com>
9439
9440 * target.c (debug_print_register): New function. Handle oversize
9441 registers.
9442 (debug_to_fetch_registers): Call.
9443 (debug_to_store_registers): Call.
9444
2ae1c2d2
JB
94452002-05-03 Jim Blandy <jimb@redhat.com>
9446
13a393b0
JB
9447 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
9448 (read_type): Doc fix.
9449 * gdbtypes.c (replace_type): Doc fix.
9450
2ae1c2d2
JB
9451 * stabsread.c (multiply_defined_struct): New complaint.
9452 (read_struct_type): If the type we were passed isn't empty, or
9453 incomplete, don't read the new struct type into it; complain,
9454 and return the original type unchanged. Take a new `type_code'
9455 argument, which is the type code for the new type.
9456 (read_type): Rather than storing the type's type code here, pass
9457 it as an argument to read_struct_type, and let that take care of
9458 storing it. That way, we don't overwrite the original type code,
9459 so read_struct_type can use it to decide whether we're overwriting
9460 something we shouldn't.
9461 (complain_about_struct_wipeout): New function.
9462
8de9bdc4
AC
94632002-05-03 Andrew Cagney <ac131313@redhat.com>
9464
9465 * gdbarch.sh: Assert that gdbarch is non-NULL.
9466 * gdbarch.c: Regenerate.
9467
f773fdbb
JM
94682002-05-03 Jason Merrill <jason@redhat.com>
9469
9470 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
9471 and return NULL.
9472
0e04a514
ML
94732002-05-03 Michal Ludvig <mludvig@suse.cz>
9474
9475 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
9476 (x86_64_dwarf2gdb_regno_map_length),
9477 (x86_64_dwarf2_reg_to_regnum): Added.
9478 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
9479 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
9480 (_initialize_x86_64_tdep): Synced with the change above.
9481 (x86_64_skip_prologue): Reformulated message.
9482
065432a8
PM
94832002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
9484
9485 * f-exp.y: Also use new prev_lexptr variable
9486 to improve error reporting. Based on Michael Snyder
9487 2002-04-24 dated patch to c-exp.y.
9488 * jv-exp.y: Likewise.
9489 * m2-exp.y: Likewise.
9490
a3162708
EZ
94912002-05-02 Elena Zannoni <ezannoni@redhat.com>
9492
9493 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
9494 we are dealing with vectors.
9495
03620c38
PM
94962002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
9497
9498 * config/m68k/tm-nbsd.h: Obvious fix,
9499 correct machine name.
9500
6604db2e
PM
95012002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
9502
9503 * p-typeprint.c (pascal_type_print_base): Add support
9504 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
9505
0906b739
PM
95062002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
9507
9508 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
9509 for fondamental pascal 'char' type.
9510
e2625b33
PM
95112002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
9512
9513 * p-lang.h (is_pascal_string_type): Declaration changed,
9514 new sixth argument of type char ** added.
361d1df0 9515 * p-lang.c (is_pascal_string_type): Implementation
e2625b33
PM
9516 changed. Args length_pos, length_size, string_pos, char_size
9517 can now be NULL. New argument arrayname set to the field
9518 name of the char array. Return value set to char array
9519 field index plus one.
361d1df0 9520 * p-valprint.c (pascal_val_print): Adapt to new declaration of
e2625b33
PM
9521 is_pascal_string_type function.
9522
cf17c188
AC
95232002-05-02 Andrew Cagney <cagney@redhat.com>
9524
9525 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
9526 <cagney@redhat.com> change.
9527 * gdbarch.c: Regenerate.
9528
52bca491
AC
95292002-05-02 Andrew Cagney <cagney@redhat.com>
9530
9531 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
9532 before probing for a new one. Detect errorenous gdbarch_init
9533 functions.
9534 * gdbarch.c: Regenerate.
9535
d5e72505
AC
95362002-05-01 Andrew Cagney <cagney@redhat.com>
9537
9538 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
9539 * config/mcore/tm-mcore.h: Ditto. Update copyright.
9540 * config/v850/tm-v850.h: Ditto. Update copyright.
9541
af566d9f
AC
95422002-04-30 Andrew Cagney <ac131313@redhat.com>
9543
9544 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
9545 current_gdbarch.
9546
880d85fa
MS
95472002-04-30 Michael Snyder <msnyder@redhat.com>
9548
94c30b78
MS
9549 * arm-tdep.c: Whitespace clean-ups.
9550 (arm_skip_prologue): Fix thinko; two lines
880d85fa
MS
9551 should have been removed as part of 4/24 change.
9552
6f5987a6
KB
95532002-04-30 Kevin Buettner <kevinb@redhat.com>
9554
9555 * rs6000-tdep.c: Added comment describing how fpscr register
9556 numbers were chosen.
9557
1a113c93
MS
95582002-04-30 Michael Snyder <msnyder@redhat.com>
9559
9560 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
9561
9a6f53fe
EZ
95622002-04-29 Elena Zannoni <ezannoni@redhat.com>
9563
9564 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
9565 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
9566 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
9567
11ed25ac
KB
95682002-04-29 Kevin Buettner <kevinb@redhat.com>
9569
9570 From Louis Hamilton <hamilton@redhat.com>:
9571 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
9572 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
9573 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
9574 not bfd-private xcoff data, to determine wordsize.
9575 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
9576
ae232405
AC
95772002-04-29 Andrew Cagney <ac131313@redhat.com>
9578
9579 GDB 5.2 released from 5.2 branch.
9580
91fd20f7
ML
95812002-04-29 Michal Ludvig <mludvig@suse.cz>
9582
9583 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
9584 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
9585 (x86_64_register_info_table): Added comments with register numbers.
361d1df0 9586
2dc5091b
EZ
95872002-04-29 Elena Zannoni <ezannoni@redhat.com>
9588
9589 * rs6000-tdep.c (rs6000_extract_return_value,
9590 rs6000_store_return_value): Handle returning vectors.
9591 (rs6000_gdbarch_init): Use
9592 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
9593 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
9594 New function.
9595 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
9596 vectors.
9597 (ppc_sysv_abi_push_arguments): Handle vector parameters.
9598 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
361d1df0 9599
2b9848d8
PM
96002002-04-24 Pierre Muller <ics.u-strasbg.fr>
9601
9602 * hpread.c (hpread_psymtab_to_symtab_1,
aacb1f0a 9603 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
2b9848d8
PM
9604 with fprintf_unfiltered (gdb_stderr,...).
9605
f8d17dc5
PM
96062002-04-24 Pierre Muller <ics.u-strasbg.fr>
9607
9608 * remote-array.c (printf_monitor, write_monitor,
361d1df0 9609 array_insert_breakpoint, array_remove_breakpoint ):
f8d17dc5
PM
9610 Replace fprintf (stderr,...
9611 with fprintf_unfiltered (gdb_stderr,....
9612 * remote-es.c: Likewise.
9613 * remote-os9k.c: Likewise.
9614 * remote-st.c: Likewise.
9615
2f2f1ad1
AS
96162002-04-28 Andreas Schwab <schwab@suse.de>
9617
9618 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
9619 linux-proc.o and gcore.o.
9620
b6779aa2
AC
96212002-04-26 Michal Ludvig <mludvig@suse.cz>
9622
9623 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
9624 code without frame pointers.
9625
7e57f5f4
AC
96262002-04-26 Andrew Cagney <ac131313@redhat.com>
9627
9628 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
9629 ON_STACK is needed.
9630
2ceb85d0
BE
96312002-04-26 Ben Elliston <bje@redhat.com>
9632
9633 * target.c (do_xfer_memory): Correct reference to the new option
9634 "trust-readonly-sections".
9635
f5f8a009
EZ
96362002-04-26 Elena Zannoni <ezannoni@redhat.com>
9637
9638 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
9639 * gdbtypes.c (recursive_dump_type): Output the vector flag.
9640 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
9641 vectors.
9642 (read_array_type): Record the fact that this array type is really a
9643 vector (i.e. are passed in by value).
9644
5868c862
JT
96452002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
9646
9647 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
9648 * alpha-tdep.c (alpha_sigcontext_addr): New function.
9649 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
9650 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
9651 * alpha-linux-tdep.c: Include frame.h.
9652 (alpha_linux_sigcontext_addr): New function.
9653 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
9654 alpha_linux_sigcontext_addr.
9655 * alpha-osf1-tdep.c: Include gdbcore.h.
9656 (alpha_osf1_sigcontext_addr): New function.
9657 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
9658 alpha_osf1_sigcontext_addr.
9659 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
9660 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
9661
bfb01f37
AC
96622002-04-26 Andrew Cagney <ac131313@redhat.com>
9663
361d1df0 9664 * stack.c (selected_frame_level):
bfb01f37
AC
9665 (select_frame): Do not set selected_frame_level.
9666 * frame.h (selected_frame_level): Delete declaration.
9667
15813d3f
AC
96682002-04-26 Andrew Cagney <ac131313@redhat.com>
9669
9670 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
9671 convert_from_func_ptr-addr when AIX / PowerOpen.
9672
6096c27a
AC
96732002-04-25 Andrew Cagney <ac131313@redhat.com>
9674
9675 * valops.c (hand_function_call): Call
9676 generic_save_call_dummy_addr.
9677 * frame.h (generic_save_call_dummy_addr): Declare.
9678 * blockframe.c (struct dummy_frame): Add fields call_lo and
9679 call_hi.
9680 (generic_find_dummy_frame): Check for PC in range call_lo to
9681 call_hi instead of entry_point_address.
9682 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
9683 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
9684 (generic_save_call_dummy_addr): New function.
9685
f510d44e
DM
96862002-04-24 David S. Miller <davem@redhat.com>
9687
9688 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
9689 sparc_skip_prologue.
9690 (sparc_skip_prologue): Kill frameless_p arg, and use line number
9691 information to find prologue when possible.
9692 (sparc_prologue_frameless_p): Call examine_prologue directly.
9693 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
9694 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
9695 second argument.
9696 (SKIP_PROLOGUE): Likewise.
9697
15d72a92
JT
96982002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
9699
9700 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
9701 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
9702 indicate that the condition it was testing is always true.
9703 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
9704 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
9705 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
9706
accc6d1f
JT
97072002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
9708
9709 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
9710 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
9711 tdep->jb_pc and tdep->jb_elt_size.
9712 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
9713 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
9714 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
9715 * alpha-nat.c (get_longjmp_target): Remove.
9716 (JB_ELEMENT_SIZE): Ditto.
9717 (JB_PC): Ditto.
9718 * alpha-tdep.c (alpha_get_longjmp_target): New function.
9719 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
9720 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
9721 to alpha_get_longjmp_target.
9722 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
9723 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
9724 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
9725
1bfdc549
AC
97262002-04-25 Andrew Cagney <ac131313@redhat.com>
9727
9728 * README: Update to GDB 5.2.
9729
1bd316f0
AC
97302002-04-25 Andrew Cagney <ac131313@redhat.com>
9731
9732 * gdbarch.sh (LC_ALL): Set to `c'.
9733
2e5ff58c
TR
97342002-04-25 Theodore A. Roth <troth@verinet.com>
9735
9736 * avr-tdep.c: Ran through gdb_indent.sh.
9737
e33ce519
TR
97382002-04-25 Theodore A. Roth <troth@verinet.com>
9739
9740 * MAINTAINERS: Add myself as AVR maintainer.
9741 * NEWS: Note new target avr.
9742
8818c391
TR
97432002-04-25 Theodore A. Roth <troth@verinet.com>
9744
9745 * Makefile.in: Add support for AVR target.
9746 * configure.tgt: Add support for AVR target.
9747 * avr-tdep.c: New file
9748 * config/avr/avr.mt: New file.
9749
79509c2d
TR
97502002-04-25 Theodore A. Roth <troth@verinet.com>
9751
9752 * MAINTAINERS: Add myself to write-after-approval.
9753
dac8068e
PM
97542002-04-24 Pierre Muller <ics.u-strasbg.fr>
9755
9756 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
9757 with fprintf_unfiltered (gdb_stderr,....
9758
25bf3106
PM
97592002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
9760
9761 Fix PR gdb/508.
9762 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
9763
24467a86
PM
97642002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
9765
9766 * p-exp.y: Also use new prev_lexptr variable
9767 to improve error reporting. Based on Michael Snyder
9768 2002-04-24 dated patch to c-exp.y.
9769
95b80706
JT
97702002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
9771
9772 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
9773 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
9774 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
9775 to 0.
9776 * config/alpha/tm-alpha.h: Remove forward decls of struct type
9777 and struct value.
9778 (FUNCTION_START_OFFSET): Remove.
9779 (BREAKPOINT): Ditto.
9780
e90cc612
JT
97812002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
9782
9783 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
9784 * NEWS: Ditto.
9785
6c72f9f9
JT
97862002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
9787
9788 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
9789 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
9790 alpha_linux_pc_in_sigtramp.
9791 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
9792 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
9793 alpha_osf1_pc_in_sigtramp.
9794 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
9795 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
9796 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
9797 alphafbsd_pc_in_sigtramp.
9798 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
9799 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
9800 alphanbsd_pc_in_sigtramp.
9801 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
9802 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
9803
5e4f3379
JT
98042002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
9805
9806 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
9807
da8ca43d
JT
98082002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
9809
9810 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
9811 alphanbsd-tdep.c.
9812 (alphanbsd-nat.o): New dependency list.
9813 (alphanbsd-tdep.o): Ditto.
9814 * NEWS: Note new native NetBSD/alpha configuration.
9815 * alphanbsd-nat.c: New file.
9816 * alphanbsd-tdep.c: Ditto.
9817 * configure.host (alpha*-*-netbsd*): New host.
9818 * configure.tgt (alpha*-*-netbsd*): New target.
9819 * config/alpha/nbsd.mh: New file.
9820 * config/alpha/nbsd.mt: Ditto.
9821 * config/alpha/nm-nbsd.h: Ditto.
9822 * config/alpha/tm-nbsd.h: Ditto.
9823
36a6271d
JT
98242002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
9825
9826 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
9827 (alpha-osf1-tdep.o): New dependency list.
9828 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
9829 and skip_sigtramp_frame members.
9830 * alpha-linux-tdep.c: Include gdbcore.h.
9831 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
9832 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
9833 * alpha-osf1-tdep.c: New file.
9834 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
9835 alpha-osf1-dep.c.
9836 (alpha_frame_past_sigtramp_frame): New function.
9837 (alpha_dynamic_sigtramp_offset): Ditto.
9838 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
9839 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
9840 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
9841 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
9842 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
9843 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
9844 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
9845 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
9846 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
9847 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
9848 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
9849 to find_solib_trampoline_target.
9850 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
9851 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
9852 (SKIP_TRAMPOLINE_CODE): Remove.
9853 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
9854 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
9855 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
9856 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
9857 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
9858 (PROC_SIGTRAMP_MAGIC): Ditto.
9859 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
9860 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
9861 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
9862 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
9863 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
9864
2f4bc57b
JT
98652002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
9866
9867 * NEWS: Note that Alpha targets are now multi-arch.
9868
665132f9
MS
98692002-04-24 Michael Snyder <msnyder@redhat.com>
9870
9871 * parser-defs.h (prev_lexptr): New external variable.
9872 * parse.c (parse_exp_1): Set prev_lexptr to null before
9873 calling the language-specific parser.
9874 * c-exp.y (yylex): Set prev_lexptr to start of current token.
9875 (yyerror): Use prev_lexptr in error reporting.
9876
32872fa7
DJ
98772002-04-24 Daniel Jacobowitz <drow@mvista.com>
9878
9879 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
9880 * gregset.h: If FILL_FPXREGSET is defined, provide
9881 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
9882 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
9883 is defined, call fill_fpxregset.
9884
57e76fac
MS
98852002-04-24 Roland McGrath <roland@frob.com>
9886
9887 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
9888 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
9889 (supply_gregset, supply_fpregset): New functions.
9890
9891 * gnu-nat.c (gnu_find_memory_regions): New function.
9892 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
9893 (gnu_xfer_memory): Add a cast.
9894
f43845b3
MS
98952002-04-24 Michael Snyder <msnyder@redhat.com>
9896
361d1df0 9897 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
f43845b3
MS
9898 loop. Add handling for "str lr, [sp, #-4]!" and for saves
9899 of argument regs ("str r(0123), [r11, #-nn"]).
361d1df0 9900 (arm_skip_prologue): Better handling for frameless functions.
f43845b3
MS
9901 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
9902 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
9903
a0abec03
AC
9904Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
9905
9906 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
9907 NUM_PSEUDO_REGS can be used.
9908
d7bd68ca
AC
99092002-04-24 Andrew Cagney <ac131313@redhat.com>
9910
9911 * arch-utils.h: Update copyright.
9912
9913 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
9914 * gdbarch.h, gdbarch.c: Re-generate.
9915
9916 * inferior.h (IN_SIGTRAMP): Delete definition.
9917 * arch-utils.c (legacy_pc_in_sigtramp): New function.
9918 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
9919
9920 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
9921 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
9922 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
9923 (find_proc_framesize): Ditto.
9924 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
9925 (alpha_init_extra_frame_info): Ditto.
9926 * infrun.c (handle_inferior_event): Ditto.
9927 (handle_inferior_event): Ditto.
9928 (check_sigtramp2): Ditto.
9929 * blockframe.c (create_new_frame): Ditto.
9930 (get_prev_frame): Ditto.
9931 * ppc-linux-tdep.c: Update comments.
9932 * i386-linux-tdep.c: Update comments.
9933 * breakpoint.c (bpstat_what): Update comment.
9934
4867e41e
DM
99352002-04-24 David S. Miller <davem@redhat.com>
9936
21d83aa5
DM
9937 * i960-tdep.c (register_in_window_p): New function.
9938 (i960_find_saved_register): Use it instead of
9939 REGISTER_IN_WINDOW_P.
9940 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
9941
4867e41e
DM
9942 * symtab.h (find_stab_function_addr): Kill extern.
9943 * minsyms.c (find_stab_function_addr): Remove from here...
9944 * dbxread.c: ... to here, and mark it static.
9945
69cdf6a2
DM
99462002-04-20 David S. Miller <davem@redhat.com>
9947
9948 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
9949 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
9950
5a595886
DM
99512002-04-21 David S. Miller <davem@redhat.com>
9952
9953 * remote-vxsparc.c (vx_read_register): Fix typo, we want
9954 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
9955 (vx_write_register): Likewise.
9956
1da1a192
JB
99572002-04-23 J. Brobecker <brobecker@gnat.com>
9958
9959 * source.c (is_regular_file): New function.
9960 (openp): Check wether file to open is a regular file
9961 to avoid opening directories.
9962
baa6f10b
JT
99632002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9964
9965 * findvar.c (extract_signed_integer): Cast printf argument
9966 to suppress format warning.
9967 (extract_unsigned_integer): Likewise.
9968 * infcmd.c (registers_info): Likewise.
9969 * top.c (get_prompt_1): Likewise.
9970 * valops.c (value_assign): Likewise.
9971 * valprint.c (print_decimal): Likewise.
9972
b2c4da81
L
99732002-04-22 H.J. Lu (hjl@gnu.org)
9974
9975 * c-exp.y (typebase): Support
361d1df0 9976
b2c4da81
L
9977 [long|long long|short] [signed|unsigned] [int|]
9978
9979 and
9980
9981 signed [long|long long|short] int
9982
f267bd6a
JT
99832002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9984
9985 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
9986 and vax-tdep.h.
9987 * vax-tdep.h: New file.
9988 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
9989 Make several routines static.
9990 (vax_get_saved_register): New function.
9991 (vax_gdbarch_init): New function.
9992 (_initialize_vax_tdep): Register vax_gdbarch_init.
9993 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
9994 Remove macros now under the control of gdbarch.
9995
da3c6d4a
MS
99962002-04-22 Michael Snyder <msnyder@redhat.com>
9997
11d3b27d
MS
9998 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
9999 Some whitespace and coding standards tweaks.
da3c6d4a 10000
a33f7558
JT
100012002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
10002
10003 * vax-tdep.c: Include regcache.h.
10004 (vax_call_dummy_words): New.
10005 (sizeof_vax_call_dummy_words): New.
10006 (vax_fix_call_dummy): New function.
10007 (vax_saved_pc_after_call): Ditto.
10008 * config/vax/tm-vax.h: Don't include regcache.h.
10009 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
10010 (CALL_DUMMY): Remove.
10011 (CALL_DUMMY_WORDS): Define.
10012 (SIZEOF_CALL_DUMMY_WORDS): Define.
10013 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
10014
47a73475
MS
100152002-04-18 Michael Snyder <msnyder@redhat.com>
10016
10017 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
10018
52efde73
JT
100192002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
10020
10021 * vax-tdep.c (vax_frame_chain): New function.
10022 (vax_push_dummy_frame): Ditto.
10023 (vax_pop_frame): Ditto.
10024 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
10025 (FRAMELESS_FUNCTION_INVOCATION): Use
10026 generic_frameless_function_invocation_not.
10027 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
10028 (POP_FRAME): Use vax_pop_frame.
10029
ea74468c
JT
100302002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
10031
10032 * vax-tdep.c (vax_store_struct_return): New function.
10033 (vax_extract_return_value): Ditto.
10034 (vax_store_return_value): Ditto.
10035 (vax_extract_struct_value_address): Ditto.
10036 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
10037 vax_store_struct_return.
10038 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
10039 (STORE_RETURN_VALUE): Use vax_store_return_value.
10040 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
10041
5516aa92
JT
100422002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
10043
10044 * vax-tdep.c (vax_frame_saved_pc): New function.
10045 (vax_frame_args_address_correct): Ditto.
10046 (vax_frame_args_address): Ditto.
10047 (vax_frame_locals_address): Ditto.
10048 (vax_frame_num_args): Move code to be in proximity to
10049 other frame-related functions.
10050 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
10051 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
10052 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
10053 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
10054 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
10055
36af0b35
L
100562002-04-22 H.J. Lu (hjl@gnu.org)
10057
10058 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
10059 includedir.
10060
ab62c900
JT
100612002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
10062
10063 * vax-tdep.c (vax_frame_init_saved_regs): New function.
10064 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
10065 (FRAME_INIT_SAVED_REGS): New macro.
10066
7232b100
JT
100672002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
10068
10069 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
10070
b70d2aee
JT
100712002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
10072
10073 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
10074 where needed.
10075 (fetch_osf_core_registers): Likewise.
10076 (supply_gregset): Likewise.
10077
a0e8a2d1 100782002-04-22 J. Brobecker <brobecker@gnat.com>
361d1df0 10079
a0e8a2d1
JB
10080 * symfile.h (get_section_index): Define.
10081 * symfile.c (get_section_index): New function.
10082 * mdebugread.c (SC_IS_SBSS): New macro.
10083 (SC_IS_BSS): Return true for the scBss storage class only, as
10084 the scSBss storage class refers to the .sbss section.
10085 (parse_partial_symbols): Discard the symbols which associated
10086 section does not exist.
10087 Make sure to use the .sbss section index for symbols which
10088 storage class is scBss, rather than using the .bss section index.
10089
51eb8b08
JT
100902002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
10091
10092 * vax-tdep.c: Update copyright years.
10093 (vax_register_name): New function.
10094 (vax_register_byte): Ditto.
10095 (vax_register_raw_size): Ditto.
10096 (vax_register_virtual_size): Ditto.
10097 (vax_register_virtual_type): Ditto.
10098 * config/vax/tm-vax.h: Update copyright years.
10099 (REGISTER_NAMES): Remove.
10100 (REGISTER_NAME): Define.
10101 (REGISTER_BYTE): Use vax_register_byte.
10102 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
10103 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
10104 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
10105
6cc1c0a8
AC
101062002-04-21 Andrew Cagney <ac131313@redhat.com>
10107
10108 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
10109 declaration
10110 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
10111
9319a2fe
DM
101122002-04-21 David S. Miller <davem@redhat.com>
10113
10114 * arch-utils.c (generic_prologue_frameless_p): Kill
10115 SKIP_PROLOGUE_FRAMELESS_P code.
10116 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
10117 references.
10118 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
10119 * arc-tdep.c (arc_prologue_frameless_p): Implement.
10120 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
10121 references.
10122 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
10123 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
10124 (sparc_gdbarch_init): Pass it to
10125 set_gdbarch_prologue_frameless_p.
a0e8a2d1 10126
e9ed6d01
JT
101272002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
10128
10129 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
10130 (alphabsd-nat.o): New dependency list.
10131
36012033
JT
101322002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
10133
10134 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
10135 alphafbsd-tdep.c.
10136 (alpha-linux-tdep.o): New dependency list.
10137 (alphafbsd-tdep.o): Likewise.
10138
3379287a
JT
101392002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
10140
10141 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
10142 to here...
10143 * alpha-tdep.c: ...from here.
10144 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
10145
4bcbd6cb
JT
101462002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
10147
10148 * config/alpha/tm-alpha.h: Move alpha_software_single_step
10149 prototype from here...
10150 * alpha-tdep.h: ...to here.
10151
b31da25e
AC
101522002-04-21 Andrew Cagney <ac131313@redhat.com>
10153
10154 * frame.h (selected_frame_level): Document as deprecated.
10155 (frame_relative_level): Declare.
10156 * stack.c (frame_relative_level): New function.
10157 (selected_frame_level): Document as deprecated.
10158 (select_frame): Do not set the selected_frame_level.
10159
10160 * stack.c (frame_info, record_selected_frame): Update.
10161 (frame_command, current_frame_command): Update.
10162 (up_silently_base, up_command, down_silently_base): Update.
10163 (down_command): Update.
10164 * inflow.c (kill_command): Update.
10165 * tracepoint.c (finish_tfind_command): Update.
10166 * corelow.c (core_open): Update.
10167 * thread.c (info_threads_command): Update.
10168 (do_captured_thread_select): Update.
10169 * infcmd.c (finish_command): Update.
10170 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
10171
9c1d6fe5
JT
101722002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
10173
10174 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
10175
ab89facf
AC
101762002-04-21 Andrew Cagney <ac131313@redhat.com>
10177
10178 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
10179 type const.
10180
82a4efa1
JT
101812002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
10182
10183 * alphafbsd-tdep.c: Update copyright years. Include
10184 alpha-tdep.h.
10185 (alphafbsd_use_struct_convention): Make static.
10186 (alphafbsd_init_abi): New function.
10187 (_initialize_alphafbsd_tdep): New function.
10188 * config/alpha/tm-fbsd.h: Update copyright years.
10189 (USE_STRUCT_CONVENTION): Remove.
10190
44dffaac
JT
101912002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
10192
10193 * alpha-tdep.c (alpha_abi_handler): New structure to describe
10194 an Alpha ABI variant.
10195 (alpha_abi_handler_list): Declare.
10196 (alpha_gdbarch_register_os_abi): New function.
10197 (alpha_gdbarch_init): Give registered ABI variant handlers a
10198 chance to tweak the gdbarch once we have set up defaults.
10199 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
10200
65585be4
JT
102012002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
10202
10203 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
10204 to standard_coerce_float_to_double.
10205 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
10206
d9b023cc
JT
102072002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
10208
10209 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
10210 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
10211 from gdbarch_tdep rather than a constant.
10212 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
10213 the default text address for all Alpha Unix ABIs.
10214 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
10215 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
10216
dc129d82
JT
102172002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
10218
10219 * alpha-tdep.h: New file. Includes several Alpha target constants
10220 taken from...
10221 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
10222 let gdbarch deal with.
10223 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
10224 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
10225 to dependency list.
10226 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
10227 Alpha target register names.
10228 * alphabsd-nat.c: Likewise.
10229 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
10230 Alpha target register names. Make serveral routines static.
10231 (alpha_get_saved_register): New function.
10232 (alpha_abi_names): New.
10233 (process_note_abi_tag_sections): New function.
10234 (get_elfosabi): New function.
10235 (alpha_gdbarch_init): New function.
10236 (alpha_dump_tdep): New function.
10237 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
10238
d49d1e0a
AC
102392002-04-21 Andrew Cagney <ac131313@redhat.com>
10240
10241 * frame.c (find_saved_register): Delete #ifdef
10242 HAVE_REGISTER_WINDOWS code.
10243 * config/sparc/tm-sparc.h: Update comments.
10244 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
10245
92e8c9ed
AC
102462002-04-21 Andrew Cagney <ac131313@redhat.com>
10247
10248 * i960-tdep.c (i960_find_saved_register): New function.
10249 (i960_get_saved_register): New function.
10250 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
10251 (i960_get_saved_register): Declare.
10252 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
10253
e1925118
DM
102542002-04-20 David S. Miller <davem@redhat.com>
10255
10256 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
10257
29673b29
AC
102582002-04-20 Andrew Cagney <ac131313@redhat.com>
10259
10260 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
10261 instead of NUM_PSEUDO_REGS.
10262
6c86dcd5
DM
102632002-04-20 David S. Miller <davem@redhat.com>
10264
10265 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
10266 GDB_MULTI_ARCH_PARTIAL
10267 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
10268 define, let tm-sp64.h do it.
10269
aa40ec90
JT
102702002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
10271
10272 * frame.c (find_saved_register): Avoid a NULL pointer
10273 dereference and actually walk the frame list.
10274
0f79675b
AC
102752002-04-20 Andrew Cagney <ac131313@redhat.com>
10276
10277 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
10278 sorted in most most-recent-used order. Document.
10279 * gdbarch.h, gdbarch.c: Regenerate.
361d1df0 10280
f91305dd 102812002-04-19 Andrew Cagney <ac131313@redhat.com>
bf75c8c1
AC
10282
10283 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
10284 instead of ->prev.
10285 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
10286 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
10287 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
10288 instead of ->prev.
10289
73d322b1
EZ
102902002-04-19 Elena Zannoni <ezannoni@redhat.com>
10291
10292 Fix PR gdb/471.
10293 * gdbtypes.c (init_simd_type): Rewrite using new functions.
10294 (build_builtin_type_vec128): Ditto.
10295 (append_composite_type_field): Fix calculation of type length in
10296 union case.
10297
ccd9a834
EZ
102982002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
10299
10300 * config/djgpp/README: Update.
10301
10302 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
10303 compiler warnings.
10304
a57f9e49
JT
103052002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
10306
10307 * alpha-tdep.c (setup_arbitrary_frame): Rename...
10308 (alpha_setup_arbitrary_frame): ...to this.
10309 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
10310 for alpha_setup_arbitrary_frame.
10311
f4f9705a
AC
103122002-04-18 Andrew Cagney <cagney@redhat.com>
10313
10314 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
10315 * gdbarch.h, gdbarch.c: Regenerate.
361d1df0 10316
f4f9705a
AC
10317 * defs.h (breakpoint_from_pc_fn): Delete type definition.
10318 * target.h (memory_breakpoint_from_pc): Update declaration.
10319 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
10320
10321 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
10322 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
10323 * mem-break.c (memory_breakpoint_from_pc): Ditto.
10324 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
10325 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
10326 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
10327 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
10328 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
10329 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
10330 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
10331 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
10332 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
10333
10334 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
10335 const pointer.
10336 * monitor.c (monitor_insert_breakpoint): Ditto.
10337 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
10338
10339 * config/mcore/tm-mcore.h: Update copyright.
10340 * mem-break.c: Ditto.
10341 * xstormy16-tdep.c: Ditto.
10342
29f319b8
PM
103432002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
10344
10345 * p-exp.y: Add precedence rule for '^' token.
10346 This removes the shift/reduce conflicts.
10347 Remove the comment concerning these shift/reduce conflicts.
10348
ebeac11a
EZ
103492002-04-18 Elena Zannoni <ezannoni@redhat.com>
10350
10351 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
10352 (registers_powerpc_nofp): New register set for processors
10353 without floating point unit.
10354
27c31547
DM
103552002-04-18 David S. Miller <davem@redhat.com>
10356
10357 * MAINTAINERS: Add myself to write-after-approval.
10358
47a73475
MS
103592002-04-17 Michael Snyder <msnyder@redhat.com>
10360
10361 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
10362
953836b2
AC
103632002-04-17 Andrew Cagney <ac131313@redhat.com>
10364
10365 * rs6000-tdep.c (frame_initial_stack_address): Use
10366 frame_register_read to read the alloca_reg.
10367
8b0d4340
AC
103682002-04-17 Andrew Cagney <ac131313@redhat.com>
10369
10370 * frame.c (find_saved_register): Find saved registers in the next
10371 not prev frame.
10372 Fix PR gdb/365.
10373
d8864532
AC
103742002-04-17 Andrew Cagney <ac131313@redhat.com>
10375
10376 * gdbarch.sh (LANG): Set to ``c''.
10377
36cc83a3 103782002-04-15 Andrew Cagney <ac131313@redhat.com>
361d1df0 10379
36cc83a3 10380 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
361d1df0 10381
2f4150cc 103822002-04-15 Andrew Cagney <ac131313@redhat.com>
2c7ef074
AC
10383
10384 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
10385 Update copyright.
10386
628703c6 10387 * hpread.c (hpread_get_lntt): Add declaration.
2f4150cc 10388 Also fix PR gdb/391.
361d1df0 10389
56157b4a
AC
103902002-04-14 Andrew Cagney <ac131313@redhat.com>
10391
10392 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
10393 * aclocal.m4, configure: Re-generate.
10394 Fix PR gdb/391.
361d1df0 10395
6d1e3329
EZ
103962002-04-14 Elena Zannoni <ezannoni@redhat.com>
10397
10398 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
10399 instead of tm_print_insn.
10400
cb06fa07
EZ
104012002-04-14 Elena Zannoni <ezannoni@redhat.com>
10402
10403 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
10404
f208ba17
AC
104052002-04-14 Andrew Cagney <ac131313@redhat.com>
10406
10407 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
10408 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
10409 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
10410
20f01a46
DH
104112002-04-12 Don Howard <dhoward@redhat.com>
10412
10413 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
10414 max_user_call_depth.
10415 (init_cmd_lists): Initialize the new value;
10416 * cli/cli-script.c (execute_user_command): Limit the call depth of
10417 user defined commands. This avoids a core-dump when user commands
10418 are infinitly recursive.
10419
a88376a3
KB
104202002-04-12 Kevin Buettner <kevinb@redhat.com>
10421
10422 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
10423 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
10424 from tdep struct instead of DEFAULT_LR_SAVE.
10425 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
10426 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
10427 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
10428
f2172603
MS
104292002-04-12 Michael Snyder <msnyder@redhat.com>
10430
694f61fb 10431 * Remote.c: Spelling fix.
20fe79c8
MS
10432 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
10433 If no symbol found for "sbrk", try "_sbrk".
10434 (make_output_phdrs): Use bfd_section_name.
10435 (gcore_copy_callback): Use bfd_section_name.
62995fc4 10436 * eval.c: Indentation fix-ups.
169a7369
MS
10437 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
10438 in case it gets applied to an address that is already
10439 in the instruction space.
de74f71f
MS
10440 * cli/cli-decode.c (help_list): Allow long lines to wrap.
10441 * symfile.c: Fix indentation, long lines.
f2172603
MS
10442 * source.c: White space fix-up.
10443
cda5a58a
AC
104442002-04-12 Andrew Cagney <cagney@redhat.com>
10445
10446 * defs.h (read_relative_register_raw_bytes): Delete declaration.
10447 * frame.c (frame_register_read): New function. Return non-zero on
10448 success.
10449 (read_relative_register_raw_bytes_for_frame): Delete.
10450 (read_relative_register_raw_bytes): Delete.
10451 * frame.h (frame_register_read): Declare.
10452 * d30v-tdep.c: Update Copyright. Use frame_register_read.
10453 * sh-tdep.c: Ditto.
10454 * infcmd.c (do_registers_info): Ditto.
10455 * hppa-tdep.c: Ditto.
10456 * rs6000-tdep.c: Ditto.
10457 * h8500-tdep.c: Ditto.
10458 * mips-tdep.c: Ditto.
10459 * h8300-tdep.c: Ditto.
10460 * z8k-tdep.c: Ditto.
10461
2ea5f656
KB
104622002-04-12 Kevin Buettner <kevinb@redhat.com>
10463
10464 From Jimi X <jimix@watson.ibm.com>:
10465 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
10466 64-bit SysV ABI.
10467
27b15785
KB
104682002-04-12 Kevin Buettner <kevinb@redhat.com>
10469
10470 From Jimi X <jimix@watson.ibm.com>:
10471 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
10472 bfd info.
10473
5d57ee30
KB
104742002-04-12 Kevin Buettner <kevinb@redhat.com>
10475
10476 From Jimi X <jimix@watson.ibm.com>:
10477 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
10478 register sets for these processor variants.
10479
bc1e36ca
DJ
104802002-04-11 Daniel Jacobowitz <drow@mvista.com>
10481
bc1e36ca
DJ
10482 * regformats/reg-ppc.dat: Support FPSCR.
10483
e3f36dbd
KB
104842002-04-11 Kevin Buettner <kevinb@redhat.com>
10485
10486 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
10487 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
10488 Add fpscr as an invalid/unfetchable register.
10489 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
10490 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
10491 (fill_fpregset): Add support for register fpscr.
10492 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
10493 (fill_gregset): Account for the fact that register ``mq'' might
10494 not exist.
10495 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
10496 (registers_power): Add fpscr to register set at slot 71.
10497 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
10498 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
10499
943c9c25
MS
105002002-04-11 Michael Snyder <msnyder@redhat.com>
10501
10502 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
10503 * configure: Regenerate.
10504 * config.in: Regenerate.
10505 * acconfig.h: Add define for _SYSCALL32.
10506 * core-sol2.c: Remove #define _SYSCALL32.
10507 * solib-legacy.c: Remove #define _SYSCALL32.
10508
d8c0a2e7
AC
105092002-04-10 Andrew Cagney <ac131313@redhat.com>
10510
10511 * stack.c (select_frame): Cleanup internal error message, do not
10512 use %p.
10513
7cc19214
AC
105142002-04-10 Andrew Cagney <ac131313@redhat.com>
10515
10516 * stack.c (select_frame): Check that selected_frame and the
10517 specified level are as expected.
10518 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
10519 Update copyright.
10520 * frame.h (struct frame_info): Add field `level'. Update
10521 copyright.
10522 Work-in-progress PR gdb/464.
10523
67a2b77e
AC
105242002-04-10 Andrew Cagney <ac131313@redhat.com>
10525
10526 * maint.c (maint_print_section_info): Rename print_section_info.
10527 (print_bfd_section_info, print_objfile_section_info): Update.
10528 * inferior.h (struct gdbarch): Add opaque declaration.
10529 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
10530 * gdbarch.h: Regenerate.
10531
8cfda98c
ML
105322002-04-10 Michal Ludvig <mludvig@suse.cz>
10533
10534 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
10535 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
10536 (kernel_u_size): Added.
10537 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
10538 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
10539
ca439ad2 105402002-04-04 Jim Ingham <jingham@apple.com>
361d1df0 10541
ca439ad2
JI
10542 * valarith.c (find_size_for_pointer_math): New function, either returns
10543 the size for a pointer's target, returns 1 for void *, or errors for
10544 incomplete types.
10545 (value_add, value_sub): use find_size_for_pointer_math.
10546
2f2893d9
DJ
105472002-04-09 Daniel Jacobowitz <drow@mvista.com>
10548
10549 * linux-low.c (linux_look_up_symbols): New hook.
10550 (linux_target_ops): Add linux_look_up_symbols.
10551 * remote-utils.c (decode_address): New function.
10552 (look_up_one_symbol): New function.
10553 * server.c (handle_query): Call target look_up_symbols hook.
10554 * server.h (look_up_one_symbol): Add prototype.
10555 * target.h (struct target_ops): Add look_up_symbols hook.
10556
96cb11df
AC
105572002-04-09 Andrew Cagney <ac131313@redhat.com>
10558
10559 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
10560 override FP_REGNUM with frame->fp. Update copyright.
10561 * parse.c (num_std_regs, std_regs): Delete.
10562 (target_map_name_to_register): Do not search std_regs. Update
10563 function description.
10564 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
10565 declarations. Update copyright.
10566 Fix PR gdb/251.
361d1df0 10567
97658e92
DJ
105682002-04-09 Daniel Jacobowitz <drow@mvista.com>
10569
10570 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
10571 after the last symbol in a block.
10572
6044e3eb
PM
105732002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
10574
10575 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
10576 is non zero as a found symbol.
10577
0406ec40
AC
105782002-04-08 Andrew Cagney <ac131313@redhat.com>
10579
10580 * findvar.c: Include "builtin-regs.h".
10581 (value_of_register): Call value_of_builtin_reg when applicable.
10582 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
10583 (target_map_name_to_register): Call
10584 builtin_reg_map_name_to_regnum.
10585 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
10586 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
10587 (builtin_regs_h): Define.
10588 (builtin-regs.o): New target.
10589 (findvar.o): Add $(builtin_regs_h).
10590 * builtin-regs.c, builtin-regs.h: New files.
10591 * std-regs.c: New file.
10592 Partial fix for PR gdb/251.
10593
56a6dfb9
KB
105942002-04-08 Kevin Buettner <kevinb@redhat.com>
10595
10596 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
10597 it's no longer required.
10598
3a808432
AC
105992002-04-08 Andrew Cagney <ac131313@redhat.com>
10600
10601 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
10602
7c40d541
KB
106032002-04-08 Kevin Buettner <kevinb@redhat.com>
10604
10605 From Jimi X <jimix@watson.ibm.com>:
10606 * rs6000-tdep.c (rs6000_software_single_step): Use
10607 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
10608 and size. Use target_insert_breakpoint() and
10609 target_remove_breakpoint() to insert and remove breakpoints
10610 instead of explicit memory reads and writes.
10611
cc9836a8
KB
106122002-04-08 Kevin Buettner <kevinb@redhat.com>
10613
10614 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
10615 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
10616 ELF_OBJECT_FORMAT ifdef.
10617
7495d1dc
KB
106182002-04-08 Kevin Buettner <kevinb@redhat.com>
10619
10620 From Jimi X <jimix@watson.ibm.com>:
10621 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
10622
4288e836
KB
106232002-04-08 Kevin Buettner <kevinb@redhat.com>
10624
10625 From Jimi X <jimix@watson.ibm.com>:
10626 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
10627 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
10628
a4e4e501
MK
106292002-04-07 Mark Kettenis <kettenis@gnu.org>
10630
10631 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
10632 s/asprintf/xasprintf/.
10633 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
10634
006defba
AC
106352002-04-07 Andrew Cagney <ac131313@redhat.com>
10636
10637 I believe Jeff Law denies responsability for this one:
10638 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
10639 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
10640 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
10641 Work-around for PR gdb/366.
10642
7aa83cac
EZ
106432002-04-07 Elena Zannoni <ezannoni@redhat.com>
10644
10645 * remote-e7000.c (write_small, e7000_read_inferior_memory,
10646 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
10647 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
10648
cf1fcca1
EZ
106492002-04-07 Elena Zannoni <ezannoni@redhat.com>
10650
10651 * sh-tdep.c (sh_fp_frame_init_saved_regs,
10652 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
10653 information.
10654
3f289e6f
AC
106552002-04-07 Andrew Cagney <ac131313@redhat.com>
10656
10657 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
10658 maintainer.
10659
129188f6
AC
106602002-04-07 Andrew Cagney <ac131313@redhat.com>
10661
10662 * README (Reporting Bugs in GDB): Document the bug web page as the
10663 prefered way of submitting bugs.
10664 Fix PR gdb/402.
10665
1200cd6e
AC
106662002-04-06 Andrew Cagney <ac131313@redhat.com>
10667
10668 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
10669 -1. Update comment.
10670 * gdbarch.h, gdbarch.c: Re-generate.
10671
2853c33c
AS
106722002-04-07 Andreas Schwab <schwab@suse.de>
10673
10674 * m68klinux-nat.c (fill_fpregset): Properly pass address of
10675 buffer to regcache_collect.
10676
c2169756
AC
106772002-04-06 Andrew Cagney <ac131313@redhat.com>
10678
10679 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
10680 * gdbarch.c, gdbarch.h: Re-generate.
10681
25f1b008
AC
106822002-04-06 Andrew Cagney <ac131313@redhat.com>
10683
10684 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
10685 declaration. Fix -Werror.
10686
59263426
DJ
106872002-04-05 Daniel Jacobowitz <drow@mvista.com>
10688
10689 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
10690 * gdbarch.c: Regenerate.
10691
f5db4da3
MS
106922002-04-05 Michael Snyder <msnyder@redhat.com>
10693
80f8a6eb
MS
10694 * breakpoint.c (clear_command): Rewrite middle section to
10695 combine two loops with identical control conditions.
10696 Add a cleanup to eliminate a memory leak.
f5db4da3
MS
10697 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
10698
ad3dcc5c
L
106992002-04-05 H.J. Lu (hjl@gnu.org)
10700
10701 * solib-svr4.c (bkpt_names): Add "__start".
10702
f32e7a74
AC
107032002-04-04 Andrew Cagney <ac131313@redhat.com>
10704
10705 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
10706 as test for 64 bit target.
10707
8227c0ff
AC
107082002-04-05 Andrew Cagney <ac131313@redhat.com>
10709
10710 * h8500-tdep.c (h8500_write_fp): Delete function.
10711 * dwarf2cfi.c (cfi_write_fp): Document as not used.
10712 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
10713 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
10714 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
10715 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
10716 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
10717 (s390_write_fp):
10718 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
10719 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
10720 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
10721 (d10v_write_fp): Delete function.
10722 * inferior.h (write_fp, generic_target_write_fp): Delete
10723 declarations.
10724 * regcache.c (generic_target_write_fp): Delete function.
10725 (write_fp): Delete function.
10726 * gdbarch.sh (TARGET_WRITE_FP): Delete.
10727 * gdbarch.h, gdbarch.c: Regenerate.
10728 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
10729 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
10730 (sparc64_write_fp): Delete declaration.
10731 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
10732 (h8500_write_fp): Delete declaration.
10733
2757dd86
AC
107342002-04-04 Andrew Cagney <ac131313@redhat.com>
10735
10736 * sparc-tdep.c (sparc64_write_fp): Delete.
10737 (sparc_push_dummy_frame): Replace write_fp call with code to store
10738 the FP directly.
10739 (sparc_gdbarch_init): Do not initialize write_fp.
10740
c69255e1
KB
107412002-04-05 Kevin Buettner <kevinb@redhat.com>
10742
10743 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
10744 clause.
10745
ae767bfb
JB
107462002-03-29 Jim Blandy <jimb@redhat.com>
10747
10748 * stack.c (get_selected_block): Add new argument `addr_in_block',
10749 used to return the exact code address we used to select the block,
10750 not just the block.
10751 * blockframe.c (get_frame_block, get_current_block): Same.
10752 * frame.h (get_frame_block, get_current_block,
10753 get_selected_block): Update declarations.
10754 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
10755 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
10756
84d2ac95
MS
107572002-04-05 Michael Snyder <msnyder@redhat.com>
10758
10759 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
10760 warning message.
10761
596aa3bf
JB
107622002-04-05 J. Brobecker <brobecker@gnat.com>
10763
10764 * utils.c (xfullpath): New function.
10765 * defs.h (xfullpath): Add declaration.
10766 * source.c (openp): Use xfullpath in place of gdb_realpath to
10767 avoid resolving the basename part of filenames when the
10768 associated file is a symbolic link. This fixes a potential
10769 inconsistency between the filenames known to GDB and the
10770 filenames it prints in the annotations.
10771 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
10772 to be able to match a filename with either the real filename, or
10773 the name of any symbolic link to this file.
10774 (lookup_partial_symtab): Ditto.
10775
c02f5703
MS
107762002-04-04 Michael Snyder <msnyder@redhat.com>
10777
10778 * breakpoint.c: Add support for hardware breakpoints in overlays.
10779 (overlay_events_enabled): New state variable.
10780 (insert_breakpoints): Use overlay_events_enabled to decide
10781 whether to attempt to set a breakpoint at the overlay load addr.
10782 Handle bp_hardware_breakpoint as well as bp_breakpoint.
10783 (remove_breakpoint): Use overlay_events_enabled to decide
10784 whether breakpoints need to be removed from overlay load addr.
10785 Handle bp_hardware_breakpoint as well as bp_breakpoint.
10786 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
361d1df0 10787 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
c02f5703
MS
10788 disable_overlay_breakpoints): Update overlay_events_enabled.
10789
5fb290d7
DJ
107902002-04-04 Daniel Jacobowitz <drow@mvista.com>
10791
10792 * dwarf2read.c (struct function_range): New.
10793 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
10794 (check_cu_functions): New.
10795 (read_file_scope): Initialize global function lists.
10796 Call dwarf_decode_line after processing children.
10797 (read_func_scope): Add to global function list.
10798 (dwarf_decode_lines): Call check_cu_functions everywhere
10799 record_line is called. Call record_line with a linenumber
10800 of 0 to mark sequence ends.
10801
7b3fabf0
ML
108022002-04-04 Michal Ludvig <mludvig@suse.cz>
10803
361d1df0 10804 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
7b3fabf0
ML
10805 change sync with glibc.
10806
bce58c09
JB
108072002-04-03 Jim Blandy <jimb@redhat.com>
10808
10809 * configure.in: Call AC_C_INLINE.
10810 * configure: Regenerated.
361d1df0 10811
2fccf04a
DJ
108122002-04-01 Daniel Jacobowitz <drow@mvista.com>
10813
10814 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
10815 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
10816
2d1bfe2e
MK
108172002-03-31 Mark Kettenis <kettenis@gnu.org>
10818
a5941fbf
MK
10819 * NEWS: Mention gcore support on FreeBSD/i386.
10820
a90cd31d
MK
10821 * fbsd-proc.c: New file.
10822 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
10823 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
10824
2d1bfe2e
MK
10825 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
10826 while statement.
10827
9eb6e5a1
JB
108282002-03-29 Jim Blandy <jimb@redhat.com>
10829
10830 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
10831 unescaped newlines in string literals, but newer ones don't. So
10832 escape them.
10833
f02df580
MS
108342002-03-26 Michael Snyder <msnyder@redhat.com>
10835 Andrew Cagney <cagney@redhat.com>
10836
361d1df0 10837 * cli/cli-dump.c: New file. Dump memory to file,
f02df580
MS
10838 restore file to memory.
10839 * cli/cli-dump.h: New file.
10840 * Makefile.in: Add rules, dependencies for cli-dump.o.
89743e04 10841 * NEWS: Mention new commands.
f02df580 10842
109f874e
MS
108432002-03-28 Michael Snyder <msnyder@redhat.com>
10844
10845 * symfile.c (symbol_file_add): Move test for null symbols to later.
10846
520f6ade
AC
108472002-03-27 Andrew Cagney <ac131313@redhat.com>
10848
10849 From veksler at il.ibm.com:
10850 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
10851 the xstrduped original path.
10852 Fix PR gdb/417.
10853
d4654627
MS
108542002-03-27 Michael Snyder <msnyder@redhat.com>
10855
10856 * breakpoint.c (_initialize_breakpoint): Clean up help string.
10857 * infcmd.c (_initialize_infcmd): Ditto.
10858 * language.c (_initialize_language): Ditto.
10859 * symfile.c (_initialize_symfile): Ditto.
10860 * top.c (_init_main): Ditto.
10861 * cli/cli-cmds.c (init_cli_cmds): Ditto.
10862
6be8bc0c
EZ
108632002-03-27 Elena Zannoni <ezannoni@redhat.com>
10864
10865 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
10866 vector registers handling.
10867 (skip_prologue): Handle new AltiVec instructions. Fill in new
10868 fields of frame data.
10869 (frame_get_saved_regs): Fill in information for AltiVec registers.
10870
12af6855
JB
108712002-03-27 Jim Blandy <jimb@redhat.com>
10872
10873 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
10874 a function; leave this macro here to invoke that function.
10875 (symbol_init_mangled_name): Declaration for that function.
10876 * symtab.c (symbol_init_mangled_name): New function.
10877
dc672865
AC
108782002-03-27 Andrew Cagney <ac131313@redhat.com>
10879
10880 * valarith.c: Replace strerror with safe_strerror.
10881 * tracepoint.c: Ditto.
10882 * lin-lwp.c: Ditto.
10883 * go32-nat.c: Ditto.
10884 * inflow.c: Ditto.
10885 * gnu-nat.c: Ditto.
10886
d96429cd
AS
108872002-03-27 Andreas Schwab <schwab@suse.de>
10888
10889 * event-top.c (command_line_handler): Remove useless if.
10890
7e336ba1
AJ
108912002-03-27 Andreas Jaeger <aj@suse.de>
10892
10893 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
10894 comment.
10895
de220d0f
ML
108962002-03-27 Michal Ludvig <mludvig@suse.cz>
10897
10898 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
10899 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
10900 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
10901 (x86_64_linux_dr_get_status, supply_gregset),
10902 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
10903 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
10904 (x86_64_register_info_table): Add.
10905 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
10906 (x86_64_register_raw_size, x86_64_register_virtual_type),
10907 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
10908 general x86_64_register_info_table.
10909 (i386_gdbarch_init): gdbarch_register_bytes is now set
10910 dynamicaly during initialization.
10911 * regformats/reg-x86-64.dat: Synced with changes to registers above.
10912 * gdbserver/linux-x86-64-low.c: Ditto.
7e336ba1 10913
0e98d0a7
DJ
109142002-03-27 Daniel Jacobowitz <drow@mvista.com>
10915
10916 * gdbserver/server.c (main): Call target_signal_to_host_p
10917 and target_signal_to_host on signals received from the remote.
10918 * gdbserver/remote-utils.c (prepare_resume_reply): Call
10919 target_signal_from_host on signals sent to the remote.
10920 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
10921 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
10922
3130066b
DJ
109232002-03-27 Daniel Jacobowitz <drow@mvista.com>
10924
10925 * signals/signals.c: Include "server.h" in gdbserver build.
10926 (target_signal_from_name): Don't use STREQ.
10927 (_initialize_signals): Likewise. Don't include function in
10928 gdbserver build.
10929
9aedf4f4
DJ
109302002-03-27 Daniel Jacobowitz <drow@mvista.com>
10931
10932 * signals.c: Moved to...
10933 * signals/signals.c: Here.
7e336ba1 10934 * Makefile (signals.o): Update.
9aedf4f4 10935
3fa41cdb
JL
109362002-03-26 Jeff Law (law@redhat.com)
10937
10938 * somread.c (som_symtab_read): Remove some commented out code and
10939 updated related comments. Do not set the minimal symbol table to
10940 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
10941 in a dynamic executable.
10942 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
10943 where we are unable to find the minimal symbol for the given
10944 PC value.
10945
ee677e8d
MS
109462002-03-25 Jeff Law (law@redhat.com)
10947
10948 * linux-proc.c (read_mapping): Scan up to end of line for filename.
10949
e76e1718
ML
109502002-03-25 Michal Ludvig <mludvig@suse.cz>
10951
10952 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
10953
18a642a1
AC
109542002-03-23 Andrew Cagney <ac131313@redhat.com>
10955
10956 * command.h: Update copyright.
10957 (struct cmd_list_element): Replace definition with opaque
10958 declaration.
10959 (enum cmd_types): Document that it will eventually be moved to
10960 cli/cli-decode.h
10961 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
10962 (MALLOCED_REPLACEMENT): Delete macro.
10963 * Makefile.in (cli_decode_h): Add $(command_h).
10964 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
7e336ba1 10965 * top.c: Include "cli/cli-decode.h".
18a642a1
AC
10966 * completer.c: Include "cli/cli-decode.h".
10967 * maint.c: Include "cli/cli-decode.h".
10968 * cli/cli-decode.h: Include "command.h".
10969 (enum command_class): Delete.
10970 (enum cmd_types): Comment out.
10971 (enum cmd_auto_boolean): Delete.
10972 (enum var_types): Delete.
10973
b2875cc0
AC
109742002-03-23 Andrew Cagney <ac131313@redhat.com>
10975
10976 * cli/cli-decode.c: Include "gdb_assert.h".
10977 (add_set_or_show_cmd): New static function.
10978 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
10979 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
10980 all fields, such as func, from the set command.
10981
3b45974e
AC
109822002-03-23 Andrew Cagney <ac131313@redhat.com>
10983
10984 * MAINTAINERS (sh-elf): Change warning flag to -w.
10985
823ca731
AC
109862002-03-23 Andrew Cagney <cagney@redhat.com>
10987
10988 * defs.h (error): Add printf format attribute.
10989 * thread-db.c (thread_from_lwp): Fix error format string.
10990 * stack.c (parse_frame_specification): Ditto.
10991 * cli/cli-decode.c (undef_cmd_error): Ditto.
10992 * scm-lang.c (scm_lookup_name): Ditto.
10993 * tracepoint.c (trace_error): Ditto.
10994 * remote-utils.c (usage): Ditto.
10995 * remote.c (compare_sections_command): Ditto.
10996 Fix PR gdb/328.
10997
0e101458
AC
109982002-03-22 Andrew Cagney <ac131313@redhat.com>
10999
11000 * gdbtypes.c (append_composite_type_field): New function.
11001 (init_composite_type): New function.
11002 * gdbtypes.h (append_composite_type_field): Declare.
11003 (init_composite_type): Ditto.
11004
8e0662df
EZ
110052002-03-22 Elena Zannoni <ezannoni@redhat.com>
11006
11007 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
7e336ba1 11008 function.
8e0662df
EZ
11009 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
11010 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
11011 structure returning convention for SYSV ABI case, but not
11012 for GNU/Linux, FreeBSD, or NetBSD.
11013
3121eff0
DJ
110142002-03-22 Daniel Jacobowitz <drow@mvista.com>
11015
11016 * symtab.h (lookup_block_symbol): Add mangled_name argument
11017 to prototype.
11018
11019 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
11020 with new mangled_name argument.
11021 * linespec.c (decode_line_1): Likewise.
11022 * valops (value_of_this): Likewise.
11023 * symtab.c (lookup_transparent_type): Likewise.
11024 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
11025 (lookup_symbol): If we are given a mangled name, pass it down
11026 to lookup_symbol_aux.
11027 (lookup_block_symbol): If we are given a mangled name to check
11028 against, only return symbols which match it.
11029
349b409f
CF
110302002-03-22 Christopher Faylor <cgf@redhat.com>
11031
11032 * win32-nat.c (child_create_inferior): Check for proper shell to use
11033 here, in case the user changes it on the fly.
11034 (_initialize_inftarg): Remove shell path considerations.
11035
2a873819
EZ
110362002-03-21 Elena Zannoni <ezannoni@redhat.com>
11037
11038 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
11039 for gdbarch_max_register_raw_size and max_register_virtual_size.
11040 Adjust copyright year.
11041
a1b9830c
DJ
110422002-03-21 Daniel Jacobowitz <drow@mvista.com>
11043
11044 * dbxread.c (process_one_symbol): Extend the first N_SLINE
11045 in a function to cover the entire beginning of the function
11046 as well if it does not already.
11047
8b5790f2
TR
110482002-03-21 Tom Rix <trix@redhat.com>
11049
11050 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
11051 (rs6000_ptrace64): Renamed from ptrace64.
11052
bdbe5747
MH
110532002-03-20 Martin M. Hunt <hunt@redhat.com>
11054
11055 * gdbserver/remote-utils.c (remote_open): Don't call
11056 getprotobyname, we're all using TCP here so just use
11057 IPPROTO_TCP.
7e336ba1 11058 * gdbserver/gdbreplay.c (remote_open): Ditto.
bdbe5747
MH
11059
110602002-03-20 Martin M. Hunt <hunt@redhat.com>
7e336ba1 11061
bdbe5747
MH
11062 * regcache.c (_initialize_regcache): No need to call
11063 build_regcache() at this time; it gets called whenever
11064 the gdbarch changes.
11065
7781cd62
DB
110662002-03-20 David O'Brien <obrien@FreeBSD.org>
11067
11068 * sparc-nat.c: Include sys/param.h where possible.
11069
f65ca430
DJ
110702002-03-20 Daniel Jacobowitz <drow@mvista.com>
11071
11072 Fix PR gdb/422.
11073 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
11074 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
11075 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
11076 complex types.
11077 * stabsread.c (rs6000_builtin_type): Likewise.
11078 (read_sun_floating_type): Likewise.
11079
0c867556
PS
110802002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11081
11082 * stabsread.c (read_member_functions): Remove skip code for duplicate
11083 constructor/destructor methods. Use standard parsing for these
11084 methods and just do not chain them to the list of methods after
11085 parsing.
11086
12b9c64f
AO
110872002-03-19 Alexandre Oliva <aoliva@redhat.com>
11088
11089 * coffread.c: Remove redundant static declarations. Replace
11090 occurrences of `PTR' with `void *'.
11091 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
11092 * top.h (quit_cover): Likewise.
11093 * defs.h (catch_errors): Likewise.
11094
349c5d5f
AC
110952002-03-18 Andrew Cagney <ac131313@redhat.com>
11096
11097 * defs.h (XMALLOC): Define.
11098 * gdb-events.sh (XMALLOC): Delete macro.
11099 * gdb-events.c, gdb-events.h: Regenerate.
11100 * gdbarch.sh (XMALLOC): Delete macro.
11101 * gdbarch.c: Regenerate.
11102 * serial.c (XMALLOC): Delete macro.
11103 * ui-file.c (XMALLOC): Ditto.
11104 * ser-unix.h (XMALLOC): Ditto.
11105 * sh-tdep.c (XMALLOC): Ditto.
11106 * ui-out.c (XMALLOC): Ditto.
11107 * utils.c (XMALLOC): Ditto.
11108 * i386-tdep.c (XMALLOC): Ditto.
11109 * gdb-events.c (XMALLOC): Ditto.
11110 * d10v-tdep.c (XMALLOC): Ditto.
11111 * cli-out.c (XMALLOC): Ditto.
11112
11113 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
11114 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
11115 * ui-file.c, ui-out.c: Ditto.
11116
7d0766f3
AC
111172002-03-18 Andrew Cagney <ac131313@redhat.com>
11118
11119 * command.h (struct cmd_list_element): Add field context.
11120 (set_cmd_context, get_cmd_context): Declare.
11121 * cli/cli-decode.h: Ditto.
11122 * cli/cli-decode.c (get_cmd_context): New function.
11123 (set_cmd_context): New function.
11124 (add_cmd): Initialize context.
11125 Part of fixing PR gdb/145 and PR gdb/146.
11126
5913bcb0
AC
111272002-03-17 Andrew Cagney <ac131313@redhat.com>
11128
1868c04e
AC
11129 * cli/cli-decode.c (cmd_type): New function.
11130 * command.h (cmd_type): Declare.
11131 * infrun.c (set_schedlock_func): Call function cmd_type.
11132 * kod.c (kod_set_os): Call cmd_type.
11133 * cris-tdep.c (cris_version_update): Use function cmd_type.
11134 (cris_mode_update, cris_abi_update): Ditto.
11135
5913bcb0
AC
11136 * command.h: (execute_cmd_post_hook): Declare.
11137 (execute_cmd_pre_hook): Declare.
11138 * cli/cli-script.c (clear_hook_in_cleanup): New function.
11139 (execute_cmd_post_hook, execute_cmd_pre_hook): New
11140 functions. Execute pre/post hook while ensuring that afterwords
11141 hook_in is cleared.
11142 * top.c (execute_command): Use execute_cmd_post_hook, and
11143 execute_cmd_pre_hook to execute pre/post commands.
11144 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
11145 hook_stop_stub.
11146 (hook_stop_stub): Call execute_cmd_pre_hook.
11147
b51450c9
AC
111482002-03-17 Andrew Cagney <ac131313@redhat.com>
11149
11150 * kod.c (kod_set_os): Revert previous change. Is called by ``info
11151 set'' and this leads to a core dump. Move xstrdup of
11152 operating_system to after check that it is not NULL.
11153
f66c9f11
AC
111542002-03-17 Andrew Cagney <ac131313@redhat.com>
11155
8e694ecf
AC
11156 * kod.c (kod_set_os): Remove unnecessary check that
11157 ``command->type'' is set_cmd.
11158
f66c9f11
AC
11159 * valprint.c (set_input_radix): Use input_radix.
11160 (set_output_radix): Use output_radix.
11161 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
11162 isn't reverted.
11163
9d01611c
AC
111642002-03-16 Andrew Cagney <ac131313@redhat.com>
11165
11166 * value.h (struct value): Delete field ``substring_addr''. Change
11167 aligner fields to force_doublest_align, force_longest_align,
ee2d3b3a
AC
11168 force_core_addr_align and force_pointer_aligh.
11169
11170 * value.h (struct value): Fix typo in above change.
9d01611c 11171
4156bb53
PS
111722002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11173
11174 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
11175 to fix internal_error from ``maintenance print architecture''.
11176
0e5e3ea6
PS
111772002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11178
11179 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
11180 for gcc versions after gcc-2.8.1.
11181
9b013045
PS
111822002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11183
11184 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
11185 for method resolution. Restore adjustment of ``this'' pointer after
11186 calling value_struct_elt, which was accidentally removed during the
11187 HP merge.
11188
376c9600
AC
111892002-03-15 Andrew Cagney <ac131313@redhat.com>
11190
11191 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
11192 value_of_register.
11193 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
11194 get_saved_register.
11195 * value.h (value_of_register): Update.
11196
a4db0f07
RH
111972002-03-14 Richard Henderson <rth@redhat.com>
11198
11199 * configure.in: Detect declaration for canonicalize_file_name.
11200 * utils.c (canonicalize_file_name): Declare, if needed.
11201 (gdb_realpath): Prefer realpath if available and usable.
11202 * config.in, configure: Rebuild.
11203
96383835
RH
112042002-03-14 Richard Henderson <rth@redhat.com>
11205
11206 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
11207 a constant array bound.
11208
11209 * MAINTAINERS: Add myself to write-after-approval.
11210
75245b24
MS
112112002-03-14 Michael Snyder <msnyder@redhat.com>
11212
11213 * symfile.c (syms_from_objfile): Return immediately if no syms.
11214 (symbol_file_add): Return immediately if no syms.
11215 (find_sym_fns): Return immediately if no syms.
11216
e641a1ca
ML
112172002-03-13 Michal Ludvig <mludvig@suse.cz>
11218
11219 * gdbserver/remote-util.c (remote_open): Print remote-side's
11220 IP address when remote debugging over the network.
7e336ba1 11221
df08bfec
DB
112222002-03-12 David O'Brien <obrien@FreeBSD.org>
11223
11224 * config/sparc/fbsd.mh: Fix copyright.
11225 * config/sparc/fbsd.mt: Likewise.
11226
9a57864f
RE
112272002-03-11 Richard Earnshaw <rearnsha@arm.com>
11228
11229 * MAINTAINERS: Fix typo in name of gdb warnings option.
11230 (x86-64): Fix formating so that this can be parsed by awk.
11231
dd7bf85e
DJ
112322002-03-10 Daniel Jacobowitz <drow@mvista.com>
11233
11234 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
11235 * defs.h: Include "gdb/signals.h".
11236 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
11237
33a0a2ac
ML
112382002-03-10 Michal Ludvig <mludvig@suse.cz>
11239
11240 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
7e336ba1 11241 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
33a0a2ac
ML
11242 from x86-64-tdep.h
11243
dd824b04
DJ
112442002-03-10 Daniel Jacobowitz <drow@mvista.com>
11245 Don Howard <dhoward@redhat.com>
11246
11247 * mips-tdep.c (ST0_FR): Define.
11248 (mips2_fp_compat): New function, temporarily disabled.
11249 (mips_read_fp_register_single): New function.
11250 (mips_read_fp_register_double): New function.
11251 (mips_print_register): Use them.
11252 (do_fp_register_row): Likewise.
11253
6a41ff59
AC
112542002-03-09 Andrew Cagney <ac131313@redhat.com>
11255
11256 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
11257 approval''.
11258
4ea09c10
PS
112592002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11260
11261 * stabsread.c (read_member_functions): Fix is_stub test for
11262 static member functions, improve comment.
11263
6ccc741d
RE
112642002-03-07 Richard Earnshaw <rearnsha@arm.com>
11265
11266 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
11267 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
11268 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
11269 commands that set boolean values.
11270 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
11271 (arm_rdi_resume): Always initialize PC.
11272 (arm_rdi_open): Don't use rslt as a boolean.
11273 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
11274 (arm_rdi_fetch_registers, arm_rdi_store_registers)
11275 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
11276 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
11277
438013df
AO
112782002-03-06 Alexandre Oliva <aoliva@redhat.com>
11279
11280 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
11281 * configure: Rebuilt.
11282
70ed8774
SC
112832002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11284
11285 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
11286 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
11287
5ba2abeb
AC
112882002-03-06 Andrew Cagney <ac131313@redhat.com>
11289
11290 * cli/cli-decode.c (set_cmd_completer): New function.
11291 * command.h (set_cmd_completer): Declare.
11292 * cli/cli-decode.h (set_cmd_completer): Ditto.
11293
11294 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
11295 * cli/cli-cmds.c (init_cli_cmds): Ditto.
11296 * win32-nat.c (_initialize_inftarg): Ditto.
11297 * remote-rdi.c (_initialize_remote_rdi): Ditto.
11298 * proc-api.c (_initialize_proc_api): Ditto.
11299 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
11300 * source.c (_initialize_source): Ditto.
11301 * exec.c (_initialize_exec): Ditto.
11302 * solib.c (_initialize_solib): Ditto.
11303 * top.c (init_main): Ditto.
11304 * tracepoint.c (_initialize_tracepoint): Ditto.
11305 * symfile.c (_initialize_symfile): Ditto.
11306 * printcmd.c (_initialize_printcmd): Ditto.
11307 * infcmd.c (_initialize_infcmd): Ditto.
11308 * corefile.c (_initialize_core): Ditto.
11309
f779ca99
AC
113102002-03-05 Andrew Cagney <ac131313@redhat.com>
11311
11312 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
11313
01a3934b
AC
113142002-03-05 Andrew Cagney <ac131313@redhat.com>
11315
11316 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
11317
37057839
AC
113182002-03-05 Andrew Cagney <ac131313@redhat.com>
11319
11320 * NEWS: Update headings, 5.2 has branched.
11321
c6ecbae5
DJ
113222002-03-04 Daniel Jacobowitz <drow@mvista.com>
11323
11324 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
11325 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
11326 (register_addr, REGISTER_RAW_SIZE): Likewise.
11327 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
11328 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
11329
e9f30c21
ML
113302002-03-03 Michal Ludvig <mludvig@suse.cz>
11331
11332 * MAINTAINERS (x86-64): Add myself.
11333 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
11334 changed value_ptr -> struct value *
11335
54394ac3
DB
113362002-03-01 David O'Brien <obrien@FreeBSD.org>
11337
11338 * configure.host (sparc64-*-freebsd): Add.
11339 * configure.tgt: Likewise.
11340 * config/sparc/fbsd.mh: New file.
11341 * config/sparc/fbsd.mt: Likewise.
11342 * config/sparc/nm-fbsd.h: Likewise.
11343 * config/sparc/tm-fbsd.h: Likewise.
11344
bfe95955
DJ
113452002-03-01 Daniel Jacobowitz <drow@mvista.com>
11346
11347 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
11348 regformats/reg-s390x.dat.
11349
f33c6cbf
AC
113502002-03-01 Andrew Cagney <ac131313@redhat.com>
11351
11352 * utils.c: Add FIXME explaining true/false problem.
11353
5ecaa7dd
AC
113542002-02-28 Andrew Cagney <ac131313@redhat.com>
11355
11356 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
11357
2a251cc2
MC
113582002-02-28 Michael Chastain <mec@shout.net>
11359
11360 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
11361
6a8031a3 113622002-02-28 Daniel Jacobowitz <drow@mvista.com>
265f716b
DJ
11363
11364 * gdbserver/linux-s390-low.c: New file.
11365 * regformats/reg-s390.dat: New file.
11366 * regformats/reg-s390x.dat: New file.
11367 * gdbserver/configure.srv: Add S/390.
11368 * gdbserver/Makefile.in: Add S/390.
11369 * configure.tgt: Enable gdbserver for S/390.
11370
ac469903
EZ
113712002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
11372
11373 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
11374 first line of the doc string for "info dos", except at the end of
11375 the sentence, since the short help stops at the first period.
11376
985cb1a3
JM
113772002-02-28 Jason Merrill <jason@redhat.com>
11378
11379 * dwarf2read.c (dwarf_cfi_name): Add new codes.
11380
c570663e
FF
113812002-02-27 Fred Fish <fnf@redhat.com>
11382
11383 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
11384 comment (dumy -> dummy).
11385
43630227
PS
113862002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11387
11388 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
11389
b84911e8
RB
113902002-02-27 Rodney Brown <rbrown64@csc.com.au>
11391
11392 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
11393
58caa3dc
DJ
113942002-02-27 Daniel Jacobowitz <drow@mvista.com>
11395
11396 * gdbserver/acconfig.h: New file.
11397 * gdbserver/i387-fp.c: New file.
11398 * gdbserver/i387-fp.h: New file.
11399 * gdbserver/linux-x86-64.c: New file.
11400 * regformats/reg-x86-64.dat: New file.
11401 * configure.tgt: Add x86_64-*-linux* gdbserver support.
11402 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
11403 * gdbserver/configure.in: Add support for regsets.
11404 * gdbserver/config.in: Regenerate.
11405 * gdbserver/configure: Regenerate.
11406 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
11407 * gdbserver/linux-low.h: New file.
11408 * gdbserver/linux-low.c: Include "linux-low.h". Add support
11409 for regsets.
11410 * gdbserver/linux-arm-low.c: Include "linux-low.h".
11411 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
11412 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
11413 * gdbserver/linux-mips-low.c: Include "linux-low.h".
11414 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
11415 * gdbserver/linux-sh-low.c: Include "linux-low.h".
11416 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
11417 "i387-fp.h". Add PTRACE_GETREGS and friends.
11418 * gdbserver/regcache.c (supply_register): New function.
11419 (supply_register_by_name): New function.
11420 (collect_register): New function.
11421 (collect_register_by_name): New function.
11422
93652174
DJ
114232002-02-27 Daniel Jacobowitz <drow@mvista.com>
11424
11425 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
11426 (config.status): Add configure.srv dependency.
11427 (server_h): Add config.h dependency.
11428
a02e4a61
DJ
114292002-02-27 Daniel Jacobowitz <drow@mvista.com>
11430
11431 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
11432 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
11433 * gdbserver/configure.srv: Change i386-*-linux* to use
11434 reg-i386-linux.o.
11435
ce0eebec
AC
114362002-02-26 Andrew Cagney <ac131313@redhat.com>
11437
11438 * x86-64-tdep.c: Re-indent. Update copyright date.
11439
82dbc5f7
AC
114402002-02-26 Andrew Cagney <ac131313@redhat.com>
11441
11442 From Michal Ludvig <mludvig@suse.cz>:
11443 * x86-64-tdep.c (value.h): Delete.
11444 (gdb_assert.h): Include.
11445 (x86_64_register_convert_to_virtual,
11446 x86_64_register_convert_to_raw ): Add check which lets only
11447 floating-point values to be converted.
11448 (value_push): Delete.
11449 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
11450 (i386_gdbarch_init): Number of register_bytes fixed.
11451
e4621584
AC
114522002-02-26 Andrew Cagney <ac131313@redhat.com>
11453
11454 * MAINTAINERS: Add x86-64 target.
11455
81a9a963
AC
114562002-02-26 Andrew Cagney <ac131313@redhat.com>
11457
11458 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
11459 * osfsolib.c (solib_map_sections): Ditto.
11460 * irix5-nat.c (solib_map_sections): Ditto.
11461 * corelow.c (gdb_check_format): Ditto.
11462 * symfile.c (symfile_bfd_open): Ditto.
11463 * solib.c (solib_map_sections): Ditto.
11464 Fix PR gdb/354.
7e336ba1 11465
0f017ab9
AC
114662002-02-26 Andrew Cagney <ac131313@redhat.com>
11467
11468 * remote.c (_initialize_remote): By default, disable ``e'' and
11469 ``E'' step out-of-range packets.
11470
75738c29
AS
114712002-02-26 Andreas Schwab <schwab@suse.de>
11472
11473 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
11474 m68k_linux_frame_saved_pc.
11475 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
11476 in_sigtramp.
11477 (SIGCONTEXT_PC_OFFSET): Remove.
11478 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
11479 m68k_linux_sigtramp_saved_pc): New functions.
11480 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
11481 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
11482 (UCONTEXT_PC_OFFSET): Define.
11483 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
11484 non-RT and RT signal trampolines.
11485
7e8ed687
RE
114862002-02-26 Richard Earnshaw <rearnsha@arm.com>
11487
11488 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
11489 (TARGET_NBPG, STACK_END_ADDR): Delete
11490 (VARIABLES_INSIDE_BLOCK): Delete.
11491
6972bc8b
AC
114922002-02-25 Andrew Cagney <ac131313@redhat.com>
11493
11494 * utils.c (perror_with_name): Make string parameter constant.
11495 (print_sys_errmsg): Ditto.
11496 (query): Ditto.
11497 * defs.h (perror_with_name): Update.
11498 (print_sys_errmsg): Update.
11499 (query): Update.
11500
aa32f823
DJ
115012002-02-25 Daniel Jacobowitz <drow@mvista.com>
11502
11503 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
11504 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
11505
19caaa45
PS
115062002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11507
11508 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
11509 if it already matches the current architecture from the exec file.
11510 Include arch-utils.h for gdbarch_info_init prototype.
11511 * Makefile.in (rs6000-nat.o): Update dependencies.
11512
d951901f
EZ
115132002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
11514
11515 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
11516 list of exported variables.
11517
7ea81414
DJ
115182002-02-24 Daniel Jacobowitz <drow@mvista.com>
11519
11520 * gdbserver/configure.srv: New file.
11521 * gdbserver/configure.in: Use configure.srv instead
11522 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
11523 from it.
11524 * gdbserver/configure: Regenerated.
11525 * gdbserver/terminal.h: New file.
11526 * gdbserver/Makefile.in: Update for configure changes. Remove
11527 more unneeded include paths.
11528
080fe24b
AC
115292002-02-24 Andrew Cagney <ac131313@redhat.com>
11530
11531 From wiz at danbala:
11532 * config/sparc/tm-sp64.h: Fix grammar and typos.
11533 Fix PR gdb/287.
11534
8605d56e
AC
115352002-02-24 Andrew Cagney <ac131313@redhat.com>
11536
11537 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
a4b6fc86
AC
11538 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
11539 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
11540 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
ca557f44
AC
11541 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
11542 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
11543 * s390-tdep.c: Ditto.
92362027
AC
11544 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
11545 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
11546 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
11547 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
11548 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
11549 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
11550 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
11551 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
11552 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
11553 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
8605d56e 11554 Fix PR gdb/378.
7e336ba1 11555
8ed32cc0
AC
115562002-02-23 Andrew Cagney <ac131313@redhat.com>
11557
a3007b6f
AC
11558 * lin-thread.c: Delete file.
11559 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
11560 to gdb_proc_service.h.
11561 * configure: Re-generate.
11562
50a9e2f1
AC
11563 * ocd.c (ocd_open): Do not try to open the "ocd" device.
11564 * serial.c (serial_open): Delete check for "ocd".
11565 Fix PR gdb/349.
11566
8b6e7932
AC
11567 * Makefile.in (linux-thread.o): Delete target.
11568 * linux-thread.c: Delete file.
11569
d155c46b
AC
11570 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
11571 renamed SH files to be consistent.
11572
8ed32cc0
AC
11573 * symtab.c (sort_search_symbols): Use xfree.
11574
0e18d038
RE
115752002-02-23 Richard Earnshaw <rearnsha@arm.com>
11576
11577 * arm-linux-tdep.c (arm_linux_init_abi): Register
11578 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
11579 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
11580 definition with undef, since we don't want the sysvr4 definition.
11581 (SKIP_TRAMPOLINE_CODE): Likewise.
11582
27aac7ff
AC
115832002-02-23 Andrew Cagney <ac131313@redhat.com>
11584
11585 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
11586
11587 * configure.in: (AC_CHECK_FUNCS) Added test for
11588 canonicalize_file_name Regenerated.
11589 * config.in, configure: Regenerated.
11590 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
11591 defined use canonicalize_file_name.
7e336ba1 11592
65a6e0ee
MC
115932002-02-23 Michael Chastain <mec@shout.net>
11594
11595 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
11596
47b95330
AC
115972002-02-23 Andrew Cagney <ac131313@redhat.com>
11598
11599 * README: Remove references to cygnus.com.
11600 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
11601 dot com'' form. Remove references to cygnus.com and sourceware.
11602
696f451b
AC
116032002-02-23 Andrew Cagney <ac131313@redhat.com>
11604
11605 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
11606 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
11607 1003.1-2001 no longer allows "head -1".
11608 * gdb/Makefile.in (version.c): Likewise.
11609 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
11610 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
11611 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
11612
bbaca940
AC
116132002-02-23 Andrew Cagney <ac131313@redhat.com>
11614
11615 * cli/cli-decode.c (cmd_cfunc_eq): New function.
11616 * command.h (cmd_cfunc_eq): Declare.
11617 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
11618
11619 * cli/cli-cmds.h (is_complete_command): Change parameter to a
11620 ``struct cmd_list_element *''.
11621 * cli/cli-cmds.c (is_complete_command): Update. Use
11622 cmd_cfunc_eq.
11623 * top.c (execute_command): Pass the command to
11624 is_complete_command.
11625 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
11626
b8b8b047
AC
116272002-02-23 Andrew Cagney <ac131313@redhat.com>
11628
11629 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
11630 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
11631 architecture defines.
11632 * s390-tdep.c (s390_gdbarch_init): Likewise.
11633
19d3fc80
RE
116342002-02-23 Richard Earnshaw <rearnsha@arm.com>
11635
11636 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
11637 (arm_linux_push_arguments): Likewise.
11638 (arm_linux_init_abi): Register them. Also register linux-specific
11639 call_dummy_words.
11640 (find_minsym_and_objfile): Use strcmp, not STREQ.
11641 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
11642 (arm_linux_call_dummy_words): Delete declaration.
11643 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
11644 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
11645 declarations.
11646 (LOWEST_PC): Delete.
11647
3ab13650
PS
116482002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11649
11650 * maint.c (print_section_info): Do not prepend `0x' to filepos
11651 output, it will be handled by local_hex_string_custom.
11652
19d3fc80 116532002-02-23 Richard Earnshaw <rearnsha@arm.com>
85ae890c
RE
11654
11655 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
11656 (store_newfpe_double, store_newfpe_extended, store_fpregister)
11657 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
11658
d85a5daf
JB
116592002-02-22 Jim Blandy <jimb@redhat.com>
11660
11661 Indicate that the bcache functions don't change the strings
11662 they're passed.
11663 * bcache.h (bcache, hash): Add `const' keywords to declarations.
11664 * bcache.c (bcache, hash): Add `const' keywords to definitions.
11665
eeb25b8a
PM
116662002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
11667
11668 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
11669
6badb179
CF
116702002-02-21 Christopher Faylor <cgf@redhat.com>
11671
11672 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
11673 find the complete path to a loaded DLL.
11674
e8717518
FF
116752002-02-21 Fred Fish <fnf@redhat.com>
11676
11677 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
11678 that marks the end of the range of a function, enter a line number
11679 entry that has a line number of zero and a PC offset that matches
11680 the end of the function. This starts a range of PC's for which no
11681 line number information is known.
11682 * symtab.c (find_pc_sect_line): If our best fit is in a range of
11683 PC's for which no line number info is found (line number is zero)
11684 then we didn't find any valid line information.
11685 * symtab.h: Document use of zero line number entry.
11686
9abe5450
EZ
116872002-02-21 Elena Zannoni <ezannoni@redhat.com>
11688
11689 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
11690 (have_ptrace_getvrregs): Define for run time checks.
11691 (gdb_vrregset_t): New type for Altivec register handling.
11692 (fetch_register, store_register): Fetch/store altivec register
11693 when needed.
11694 (fetch_altivec_register, store_altivec_register): New functions.
11695 (supply_vrregset, fill_vrregset): New functions.
11696 (fetch_altivec_registers, store_altivec_registers): New functions.
11697 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
11698 registers as well.
11699
aaa38bb5
AJ
117002002-02-21 Jiri Smid <smid@suse.cz>
11701
11702 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
11703
b34db576
RE
117042002-02-21 Richard Earnshaw <rearnsha@arm.com>
11705
11706 * Makefile.in (armnbsd-nat.o): Update dependencies.
11707 * armnbsd-nat.c (supply_gregset): New function. Common code to
11708 supply the integer register set.
11709 (supply_fparegset): New function. Similar for FPA registers.
11710 (fetch_regs, fetch_fp_regs): Use them.
11711 (fetch_core_registers): Likewise.
11712 (fetch_elfcore_registers): New function.
11713 (arm_netbsd_elfcore_fns): New core-file type specification.
11714 (_initialize_arm_netbsd_nat): Register it.
11715
3e56fc4b
RE
117162002-02-21 Richard Earnshaw <rearnsha@arm.com>
11717
11718 * armnbsd-nat.c: Include gdbcore.h.
11719 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
11720 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
11721 'void' to declaration, to shut up ARI.
11722 (fetch_core_registers): Make static. Rewrite using supply_register.
11723 (arm_netbsd_core_fns): New core-file type specification.
11724 (_initialize_arm_netbsd_nat): New function.
11725
097f6b0b
CF
117262002-02-21 Christopher Faylor <cgf@redhat.com>
11727
11728 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
11729 value.
11730
c914e0cc
CF
117312002-02-20 Christopher Faylor <cgf@redhat.com>
11732
11733 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
11734 fails.
11735
385fa495
DJ
117362002-02-20 Daniel Jacobowitz <drow@mvista.com>
11737
11738 * jv-exp.y (parse_number): Change type of implicit longs
11739 to builtin_type_uint64.
11740
e5f1222d
DJ
117412002-02-20 Daniel Jacobowitz <drow@mvista.com>
11742
11743 * gdbserver/linux-low.c (mywait): Change argument to waitpid
11744 to be an integer instead of a `union wait'.
11745
75c9abc6
DJ
117462002-02-20 Daniel Jacobowitz <drow@mvista.com>
11747
11748 * mips-linux-nat.c: Call the operating system GNU/Linux.
11749 * mips-linux-tdep.c: Likewise.
11750 * mips-tdep.c: Likewise.
11751
551792a5
DJ
117522002-02-20 Daniel Jacobowitz <drow@mvista.com>
11753
11754 Fix PR gdb/265.
11755 * jv-exp.y (parse_number): Handle 64-bit integers.
11756
ee6e2b82
DJ
117572002-02-20 Daniel Jacobowitz <drow@mvista.com>
11758
11759 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
11760 AC_STDC_HEADERS to AC_HEADER_STDC.
11761 * gdbserver/configure: Regenerated.
11762
a48442a0
RE
117632002-02-20 Richard Earnshaw <rearnsha@arm.com>
11764
11765 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
11766 is defined.
11767 * sparc-tdep.c (get_longjmp_target): Likewise.
11768
fe419ffc
RE
117692002-02-20 Richard Earnshaw <rearnsha@arm.com>
11770
11771 * News: Add news about ARM and Multi-arch. Mention the new target
11772 arm*-*-netbsd*.
11773
5832ed7e
JB
117742002-02-19 Jim Blandy <jimb@redhat.com>
11775
11776 * stabsread.c (error_type_complaint): Improve error message.
11777
84563040
DJ
117782002-02-19 Daniel Jacobowitz <drow@mvista.com>
11779
11780 * gdbserver/README: Update documentation.
11781 * gdbserver/configure.in: Update configury to match documentation.
11782 * gdbserver/Makefile.in: Likewise.
11783 * gdbserver/configure: Regenerated.
11784 * gdbserver/aclocal.m4: New file, generated by aclocal.
11785 * gdbserver/config.in: New file, generated by autoheader.
11786
375fd65b
RE
117872002-02-19 Richard Earnshaw <rearnsha@arm.com>
11788
11789 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
11790 armnbsd-nat.c.
11791
08216dd7
RE
117922002-02-19 Richard Earnshaw <rearnsha@arm.com>
11793
11794 * arm-tdep.h (enum arm_float_model): New enum.
11795 (struct gdbarch_tdep): Add fp_model.
11796 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
11797 up floating-point conversions until we know the floating-point model
11798 in use by the inferior. Don't complain about being unable to
11799 determine the ABI of the inferior when we don't have one.
11800 (arm_extract_return_value): Support different floating-point models.
11801 (arm_store_return_value): Likewise.
aaa38bb5 11802 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
08216dd7
RE
11803 ARM_FLOAT_SOFT.
11804 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
11805
65d6d66a
PS
118062002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11807
11808 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
11809 of ``current_gdbarch''.
11810
47221191
RE
118112002-02-19 Richard Earnshaw <rearnsha@arm.com>
11812
11813 * armnbsd-nat.c : ANSIfy all function declarations.
11814 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
11815 (fetch_inferior_registers): Re-implement in terms of above.
11816 (store_register, store_regs, store_fp_register, store_fp_regs): New.
11817 (store_inferior_registers): Re-implement in terms of above.
11818
fdf39c9a
RE
118192002-02-19 Richard Earnshaw <rearnsha@arm.com>
11820
aaa38bb5 11821 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
fdf39c9a
RE
11822 kernel.
11823 * arm-linux-tdep.c: Likewise.
11824 * config/arm/tm-linux.h: Likewise.
11825
93247f88
RE
118262002-02-19 Richard Earnshaw <rearnsha@arm.com>
11827
11828 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
11829 * config/arm/nbsd.mt (TM_FILE): Delete.
11830 * config/arm/tm-nbsd.h: Delete.
11831
d7b486e7
RE
118322002-02-19 Richard Earnshaw <rearnsha@arm.com>
11833
11834 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
11835 Initialize CALL_DUMMY_LENGTH.
11836
41d39a95
RE
118372002-02-19 Richard Earnshaw <rearnsha@arm.com>
11838
11839 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
11840 function.
11841 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
aaa38bb5 11842 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
41d39a95
RE
11843 defines one thing and that is incorrect for this port.
11844 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
11845
e1195560
PM
118462002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
11847
11848 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
11849
c1748f97
PM
118502002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
11851
11852 * win32-nat.c (display_selector): New function. Displays information
11853 about the information returned by GetThreadSelectorEntry API function.
11854 (display_selectors): New function. Displays the infomation of
11855 the selector given as argument, or of CS, DS ans FS selectors
11856 if no argument is given.
11857 ( _initialize_inftarg): Add "w32" as info prefix command.
11858 Add "info w32 selector" as command calling display_selectors.
11859
e41e6bbf
PM
118602002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
11861
11862 * i386-tdep.c (get_longjmp_target): Fix compilation failure
11863 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
11864 if not defined.
11865
0d3a9f48
RE
118662002-02-18 Richard Earnshaw <rearnsha@arm.com>
11867
11868 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
11869
3fb4b924
RE
118702002-02-18 Richard Earnshaw <rearnsha@arm.com>
11871
11872 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
11873 (arm_fix_call_dummy): Call it.
11874 (arm_call_dummy_breakpoint_offset): Delete.
11875 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
11876 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
11877
7f55af32
AC
118782002-02-18 Andrew Cagney <ac131313@redhat.com>
11879
11880 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
11881 Default to func_frame_chain_valid.
11882 * gdbarch.h, gdbarch.c: Re-generate.
11883 * frame.h (FRAME_CHAIN_VALID): Delete definition.
11884
05f13b9c
EZ
118852002-02-18 Elena Zannoni <ezannoni@redhat.com>
11886
11887 * ppc-linux-nat.c: Update copyright.
11888 (fetch_register, store_register): Add tid parameter, don't compute
11889 tid here.
11890 (fetch_ppc_registers, store_ppc_registers): Add tid
11891 parameter. Pass it along to callees.
11892 (fetch_inferior_registers, store_inferior_registers): Compute tid
11893 here, and pass it to calleed functions.
11894 (fill_gregset, supply_fpregset): Clean up formatting.
11895
d7afb4c9
RE
118962002-02-18 Richard Earnshaw <rearnsha@arm.com>
11897
11898 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
11899 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
11900
9df628e0
RE
119012002-02-18 Richard Earnshaw <rearnsha@arm.com>
11902
11903 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
11904 * gdbarch.c gdbarch.h: Regenerate.
11905 * breakpoint.c (create_longjmp_breakpoint): Always compile this
11906 function.
11907 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
11908 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
11909 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
11910
11911 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
11912 * arm-tdep.c (arm_get_longjmp_target): New function.
11913 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
11914 this to a positive value register arm_get_longjmp_target as the
11915 longjmp handler.
11916 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
11917 (arm_linux_init_abi): Set up longjmp description in tdep.
11918 * armnbsd-nat.c (get_longjmp_target): Delete.
11919 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
11920 description in tdep.
11921 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
11922 (get_longjmp_target): Delete declaration.
11923 (GET_LONGJMP_TARGET): Delete.
11924 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
11925 (GET_LONGJMP_TARGET): Delete.
11926
57bc8964
KB
119272002-02-17 Kevin Buettner <kevinb@redhat.com>
11928
11929 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
11930 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
11931 of ``current_gdbarch''.
11932
83d31a92
TT
119332002-02-17 Tom Tromey <tromey@redhat.com>
11934
11935 * cli/cli-cmds.c (compare_strings): New function.
11936 (complete_command): Only print each unique item once.
11937 * completer.h (complete_line): Declare.
11938 * completer.c (complete_line): New function.
11939 (line_completion_function): Use it.
11940
17ef5d92
AC
119412002-02-16 Andrew Cagney <ac131313@redhat.com>
11942
11943 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
11944 * gdbarch.h, gdbarch.c: Re-generate.
11945
491b8946
DJ
119462002-02-16 Daniel Jacobowitz <drow@mvista.com>
11947
11948 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
11949
119502002-02-16 Daniel Jacobowitz <drow@mvista.com>
11951
11952 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
11953 * valops.c (value_arg_coerce): Don't take the address of a reference
11954 to convert an argument to a reference.
11955
dfe7f3ac
CF
119562002-02-15 Christopher Faylor <cgf@redhat.com>
11957
11958 * win32-nat.c (get_image_name): New function.
11959 (handle_load_dll): Use get_image_name function.
11960 (get_child_debug_event): Avoid registering debug events until possibly
11961 execed process is started.
11962 (child_create_inferior): Allow invocation via shell so that command
11963 line redirection, etc. works ok.
11964 (_initialize_inftarg): Add new command: "set shell" to control whether
11965 a shell is used to start a process.
11966
1d33e73a
DJ
119672002-02-15 Daniel Jacobowitz <drow@mvista.com>
11968
11969 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
11970 instead of find_register_by_number.
11971 (cannot_store_register): Likewise.
11972
48cd0caa
PM
119732002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
11974
aaa38bb5 11975 * dwarf2read.c: Replace fprintf (stderr, ...) by
48cd0caa
PM
11976 fprintf_unfiltered (gdb_stderr, ...).
11977
8656e7d8
DJ
119782002-02-15 Daniel Jacobowitz <drow@mvista.com>
11979
11980 * gdbserver/gdbserver.1: Document --attach.
11981
66e810cd
RE
119822002-02-15 Richard Earnshaw <rearnsha@arm.com>
11983
11984 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
11985 descriptions.
11986 * arm-tdep.c (arm_default_arm_le_breakpoint)
11987 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
11988 (arm_default_thumb_be_breakpoint): New. Initialize them from
11989 traditional breakpoint defines.
11990 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
11991 (arm_gdbarch_init): Initialize new breakpoint variables.
11992 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
11993 (arm_linux_init_abi): Initialize linux-specific breakpoint.
11994 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
11995 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
11996 code out to ...
11997 (arm_netbsd_init_abi_common): ... here; new function.
11998 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
11999 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
12000 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
12001 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
12002
97e03143
RE
120032002-02-15 Richard Earnshaw <rearnsha@arm.com>
12004
12005 * arm-tdep.h (enum arm_abi): New enum.
12006 (struct gdbarch_tdep): New structure.
12007 (LOWEST_PC): Provide a default.
12008 (arm_gdbarch_register_os_abi): Declare new function.
12009 * arm-tdep.c (arm_abi_names): New array.
12010 (process_note_abi_tag_sections): New function.
12011 (get_elfosabi): New function.
12012 (arm_gdbarch_register_os_abi): New function.
12013 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
12014 support for that ABI has been built in, then call the appropriate
12015 configuration routine. Use gdbarch_num_regs() to get the number
12016 of registers.
12017 (arm_dump_tdep): New function.
12018 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
12019 place-holder functions.
12020 (_initialize_arm_tdep): Register them.
12021 * config/arm/tm-arm.h (LOWEST_PC): Delete.
12022
12023 * armnbsd-tdep.c: New file.
12024 * Makefile.in (armnbsd-tdep.o): Add dependencies.
12025 * config/arm/nbsd.mt (TDEPFILES): Add it.
12026 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
12027
12028 * armnbsd-nat.c: Include regcache.h.
12029 * Makefile.in (armnbsd-nat.o): Update dependency list.
12030
12031 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
12032
ad68be46
DJ
120332002-02-14 Daniel Jacobowitz <drow@mvista.com>
12034
12035 * gdbserver/Makefile.in: Fix typos in target rules.
12036
003d6d1d
DJ
120372002-02-14 Daniel Jacobowitz <drow@mvista.com>
12038
aaa38bb5 12039 Fix part of PR gdb/267.
003d6d1d
DJ
12040 * linespec.c (find_methods): Handle constructors specially for now.
12041
6b230f1b
CV
120422002-02-14 Corinna Vinschen <vinschen@redhat.com>
12043
12044 * arm-tdep.c (arm_push_arguments): Eliminate special float type
12045 handling.
12046 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
12047 standard_coerce_float_to_double().
12048
1ea98d12
CF
120492002-02-14 Christopher Faylor <cgf@redhat.com>
12050
12051 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
12052 GDBINIT_FILENAME.
12053
dd47e6fd
EZ
120542002-02-14 Elena Zannoni <ezannoni@redhat.com>
12055
12056 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
12057 find_variant_by_name, because it confuses the multiarch
12058 framework. Return NULL if there isn't an architecture with the
12059 user supplied name, instead of forcing a different one without
12060 recording the change with the multiarch machinery.
12061 (find_variant_by_name): Delete.
12062
d7e39b9e
PS
120632002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
12064
12065 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
12066 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
12067
76e42a4f
MH
120682002-02-13 Martin M. Hunt <hunt@redhat.com>
12069
aaa38bb5 12070 * stack.c (print_frame_info_base): When calling
76e42a4f
MH
12071 print_frame_info_listing_hook, set current_source_symtab.
12072
0a30fbc4
DJ
120732002-02-14 Daniel Jacobowitz <drow@mvista.com>
12074
12075 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
12076 and remove unused $(INCLUDE_DIR).
12077 Add regcache.c to OBS.
12078 Add generated register protocol files to clean target.
12079 Update dependencies for new objects, obsolete old target code.
12080
12081 * gdbserver/linux-low.c: Remove all platform-specific code to
12082 new files. Remove various dead code. Update to use regcache
12083 functionality.
12084 * gdbserver/remote-utils.c (fromhex): Add return statement
12085 to quiet warning.
12086 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
12087 constant.
12088 (input_interrupt): Add integer parameter to match prototype
12089 of a signal handler.
12090 (outreg): Use register_data ().
12091 (prepare_resume_reply): Use gdbserver_expedite_regs.
12092 * gdbserver/server.c (main): Dynamically allocate own_buf because
12093 PBUFSIZ is no longer constant. Use registers_to_string () and
12094 registers_from_string ().
12095 * gdbserver/server.h: No longer include "defs.h". Add prototypes
12096 for error (), fatal (), and warning (). Update definition of
12097 PBUFSIZ to use regcache functionality. Add include guard.
12098 * gdbserver/utils.c (fatal): Add missing ``const''.
12099 (warning): New function.
12100
12101 * regformats/regdat.sh: Include "regcache.h" in generated files.
12102 Provide init_registers () function.
12103 * regformats/regdef.h: Add prototype for set_register_cache ().
12104 Add include guard.
12105
12106 * gdbserver/linux-arm-low.c: New file.
12107 * gdbserver/linux-i386-low.c: New file.
12108 * gdbserver/linux-ia64-low.c: New file.
12109 * gdbserver/linux-m68k-low.c: New file.
12110 * gdbserver/linux-mips-low.c: New file.
12111 * gdbserver/linux-ppc-low.c: New file.
12112 * gdbserver/linux-sh-low.c: New file.
12113
12114 * gdbserver/regcache.c: New file.
12115 * gdbserver/regcache.h: New file.
12116
12117 * gdbserver/low-linux.c: Removed obsolete file.
12118
4cc841d0
DJ
121192002-02-14 Daniel Jacobowitz <drow@mvista.com>
12120
12121 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
12122 * config/i386/linux.mt: Likewise.
12123 * config/ia64/linux.mt: Likewise.
12124 * config/m68k/linux.mh: Likewise.
12125 * config/powerpc/linux.mh: Likewise.
12126 * config/mips/linux.mt: Likewise.
12127
12128 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
12129
12130 * config/i386/i386lynx.mh: Mark gdbserver variables
12131 as (currently) obsolete for this target.
12132 * config/i386/nbsd.mt: Likewise.
12133 * config/i386/nbsdelf.mt: Likewise.
12134 * config/m32r/m32r.mt: Likewise.
12135 * config/m68k/m68klynx.mh: Likewise.
12136 * config/m68k/nbsd.mt: Likewise.
12137 * config/m68k/sun3os4.mh: Likewise.
12138 * config/mips/vr5000.mt: Likewise.
12139 * config/ns32k/nbsd.mt: Likewise.
12140 * config/pa/hppabsd.mh: Likewise.
12141 * config/pa/hppaosf.mh: Likewise.
12142 * config/powerpc/nbsd.mt: Likewise.
12143 * config/rs6000/rs6000lynx.mh: Likewise.
12144 * config/s390/s390.mt: Likewise.
12145 * config/s390/s390x.mt: Likewise.
12146 * config/sparc/sparclynx.mh: Likewise.
12147 * config/sparc/sun4os4.mh: Likewise.
12148 * config/i386/x86-64linux.mt: Likewise.
12149 * config/sparc/linux.mh: Likewise.
12150
a85f51e7
DJ
121512002-02-14 Daniel Jacobowitz <drow@mvista.com>
12152
12153 * configure.tgt: Configure gdbserver only for known working
12154 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
12155 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
12156 SUBDIRS if it is configured. Update comment for ${nativefile}.
12157 * configure: Regenerated.
12158
65554fef
MS
121592002-02-13 Michael Snyder <msnyder@redhat.com>
12160
670a52db
MS
12161 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
12162
6dbdc4a3
MS
12163 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
12164 (default_gcore_mach): Just return 0, work around a problem in bfd.
12165 (default_gcore_target): OK to return NULL if exec_bfd is null.
12166 (make_mem_sec): Use a cast, avoid a warning.
12167
12168 * procfs.c (find_memory_regions_callback): Use a cast instead of
aaa38bb5 12169 calling host_pointer_to_address (which complains if
6dbdc4a3
MS
12170 sizeof (host pointer) != sizeof (target pointer)).
12171 (procfs_make_note_section): Avoid overflow in psargs string.
12172
aaa38bb5 12173 * procfs.c (procfs_make_note_section): Make the default
65554fef
MS
12174 implementation return an error.
12175
121762002-02-13 Rodney Brown <rbrown64@csc.com.au>
12177
12178 * procfs.c (procfs_make_note_section): Provide a default definition
12179 (for alpha-dec-osf4.0f). Fix typos.
12180
1e4d76e7
EZ
121812002-02-13 Elena Zannoni <ezannoni@redhat.com>
12182
12183 * linux-proc.c: Add include of regcache.h.
12184 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
12185
b6d1a1d5
AC
121862002-02-13 Andrew Cagney <ac131313@redhat.com>
12187
12188 From 2002-01-18 Greg McGary <greg@mcgary.org>:
aaa38bb5
AJ
12189 * memattr.c (create_mem_region): Disallow useless empty region.
12190 Regions are half-open intervals, so allow [A..B) [B..C) as
65554fef 12191 non-overlapping.
b6d1a1d5 12192
6c6ea35e
MC
121932002-02-13 Michael Chastain <mec@shout.net>
12194
12195 * defs.h: Kill CONST_PTR.
12196 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
12197 * c-lang.c (c_builtin_types): Likewise.
12198 * ch-lang.c (ch_builtin_types): Likewise.
12199 * f-lang.c (f_builtin_types): Likewise.
12200 * language.c (unknown_builtin_types): Likewise.
12201 * m2-lang.c (m2_builtin_types): Likewise.
12202 * p-lang.c (pascal_builtin_types): Likewise.
12203 * scm-lang.c (c_builtin_types): Likewise.
12204
3e0b0f48
KS
122052002-02-13 Keith Seitz <keiths@redhat.com>
12206
12207 * arm-tdep.h (arm_get_next_pc): Add declaration.
12208
67255d04
RE
122092002-02-13 Richard Earnshaw <rearnsha@arm.com>
12210
12211 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
12212 with other related struct-returning functions.
12213 (arm_extract_struct_value_address): New function.
12214 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
12215 initialize float_format, double_format and long_double_format as
12216 appropriate to the endianness of the target.
12217 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
12218 (arm_use_struct_convention): Delete declaration.
12219 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
12220
079777f6
KS
122212002-02-13 Keith Seitz <keiths@redhat.com>
12222
12223 * defs.h (core_addr_to_string_nz): New function.
12224
34588f23
MK
122252002-02-13 Mark Kettenis <kettenis@gnu.org>
12226
12227 Apply missing bits of 2002-01-15 patch.
12228 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
12229 (fill_fpregset): Use i387_fill_fsave.
12230
49b563f9
KS
122312002-02-12 Keith Seitz <keiths@redhat.com>
12232
49b563f9
KS
12233 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
12234 (core_addr_to_string_nz): New function.
12235
aeb98c60
RE
122362002-02-11 Richard Earnshaw <rearnsha@arm.com>
12237
12238 * arm-linux-nat.c: Really include arm-tdep.h.
12239 * config/arm/tm-linux.h (struct type, struct value): Declare.
12240
65554fef
MS
122412002-02-11 Michael Snyder <msnyder@redhat.com>
12242
12243 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
12244 (gcore section): Ifdef for Solaris and Unixware only.
12245 (procfs_do_thread_registers): Unixware needs one lwpstatus
12246 per thread (not one prstatus or pstatus).
12247 (procfs_make_note_section): Iterate only over kernel threads (lwps),
12248 not over all gdb threads. For unixware, call elfcore_write_pstatus
12249 once before iterating over threads.
12250
34e8f22d
RE
122512002-02-11 Richard Earnshaw <rearnsha@arm.com>
12252
12253 * arm-tdep.h: New file.
12254 * arm-tdep.c: Include arm-tdep.h.
12255 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
12256 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
12257 (arm_print_float_info, arm_register_type, convert_to_extended)
12258 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
12259 (arm_extract_return_value, arm_register_name): Make static.
12260 (arm_software_single_step): Similarly. Fix types in declaration.
12261 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
12262 (arm_store_return_value, arm_store_struct_return): New functions.
12263 (arm_gdbarch_init): Register the above functions. Also register
12264 call_dummy_start_offset, sizeof_call_dummy_words,
12265 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
12266 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
aaa38bb5 12267 max_register_virtual_size, register_size. Set up
34e8f22d
RE
12268 prologue_cache.saved_regs here, rather than ...
12269 (_initialize_arm_tdep): ... here.
12270 * config/arm/tm-arm.h (struct type, struct value): Delete forward
12271 declarations.
12272 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
12273 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
12274 (arm_print_float_info, arm_register_type, convert_to_extended)
12275 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
12276 (arm_extract_return_value, arm_register_name): Delete declarations.
12277 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
12278 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
12279 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
12280 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
12281 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
12282 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
12283 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
12284 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
12285 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
12286 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
12287 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
12288 (arm_get_next_pc): No-longer static -- these are needed by the RDI
12289 interface.
12290 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
12291 * remote-rdi.c remote-rdp.c: Likewise.
12292 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
12293 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
12294 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
12295 definition.
12296
12297 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
12298 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
12299 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
12300 from non-ARM_ prefixed definitions.
12301 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
12302 all uses of above.
12303 * remote-rdi.c remote-rdp.c: Likewise.
12304 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
12305
148754e5
RE
123062002-02-11 Richard Earnshaw <rearnsha@arm.com>
12307
12308 * arm-tdep.c (arm_frameless_function_invocation)
12309 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
12310 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
12311 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
12312 (arm_pop_frame, arm_get_next_pc): Make static.
12313 (arm_gdbarch_init): Register above in gdbarch structure.
12314 (arm_read_fp): Renamed from arm_target_read_fp.
12315 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
12316 * config/arm/tm-arm.h (arm_frameless_function_invocation)
12317 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
12318 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
12319 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
12320 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
12321 (arm_pc_is_thumb_dummy): Delete declarations.
fcfb8836
RE
12322 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
12323 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
12324 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
12325 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
148754e5 12326
434d2d4f
DJ
123272002-02-10 Daniel Jacobowitz <drow@mvista.com>
12328
12329 * symtab.c (compare_search_syms): New function.
12330 (sort_search_symbols): New function.
12331 (search_symbols): Sort symbols after searching rather than
12332 before.
12333
55241689
AC
123342002-02-10 Andrew Cagney <ac131313@redhat.com>
12335
12336 * NEWS: Linux -> GNU/Linux.
12337
028c194b
AC
123382002-02-10 Andrew Cagney <ac131313@redhat.com>
12339
12340 * gdbarch.sh: For for level one methods, disallow a definition
12341 when partially multi-arched. Add comments explaining rationale.
12342 * gdbarch.h: Re-generate.
12343
6acf50cd
AC
123442002-02-10 Andrew Cagney <ac131313@redhat.com>
12345
12346 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
12347 multi-arch partial.
aaa38bb5 12348
50248794
AC
123492002-02-10 Andrew Cagney <ac131313@redhat.com>
12350
12351 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
12352 field. Use diff -u.
12353 * gdbarch.c: Re-generate.
12354
c30e0066
AC
123552002-02-10 Andrew Cagney <ac131313@redhat.com>
12356
9b56c5f3 12357 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
c30e0066
AC
12358 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
12359 partial.
12360
6e6d6484
AC
123612002-02-10 Andrew Cagney <ac131313@redhat.com>
12362
12363 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
12364 multi-arch partial.
12365 (PUSH_ARGUMENTS): Switch to using predefault.
12366 * gdbarch.c: Regenerate.
12367
c203844d
AC
123682002-02-10 Andrew Cagney <ac131313@redhat.com>
12369
12370 * valops.c (PUSH_ARGUMENTS): Delete definition.
12371 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
12372 partial. Default to default_push_arguments.
12373 * gdbarch.h, gdbarch.c: Regenerate.
12374
b5a2688f
AC
123752002-02-09 Andrew Cagney <ac131313@redhat.com>
12376
12377 * defs.h (throw_exception): Rename return_to_top_level. Update
12378 comments.
12379 * utils.c (error_stream, internal_verror, quit): Ditto.
12380 * top.c (throw_exception, catcher): Ditto.
12381 * sparclet-rom.c (sparclet_load): Ditto.
12382 * remote.c (interrupt_query, minitelnet): Ditto.
12383 * remote-sds.c (interrupt_query): Ditto.
12384 * remote-mips.c (mips_error, mips_kill): Ditto.
12385 * ocd.c (interrupt_query): Ditto.
12386 * monitor.c (monitor_interrupt_query): Ditto.
12387 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
12388 * target.h: Update comment.
aaa38bb5 12389
b5a2688f 12390 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
aaa38bb5 12391
2fa5c1e0
AC
123922002-02-09 Andrew Cagney <ac131313@redhat.com>
12393
12394 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
12395 default_double_format.
12396 * gdbarch.h, gdbarch.c: Re-generate.
12397 * findvar.c (floatformat_unknown): Delete variable definition.
12398 * doublest.h (floatformat_unknown): Delete variable declaration.
12399
da966255
JB
124002002-02-09 Jim Blandy <jimb@redhat.com>
12401
12402 * stabsread.c (read_type): Add code to parse Sun's syntax for
12403 prototyped function types.
12404
123a4891
AC
124052002-02-09 Andrew Cagney <ac131313@redhat.com>
12406
12407 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
12408 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
12409
fb39c8f3
PS
124102002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
12411
12412 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
12413 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
12414 now _initialize_xcoffsolib gets called again and overrides the
12415 commands from solib.c in a native configuration.
12416
0b87a11d
MK
124172002-02-09 Mark Kettenis <kettenis@gnu.org>
12418
12419 * doublest.c (store_typed_floating): Don't try to return a value.
12420 Fixes PR gdb/290.
12421
bdc2fc72
JB
124222002-02-08 Jim Blandy <jimb@redhat.com>
12423
12424 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
12425 is prototyped and has no arguments, print its argument list as
12426 `(void)'.
12427
da69bbcf
CD
124282002-02-08 Chris Demetriou <cgd@broadcom.com>
12429
12430 * MAINTAINERS (write-after-approval): Add myself.
12431 (paper-trail): I've escaped!
aaa38bb5 12432
b69571f5
CF
124332002-02-08 Christopher Faylor <cgf@redhat.com>
12434
12435 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
12436 changes.
12437 (_initialize_check_for_gdb_ini): Ditto.
12438
f6871398
MH
124392002-02-08 Martin M. Hunt <hunt@redhat.com>
12440
12441 * win32-nat.c (cygwin_pid_to_str): Fix typo.
12442 xaprintf -> xasprintf.
12443
4e52d31c
PM
124442002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
12445
12446 * win32-nat.c: Remove use of printf and sprintf functions.
12447
39bbf761
RE
124482002-02-08 Richard Earnshaw <rearnsha@arm.com>
12449
12450 * arm-tdep.c (arm_frame_chain_valid): Make static.
12451 (arm_push_arguments): Likewise.
12452 (arm_gdbarch_init): New function.
12453 (_initialize_arm_tdep): Call it.
12454 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
12455 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
12456 (FRAME_CHAIN_VALID): Delete.
12457 (arm_frame_chain_valid): Delete declaration.
12458 (PUSH_ARGUMENTS): Delete.
12459 (arm_push_arguments): Delete declaration.
12460 (CALL_DUMMY_P): Delete.
12461
9c9532c9
CV
124622002-02-08 Andrew Cagney <ac131313@redhat.com>
12463 Corinna Vinschen <vinschen@redhat.com>
12464
12465 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
12466 on builtin float types.
12467
4e8f7a8b
DJ
124682002-02-08 Daniel Jacobowitz <drow@mvista.com>
12469
12470 * utils.c: Include <curses.h> before "bfd.h".
12471 * tui/tui-hooks.c: Likewise.
12472 * tui/tui.c: Likewise.
12473 * tui/tuiCommand.c: Likewise.
12474 * tui/tuiData.c: Likewise.
12475 * tui/tuiDataWin.c: Likewise.
12476 * tui/tuiDisassem.c: Likewise.
12477 * tui/tuiGeneralWin.c: Likewise.
12478 * tui/tuiIO.c: Likewise.
12479 * tui/tuiLayout.c: Likewise.
12480 * tui/tuiRegs.c: Likewise.
12481 * tui/tuiSource.c: Likewise.
12482 * tui/tuiSourceWin.c: Likewise.
12483 * tui/tuiStack.c: Likewise.
12484 * tui/tuiWin.c: Likewise.
12485
cd4bffcf
EZ
124862002-02-07 Elena Zannoni <ezannoni@redhat.com>
12487
12488 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
12489 to include space for pseudoregs as well. Update loops accordingly.
12490 (sh_fp_frame_init_saved_regs): Ditto.
12491 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
12492
26806ce2
AC
124932002-02-07 Andrew Cagney <ac131313@redhat.com>
12494
12495 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
12496 Add Richard Earnshaw to Arm maintainers.
12497
97fdab62
AC
124982002-02-07 Andrew Cagney <ac131313@redhat.com>
12499
a6b98203
AC
12500 * defs.h (warning_begin): Delete declaration.
12501
97fdab62
AC
12502 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
12503 Delete macro.
12504
78b29b40
MS
125052002-02-07 Michael Snyder <msnyder@redhat.com>
12506
aaa38bb5 12507 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
78b29b40
MS
12508 Logic bug, remove misplaced else.
12509
d8849953
KD
125102002-02-07 Klee Dienes <klee@apple.com>
12511
12512 * fork-inferior.c (fork_inferior): Add '!' to the list of
12513 characters that need to be quoted when building a string for the
12514 shell. Quote '!' specifically with a backslash, since CSH chokes
12515 when trying to evaluate "str!str".
aaa38bb5 12516
095778a0
NC
125172002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
12518
12519 * rdi-share/host.h: Only provide a typedef for bool if it is not
12520 defined.
12521
1900040c
MS
125222002-02-04 Michael Snyder <msnyder@redhat.com>
12523
12524 * breakpoint.h (enum bptype): Add new overlay event bp type.
12525 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
aaa38bb5 12526
1900040c
MS
12527 * breakpoint.c (create_internal_breakpoint): New function.
12528 (internal_breakpoint_number): Moved into create_internal_breakpoint.
12529 (create_longjmp_breakpoint): Use create_internal_breakpoint.
12530 (create_thread_event_breakpoint): Ditto.
12531 (create_solib_event_breakpoint): Ditto.
12532 (create_overlay_event_breakpoint): New function.
12533 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
12534 (update_breakpoints_after_exec): Delete and re-initialize
12535 overlay event breakpoints after an exec. Add FIXME comment
12536 about longjmp breakpoint.
12537 (print_it_typical): Ignore overlay event breakpoints.
12538 (print_one_breakpoint): Ditto.
12539 (mention): Ditto.
12540 (bpstat_what): Do not stop for overlay event breakpoints.
12541 (delete_breakpoint): Don't delete overlay event breakpoints.
12542 (breakpoint_re_set_one): Delete the overlay event breakpoint.
12543 (breakpoint_re_set): Re-create overlay event breakpoint.
12544
12545 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
12546 (overlay_manual_command): Disable overlay breakpoints.
12547 (overlay_off_command): Disable overlay breakpoints.
12548
082fc60d
RE
125492002-02-06 Richard Earnshaw <rearnsha@arm.com>
12550
12551 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
12552 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
12553 to here from config/tm-arm.h.
12554 (coff_sym_is_thumb): Make static.
12555 (arm_elf_make_msymbol_special): New function.
12556 (arm_coff_make_msymbol_special): New function.
12557 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
12558 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
12559 (coff_sym_is_thumb): Delete declaration.
12560 (arm_elf_make_msymbol_special): Declare.
12561 (arm_coff_make_msymbol_special): Declare.
12562 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
12563 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
12564
039c5766
RE
125652002-02-06 Richard Earnshaw <rearnsha@arm.com>
12566
12567 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
12568
125692002-02-06 Richard Earnshaw <rearnsha@arm.com>
12570
12571 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
12572 * gdbarch.c gdbarch.h: Regenerate.
12573 * arch-utils.c (default_print_float_info): New function.
12574 * arch-utils.h (default_print_float_info): Prototype it.
12575 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
12576 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
12577 (PRINT_FLOAT_INFO): Document it.
12578
12579 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
12580 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
12581 (PRINT_FLOAT_INFO): Define.
12582
58fa08f0
PM
125832002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
12584
aaa38bb5 12585 * win32-nat.c (_initialize_check_for_gdb_ini):
58fa08f0
PM
12586 Add typecast to sprintf argument to suppress a warning.
12587
7393af7c
PM
125882002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
12589
58fa08f0 12590 * win32-nat.c (last_sig): Changed type of variable to target_signal,
7393af7c
PM
12591 to allow easier handling of pass state.
12592 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
12593 that gives exception name and address.
12594 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
aaa38bb5 12595 and set last_sig value to ourstatus->value.sig. Some missing
7393af7c 12596 exceptions added.
aaa38bb5
AJ
12597 (child_continue): Correctly report continue_status.
12598 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
7393af7c 12599 TARGET_SIGNAL_0 (new default value).
aaa38bb5 12600 (child_resume): consider sig argument passed to decide if
7393af7c
PM
12601 the exception should be passed to debuggee or not.
12602
6af4589c
MS
126032002-02-05 Michael Snyder <msnyder@redhat.com>
12604
12605 * regcache.c (fetch_register): Call target_fetch_register
12606 only if we don't call FETCH_PSEUDO_REGISTER.
12607 (store_register): Call target_store_register only if we
12608 don't call STORE_PSEUDO_REGISTER.
12609
a2cf933a
EZ
126102002-02-05 Elena Zannoni <ezannoni@redhat.com>
12611
12612 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
12613 ELF_MAKE_MSYMBOL_SPECIAL.
12614 * gdbarch.c, gdbarch.h: Regenerate.
12615 * arch-utils.c (default_make_msymbol_special): New function.
aaa38bb5 12616 * arch-utils.h (default_make_msymbol_special): Export.
a2cf933a
EZ
12617 * elfread.c (elf_symtab_read): Compile use of
12618 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
12619 multiarched.
12620 * coffread.c (coff_symtab_read): Ditto, for
12621 COFF_MAKE_MSYMBOL_SPECIAL.
12622
6bb7be43
JB
126232002-02-05 Jim Blandy <jimb@redhat.com>
12624
12625 * solib-svr4.c (svr4_truncate_ptr): New function.
12626 (svr4_relocate_section_addresses): Do the address arithmetic with
12627 the appropriate truncation for target addresses, even when
12628 CORE_ADDR is larger than a target address.
12629
e18651ec
DJ
126302002-02-05 Daniel Jacobowitz <drow@mvista.com>
12631
12632 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
12633 to (int *).
12634
6b2725be
DJ
126352002-02-05 Daniel Jacobowitz <drow@mvista.com>
12636
12637 * gdbserver/linux-low.c (kill_inferior): Remove commented out
12638 code.
12639
fca9e603
DJ
126402002-02-05 Daniel Jacobowitz <drow@mvista.com>
12641
12642 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
12643
6c537a52
DJ
126442002-02-05 Daniel Jacobowitz <drow@mvista.com>
12645
12646 * gdbserver/linux-low.c: Remove unused include files.
12647
d844cde6
DJ
126482002-02-05 Daniel Jacobowitz <drow@mvista.com>
12649
12650 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
12651 (read_inferior_memory): Use it.
12652 (write_inferior_memory): Likewise.
12653
d07c63e7
DJ
126542002-02-05 Daniel Jacobowitz <drow@mvista.com>
12655
12656 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
12657 grubbing through sys_errlist.
12658
da6d8c04
DJ
126592002-02-05 Daniel Jacobowitz <drow@mvista.com>
12660
12661 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
12662
5b421780
PM
126632002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
12664 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
12665
9f60d481
AC
126662002-02-04 Andrew Cagney <ac131313@redhat.com>
12667
12668 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
12669 (do_sfunc, set_cmd_sfunc): New functions.
12670
12671 * command.h (struct cmd_list_element): Add field func.
12672 * cli/cli-decode.h (struct cmd_list_element): Ditto.
12673 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
12674 * cli/cli-decode.h: Ditto.
12675
12676 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
12677 (help_all, help_cmd_list): Ditto.
12678 (find_cmd, complete_on_cmdlist): Ditto.
12679 * top.c (execute_command): Ditto.
12680
12681 * cli/cli-setshow.c (do_setshow_command): Call func instead of
12682 function.sfunc.
12683
12684 * infcmd.c (notice_args_read): Fix function signature.
12685
12686 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
12687 * cli/cli-decode.c (add_set_cmd): Ditto.
12688 * utils.c (initialize_utils): Ditto.
12689 * maint.c (_initialize_maint_cmds): Ditto.
12690 * infrun.c (_initialize_infrun): Ditto.
12691 * demangle.c (_initialize_demangler): Ditto.
12692 * remote.c (add_packet_config_cmd): Ditto.
12693 * mips-tdep.c (_initialize_mips_tdep): Ditto.
12694 * cris-tdep.c (_initialize_cris_tdep): Ditto.
12695 * proc-api.c (_initialize_proc_api): Ditto.
12696 * kod.c (_initialize_kod): Ditto.
12697 * valprint.c (_initialize_valprint): Ditto.
12698 * top.c (init_main): Ditto.
12699 * infcmd.c (_initialize_infcmd): Ditto.
12700 * corefile.c (_initialize_core): Ditto.
12701 * arm-tdep.c (_initialize_arm_tdep): Ditto.
12702 * arch-utils.c (initialize_current_architecture): Ditto.
12703 (_initialize_gdbarch_utils): Ditto.
12704 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
12705
12706 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
12707 * wince.c (_initialize_inftarg): Ditto.
12708 * symfile.c (_initialize_symfile): Ditto.
12709 * mips-tdep.c (_initialize_mips_tdep): Ditto.
12710 * language.c (_initialize_language): Ditto.
12711 * arc-tdep.c (_initialize_arc_tdep): Ditto.
12712
f9ba0717
MS
127132002-02-04 Michael Snyder <msnyder@redhat.com>
12714
12715 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
12716
0c74b2a7
DJ
127172002-02-04 Daniel Jacobowitz <drow@mvista.com>
12718
12719 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
12720 Add rules for building the register data files.
12721
c638789f
DJ
127222002-02-04 Daniel Jacobowitz <drow@mvista.com>
12723
12724 * regformats/regdat.sh: Add braces to the definition of
12725 expedite_regs_${arch}.
12726
db253027
DJ
127272002-02-04 Daniel Jacobowitz <drow@mvista.com>
12728
12729 * regformats/regdef.h (struct reg): Add comment describing the
12730 requirements for offset and size fields.
12731
206be19c
AS
127322002-02-04 Andreas Schwab <schwab@suse.de>
12733
12734 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
12735 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
12736
181c1381
RE
127372002-02-04 Richard Earnshaw <rearnsha@arm.com>
12738
12739 * gdbarch.sh (copyright): Update years in generated header.
12740 (SMASH_TEXT_ADDRESS): Add rule.
db253027 12741 * gdbarch.h, gdbarch.c: Re-generate.
181c1381
RE
12742 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
12743 * dbxread.c: Likewise.
12744 * dwarfread.c: Likewise.
12745 * elfread.c: Likewise.
12746 * somread.c: Likewise.
12747
12748 * arm-tdep.c (arm_smash_text_address): New function.
12749 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
12750
fa4ba8da
PM
127512002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
12752
12753 Add support for hardware watchpoints on win32 native.
aaa38bb5 12754 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
fa4ba8da 12755 CONTEXT_DEBUG_REGISTERS.
aaa38bb5 12756 (dr variable): New variable. Static array containing a local copy
fa4ba8da
PM
12757 of debug registers.
12758 (debug_registers_changed): New variable. Reflects when debug registers
12759 are changed and need to be written to inferior.
aaa38bb5 12760 (debug_registers_used): New variable. Reflects when any debug register
fa4ba8da
PM
12761 was set, used when new threads are created.
12762 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
12763 i386-nat code.
12764 (thread_rec): Set dr array if id is the thread of current_event .
12765 (child_continue, child_resume): Change the debug registers for all
12766 threads if debug_registers_changed.
12767 (child_add_thread): Change the debug registers if debug_registers_used.
12768 * config/i386/cygwin.mh: Add use of i386-nat.o file.
12769 Link nm.h to new nm-cygwin.h file.
12770 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
12771 of hardware registers.
12772
a73c86fb
AC
127732002-02-03 Andrew Cagney <ac131313@redhat.com>
12774
12775 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
12776 Restore behavour broken by 2002-01-20 Andrew Cagney
12777 <ac131313@redhat.com> IEEE_FLOAT removal.
12778
acf5ed49
DJ
127792002-02-03 Daniel Jacobowitz <drow@mvista.com>
12780
12781 * c-valprint.c (c_val_print): Pass a proper valaddr to
12782 cp_print_class_method.
12783 * valops.c (search_struct_method): If there is only one method
12784 and args is NULL, return that method.
12785
493d28d5
DJ
127862002-02-03 Daniel Jacobowitz <drow@mvista.com>
12787
12788 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
12789 accessing tag_name directly.
12790
7495dfdb
DJ
127912002-02-03 Daniel Jacobowitz <drow@mvista.com>
12792
12793 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
12794 of accessing tag_name directly.
12795
dd6bda65
DJ
127962002-02-03 Daniel Jacobowitz <drow@mvista.com>
12797
12798 PR gdb/280
12799 * gdbtypes.c (replace_type): New function.
12800 * gdbtypes.h (replace_type): Add prototype.
12801 * stabsread.c (read_type): Use replace_type.
12802
88fe217c
RE
128032002-02-03 Richard Earnshaw <rearnsha@arm.com>
12804
12805 * Makefile.in (memattr.o): Add missing dependencies rule.
12806
e5d66720
PS
128072002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
12808
12809 * breakpoint.c (break_at_finish_command): Really export.
12810 (break_at_finish_at_depth_command): Ditto.
12811 (tbreak_at_finish_command): Ditto.
12812 * hppa-tdep.c: Include completer.h.
12813 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
12814 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
12815
fffee0be
AC
128162002-02-01 Andrew Cagney <ac131313@redhat.com>
12817
12818 * utils.c (do_write): New function.
12819 (error_stream): Rewrite combining the code from error_begin and
12820 verror.
12821 (verror): Rewrite using error_stream.
12822 (error_begin): Delete function.
12823
255e7dbf
AC
128242002-02-01 Andrew Cagney <ac131313@redhat.com>
12825
12826 * utils.c (error_begin): Make static.
12827 * defs.h (error_begin): Delete declaration.
12828
12829 * linespec.c (cplusplus_error): Replace cplusplus_hint.
12830 (decode_line_1): Use cplusplus_error instead of error_begin,
12831 cplusplus_hint and return_to_top_level.
12832 * coffread.c (coff_symfile_read): Use error instead of error_begin
12833 and return_to_top_level.
12834 * infrun.c (default_skip_permanent_breakpoint): Ditto.
12835
ddfe3c15
AC
128362002-02-01 Andrew Cagney <ac131313@redhat.com>
12837
12838 * language.h (type_error, range_error): Make string parameter
12839 constant.
12840 * language.c (warning_pre_print): Delete extern declaration.
12841 * dwarfread.c (warning_pre_print): Ditto.
12842 * language.c (type_error, range_error): Rewrite to use verror and
12843 vwarning instead of warning_begin.
12844
03ac34d5
MS
128452002-02-01 Michael Snyder <msnyder@redhat.com>
12846
261c4ca2
MS
12847 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
12848 (set_ignore_count): Move misplaced comment back where it belongs.
03ac34d5 12849
e00d1dc8
AC
128502002-02-01 Andrew Cagney <ac131313@redhat.com>
12851
12852 * command.h (NO_FUNCTION): Delete macro.
12853 * cli/cli-decode.h (NO_FUNCTION): Ditto.
12854 * top.c (execute_command): Replace NO_FUNCTION with NULL.
12855 * tracepoint.c (_initialize_tracepoint): Ditto.
12856 * cli/cli-decode.c (add_set_cmd): Ditto.
12857 * cli/cli-cmds.c (init_cli_cmds): Ditto.
aaa38bb5 12858
76b79d6e
DJ
128592002-02-01 Daniel Jacobowitz <drow@mvista.com>
12860
12861 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
12862 Update ``this'' pointer when calling virtual functions.
12863
799f9e91
MS
128642002-02-01 Michael Snyder <msnyder@redhat.com>
12865
c7bd442c 12866 * breakpoint.c (create_temp_exception_breakpoint): Delete.
799f9e91
MS
12867 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
12868
3cf384d4
DJ
128692002-02-01 Daniel Jacobowitz <drow@mvista.com>
12870
12871 * regformats/reg-arm.dat: New file.
12872 * regformats/reg-i386.dat: New file.
12873 * regformats/reg-ia64.dat: New file.
12874 * regformats/reg-m68k.dat: New file.
12875 * regformats/reg-mips.dat: New file.
12876 * regformats/reg-ppc.dat: New file.
12877 * regformats/reg-sh.dat: New file.
12878 * regformats/regdef.h: New file.
12879 * regformats/regdat.sh: New file.
12880
0defa245
RE
128812002-02-01 Richard Earnshaw <reanrsha@arm.com>
12882
12883 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
12884 (arm_frame_args_address, arm_frame_locals_address): New functions.
12885 (arm_frame_num_args): New function.
12886 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
12887 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
12888 (FRMA_NUM_ARGS): Call arm_frame_num_args.
12889
405f26e6
MS
128902002-01-31 Michael Snyder <msnyder@redhat.com>
12891
502fd408
MS
12892 * breakpoint.c (break_at_finish_command): Export.
12893 (break_at_finish_at_depth_command): Export.
12894 (tbreak_at_finish_command): Export.
d6020d45 12895 (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
502fd408 12896 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
d6020d45 12897 "txbreak" commands, which are HPPA specific.
502fd408 12898
7d35e135
MS
12899 * printcmd.c (disassemble_command): Remove an ancient
12900 artifact of an old merge.
12901
aaa38bb5 12902 * symfile.h (enum overlay_debugging_state):
d874f1e2
MS
12903 Define enum constant values for overlay mode.
12904 * symfile.c (overlay_debugging): Use enums instead of literals.
aaa38bb5
AJ
12905 (overlay_is_mapped, overlay_auto_command,
12906 overlay_manual_command): Ditto.
d874f1e2 12907
aaa38bb5
AJ
12908 * breakpoint.c (insert_breakpoints, remove_breakpoint,
12909 breakpoint_here_p, breakpoint_inserted_here_p,
12910 breakpoint_thread_match, bpstat_stop_status,
9f04af04
MS
12911 describe_other_breakpoints, check_duplicates, clear_command):
12912 Coding standard fixes.
12913
8add0441 12914 * target.c (target_xfer_memory): Add spaces, coding standard.
9f04af04 12915 (do_xfer_memory): Add missing line to trust-readonly
405f26e6
MS
12916 code: check bfd SEC_READONLY flag for section.
12917
e351066e
AC
129182002-01-31 Andrew Cagney <ac131313@redhat.com>
12919
7d35e135 12920 * PROBLEMS: Fix typo, 5.1->5.1.1.
e351066e 12921
8a48e967
DJ
129222002-01-30 Daniel Jacobowitz <drow@mvista.com>
12923
12924 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
12925 data symbols, since we search based on textlow and texthigh.
12926 (find_pc_sect_symtab): Likewise.
12927
f5a96129
AC
129282002-01-30 Andrew Cagney <ac131313@redhat.com>
12929
12930 * defs.h (vwarning): Declare.
f5a96129
AC
12931 * utils.c (vwarning): New function.
12932 (warning): Call vwarning.
12933 (warning_begin): Delete function.
12934
12935 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
12936 the warning message.
12937 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
12938 warning_begin.
12939
cefd4ef5
MS
129402002-01-30 Michael Snyder <msnyder@redhat.com>
12941
1a703748
MS
12942 * NEWS: Mention "set trust-readonly-sections" command.
12943 Mention generate-core-file command.
cefd4ef5 12944
3a11626d
MS
129452002-01-15 Michael Snyder <msnyder@redhat.com>
12946
12947 * target.c: New command, "set trust-readonly-sections on".
12948 (do_xfer_memory): Honor the suggestion to trust readonly sections
12949 by reading them from the object file instead of from the target.
12950 (initialize_targets): Register command "set trust-readonly-sections".
12951
d1c7e53b
AC
129522002-01-29 Andrew Cagney <ac131313@redhat.com>
12953
12954 * parse.c (target_map_name_to_register): Simplify, search regs and
12955 pseudo-regs using a single loop.
12956
e2c9a72c
AC
129572002-01-30 Andrew Cagney <ac131313@redhat.com>
12958
12959 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
12960
69824b4e
MK
129612002-01-15 Rodney Brown <rbrown64@csc.com.au>
12962
12963 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
12964 * config/i386/i386v42mp.mh: Add i387-nat.o .
12965 * i386v4-nat.c: Include i387-nat.h.
12966 (supply_fpregset): Use i387_supply_fsave.
12967 (fill_fpregset): Use i387_fill_fsave.
12968
6eb69eab
RE
129692002-01-30 Richard Earnshaw <rearnsha@arm.com>
12970
12971 * arm-tdep.c (arm_call_dummy_words): Define.
12972 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
12973 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
12974 (CALL_DUMMY_WORDS): Define.
12975 (arm_call_dummy_words): Declare.
12976 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
12977 (arm_linux_call_dummy_words): Declare.
12978
9852326a
AS
129792002-01-30 Andreas Schwab <schwab@suse.de>
12980
12981 * m68klinux-nat.c: Fix last change to use regcache_collect
12982 instead of referencing registers[] directly.
12983
977a3030
AC
129842002-01-29 Andrew Cagney <ac131313@redhat.com>
12985
12986 * parse.c (target_map_name_to_register): Delete code wrapped in
12987 #ifdef REGISTER_NAME_ALIAS_HOOK.
12988
2076c72b
MS
129892002-01-28 Michael Snyder <msnyder@redhat.com>
12990
12991 * regcache.c (legacy_read_register_gen): Need to be able to
12992 read pseudo-register as well as real register.
12993 (legacy_write_register_gen): Ditto.
12994
8fcc723b
AC
129952002-01-28 Andrew Cagney <ac131313@redhat.com>
12996
12997 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
12998 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
12999 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
13000 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
13001 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
13002 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
13003 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
13004 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
13005 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
13006 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
13007 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
13008 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
13009 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
13010 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
13011 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
13012 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
13013 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
13014 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
13015 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
13016 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
13017
afe64c1a
AC
130182002-01-28 Andrew Cagney <ac131313@redhat.com>
13019
13020 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
13021 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
13022 (initialize_current_architecture): Update target_byte_order using
13023 information from BFD.
aaa38bb5 13024 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
afe64c1a
AC
13025 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
13026
75bc7ddf
AC
130272002-01-28 Andrew Cagney <ac131313@redhat.com>
13028
13029 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
13030 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
13031
13032 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
13033 #ifdef INVALID_FLOAT.
13034 * infcmd.c (do_registers_info): Ditto.
13035 * values.c (unpack_double): Ditto. Add comment.
13036
13037 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
13038 already commented out.
13039
0280a90a
AS
130402002-01-26 Andreas Schwab <schwab@suse.de>
13041
13042 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
13043 * m68klinux-nat.c: Update ptrace interface for fetching/storing
13044 registers and add support for PTRACE_GETREGS.
13045
7072a954
AC
130462002-01-24 Andrew Cagney <ac131313@redhat.com>
13047
13048 GDB 5.1.1 released from 5.1 branch.
13049 * NEWS: Add 5.1.1 news.
13050 * README: Sync with 5.1 branch.
13051
86f902e0
FF
130522002-01-23 Fred Fish <fnf@redhat.com>
13053
13054 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
13055 stabstring on initial malloc. Reallocing will copy it for us,
13056 if necessary.
13057
8af51c36
EZ
130582002-01-23 Elena Zannoni <ezannoni@redhat.com>
13059
aaa38bb5 13060 * Makefile.in (hpread_h): Delete.
8af51c36
EZ
13061 (HFILES_NO_SRCDIR): Remove hpread.h.
13062 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
13063 (hpread.o): Update dependencies.
13064 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
13065
13066 * hp-psymtab-read.c: Remove file.
13067 * hp-symtab-read.c: Remove file.
13068 * hpread.h: Remove file.
13069
13070 * hpread.c: Merge all contents of hp-psymtab-read.c,
13071 hp-symtab-read.c and hpread.h into this file, as it was prior to
13072 January 1999.
13073
13074 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
aaa38bb5 13075 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
8af51c36
EZ
13076 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
13077 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
13078
dc5cfeb6
EZ
130792002-01-23 Elena Zannoni <ezannoni@redhat.com>
13080
13081 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
13082 fill_gregset): Call gdbarch_tdep() just once, assign result to
13083 variable and use that, instead of calling the function several
13084 times.
13085
ea87b71b
AO
130862002-01-24 Alexandre Oliva <aoliva@redhat.com>
13087
13088 * configure.host: Accept sparcv9 as alias for sparc64.
13089 * configure.tgt: Likewise.
13090
13fc0c2f
KB
130912002-01-22 Kevin Buettner <kevinb@redhat.com>
13092
13093 * solib-aix5.c (build_so_list_from_mapfile)
13094 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
13095 arguments is not reversed.
13096 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
13097 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
aaa38bb5 13098
7bd872fe
EZ
130992002-01-22 Elena Zannoni <ezannoni@redhat.com>
13100
13101 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
13102 modified version of obsolete sh_fetch_pseudo_register.
13103 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
13104 (sh4_register_read): New function.
13105 (sh_pseudo_register_write): New function. Renamed and modified
13106 version of obsolete sh_store_pseudo_register.
13107 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
13108 (sh4_register_write): New function.
13109 (sh_gdbarch_init): Remove setting of gdbarch function
13110 fetch_pseudo_register and store_pseudo_register. Remove setting of
13111 register_convert_to_raw, register_convert_to_virtual,
13112 register_convertible.
13113 (sh_sh4_register_convertible): Delete. No longer needed. All is
13114 taken care by architecture specific functions
13115 register_read/register_write.
13116 (sh_sh4_register_convert_to_virtual): Make static.
13117 (sh_sh4_register_convert_to_raw): Ditto.
13118
069e84fd
AC
131192002-01-22 Andrew Cagney <ac131313@redhat.com>
13120
13121 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
13122 (floatformat_is_nan, floatformat_mantissa): Ditto.
13123
13124 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
13125 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
13126 builtin_type_ieee_double_little,
13127 builtin_type_ieee_double_littlebyte_bigword,
13128 builtin_type_m68881_ext, builtin_type_i960_ext,
13129 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
13130 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
13131 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
13132 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
13133
211a4f69
CV
131342002-01-22 Corinna Vinschen <vinschen@redhat.com>
13135
13136 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
13137 parameter. Set frameless flag if it exists and depended of
13138 whether the scanned function is frameless or not.
13139 (xstormy16_skip_prologue): If function is frameless, return
13140 result of xstormy16_scan_prologue().
13141 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
13142 call.
13143
f81353e4
EZ
131442002-01-21 Elena Zannoni <ezannoni@redhat.com>
13145
13146 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
13147 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
13148 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
13149 sh_sh4_register_byte, sh_sh4_register_raw_size,
13150 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
13151 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
13152 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
13153 sh_store_pseudo_register, sh_do_pseudo_register): Call
13154 gdbarch_tdep() just once, assign result to variable and use that,
13155 instead of calling the function several times.
13156
63c73a17
MK
131572002-01-20 Mark Kettenis <kettenis@gnu.org>
13158
13159 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
13160 macros instead of LAST_FPU_CTRL_REGNUM.
13161 (store_register): Likewise.
13162
39ad761d
JB
131632002-01-21 Jim Blandy <jimb@redhat.com>
13164
13165 * infcmd.c (run_command): Check that the `exec' target layer's BFD
13166 is up-to-date before running the program, not just when a program
13167 exits.
13168
3d74b771
FF
131692002-01-21 Fred Fish <fnf@redhat.com>
13170
13171 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
13172 when we have found all instructions we are looking for.
13173
966fbf70
RE
131742002-01-21 Richard Earnshaw <rearnsha@arm.com>
13175
13176 * arm-tdep.c (arm_register_name): New function.
13177 (arm_registers_names): Make static.
13178 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
13179 (arm_register_name): Declare.
13180 (REGISTER_NAME): Use it.
13181
c3b4394c
RE
131822002-01-21 Richard Earnshaw <rearnsha@arm.com>
13183 Kevin Buettner <kevinb@redhat.com>
13184
13185 Convert arm targets to new FRAME interface.
13186 * arm-tdep.c (struct frame_extra_info): Remove fsr.
13187 (arm_frame_find_save_regs): Delete.
13188 (arm_frame_init_saved_regs): New.
13189 (arm_init_extra_frame_info): Alloacte saved_regs as required.
13190 Allocate extra_info as required. Convert all uses of fsr.regs
13191 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
13192 to use extra_info.
13193 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
13194 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
13195 (check_prologue_cache, save_prologue_cache): Likewise.
13196 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
13197 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
13198 (FRAME_FIND_SAVED_REGS): Delete.
13199 (arm_frame_find_saved_regs): Delete prototype.
13200 (arm_frame_init_saved_regs): New prototype.
13201 (FRAME_INIT_SAVED_REGS): Define.
13202
61d99182
AC
132032002-01-20 Andrew Cagney <ac131313@redhat.com>
13204
13205 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
13206
6aaea291
AC
132072002-01-20 Andrew Cagney <ac131313@redhat.com>
13208
13209 From Jeff Law <law@redhat.com>:
13210 * infttrace.c: Include <sys/pstat.h>.
13211 (child_pid_to_exec_file): Revamp. Use pstat call to get the
13212 exec file if the ttrace equivalent fails.
13213
15f698d2
AC
132142002-01-20 Andrew Cagney <ac131313@redhat.com>
13215
13216 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
13217 (closeLogFile): Ditto.
13218
f86ddd7c
MC
132192002-01-20 Michael Chastain <mec@shout.net>
13220
13221 * top.c (print_gdb_version): Bump copyright year to 2002.
13222
904507ce
AC
132232002-01-20 Andrew Cagney <ac131313@redhat.com>
13224
13225 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
13226 Zannoni and Eli Zaretskii.
13227
d7f0b9ce
DJ
132282002-01-20 Daniel Jacobowitz <drow@mvista.com>
13229
13230 * buildsym.c: Update copyright years.
13231 * c-typeprint.c: Likewise.
13232 * dwarf2read.c: Likewise.
13233 * f-typeprint.c: Likewise.
13234 * gdbtypes.c: Likewise.
13235 * gdbtypes.h: Likewise.
13236 * hp-symtab-read.c: Likewise.
13237 * hpread.c: Likewise.
13238 * mdebugread.c: Likewise.
13239 * p-typeprint.c: Likewise.
13240
3fd3d7d2
AC
132412002-01-20 Andrew Cagney <ac131313@redhat.com>
13242
13243 * remote-sim.c (gdbsim_open): Simplify code testing the macro
13244 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
13245 byte-order selectable.
13246 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
13247 * arch-utils.c: Ditto.
13248 (set_endian): Ditto.
13249 (set_endian_from_file): Ditto.
13250 * gdbserver/low-sim.c (create_inferior): Ditto.
13251 * gdbarch.sh: Ditto.
13252 * gdbarch.h: Re-generate.
aaa38bb5
AJ
13253 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
13254 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
13255 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
13256 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
13257 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
13258 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
13259 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
3fd3d7d2
AC
13260 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
13261 macro definition.
13262 * config/mips/tm-wince.h: Remove #undef of macro
13263 TARGET_BYTE_ORDER_SELECTABLE.
13264 * config/sh/tm-wince.h: Ditto.
13265
b02dede2
DJ
132662002-01-20 Daniel Jacobowitz <drow@mvista.com>
13267
13268 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
13269 member function fields. Add accessor macro
13270 TYPE_FN_FIELD_ARTIFICIAL.
13271 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
13272 * c-typeprint.c (c_type_print_base): Skip artificial member
13273 functions.
13274
c3643761
DJ
132752002-01-20 Daniel Jacobowitz <drow@mvista.com>
13276
13277 * f-typeprint.c: Delete unused function f_type_print_args.
13278 * p-typeprint.c: Delete unused function pascal_type_print_args.
13279
8176bb6d
DJ
132802002-01-20 Daniel Jacobowitz <drow@mvista.com>
13281
13282 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
13283 comment. Add ``artificial'' to ``union field_location''.
13284
13285 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
13286
13287 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
13288 * mdebugread.c (parse_symbol): Likewise.
13289 * stabsread.c (define_symbol): Likewise.
13290 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
13291 initializing TYPE_FIELD_BITPOS to n (obsolete).
13292 (hpread_doc_function_type): Likewise.
13293 * hpread.c (hpread_function_type): Likewise.
13294
7fd60527
AC
132952002-01-20 Andrew Cagney <ac131313@redhat.com>
13296
13297 * configure.in (host_makefile_frag): Only require a host makefile
13298 fragment when a native build.
13299 * configure: Re-generate.
13300
c2f05ac9
AC
133012002-01-20 Andrew Cagney <ac131313@redhat.com>
13302
13303 * doublest.h (floatformat_from_type): Declare.
13304 * doublest.c (floatformat_from_type): New function.
13305 (convert_typed_floating): Use.
13306
13307 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
13308 call to function floatformat_from_type.
13309
13310 * gdbarch.sh (IEEE_FLOAT): Delete.
13311 * gdbarch.h, gdbarch.c: Re-generate.
13312 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
13313 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
13314 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
13315 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
13316 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
13317 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
13318 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
13319 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
13320 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
13321 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
13322 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
c2f05ac9
AC
13323 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
13324
13325 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
13326 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
13327 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
13328 * sh-tdep.c (sh_gdbarch_init): Ditto.
13329 * mips-tdep.c (mips_gdbarch_init): Ditto.
13330 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
13331 * cris-tdep.c (cris_gdbarch_init): Ditto.
13332
abf22e64
AJ
133332002-01-20 Jiri Smid <smid@suse.cz>
13334
13335 * configure.host, configure.tgt: Support x86-64.
13336 * NEWS: Note new target x86-64.
13337
b7c4cbf8
AJ
13338 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
13339 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
13340 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
13341 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
13342 x86-64-linux-nat.o): Fix dependencies.
13343
82600034
AC
133442002-01-19 Andrew Cagney <ac131313@redhat.com>
13345
13346 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
13347 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
13348 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
13349 * config/sparc/xm-sun4os4.h: Delete file.
13350 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
abf22e64 13351
bbe5c628
AC
133522002-01-19 Andrew Cagney <ac131313@redhat.com>
13353
13354 * config/sparc/sparclynx.mh (XM_FILE): Delete.
13355 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
13356 * config/m68k/m68klynx.mh (XM_FILE): Delete.
13357 * config/i386/i386lynx.mh (XM_FILE): Delete.
13358 * config/rs6000/xm-rs6000ly.h: Delete file.
13359 * config/sparc/xm-sparclynx.h: Delete file.
13360 * config/m68k/xm-m68klynx.h: Delete file.
13361 * config/i386/xm-i386lynx.h: Delete file.
13362 * config/xm-lynx.h: Delete file.
13363 * config/djgpp/fnchange.lst: Update.
13364
f8453e34
JT
133652002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
13366
13367 * alpha-tdep.c (alpha_register_byte): New function.
13368 (alpha_register_raw_size): Ditto.
13369 (alpha_register_virtual_size): Ditto.
13370 (alpha_skip_prologue_internal): Renamed from
13371 alpha_skip_prologue.
13372 (alpha_skip_prologue): New version that calls
13373 alpha_skip_prologue_internal.
13374 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
13375 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
13376 second argument from alpha_skip_prologue.
13377 (REGISTER_BYTE): Use alpha_register_byte.
13378 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
13379 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
13380 (FRAMELESS_FUNCTION_INVOCATION): Use
13381 generic_frameless_function_invocation_not.
13382 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
13383 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
13384
52d9e613
AC
133852002-01-19 Andrew Cagney <ac131313@redhat.com>
13386
13387 * config/mips/xm-news-mips.h: Delete file.
13388 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
13389
13390 * config/m88k/xm-m88k.h: Delete file.
13391 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
13392 * config/m88k/xm-delta88v4.h: Ditto.
13393 * config/m88k/xm-delta88.h: Ditto.
13394
13395 * config/alpha/xm-fbsd.h: Delete file.
13396 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
13397
13398 * config/sparc/xm-sparc.h: Delete file.
13399 * Makefile.in (xm-sun4os4.h): Delete dependency.
13400 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
13401 * config/sparc/xm-sun4os4.h: Ditto.
13402 * config/sparc/xm-linux.h: Ditto.
13403
13404 * config/i386/xm-windows.h: Delete file.
13405
2d1b2124
AC
134062002-01-19 Andrew Cagney <ac131313@redhat.com>
13407
13408 * utils.c: Include <sys/param.h> for MAXPATHLEN.
13409 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
13410
ee1f65f0
JT
134112002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
13412
13413 * alpha-tdep.c (alpha_call_dummy_words): New.
13414 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
13415 (CALL_DUMMY_P): Define.
13416 (CALL_DUMMY_WORDS): Define.
13417 (SIZEOF_CALL_DUMMY_WORDS): Define.
13418
98081e55
PB
134192002-01-19 Per Bothner <per@bothner.com>
13420
13421 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
13422 isn't NULL, which can happen with some gcj-3.x-produced code.
13423
0d056799
JT
134242002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
13425
13426 * alpha-tdep.c (alpha_register_virtual_type): New function.
13427 (alpha_init_frame_pc_first): Ditto.
13428 (alpha_fix_call_dummy): Ditto.
13429 (alpha_store_struct_return): Ditto.
13430 (alpha_extract_struct_value_address): Ditto.
13431 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
13432 alpha_register_virtual_type.
13433 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
13434 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
13435 alpha_extract_struct_value_address.
13436 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
13437 (INIT_FRAME_PC): Use init_frame_pc_noop.
13438 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
13439
4604bcad
MK
134402002-01-19 Mark Kettenis <kettenis@gnu.org>
13441
13442 * i386gnu-nat.c: Include "i386-tdep.h".
13443 (fetch_fpregs): Simplify code dealing with uninitialized floating
13444 point states such that it doesn't require FP7_REGNUM.
13445
140f9984
JT
134462002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
13447
abf22e64
AJ
13448 * alpha-tdep.c (frame_extra_info): New.
13449 (alpha_find_saved_regs): Make static. Use
140f9984
JT
13450 frame->extra_info.
13451 (alpha_frame_init_saved_regs): New function.
abf22e64
AJ
13452 (alpha_frame_saved_pc): Use frame->extra_info.
13453 (temp_saved_regs): Don't declare as struct frame_saved_regs.
13454 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
140f9984
JT
13455 (init_extra_frame_info): Rename to...
13456 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
abf22e64 13457 (alpha_print_extra_frame_info): New function.
140f9984
JT
13458 (alpha_frame_locals_address): Ditto.
13459 (alpha_frame_args_address): Ditto.
abf22e64 13460 (alpha_pop_frame): Use frame->extra_info.
140f9984
JT
13461 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
13462 alpha_frame_args_address.
abf22e64 13463 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
140f9984 13464 (alpha_find_saved_regs): Remove prototype.
abf22e64
AJ
13465 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
13466 (EXTRA_FRAME_INFO): Remove.
140f9984
JT
13467 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
13468 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
13469
d734c450
JT
134702002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
13471
13472 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
13473 (alpha_cannot_fetch_register): Ditto.
13474 (alpha_cannot_store_register): Ditto.
13475 (alpha_register_convertible): Ditto.
13476 (alpha_use_struct_convention): Ditto.
13477 * config/alpha/tm-alpha.h: Update copyright years.
13478 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
13479 (INNER_THAN): Use core_addr_lessthan.
13480 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
13481 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
13482 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
13483 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
13484 (FRAME_CHAIN): Remove unnecessary cast.
13485
b4ceaee6
AC
134862002-01-18 Andrew Cagney <ac131313@redhat.com>
13487
13488 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
13489 obsolete.
13490
0a65a603
AC
134912002-01-18 Andrew Cagney <ac131313@redhat.com>
13492
13493 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
13494 * monitor.c, remote-array.c, remote-bug.c: Ditto.
13495 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
13496 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
13497 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
13498 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
13499 * x86-64-linux-nat.c: Ditto.
13500
636a6dfc
JT
135012002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
13502
abf22e64 13503 * alpha-tdep.c (alpha_register_name): New function.
636a6dfc
JT
13504 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
13505 (REGISTER_NAME): Define.
13506
acceddb6
JT
135072002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
13508
13509 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
13510
ec32e4be
JT
135112002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
13512
13513 * alpha-tdep.c: Update copyright years.
13514 (alpha_next_pc): New function.
13515 (alpha_software_single_step): Ditto.
13516 * config/alpha/tm-alpha.h: Add prototype for
13517 alpha_software_single_step.
13518
e771a871
JT
135192002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
13520
13521 * alphabsd-nat.c: Update copyright years.
13522 (fill_gregset): Use regcache_collect.
13523 (fill_fpregset): Likewise.
13524 (fetch_inferior_registers): Only fetch integer registers
13525 if requested to do so.
13526 (store_inferior_registers): Only store integer registers
13527 if requested to do so.
13528
7708fa01
AC
135292002-01-17 Andrew Cagney <ac131313@redhat.com>
13530
13531 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
13532 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
13533 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
13534 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
13535 * config/alpha/fbsd.mh (XDEPFILES): Delete.
13536 * config/arm/linux.mh (XDEPFILES): Delete.
13537 * config/arm/nbsd.mh (XDEPFILES): Delete.
13538 * config/i386/i386dgux.mh (XDEPFILES): Delete.
13539 * config/i386/i386sol2.mh (XDEPFILES): Delete.
13540 * config/i386/i386m3.mh (XDEPFILES): Delete.
13541 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
13542 * config/i386/i386gnu.mh (XDEPFILES): Delete.
13543 * config/i386/fbsd.mh (XDEPFILES): Delete.
13544 * config/i386/i386bsd.mh (XDEPFILES): Delete.
13545 * config/i386/i386sco5.mh (XDEPFILES): Delete.
13546 * config/i386/i386v4.mh (XDEPFILES): Delete.
13547 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
13548 * config/i386/i386sco4.mh (XDEPFILES): Delete.
13549 * config/i386/i386aix.mh (XDEPFILES): Delete.
13550 * config/i386/go32.mh (XDEPFILES): Delete.
13551 * config/i386/cygwin.mh (XDEPFILES): Delete.
13552 * config/i386/i386lynx.mh (XDEPFILES): Delete.
13553 * config/i386/i386mach.mh (XDEPFILES): Delete.
13554 * config/i386/i386v32.mh (XDEPFILES): Delete.
13555 * config/i386/linux.mh (XDEPFILES): Delete.
13556 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
13557 * config/i386/ncr3000.mh (XDEPFILES): Delete.
13558 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
13559 * config/i386/i386sco.mh (XDEPFILES): Delete.
13560 * config/i386/i386v.mh (XDEPFILES): Delete.
13561 * config/i386/nbsd.mh (XDEPFILES): Delete.
13562 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
13563 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
13564 * config/i386/symmetry.mh (XDEPFILES): Delete.
13565 * config/i386/obsd.mh (XDEPFILES): Delete.
13566 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
13567 * config/ia64/linux.mh (XDEPFILES): Delete.
13568 * config/ia64/aix.mh (XDEPFILES): Delete.
13569 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
13570 * config/m68k/dpx2.mh (XDEPFILES): Delete.
13571 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
13572 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
13573 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
13574 * config/m68k/linux.mh (XDEPFILES): Delete.
13575 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
13576 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
13577 * config/m68k/nbsd.mh (XDEPFILES): Delete.
13578 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
13579 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
13580 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
13581 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
13582 * config/m88k/delta88.mh (XDEPFILES): Delete.
13583 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
13584 * config/m88k/m88k.mh (XDEPFILES): Delete.
13585 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
13586 * config/mips/linux.mh (XDEPFILES): Delete.
13587 * config/mips/irix6.mh (XDEPFILES): Delete.
13588 * config/mips/irix5.mh (XDEPFILES): Delete.
13589 * config/mips/irix4.mh (XDEPFILES): Delete.
13590 * config/mips/irix3.mh (XDEPFILES): Delete.
13591 * config/mips/decstation.mh (XDEPFILES): Delete.
13592 * config/mips/mipsm3.mh (XDEPFILES): Delete.
13593 (NATDEPFILES): Move core-aout.o to here.
13594 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
13595 * config/pa/hpux1020.mh (XDEPFILES): Delete.
13596 * config/pa/hppabsd.mh (XDEPFILES): Delete.
13597 * config/pa/hppahpux.mh (XDEPFILES): Delete.
13598 * config/pa/hpux11w.mh (XDEPFILES): Delete.
13599 * config/pa/hppaosf.mh (XDEPFILES): Delete.
13600 * config/pa/hpux11.mh (XDEPFILES): Delete.
13601 * config/powerpc/aix.mh (XDEPFILES): Delete.
13602 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
13603 * config/powerpc/linux.mh (XDEPFILES): Delete.
13604 * config/romp/rtbsd.mh: Rename XDEPFILES.
13605 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
13606 * config/rs6000/aix4.mh (XDEPFILES): Delete.
13607 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
13608 * config/s390/s390.mh (XDEPFILES): Delete.
13609 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
13610 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
13611 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
13612 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
13613 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
13614 * config/sparc/nbsd.mh (XDEPFILES): Delete.
13615 * config/sparc/linux.mh (XDEPFILES): Delete.
13616 * config/vax/vaxult.mh (XDEPFILES): Delete.
13617 * config/vax/vaxult2.mh (XDEPFILES): Delete.
13618 * Makefile.in (DEPFILES): Remove XDEPFILES.
13619
375fc983
AC
136202002-01-17 Andrew Cagney <ac131313@redhat.com>
13621
13622 * utils.c (internal_verror): Fix comments, default is yes not no.
13623 Update queries to match. Default to quit and dump core.
13624
8926118c
AC
136252002-01-17 Andrew Cagney <ac131313@redhat.com>
13626
13627 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
13628 copyright.
13629 * defs.h, event-top.c, gdbcmd.h: Ditto.
13630 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
13631 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
13632 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
13633 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
13634 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
13635 * mi/mi-main.c:Ditto.
13636
13637 * stack.c, symfile.c: Update copyright.
13638
45b7b345
DJ
136392002-01-17 Daniel Jacobowitz <drow@mvista.com>
13640
db728ff7
DJ
13641 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
13642 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
13643 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
13644 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
45b7b345 13645
db728ff7
DJ
136462002-01-17 Daniel Jacobowitz <drow@mvista.com>
13647
13648 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
13649 * gdbserver/low-lynx.c (myattach): Likewise.
13650 * gdbserver/low-nbsd.c (myattach): Likewise.
13651 * gdbserver/low-sim.c (myattach): Likewise.
13652 * gdbserver/low-sparc.c (myattach): Likewise.
13653 * gdbserver/low-sun3.c (myattach): Likewise.
13654
13655 * gdbserver/low-linux.c (myattach): New function.
45b7b345 13656
db728ff7 13657 * gdbserver/server.c (attach_inferior): New function.
45b7b345
DJ
13658 (main): Handle "--attach".
13659
8de3c354
AC
136602002-01-16 Andrew Cagney <ac131313@redhat.com>
13661
13662 * MAINTAINERS (language support): Daniel Jacobwitz is C++
13663 maintainer.
13664
b0129042
DJ
136652002-01-15 Daniel Jacobowitz <drow@mvista.com>
13666
13667 * c-typeprint.c (is_type_conversion_operator): Add additional
13668 check for non-conversion operators.
13669
ba8679fb 136702002-01-15 Michael Snyder <msnyder@redhat.com>
2bf543a6
MS
13671
13672 * linux-proc.c: Add "info proc" command, a la procfs.c.
13673 (read_mapping): New function, abstract and re-use code.
13674 (linux_find_memory_regions): Use new func read_mapping.
13675 (linux_info_proc_cmd): New function, implement "info proc".
13676 (_initialize_linux_proc): Add new command "info proc".
13677
e4f9b4d5
MS
136782002-01-15 Michael Snyder <msnyder@redhat.com>
13679
13680 * symfile.c (generic_load): Use bfd_map_over_sections method
13681 instead of manipulating bfd structure members directly.
13682 (add_section_size_callback): New function, bfd sections callback
13683 used by generic_load.
13684 (load_sections_callback): New function, bfd sections callback
13685 used by generic_load.
13686
08cf96df
EZ
136872002-01-15 Elena Zannoni <ezannoni@redhat.com>
13688
abf22e64 13689 [Based on work by Jim Blandy]
08cf96df
EZ
13690 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
13691 (builtin_type_vec128): Export.
13692 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
13693 types.
13694 (builtin_type_vec128): New builtin type for 128 bit vector
13695 registers.
13696 (build_gdbtypes): Initialize builtin_type_v16qi and
13697 builtin_type_v8hi. Create the vec128 register builtin type
13698 structure.
13699 (build_builtin_type_vec128): New function.
abf22e64 13700 (_initialize_gdbtypes): Register builtin_type_v16qi and
08cf96df
EZ
13701 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
13702 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
13703 AltiVec register to new builtin type.
13704
d7242108
DJ
137052001-01-15 Daniel Jacobowitz <drow@mvista.com>
13706
13707 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
13708 to make_cv_type.
13709
4ee3352d
AC
137102002-01-14 Andrew Cagney <ac131313@redhat.com>
13711
13712 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
13713 CLEAN_UP_REGISTER_VALUE.
13714 * regcache.c (supply_register): Update only call.
13715
f015b2e7
AC
137162002-01-14 Andrew Cagney <ac131313@redhat.com>
13717
13718 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
13719 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
13720 a29k-*-vxworks* targets as obsolete.
13721
356ae49d
MS
137222002-01-14 Michael Snyder <msnyder@redhat.com>
13723
13724 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
13725 until we can resolve portability issues.
13726 * gregset.h: Remove references to fpxregs.
13727 * gcore.c (gcore_command): Initialize note_sec to NULL.
13728
ade8f45e
AC
137292002-01-13 Andrew Cagney <ac131313@redhat.com>
13730
13731 * signals.c (target_signal_to_name): Rewrite. Only use
13732 signals[].name when in bounds and non-NULL.
abf22e64 13733
89c49e7a
AC
137342002-01-13 Andrew Cagney <ac131313@redhat.com>
13735
13736 From Petr Ledvina <ledvinap@kae.zcu.cz>:
13737 * signals.c (target_signal_to_name): Verify that SIG is within the
13738 bounds of the signals array.
13739
4daa9f9f
AC
137402002-01-13 Andrew Cagney <ac131313@redhat.com>
13741
13742 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
13743
ba4bbdcb
KS
137442002-01-13 Keith Seitz <keiths@redhat.com>
13745
13746 * stack.c (print_frame_info_base): Print the frame's pc
13747 only if when print_frame_info_listing_hook is not defined.
13748
575bbeb6
KS
137492002-01-13 Keith Seitz <keiths@redhat.com>
13750
13751 * varobj.c (varobj_set_value): Make sure that there were no
13752 errors evaluating the object before attempting to set its
13753 value.
13754 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
13755 so this offset adjustment is no longer necessary.
13756 (create_child): Don't set the error flag if the child is
13757 a CPLUS_FAKE_CHILD.
13758 (value_of_child): If value_fetch_lazy fails, return NULL
13759 so that callers will be notified that an error occurred.
13760 (c_value_of_variable): Delay check of variable's validity
13761 until later. We actually want all structs and unions to have
13762 the value "{...}".
13763 Do not return "???" for variables which could not be evaluated.
13764 This error condition must be returned to the caller so that it
13765 can get the error condition from gdb.
13766 (cplus_name_of_child): Adjust index for vptr before figuring
13767 out the name of the child.
13768 (cplus_value_of_child): If a child's (real) parent is not valid,
13769 don't even bother trying to give a value for it. Just return
13770 an error. Change all instances in this function.
13771 (cplus_type_of_child): If our parent is one of the "fake"
13772 parents, we need to get at the type of the real parent, and
13773 derive the child's true type using this information.
13774
b76898ab
AC
137752002-01-13 Andrew Cagney <ac131313@redhat.com>
13776
13777 From 2002-01-09 John Marshall <johnm@falch.net>:
13778 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
13779 sources.redhat.com, and tweak some related URLs which had
13780 suffered from linkrot.
13781
b6649e88
AC
137822002-01-13 Andrew Cagney <ac131313@redhat.com>
13783
13784 From Jeff law:
13785 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
13786 structures passed in registers.
13787
82cc5033
EZ
137882002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
13789
13790 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
13791 white space which prevented compilation. Reported by DSK
13792 <dsk@student.unsw.edu.au>.
13793
ba5f2f8a
MS
137942002-01-11 Michael Snyder <msnyder@redhat.com>
13795
fbd35540
MS
13796 * symfile.c (build_section_addr_info_from_section_tab):
13797 Use bfd access method instead of manipulating bfd directly.
13798 (syms_from_objfile): Ditto.
13799 (simple_overlay_update_1): Ditto.
13800 (simple_overlay_update): Ditto.
13801 (generic_load): Ditto.
13802 (overlay_unmapped_address): FIXME comment, bfd access methods.
13803 (sections_overlap): FIXME comment, bfd access methods.
13804 (pc_in_mapped_range): FIXME comment, bfd access methods.
13805 (pc_in_unmapped_range): FIXME comment, bfd access methods.
13806 (section_is_mapped): FIXME comment, bfd access methods.
13807 (section_is_overlay): FIXME comment, bfd access methods.
13808
ba5f2f8a
MS
13809 * symfile.c (generic_load): Whitespace and long line cleanups.
13810 Remove duplicate variable, change several local variables to
13811 more appropriate data types.
13812 (print_transfer_performance): Use %lu instead of %ld for ulongs.
13813
17df2af6
AC
138142002-01-12 Andrew Cagney <ac131313@redhat.com>
13815
13816 From Peter Schauer:
13817 * language.c (longest_local_hex_string_custom): Use phex_nz to
13818 convert NUM to a hex string.
13819
ec920329
EZ
138202002-01-12 Elena Zannoni <ezannoni@redhat.com>
13821
13822 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
13823 the function.
538a76d6 13824 Update Copyright year.
ec920329 13825
3abd2e01
AC
138262002-01-12 Andrew Cagney <ac131313@redhat.com>
13827
13828 * language.c (longest_raw_hex_string): Delete unused function.
13829
b21b22e0
PS
138302002-01-11 Petr Sorfa <petrs@caldera.com>
13831
13832 * MAINTAINERS (write-after-approval): Add myself.
13833 * dwarf2read.c (read_tag_string_type): Handling of
13834 DW_AT_byte_size.
13835 (read_tag_string_type): FORTRAN fix to prevent propagation of
13836 first string size.
13837 (set_cu_language): Handling of DW_LANG_Fortran95
13838
747fe712
RE
138392002-01-11 Richard Earnshaw <rearnsha@arm.com>
13840
13841 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
13842 GETPID(inferior_ptid).
13843 (store_inferior_registers): Likewise.
13844
f1bea926
JM
138452002-01-10 Jason Merrill <jason@redhat.com>
13846
13847 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
13848 Fix DW_OP_minus.
13849
ae940673
AC
138502002-01-10 Andrew Cagney <ac131313@redhat.com>
13851
13852 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
13853 and bfd/elf32-sh-nbsd.c.
13854
00546b04
MS
138552002-01-10 Michael Snyder <msnyder@redhat.com>
13856
352ed7b4
MS
13857 * NEWS: Mention --pid and corefile/proc-id behavior change.
13858
c18be923
MS
13859 * Makefile.in: Add rules for gcore.o and linux-proc.o.
13860 * gcore.c: Include cli/cli-decode.h instead of command.h.
13861
00546b04
MS
13862 * main.c (captured_main): Add new command line option "--pid".
13863 If the second command line argument (following the symbol-file)
13864 begins with a digit, try to attach to it before trying to open
13865 it as a corefile.
13866 (print_gdb_help): Document the "--pid" argument.
13867
db60ec62
EZ
138682002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
13869
13870 * completer.c (command_completer): New function.
13871
13872 * completer.h <command_completer>: Add prototype.
13873
13874 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
13875 completer for the "help" command.
13876
39c22d1a
JM
138772002-01-09 Jason Merrill <jason@redhat.com>
13878
13879 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
13880
c564377f
MS
138812002-01-09 Michael Snyder <msnyder@redhat.com>
13882
975aec09
MS
13883 * i386-linux-nat.c (fill_fpxregset): Make global.
13884 (store_fpxregset): Ditto.
13885
db4a10fa
MS
13886 * gregset.h (gdb_fpxregset_t): Define.
13887 (supply_fpxregset): Prototype.
13888 (fill_fpxregset): Prototype.
13889
c564377f
MS
13890 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
13891
c3d45d70
RE
138922002-01-09 Richard Earnshaw <rearnsha@arm.com>
13893
13894 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
13895 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
13896 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
13897
fcc87af1
AC
138982002-01-09 Andrew Cagney <ac131313@redhat.com>
13899
13900 * MAINTAINERS: Update target maintainer rules so that any
13901 Maintainer can approve a tested patch for a maintenance-only
13902 target.
13903
dd96c05b
RE
139042002-01-09 Richard Earnshaw <rearnsha@arm.com>
13905
d4297db9 13906 * MAINTAINERS (write-after-approval): Add myself.
dd96c05b 13907
d4297db9 13908 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
dd96c05b
RE
13909 IN_SIGTRAMP.
13910
145fdc6e
MS
139112002-01-08 Michael Snyder <msnyder@redhat.com>
13912
13913 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
13914 real name of the executable, rather than the /proc name.
13915
be4d1333
MS
139162002-01-03 Michael Snyder <msnyder@redhat.com>
13917
13918 Implement a "generate-core-file" command in gdb, save target state.
13919 * gcore.c: New file. Implement new command 'generate-core-file'.
13920 Save a corefile image of the current state of the inferior.
13921 * linux-proc.c: Add linux-specific code for saving corefiles.
13922 * target.h (struct target_ops): Add new target vectors for saving
13923 corefiles; to_find_memory_regions and to_make_corefile_notes.
13924 (target_find_memory_regions): New macro.
13925 (target_make_corefile_notes): New macro.
13926 * target.c (update_current_target): Inherit new target methods.
13927 (dummy_find_memory_regions): New place-holder method.
13928 (dummy_make_corefile_notes): New place-holder method.
13929 (init_dummy_target): Initialize new dummy target vectors.
13930 * exec.c (exec_set_find_memory_regions): New function.
13931 Allow the exec_ops vector for memory regions to be taken over.
13932 (exec_make_note_section): New function, target vector method.
13933 * defs.h (exec_set_find_memory_regions): Export prototype.
13934 * procfs.c (proc_find_memory_regions): New function, corefile method.
13935 (procfs_make_note_section): New function, corefile method.
13936 (init_procfs_ops): Set new target vector pointers.
13937 (find_memory_regions_callback): New function.
13938 (procfs_do_thread_registers): New function.
13939 (procfs_corefile_thread_callback): New function.
13940 * sol-thread.c (sol_find_memory_regions): New function.
13941 (sol_make_note_section): New function.
13942 (init_sol_thread_ops): Initialize new target vectors.
13943 * inftarg.c (inftarg_set_find_memory_regions): New function.
13944 Allow to_find_memory_regions vector to be taken over.
13945 (inftarg_set_make_corefile_notes): New function.
13946 Allow to_make_corefile_notes vector to be taken over.
13947 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
13948 interface layer if not target_has_execution (may be a corefile).
13949 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
13950 * config/sparc/sun4sol2.mh: Ditto.
13951 * config/alpha/alpha-linux.mh: Ditto.
13952 * config/arm/linux.mh: Ditto.
13953 * config/i386/x86-64linux.mh: Ditto.
13954 * config/ia64/linux.mh: Ditto.
13955 * config/m68k/linux.mh: Ditto.
13956 * config/mips/linux.mh: Ditto.
13957 * config/powerpc/linux.mh: Ditto.
13958 * config/sparc/linux.mh: Ditto.
13959
c6b92abd
MS
139602002-01-07 Michael Snyder <msnyder@redhat.com>
13961
13962 * arm-linux-nat.c: Remove references to regcache.c internal data
13963 (registers[] and register_valid[]).
13964
4b09dc8c
MS
139652002-01-07 Michael Snyder <msnyder@redhat.com>
13966
abf22e64
AJ
13967 * linux-proc.c: New file. Implement child_pid_to_exec_file,
13968 so that attaching to a pid will automatically read the process's
4b09dc8c
MS
13969 symbol file and shlibs.
13970 * Makefile.in: Add rule for linux-proc.o.
13971 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
13972 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
13973 * config/arm/linux.mh: Ditto.
13974 * config/i386/linux.mh: Ditto.
13975 * config/i386/x86-64linux.mh: Ditto.
13976 * config/ia64/linux.mh: Ditto.
13977 * config/m68k/linux.mh: Ditto.
13978 * config/mips/linux.mh: Ditto.
13979 * config/powerpc/linux.mh: Ditto.
13980 * config/sparc/linux.mh: Ditto.
13981
c25b74ac
PM
139822002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
13983
13984 * win32-nat.c: Add i386-tdep.h dependency.
13985
94cd915f
MS
139862002-01-07 Michael Snyder <msnyder@redhat.com>
13987
c7cccb76
MS
13988 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
13989 instead of bfd_get_arch_size. Don't bail out just because
13990 there's no exec_bfd.
abf22e64 13991
34c0bd93
MS
13992 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
13993 * p-valprint.c (pascal_object_print_value): Ditto.
13994 * somread.c (som_symtab_read): Ditto.
13995 * symfile.c (simple_free_overlay_region_table): Ditto.
13996 * valops.c (value_assign): Ditto.
13997
21c1c920
MS
13998 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
13999 use tilde_expand and strerror for opening save-tracepoints file.
14000
5bbd998e
MS
14001 * thread-db.c (thread_db_new_objfile): Indendation fix.
14002
94cd915f
MS
14003 * infptrace.c (GDB_MAX_ALLOCA): New define.
14004 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
abf22e64 14005 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
94cd915f
MS
14006 can be overridden with whatever value is appropriate to the host).
14007 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
14008 alloca to allocate potentially large buffer.
14009 * rs6000-nat.c (child_xfer_memory): Ditto.
14010 * symm-nat.c (child_xfer_memory): Ditto.
14011 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
14012
494e8a93
JSC
140132002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
14014
14015 From Nick Clifton <nickc@redhat.com>
14016 * d10v-tdep.c: Set STACK_START to 0x200bffe.
14017
d0e1d48e
MS
140182002-01-07 Michael Snyder <msnyder@redhat.com>
14019
abf22e64 14020 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
d0e1d48e
MS
14021 Don't use exec_bfd if it's NULL.
14022
290b2c7a
MK
140232002-01-06 Mark Kettenis <kettenis@gnu.org>
14024
abf22e64 14025 * valops.c (value_arg_coerce): Fix formatting.
290b2c7a 14026
aef21287
AC
140272002-01-06 Andrew Cagney <ac131313@redhat.com>
14028
14029 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
14030 * gnu-nat.c: Ditto.
14031
30efa627
AC
140322002-01-06 Andrew Cagney <ac131313@redhat.com>
14033
14034 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
14035 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
14036 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
14037 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
14038 z8k-coff have not been multi-arched. Update z8k-coff build
14039 status.
14040
9b4ff276
AC
140412002-01-06 Andrew Cagney <ac131313@redhat.com>
14042
14043 * MAINTAINERS: Mark a29k target as obsolete.
14044 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
14045 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
14046 comments.
14047 * NEWS: Note that a29k targets are obsolete.
14048 * a29k-tdep.c: Mark as obsolete.
14049 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
14050 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
14051 a29k-*-vxworks* targets as obsolete.
14052 * remote-adapt.c: Obsolete.
14053 * remote-eb.c: Obsolete.
14054 * remote-mm.c: Obsolete.
14055 * remote-udi.c: Obsolete.
14056 * config/a29k/a29k-udi.mt: Obsolete.
14057 * config/a29k/a29k.mt: Obsolete.
14058 * config/a29k/tm-a29k.h: Obsolete.
14059 * config/a29k/tm-vx29k.h: Obsolete.
14060 * config/a29k/vx29k.mt: Obsolete.
14061
a9011d31
AC
140622002-01-05 Andrew Cagney <ac131313@redhat.com>
14063
14064 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
14065 with BFD_ENDIAN_BIG.
14066
9299404e
AC
140672002-01-05 Andrew Cagney <ac131313@redhat.com>
14068
14069 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
14070 * configure, config.in: Re-generate.
14071 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
14072 * defs.h: Do not include <endian.h>.
14073
7e89e357
JT
140742002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
14075
14076 * acconfig.h (HAVE_PT_GETXMMREGS): New.
14077 * config.in: Regenerate.
14078 * configure.in: Update copyright years.
14079 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
14080 * configure: Regenerate.
14081 * i386bsd-nat.c: Update copyright years.
14082 (fill_gregset): Use regcache_collect.
14083 (fetch_inferior_registers): Only fetch integer registers
14084 if requested to do so. Add support for XMM registers
14085 using PT_GETXMMREGS.
14086 (store_inferior_registers): Only store integer registers
14087 if requested to do so. Add support for XMM registers
14088 using PT_SETXMMREGS.
14089 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
14090 (store_inferior_registers): Remove.
14091 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
14092 (fetch_elfcore_registers): New function.
14093 (i386nbsd_elfcore_fns): New.
14094 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
14095 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
14096 i386bsd-nat.o.
14097 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
14098 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
14099 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
14100 * config/i386/tm-nbsd.h: Update copyright years.
14101 (HAVE_SSE_REGS): Define.
14102 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
14103 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
14104 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
14105 (SIGCONTEXT_PC_OFFSET): Remove.
14106 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
14107
a752853e
AC
141082002-01-05 Andrew Cagney <ac131313@redhat.com>
14109
14110 * configure.tgt: Remove powerpc-*-macos* target.
14111 * config/m68k/xm-mpw.h: Delete file.
14112 * config/xm-mpw.h: Delete file.
14113 * ser-mac.c: Delete file.
14114 * mpw-make.sed: Delete file.
14115 * mpw-config.in: Delete file.
14116 * mac-xdep.c: Delete file.
14117 * mac-gdb.r: Delete file.
14118 * mac-defs.h: Delete file.
14119 * mac-nat.c: Delete file.
14120 * config/powerpc/macos.mh: Delete file.
14121 * config/powerpc/macos.mt: Delete file.
14122 * config/powerpc/nm-macos.h: Delete file.
14123 * config/powerpc/tm-macos.h: Delete file.
14124 * source.c (openp, open_source_file): Remove obsolete code.
14125 * top.c (gdb_readline): Ditto.
14126 * utils.c (query): Ditto.
14127 * event-top.c (display_gdb_prompt): Ditto.
14128 * Makefile.in (ser-mac.o): Delete obsolete target.
14129 * NEWS: Update.
14130
d7449b42
AC
141312002-01-04 Andrew Cagney <ac131313@redhat.com>
14132
14133 * defs.h (BIG_ENDIAN): Delete macro definition.
14134 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
14135 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
14136 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
14137 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
14138 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
14139 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
14140 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
14141 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
14142 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
14143 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
14144 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
14145 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
14146 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
14147 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
14148 * gdbarch.c: Re-generate.
14149
356374e8
DJ
141502002-01-04 Daniel Jacobowitz <drow@mvista.com>
14151
14152 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
14153 for core files.
14154
a2b8f8f8
JT
141552002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
14156
14157 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
14158
12466af9
AC
141592002-01-04 Andrew Cagney <ac131313@redhat.com>
14160
14161 * value.h (value_ptr): Delete typedef.
14162
3549ab40
JT
141632002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
14164
14165 * i386nbsd-nat.c: Update copyright years.
14166 Include i386-tdep.h.
14167
fedbd091
EZ
141682002-01-04 Elena Zannoni <ezannoni@redhat.com>
14169
14170 * stabsread.c: Update copyright years.
14171
14172 From Debashis Mahata <debashis.mahata@wipro.com>:
14173 (read_struct_fields): Deal with Sun C compiler erroneous stab
14174 output for structs and unions.
fec8b34f 14175 Fix PR gdb/269.
fedbd091 14176
eb43544b
DJ
141772002-01-04 Daniel Jacobowitz <drow@mvista.com>
14178
14179 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
14180 prototype.
14181
1514d34e
DJ
141822002-01-04 Daniel Jacobowitz <drow@mvista.com>
14183
14184 * cp-abi.c: Fix whitespace.
14185 (baseclass_offset): New wrapper function.
14186 * cp-abi.h (baseclass_offset): Add prototype.
14187 (struct cp_abi_ops): Add baseclass_offset pointer.
14188
14189 * valops.c (vb_match): Move to...
14190 * gnu-v2-abi.c (vb_match): here.
14191 * valops.c (baseclass_offset): Move to...
14192 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
14193
14194 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
14195
14196 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
14197 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
14198 * hpacc-abi.c (init_hpacc_ops): Likewise.
14199
7f8c9282
DJ
142002002-01-04 Daniel Jacobowitz <drow@mvista.com>
14201
14202 * valops.c (find_overload_match): Accept obj as a
14203 reference parameter. Update it before returning.
14204 * value.h (find_overload_match): Update prototype.
14205 * eval.c (evaluate_subexp_standard): Pass object to
14206 find_overload_match by reference.
14207
f23631e4
AC
142082002-01-03 Andrew Cagney <ac131313@redhat.com>
14209
14210 * valarith.c: Replace value_ptr with struct value pointer. Remove
14211 register attribute from value declarations.
14212 * valops.c: Ditto.
14213 * value.h: Ditto.
14214 * scm-lang.c (scm_lookup_name): Ditto.
14215
79e10fab 142162002-01-03 Michael Snyder <msnyder@redhat.com>
abf22e64 14217
79e10fab
AC
14218 Abstract the functionality of iterating over mapped memory
14219 regions into a general purpose iterator function.
abf22e64 14220 * procfs.c (iterate_over_mappings): New function, general purpose
79e10fab
AC
14221 iterator for memory sections.
14222 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
14223 (solib_mappings_callback): New function, callback for above.
14224 (info_proc_mappings): Reimpliment using iterate_over_mappings.
14225 (info_mappings_callback): New function, callback for above.
14226
14227 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
14228
c5ad026a
MK
142292002-01-01 Mark Kettenis <kettenis@gnu.org>
14230
d2a7c97a
MK
14231 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
14232 * i386-tdep.c: Include "elf-bfd.h".
14233 (process_note_abi_tag_sections): New function.
14234 (i386_gdbarch_init): Add code to recognize various OS/ABI
14235 combinations.
14236
c5ad026a
MK
14237 * maint.c (_initialize_maint_cmds): Add missing \ in
14238 string-literal.
14239
a1a5b71e 14240For older changes see ChangeLog-2001
c906108c
SS
14241\f
14242Local Variables:
14243mode: change-log
14244left-margin: 8
14245fill-column: 74
14246version-control: never
14247End:
This page took 0.955392 seconds and 4 git commands to generate.