Reviewed and approved by drow@mvista.com.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
cae688ec
JJ
12004-02-03 Jeff Johnston <jjohnstn@redhat.com>
2
3 * breakpoint.c (struct captured_parse_breakpoint_args): Move
4 outside of #ifdef SOLIB_ADD region.
5 (do_restore_lang_radix_cleanup): Ditto.
6 (resolve_pending_breakpoint): Ditto.
7
19217676
AC
82004-02-03 Andrew Cagney <cagney@redhat.com>
9
10 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
11 (process_note_abi_tag_sections): Delete unused function.
12 (ia64_read_fp): Delete unused function.
13 (gdbarch_extract_struct_value_address): Delete declaration.
14
876753be
AC
152004-02-02 Andrew Cagney <cagney@redhat.com>
16
17 * vax-tdep.c (vax_frame_chain): Delete call to
18 deprecated_inside_entry_file.
19 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
20
d4f10bf2
MK
212004-02-02 Mark Kettenis <kettenis@gnu.org>
22
23 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
24 column that's "empty" or "same value" when eliminating REG_RA
25 rules.
26
cae688ec
JJ
272004-02-02 Jeff Johnston <jjohnstn@redhat.com>
28
29 * NEWS: Add information about new pending breakpoint support.
30
0101ce28
JJ
312004-02-02 Jeff Johnston <jjohnstn@redhat.com>
32
33 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
34 and pending fields for pending breakpoint support.
35 * breakpoint.c (breakpoint_enabled): Add check for not pending.
36 (condition_command): Only parse condition if not a pending
37 breakpoint.
38 (print_one_breakpoint): Add support for pending breakpoints.
39 (describe_other_breakpoints): Add checks to verify we are not
40 dealing with pending breakpoints.
41 (check_duplicates): Don't check pending breakpoints.
42 (set_raw_breakpoint): Initialize pending flag.
43 (do_restore_lang_radix_cleanup): New cleanup routine.
44 (resolve_pending_breakpoint): New function.
45 (re_enable_breakpoints_in_shlibs): Try and resolve any
46 pending breakpoints via resolve_pending_breakpoint.
47 (mention): Add pending breakpoint support.
48 (parse_breakpoint_sals): Add new parameter to pass to
49 decode_line_1 to indicate silent errors when files or functions
50 are not found. Change all callers.
51 (do_captured_parse_breakpoint): New function.
52 (break_command_1): Change prototype to return an rc value and to
53 take an optional pending breakpoint pointer. Support creating
54 a pending breakpoint if a "not found" form of error occurs when
55 parsing the breakpoint. Also support resolving an existing pending
56 breakpoint and be silent if the resolution fails.
57 (create_breakpoints): Change prototype to take pending breakpoint
58 pointer. When resolving a pending breakpoint, use the new pointer
59 to provide a conditional or commands added by the end-user.
60 (delete_breakpoint): Add appropriate check for pending.
61 (breakpoint_re_set_one): Ditto.
62 (do_enable_breakpoint): Ditto.
63
8d577d32
DC
642004-02-02 David Carlton <carlton@kealia.com>
65
66 * valops.c (enum oload_classification): New.
67 (find_overload_match): Break implementation into separate
68 functions; delete #if 0'd code; look for symbols within
69 namespaces.
70 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
71 (find_oload_champ,oload_method_static,classify_oload_match): New.
72 * cp-support.h: Add declaration for cp_func_name; update
73 declaration for make_symbol_overload_list.
74 * cp-support.c (cp_func_name): New.
75 (overload_list_add_symbol): Fix comment, use
76 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
77 (make_symbol_overload_list): Take a function name and a namespace
78 instead of a symbol; change implementation.
79 (make_symbol_overload_list_using): New.
80 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
81
22e8e3c7
FF
822004-02-02 Fred Fish <fnf@redhat.com>
83
84 * main.c (gdb_stdtarg): Move definition to group with other
15390fef 85 gdb_stdtarg definitions and update copyright years.
22e8e3c7
FF
86 * remote-sim.c (gdb_os_write_stderr): Write output to
87 gdb_stdtargerr stream instead of gdb_stdtarg stream.
88 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
15390fef 89 gdb_stderr stream and update copyright years.
22e8e3c7 90
6b753f60
DJ
912004-02-01 Daniel Jacobowitz <drow@mvista.com>
92
93 * Makefile.in (mips-linux-nat.o): Update dependencies.
94 * mips-linux-nat.c: Include mips-tdep.h.
95
962004-02-01 Roland McGrath <roland@redhat.com>
2cb6b099
RM
97
98 * sol-thread.c (sol_thread_xfer_partial): New function.
99 (init_sol_thread_ops): Use that for to_xfer_partial hook.
100 (init_sol_core_ops): Likewise.
101
102 * procfs.c (procfs_xfer_partial): New function.
103 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
104 * Makefile.in (procfs.o): Add $(auxv_h) dep.
105
106 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
107 procfs_xfer_auxv function.
108
109 * procfs.c (procfs_make_note_section): If we can read
110 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
111 * linux-proc.c (linux_make_note_section): Likewise.
112
113 * auxv.h: New file.
114 * auxv.c: New file.
115 * Makefile.in (auxv_h): New variable.
116 (COMMON_OBS): Add auxv.o here.
117 (auxv.o): New target.
118
119 * corelow.c (core_xfer_partial): New function.
120 (init_core_ops): Use it for core_ops.to_xfer_partial.
121
122 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
123 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
124 macro if that is defined.
125
fa5281d0
DJ
1262004-02-01 Daniel Jacobowitz <drow@mvista.com>
127
128 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
129 and check the specified thread for each breakpoint.
130 * breakpoint.h (bpstat_stop_status): Update prototype.
131 * infrun.c (handle_inferior_event): Update calls to
132 bpstat_stop_status.
133
26ee262d
DJ
1342004-02-01 Daniel Jacobowitz <drow@mvista.com>
135
136 * Makefile.in (cli-cmds.o): Add $(readline_h).
137
d9b52655
DJ
1382004-02-01 Daniel Jacobowitz <drow@mvista.com>
139
140 * cli/cli-cmds.c: Include readline.h.
141 (complete_command): Pass the start of the last word to
142 complete_line.
143
9709f61c
DJ
1442004-01-31 Daniel Jacobowitz <drow@mvista.com>
145
146 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
147 argument, and change first argument to a CORE_ADDR.
148 * breakpoint.h (bpstat_stop_status): Update prototype.
149 * infrun.c (adjust_pc_after_break): Add a new comment.
150 (handle_inferior_event): Update calls to bpstat_stop_status.
151
4f1280bb
DJ
1522004-01-31 Daniel Jacobowitz <drow@mvista.com>
153
154 * breakpoint.h: Update copyright years.
155
4fa8626c
DJ
1562004-01-31 Daniel Jacobowitz <drow@mvista.com>
157
158 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
159 (bpstat_stop_status): Don't decrement PC.
160 * breakpoint.h (software_breakpoint_inserted_here_p): Add
161 prototype.
162 * infrun.c (adjust_pc_after_break): New function.
163 (handle_inferior_event): Call it, early. Remove later references
164 to DECR_PC_AFTER_BREAK.
165 (normal_stop): Add commentary.
166
fad0733a
DJ
1672004-01-31 Daniel Jacobowitz <drow@mvista.com>
168
169 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
170 2004-01-27 double-free fix.
171
42cdca6c
MK
1722004-01-31 Mark Kettenis <kettenis@gnu.org>
173
174 * sparc-tdep.c (sparc_fetch_wcookie): New function.
175 (sparc32_frame_prev_register): Handle StackGhost.
176 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
177
932d5416
RM
1782004-01-29 Roland McGrath <roland@redhat.com>
179
180 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
181 * configure: Regenerated.
182
183 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
184 * Makefile.in (procfs.o): Add dep.
185
47d3492a
AC
1862004-01-28 Andrew Cagney <cagney@redhat.com>
187
188 * tui/tui-stack.h: Update copyright.
189 (struct frame_info): Add opaque declaration.
190 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
191 (tui_show_locator_content): Rename tuiShowLocatorContent.
192 (tui_show_frame_info): Rename tuiShowFrameInfo.
193 * tui/tui-stack.c: Update copyright. Update references.
194 * tui/tui-winsource.c: Update references.
195 * tui/tui-win.c: Update references.
196 * tui/tui-layout.c: Update references.
197 * tui/tui-hooks.c: Update copyright, update references.
198 * tui/tui.c: Update copyright, update references.
199 * tui/tui-disasm.c: Update references.
200
5d51ca54
DC
2012004-01-28 David Carlton <carlton@kealia.com>
202
203 * dwarf2read.c (add_partial_structure): Use demangled name if
204 namespace equals "".
205
086ed43d
JB
2062004-01-27 Jim Blandy <jimb@redhat.com>
207
208 Clean up misapplied patch:
209 * dwarf2read.c (determine_prefix): Change one of the two forward
210 declarations for 'determine_prefix_aux' to a declaration for this.
211 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
212 argument to 'die_specification'.
213
2a35147e
JB
214 * dwarf2read.c (read_func_scope): Re-indent comment.
215
a355c7de 2162004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
932d5416 217
a355c7de
AC
218 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
219 b->exp to NULL after freeing so that error during re-parsing or
220 evaluation of expressions associated with breakpoint don't
221 eventually lead to re-freeing of storage.
222 Committed by Andrew Cagney.
223
63ff5125
AC
2242004-01-27 Andrew Cagney <cagney@redhat.com>
225
226 * source.c (ambiguous_line_spec): Delete undefined declaration.
227 * m32r-rom.c (m32r_set_board_address): Delete unused function.
228 (m32r_set_server_address, m32r_set_download_path): Ditto.
229 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
230
e142c38c
DJ
2312004-01-27 Daniel Jacobowitz <drow@mvista.com>
232
233 * dwarf2read.c: Update calls to changed and renamed functions, and
234 references to moved variables.
235
236 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
237 language, language_defn, list_in_scope, and ftypes members.
238 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
239 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
240 (baseaddr): Remove globals.
241
242 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
243 (set_cu_language, die_is_declaration, die_specification)
244 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
245 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
246 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
247 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
248
249 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
250 cu.list_in_scope. Don't initialize cu_header_offset.
251 (add_partial_symbol): Add local baseaddr.
252 (psymtab_to_symtab_1): Add local baseaddr. Use
253 objfile->section_offsets for consistency. Don't initialize
254 cu_header_offset; do initialize cu.header.offset and
255 cu.list_in_scope.
256 (read_file_scope, read_func_scope, read_lexical_block_scope)
257 (dwarf_decode_lines, new_symbol): Add local baseaddr.
258
c6e06ede
MC
2592004-01-27 Michael Chastain <mec.gnu@mindspring.com>
260
fb328ecc 261 * PROBLEMS: Add gdb/1516.
c6e06ede 262
48184fd4
AC
2632003-12-29 Robert Millan <robertmh@gnu.org>
264
265 Patch committed by Andrw Cagney.
266 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
267 * configure.tgt: Match knetbsd*-gnu.
268
c1321b30
AC
2692004-01-26 Andrew Cagney <cagney@redhat.com>
270
f3699be3
AC
271 * breakpoint.c (catch_command_1): Delete #ifdef code.
272 (catch_fork_command_1): Delete #ifdef wrapper.
273 (catch_exec_command_1): Ditto.
274 (catch_load_command_1): Ditto.
275 (catch_unload_command_1): Ditto.
276
c1321b30
AC
277 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
278 (catch_breakpoint): Delete #if0ed function.
279 (disable_catch_breakpoint): Ditto.
280 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
281 (disable_catch, enable_catch, delete_catch): Ditto.
282
b4501125
AC
2832004-01-26 Andrew Cagney <cagney@redhat.com>
284
285 * remote.c (echo_check, quit_flag): Delete variables.
286 (cisco_kernel_mode): Delete variable.
287 (minitelnet_return, tty_input, escape_count): Delete variables.
288 (remote_cisco_mode): Delete variable.
289 (remote_cisco_open, remote_cisco_close): Delete function.
290 (remote_cisco_mourn, remote_cisco_wait): Delete function.
291 (init_remote_cisco_ops): Delete function.
292 (_initialize_remote): Do not install "remote cisco" code.
293 (read_frame): Delete cisco specific code.
294 (remote_info_process): Delete function.
295 (remote_wait): Delete cisco specific code.
296 (remote_cisco_section_offsets): Delete function.
297 (remote_cisco_objfile_relocate): Delete function.
298 (remote_async_wait): Delete cisco specific code.
299 (minitelnet, readtty, readsocket): Delete function.
300
74055713
AC
3012004-01-26 Andrew Cagney <cagney@redhat.com>
302
303 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
304 comments mentioning extract_returned_value_address.
305 * infcmd.c (print_return_value): Update. Add comments on
306 extract_returned_value_address.
307 * stack.c (return_command): Add comments on
308 extract_returned_value_address.
309 * values.c: Update comment.
310 * m32r-tdep.c: Update comment.
311 * sparc-tdep.c: Update comment.
312 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
313 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
314 * sh64-tdep.c (sh64_gdbarch_init): Update.
315 * sh-tdep.c (sh_gdbarch_init): Update.
316 * s390-tdep.c (s390_gdbarch_init): Update.
317 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
318 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
319 * m68k-tdep.c (m68k_gdbarch_init): Update.
320 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
321 * m32r-tdep.c (m32r_gdbarch_init): Update.
322 * ia64-tdep.c (ia64_gdbarch_init): Update.
323 * h8300-tdep.c (h8300_gdbarch_init): Update.
324 * frv-tdep.c (frv_gdbarch_init): Update.
325 * arm-tdep.c (arm_gdbarch_init): Update.
326 * alpha-tdep.c (alpha_gdbarch_init): Update.
327
a67af2b9
AC
3282004-01-26 Andrew Cagney <cagney@redhat.com>
329
330 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
331 SYMBOL_LOCATION_FUNCS
332 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
333 "struct symbol_ops".
334 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
335 type to "struct symbol_ops".
336 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
337 (struct symbol): Replace ".aux_value.loc.funcs" and
338 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
339 (SYMBOL_OBJFILE): Delete macro.
340 (SYMBOL_LOCATION_FUNCS): Delete macro.
341 (SYMBOL_LOCATION_BATON): Update.
342 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
343 intead of SYMBOL_LOCATION_FUNCS.
344 * ax-gdb.c (gen_var_ref): Ditto.
345 * printcmd.c (address_info): Ditto.
346 * findvar.c (read_var_value): Ditto.
347 (symbol_read_needs_frame): Ditto.
348
c034e007
AC
3492004-01-26 Andrew Cagney <cagney@redhat.com>
350
351 * dwarf2read.c (read_func_scope): Document frame-base hack.
352
bb472c1e
MK
3532004-01-25 Mark Kettenis <kettenis@gnu.org>
354
355 * infcmd.c (print_return_value): Plug memory leak; delete
356 ui_stream object. Rename argument `structure_return' to
357 `struct_return'.
358
c8e737d5
MK
3592004-01-25 Mark Kettenis <kettenis@gnu.org>
360
f941662f
MK
361 * infcmd.c (print_return_value): Wrap long lines.
362 (finish_command_continuation, finish_command): Remove unused
363 variable `funcaddr'. Fix some coding-standards problems.
364
c558d81a
MK
365 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
366 SECT_SIZE is large enough, not wheter it's exactly the right size.
367 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
368 TDEP->fpregset to zero.
369
bf1e5861 370 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
c8e737d5
MK
371 floating-point registers for traditional NetBSD core files.
372 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
373 TDEP->sizeof_fpregset here.
374
4c72d57a
MK
3752004-01-25 Mark Kettenis <kettenis@gnu.org>
376
566626fa
MK
377 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
378 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
379 function with code split out from
380 sparc32nbsd_sigcontext_frame_cache.
381 (sparc32nbsd_sigcontext_frame_cache): Use
382 sparc32nbsd_sigcontext_saved_regs.
383 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
384 OpenBSD.
385 * sparcobsd-tdep.c: New file.
386 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
387 (sparcobsd-tdep.o): New dependency.
388 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
389 * config/sparc/obsd.mt: New file.
390
4c72d57a
MK
391 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
392 TDEP->fpregset to be initialized to enable core file register
393 sets.
394
7e5e9f88
MK
3952004-01-24 Mark Kettenis <kettenis@gnu.org>
396
f0f207fd 397 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
1e067c66
MK
398 Add opaque declarations.
399 (sparc64nbsd_sigcontext_saved_regs): New prototype.
400 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
401 function with code split out from
402 sparc64nbsd_sigcontext_frame_cache.
403 (sparc64nbsd_sigcontext_frame_cache): Use
404 sparc64nbsd_sigcontext_saved_regs.
405 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
406 OpenBSD.
407 * sparc64obsd-tdep.c: New file.
408 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
409 (sparc64obsd-tdep.o): New dependency.
410 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
411 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
412 * config/sparc/obsd64.mt: New file.
413
690668cc
MK
414 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
415 read the instruction at PC.
416
7e5e9f88
MK
417 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
418 value of GDB_OSABI_DEFAULT.
419 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
420 instead of GDB_OSABI_NETBSD_AOUT.
421
68b6dce9
NR
4222004-01-24 Nick Roberts <nick@nick.uklinux.net>
423
424 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
425 copyright.
426
080ce8c0
AC
4272004-01-23 Andrew Cagney <cagney@redhat.com>
428
429 * printcmd.c (display_command): Replace tui_set_display call with
430 tui_set_layout_for_display_command.
431 * tui/tui.h (enum tui_win_type): Define.
432 (tui_set_layout): Delete declaration.
433 (tui_set_layout_for_display_command): Rename set_tui_layout.
434 * tui/tui-data.h (enum tui_layout_type): Define.
435 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
436 "tui.h".
437 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
438 (tui_default_win_height): Rename tuiDefaultWinHeight.
439 (tui_default_win_viewport_height): Rename
440 tuiDefaultWinViewportHeight.
441 (tui_set_layout): RenametuiSetLayout.
442 * tui/tui-layout.c: Update references.
443 * tui/tui.c: Update references.
444 * tui/tui-disasm.c: Update references.
445
b368761e
DC
4462004-01-23 David Carlton <carlton@kealia.com>
447
448 Partial workaround for PR c++/1511:
449 * cp-namespace.c: Include frame.h.
450 (cp_lookup_transparent_type): New
451 (cp_lookup_transparent_type_loop): New.
452 * cp-support.h: Declare cp_lookup_transparent_type.
453 * symtab.c (basic_lookup_transparent_type): Renamed from
454 lookup_transparent_type.
455 (lookup_transparent_type): Replace old body by a call to
456 current_language->la_lookup_transparent_type.
457 * symtab.h: Update copyright. Declare
458 basic_lookup_transparent_type.
459 * language.h: Update copyright.
460 (struct language_defn): Add la_lookup_transparent_type.
461 * language.c: Update copyright.
462 (unknown_language_defn): Add basic_lookup_transparent_type.
463 (auto_language_defn): Add basic_lookup_transparent_type.
464 (local_language_defn): Add basic_lookup_transparent_type.
465 * ada-lang.c: Update copyright.
466 (ada_language_defn): Add basic_lookup_transparent_type.
467 * c-lang.c: Update copyright.
468 (c_language_defn): Add basic_lookup_transparent_type.
469 (cplus_language_defn): Add basic_lookup_transparent_type.
470 (asm_language_defn): Add basic_lookup_transparent_type.
471 (minimal_language_defn): Add basic_lookup_transparent_type.
472 * f-lang.c: Update copyright.
473 (f_language_defn): Add basic_lookup_transparent_type.
474 * jv-lang.c: Update copyright.
475 (java_language_defn): Add basic_lookup_transparent_type.
476 * m2-lang.c: Update copyright.
477 (m2_language_defn): Add basic_lookup_transparent_type.
478 * objc-lang.c: Update copyright.
479 (objc_language_defn): Add basic_lookup_transparent_type.
480 * p-lang.c: Update copyright.
481 (p_language_defn): Add basic_lookup_transparent_type.
482 * scm-lang.c: Update copyright.
483 (scm_language_defn): Add basic_lookup_transparent_type.
484 * Makefile.in (cp-namespace.o): Depend on frame.h.
485
fdde2d81
DC
4862004-01-23 David Carlton <carlton@kealia.com>
487
488 Patch for PR c++/1520:
489 * dwarf2read.c (read_func_scope): Set processing_current_prefix
490 properly if we have a specification die.
491 (determine_prefix_aux): Rename from determine_prefix.
492 (determine_prefix): Like the old determine_prefix, but never
493 returns NULL.
494
5b828b6b
TR
4952004-01-23 Theodore A. Roth <troth@openavr.org>
496
497 * avr-tdep.c: Update copyright.
498 (avr_iaddr_p): Delete unused function.
499 (avr_saddr_p): Delete unused function.
500
a1b8c067
DC
5012004-01-23 David Carlton <carlton@kealia.com>
502
503 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
504 Fix for PR symtab/1534.
505
f2cab569
MK
5062004-01-23 Mark Kettenis <kettenis@gnu.org>
507
508 * NEWS (New native configurations): Mention OpenBSD/sparc and
509 OpenBSD/sparc64.
510 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
511 * configure.host: Likewise.
512 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
513 handler for OpenBSD.
514 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
515
642d8300
MK
5162004-01-22 Mark Kettenis <kettenis@gnu.org>
517
89aac506
MK
518 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
519 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
520
36662fde
MK
521 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
522 * cli/cli-cmds.c (shell_escape): Likewise.
523
642d8300
MK
524 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
525 OpenBSD .note.openbsd.ident sections.
526
fae299cd
DC
5272004-01-22 David Carlton <carlton@kealia.com>
528
529 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
530 get_scope_pc_bounds.
531 (read_file_scope): Ditto.
532 (get_scope_pc_bounds): New function, produced by extracting code
533 from the above two functions, consolidating it, and adding support
534 for DW_TAG_namespace.
535
a49d618c
MK
5362004-01-22 Mark Kettenis <kettenis@gnu.org>
537
538 * osabi.c (MAX_NOTESZ): New define.
539 (check_note): New function.
540 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
541 check_note.
542
fe61caab
RM
5432004-01-21 Roland McGrath <roland@redhat.com>
544
545 * MAINTAINERS (write after approval): Add myself.
546
ec145965
EZ
5472004-01-21 Eli Zaretskii <eliz@gnu.org>
548
549 * utils.c (init_page_info): Move declarations of `rows' and
550 `cols' before the __GO32__-specific code. Move the closing brace
551 outside the #ifdef __GO32__..#endif block.
552 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
553
877522db
PB
5542004-01-21 Paul Brook <paul@codesourcery.com>
555
556 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
557 BPSTAT_WHAT_CHECK_SHLIBS.
558
dbf5be1c
PB
5592004-01-21 Paul Brook <paul@codesourcery.com>
560
561 * MAINTAINERS: Add myself to write-after-approval.
562
81f08b92
AC
5632004-01-20 Andrew Cagney <cagney@redhat.com>
564
5a1efed7
AC
565 * ax-gdb.c (print_axs_value): Delete unused function.
566 * jv-lang.c (java_lookup_type): Delete unused function.
567 * cli/cli-dump.c (dump_filetype): Delete unused function.
568 * remote-mips.c (remote_mips_insert_hw_breakpoint)
569 (remote_mips_remove_hw_breakpoint): Delete unused functions.
570 (mips_getstring): Delete unused function.
571 (pmon_insert_breakpoint): Delete #if0ed function.
572 (PMON_MAX_BP): Delete #if0ed MACRO.
573 (mips_pmon_bp_info): Delete #if0ed variable.
574 (pmon_remove_breakpoint): Delete #if0ed function.
575 * monitor.c (monitor_write_even_block): Delete unused function.
576 (monitor_write_memory_block): Delete #if0ed code.
577 * dink32-rom.c (dink32_load): Delete unused function.
578 (_initialize_dink32_rom): Delete #if0ed code.
579 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
580
b0a30fce
AC
581 * tui/tui-command.c: Update references.
582 * tui/tui-io.c: Update references.
583 * tui/tui-command.h: Update copyright.
584 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
585
81f08b92
AC
586 * source.c (ambiguous_line_spec): Delete never-defined function.
587 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
588 * gdbtypes.c (add_name, add_mangled_type): Ditto.
589 * cli/cli-cmds.c (validate_comname): Ditto.
590
65f05602
AC
591 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
592 "tui-data.h".
593 (tui_set_disassem_content): Rename tuiSetDisassemContent.
594 (tui_show_disassem): Rename tuiShowDisassem.
595 (tui_show_disassem_and_update_source): Rename
596 tuiVerticalDisassemScroll.
597 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
598 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
599 * tui/tui.h: Update copyright.
600 (enum tui_status): Define.
601 * tui/tui-data.h (enum tui_scroll_direction): Define.
602 * tui/tui-disasm.c: Update copyright. Update references.
603 * tui/tui-winsource.c: Update copyright. Update references.
604 * tui/tui-win.c: Update references.
605 * tui/tui-layout.c: Update references.
606
6bb0384f
AC
6072004-01-20 Andrew Cagney <cagney@redhat.com>
608
609 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
610 sym2 to start of block.
611
9175c9a3
MC
6122004-01-19 Michael Chastain <mec.gnu@mindspring.com>
613
614 * MAINTAINERS: Delete mmalloc.
615 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
616 * NEWS: Mention removal of --with-malloc.
617 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
618 * config.in: Regenerate.
619 * configure: Regenerate.
6bb0384f
AC
620 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
621 USE_MMALLOC, MMCHECK_FORCE.
9175c9a3
MC
622 * gdbinit.in: Remove mmalloc.
623 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
624 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
625 * config/i386/go32.mh: Likewise.
626 * config/i386/interix.mh: Likewise.
627 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
628
4fcef00a
JJ
6292004-01-19 Jeff Johnston <jjohnstn@redhat.com>
630
631 * linespec.c (decode_variable, symtab_from_filename): Call
632 error_silent with error message instead of throwing an exception
633 directly.
634 * defs.h (error_silent, error_output_message): Add prototypes.
635 (catch_exceptions_with_msg): Ditto.
636 * utils.c (error_silent, error_output_message): New functions.
637 * top.c (catch_exceptions_with_msg): New function.
638
8e94b928
NR
6392004-01-20 Nick Roberts <nick@nick.uklinux.net>
640
641 * mi/mi-cmds.h (enum print_values): Add definition.
642
643 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
644 type and value for simple data types and just the name and type
645 for complex ones, if required.
646
647 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
648 children, if required.
649
a02d6af8
KB
6502004-01-19 Kevin Buettner <kevinb@redhat.com>
651
652 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
653 unused declarations.
654
78a4a9b9
AC
6552004-01-19 Andrew Cagney <cagney@redhat.com>
656
657 * top.h (mapped_symbol_files): Delete declaration.
658 * main.c (captured_main): Delete option "m" and "mapped".
659 * objfiles.c (mapped_symbol_files): Delete variable.
660 * symfile.c (symbol_file_command): Delete mmap code.
661 (symbol_file_add_with_addrs_or_offsets): Ditto.
662 (add_symbol_file_command, reread_separate_symbols): Ditto.
663 * objfiles.h (OBJF_MAPPED): Delete.
664 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
665 (free_objfile) [USE_MMALLOC]: Ditto.
666 (open_existing_mapped_file): Delete function.
667 (open_mapped_file): Delete function.
668 (map_to_file): Delete function.
669
2dbd5e30
KB
6702004-01-19 Kevin Buettner <kevinb@redhat.com>
671
672 * infrun.c (step_into_function): Account for possible breakpoint
673 adjustment when computing ``stop_func_start''.
674
437b434f
KB
6752004-01-19 Kevin Buettner <kevinb@redhat.com>
676
677 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
678 the region size against the size of a pointer, not the size of
679 a register as given by DEPRECATED_REGISTER_SIZE.
680
55fb0713
AC
6812004-01-19 Andrew Cagney <cagney@redhat.com>
682
683 * tui/tui-regs.h: Include "tui-data.h".
684 (tuiFirstRegElementNoInLine): Delete declaration.
685 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
686 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
687 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
688 (tui_calculate_regs_column_count): Rename
689 tuiCalculateRegsColumnCount.
690 (tui_check_register_values): Rename tuiCheckRegisterValues.
691 (tui_show_registers): Rename tuiShowRegisters.
692 (tui_display_registers_from_line): Rename
693 tuiDisplayRegistersFromLine.
694 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
695 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
696 (tui_first_reg_element_no_inline): Rename
697 tuiFirstRegElementNoInLine.
698 * tui/tui-data.h: Update copyright.
699 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
700 * tui/tui-windata.c: Update copyright, update references.
701 * tui/tui-regs.c: Update copyright, update references.
702 * tui/tui-win.c: Update copyright, update references.
703 * tui/tui-layout.c: Update copyright, update references.
fe61caab 704
cebe9500
AC
7052004-01-18 Andrew Cagney <cagney@redhat.com>
706
bcdf1568
AC
707 * tui/tui-io.c: Update copyright.
708 (key_is_end_sequence, key_is_backspace): New functions.
709 (key_is_command_char, key_is_start_sequence): New function.
710 (tui_getc): Update references.
711 * tui/tui-io.h: Update copyright.
712 (m_tuiStartNewLine): Delete macro.
713 (m_isBackspace, m_isDeleteChar): Delete macros.
714 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
715 (m_isNextPage, m_isPrevPage): Delete macros.
716 (m_isLeftArrow, m_isRightArrow): Delete macros.
717 (m_isXdbStyleCommandChar): Delete macro.
718 (key_is_start_sequence): Declare, replace m_isStartSequence.
719 (key_is_end_sequence): Declare, replace m_isEndSequence.
720 (key_is_backspace): Declare ,replace m_isBackspace.
721 (key_is_command_char): Declare, replace m_isCommandChar.
722 * tui/tui-command.c: Update copyright.
723 (tuiDispatchCtrlChar): Update references.
724
130d87e6
AC
725 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
726 tuiSourceWin.h.
727
d7b2e967
AC
728 * tui/tui-command.c: Rename tui/tuiCommand.c.
729 * tui/tui-command.h: Rename tui/tuiCommand.h.
730 * tui/tui-data.c: Rename tui/tuiData.c.
731 * tui/tui-data.h: Rename tui/tuiData.h.
732 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
733 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
734 * tui/tui-io.c: Rename tui/tuiIO.c.
735 * tui/tui-io.h: Rename tui/tuiIO.h.
736 * tui/tui-layout.c: Rename tui/tuiLayout.c.
737 * tui/tui-layout.h: Rename tui/tuiLayout.h.
738 * tui/tui-regs.c: Rename tui/tuiRegs.c.
739 * tui/tui-regs.h: Rename tui/tuiRegs.h.
740 * tui/tui-source.c: Rename tui/tuiSource.c.
741 * tui/tui-source.h: Rename tui/tuiSource.h.
742 * tui/tui-stack.c: Rename tui/tuiStack.c.
743 * tui/tui-stack.h: Rename tui/tuiStack.h.
744 * tui/tui-win.c: Rename tui/tuiWin.c.
745 * tui/tui-win.h: Rename tui/tuiWin.h.
746 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
747 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
748 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
749 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
750 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
751 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
752 * tui/tui-file.c: Update includes.
753 * tui/tui-hooks.c: Update includes.
754 * tui/tui-interp.c: Update includes.
755 * tui/tui.c: Update includes.
756 * Makefile.in: Update all tui/ dependencies.
757 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
758
b2100910
AC
759 * Makefile.in: Update copyright. Update dependencies.
760
cebe9500
AC
761 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
762 problem.
763
c6f0559b
AC
7642004-01-18 Andrew Cagney <cagney@redhat.com>
765
43e9390b
AC
766 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
767 instead of register_gdbarch_init.
768
c6f0559b
AC
769 * remote-sds.c (tohex): Delete unused function. Update copyright.
770 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
771 * v850-tdep.c (v850_register_virtual_size): Ditto.
772 * target.c (normal_target_post_startup_inferior): Ditto.
773 * source.c (ambiguous_line_spec): Ditto.
774 * remote.c (adapt_remote_get_threadinfo): Ditto.
775 * mi/mi-out.c (out_field_fmt): Ditto.
776 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
777 (output_control_change_notification): Ditto.
778 * m68k-tdep.c (m68k_register_byte): Ditto.
779 (m68k_remote_breakpoint_from_pc): Ditto.
780 * ui-out.c (init_ui_out_state): Delete unused declaration.
781 * stabsread.c (search_value): Ditto.
782 * mi/mi-cmd-env.c (env_cli_command): Ditto.
783 * maint.c (print_section_table): Ditto.
784 * infrun.c (set_follow_fork_mode_command): Ditto.
785
a8504492
MK
7862004-01-18 Mark Kettenis <kettenis@gnu.org>
787
788 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
789 DW_CFA_def_cfa_exporession. Add support for
790 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
791 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
792
0bd8997e
AC
7932004-01-18 Andrew Cagney <cagney@redhat.com>
794
795 * ocd.c: Update copyright.
796 (bdm_read_register_command): Delete unused function.
797 (_initialize_remote_ocd): Delete commented out reference.
798 (get_quoted_char, reset_packet): Delete #if0ed function.
799 (output_packet, put_quoted_char): Delete #if0ed function.
800 (stu_put_packet, stu_get_packet): Delete #if0ed function.
801 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
802 (BDM_BREAKPOINT): Delete #if0ed macro.
803 (remote_timeout): Delete #if0ed variable.
804
31bb40e4
MK
8052004-01-18 Mark Kettenis <kettenis@gnu.org>
806
807 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
808 (core-sol2.o): Remove dependency.
809 * core-sol2.c: Remove file.
810
887432a5
AC
8112004-01-17 Andrew Cagney <cagney@redhat.com>
812
813 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
814 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
815 enums.
816
29182b13
DJ
8172004-01-17 Daniel Jacobowitz <drow@mvista.com>
818
819 * remote.c: Update copyright years.
820
2963ee1d
DJ
8212004-01-17 Daniel Jacobowitz <drow@mvista.com>
822
823 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
824
79d45cd4
AC
8252004-01-17 Andrew Cagney <cagney@redhat.com>
826
ee300cd4
AC
827 * mdebugread.c: Update copyright.
828 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
829 (parse_type, parse_procedure): Ditto.
830 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
831
fcacc9c2
AC
832 * cris-tdep.c (cris_store_struct_return): Put back accidently
833 deleted function.
834
79d45cd4
AC
835 * gdbarch.sh: Update copyright year.
836 * gdbarch.h, gdbarch.c: Re-generate.
837
b263358a
DJ
8382004-01-17 Daniel Jacobowitz <drow@mvista.com>
839
840 Suggested by George Anzinger.
841 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
842 correct stack offset. Include unknown opcode numbers in the error
843 message.
844
931aecf5
AC
8452004-01-17 Andrew Cagney <cagney@redhat.com>
846
847 * x86-64-tdep.c (x86_64_init_abi): No need to clear
848 extract_struct_value_address, i386 does not set it.
849 * sparc64-tdep.c (sparc64_init_abi): Do not set
850 extract_struct_value_address, never called.
851 (sparc64_extract_struct_value_address): Delete function.
852 * m68hc11-tdep.c: Update copyright.
853 (m68hc11_gdbarch_init): Delete redundant assignment of
854 extract_struct_value_address.
855 * i386-tdep.c: Update copyright.
856 (i386_gdbarch_init): Do not set extract_struct_value_address,
857 never called.
858 (i386_extract_struct_value_address): Delete function.
859 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
860 extract_struct_value_address, never called.
861 (sparc32_extract_struct_value_address): #if 0 function. Add
862 comments explaining its future.
863
756fe439
DJ
8642004-01-17 Daniel Jacobowitz <drow@mvista.com>
865
866 * arm-tdep.c (arm_write_pc): New function.
867 (arm_gdbarch_init): Call set_gdbarch_write_pc.
868
e74f0f02
DJ
8692004-01-17 Daniel Jacobowitz <drow@mvista.com>
870
871 * breakpoint.c (must_shift_inst_regs): Delete.
872 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
873 and SHIFT_INST_REGS.
874 * infcmd.c (step_1, step_1_continuation): Delete references to
875 SHIFT_INST_REGS.
876 * infrun.c (keep_going): Likewise.
877 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
878 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
879
b6cb9035
AC
8802004-01-17 Andrew Cagney <cagney@redhat.com>
881
444a1e2e
AC
882 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
883 * gdbarch.h, gdbarch.c: Re-generate.
884 * infcmd.c (print_return_value): Delete reference to
885 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
886
def7e6ed
AC
887 * cris-tdep.c (cris_gdbarch_init): Do not set
888 deprecated_extract_struct_value_address.
889
07be497a
AC
890 * xstormy16-tdep.c: Update copyright.
891 (xstormy16_extract_struct_value_address): Update to current
892 extract struct value address interface.
893 (xstormy16_gdbarch_init): Set extract_struct_value_address.
894 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
895 current extract struct value address interface.
896 (sh64_gdbarch_init): Set extract_struct_value_address.
897
6b4d5c91
AC
898 * cris-tdep.c: Update copyright.
899 (cris_extract_struct_value_address): Delete function.
900 (struct_return_address): Delete variable.
901 (cris_store_struct_return): Do not set struct_return_address.
902
464e0365
AC
903 * mcore-tdep.c: Update copyright.
904 (mcore_extract_struct_value_address): Delete function. Update
905 comments.
906 (mcore_gdbarch_init): Update.
907 * mn10300-tdep.c: Update copyright.
908 (mn10300_extract_struct_value_address): Delete function.
909 (mn10300_gdbarch_init): Update.
910 * v850-tdep.c: Update copyright.
911 (v850_extract_struct_value_address): Delete.
912 (v850_gdbarch_init): Update.
913 * ns32k-tdep.c: Update copyright.
914 (ns32k_extract_struct_value_address): Delete.
915 (ns32k_gdbarch_init): Update.
916 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
917 (hppa_gdbarch_init): Update.
918 * vax-tdep.c: Update copyright.
919 (vax_extract_struct_value_address): Delete.
920 (vax_gdbarch_init): Update.
921
afb18d0f
AC
922 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
923 * gdbarch.h, gdbarch.c: Re-generate.
924 * procfs.c (procfs_fetch_registers): Delete reference to
925 DEPRECATED_NPC_REGNUM.
926 (procfs_store_registers): Ditto.
927 * regcache.c (generic_target_write_pc): Simplify.
928 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
929
a698f53e
AC
930 * core-sol2.c (fetch_core_registers): Replace
931 DEPRECATED_NPC_REGNUM with equivalent tdep value.
932
adc11376
AC
933 * hppa-tdep.c: Update copyright year.
934 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
935 NPC_REGNUM.
936 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
937
b6cb9035
AC
938 * mips-tdep.c (mips_write_pc): New function.
939 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
940 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
941 (mips_find_saved_regs, mips_software_single_step: Ditto.
942 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
943 mips_init_extra_frame_info, mips_pop_frame): Ditto.
944
6d82d43b
AC
9452004-01-17 Andrew Cagney <cagney@redhat.com>
946
947 * mips-tdep.c: Re-indent. Group functions by ABI.
948
71bd6bd4
AC
9492004-01-17 Andrew Cagney <cagney@redhat.com>
950
951 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
952 * gdbarch.c: Re-generate.
953 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
954 DECR_PC_AFTER_BREAK to zero.
955 * vax-tdep.c (vax_gdbarch_init): Ditto.
956 * v850-tdep.c (v850_gdbarch_init): Ditto.
957 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
958 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
959 * sh-tdep.c (sh_gdbarch_init): Ditto.
960 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
961 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
962 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
963 * mips-tdep.c (mips_gdbarch_init): Ditto.
964 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
965 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
966 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
967 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
968 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
969 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
970 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
971 * frv-tdep.c (frv_gdbarch_init): Ditto.
972 * cris-tdep.c (cris_gdbarch_init): Ditto.
973 * avr-tdep.c (avr_gdbarch_init): Ditto.
974 * arm-tdep.c (arm_gdbarch_init): Ditto.
975 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
976
a02abb62
JB
9772004-01-17 J. Brobecker <brobecker@gnat.com>
978
979 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
980 Delete, no longer used.
981 (read_subrange_type): New function, mostly extracted from
982 read_array_type().
983 (read_array_type): Replace extracted code by call to
984 read_subrange_type().
985 (dwarf2_get_attr_constant_value): New function.
986 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
987 (add_partial_symbol): Likewise.
988 (process_die): Likewise.
989 (new_symbol): Likewise.
990 (read_type_die): Likewise.
991
cf5b2f1b
AC
9922004-01-16 Andrew Cagney <cagney@redhat.com>
993
994 * symfile.c: Update copyright year.
995 (compare_symbols): Delete unused function.
996 * stabsread.c: Update copyright year.
997 (lrs_general_complaint): Delete unused function.
998 (ref_search_value): Ditto.
999 (get_substring): Delete declaration.
1000 * sh64-tdep.c: Update copyright year.
1001 (sh64_get_gdb_regnum): Delete unused function.
1002 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
1003 Delete unused function.
1004
d33b9831
MK
10052004-01-17 Mark Kettenis <kettenis@gnu.org>
1006
1007 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
1008 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
1009
7aea86e6
AC
10102004-01-16 Andrew Cagney <cagney@redhat.com>
1011
1012 Changes from Peter Schauer.
1013 * rs6000-tdep.c: Update copyright year.
1014 (rs6000_push_dummy_call): Update the stack pointer before
1015 accessing the corresponding stack region.
1016 * rs6000-nat.c: Update copyright year.
1017 (set_host_arch): Set "info.abfd" to "exec_bfd".
1018
26b0da32
MK
10192004-01-15 Mark Kettenis <kettenis@gnu.org>
1020
1021 * blockframe.c: Update copyright year.
1022 (inside_entry_func): Don't treat a zero PC specially.
1023
86fbe6cc
EZ
10242004-01-14 Elena Zannoni <ezannoni@redhat.com>
1025
1026 * gcore.c (gcore_copy_callback): Use paddr_d to print size
1027 variable.
1028 (gcore_create_callback): Ditto. Skip any memory segment that has
1029 no permissions set.
1030
63d06c5c
DC
10312004-01-14 David Carlton <carlton@kealia.com>
1032
1033 Change symbols for C++ nested types to contain the fully qualified
1034 name, if possible. (At least in the DWARF-2 case.) Partial fix
1035 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
1036 c++/895.
1037 * c-exp.y (qualified_type): Handle types nested within classes.
1038 * cp-namespace.c: Update comments.
1039 (cp_set_block_scope): Delete #if 0.
1040 (cp_lookup_nested_type): Handle types nested within classes.
1041 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
1042 when appropriate.
1043 (add_partial_symbol): Add the name of the enclosing namespace to
1044 types.
1045 (pdi_needs_namespace): New.
1046 (add_partial_namespace): Tweak comment.
1047 (add_partial_structure): New.
1048 (psymtab_to_symtab_1): Initialize processing_current_prefix
1049 here...
1050 (process_die): instead of here.
1051 (read_structure_scope): Try to figure out the name of the class or
1052 namespace that the structure might be defined within.
1053 (read_enumeration): Generate fully-qualified names, if possible.
1054 (read_namespace): Don't set name to NULL.
1055 (die_specification): New.
1056 (new_symbol): Generate fully-qualified names for types.
1057 (read_type_die): Determine appropriate prefix.
1058 (determine_prefix): New.
1059 (typename_concat): New.
1060 (class_name): New.
1061 * valops.c (value_aggregate_elt): Pass NOSIDE to
1062 value_struct_elt_for_reference.
1063 (value_struct_elt_for_reference): Make static, add NOSIDE
1064 parameter, call value_maybe_namespace_elt as a last resort.
1065 (value_namespace_elt): Break out code into
1066 value_maybe_namespace_elt.
1067 (value_maybe_namespace_elt): New.
1068
87783b8b
AC
10692004-01-12 Andrew Cagney <cagney@redhat.com>
1070
1071 * mips-tdep.c (mips_convert_register_p): Handle both raw and
1072 cooked floating-point registers.
1073 (mips_gdbarch_init): Set convert_register_p, register_to_value,
1074 and value_to_register.
1075
6503b91e
AC
10762004-01-13 Andrew Cagney <cagney@redhat.com>
1077
1078 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
1079 * gdbarch.c: Re-generate.
1080 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
1081 FUNCTION_START_OFFSET.
1082 * v850-tdep.c (v850_gdbarch_init): Ditto.
1083 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
1084 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
1085 * sh-tdep.c (sh_gdbarch_init): Ditto.
1086 * s390-tdep.c (s390_gdbarch_init): Ditto.
1087 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
1088 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
1089 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1090 * mips-tdep.c (mips_gdbarch_init): Ditto.
1091 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
1092 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
1093 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
1094 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
1095 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
1096 * i386-tdep.c (i386_gdbarch_init): Ditto.
1097 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
1098 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1099 * frv-tdep.c (frv_gdbarch_init): Ditto.
1100 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
1101 * cris-tdep.c (cris_gdbarch_init): Ditto.
1102 * avr-tdep.c (avr_gdbarch_init): Ditto.
1103 * arm-tdep.c (arm_gdbarch_init): Ditto.
1104 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
1105
ea1dd7bc
DJ
11062004-01-13 Daniel Jacobowitz <drow@mvista.com>
1107
1108 * infrun.c (follow_fork_mode_ask): Remove.
1109 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
1110 (follow_fork): Simplify and remove internal error for
1111 follow_fork_mode_ask.
1112 (_initialize_infrun): Update "set follow-fork-mode" help text.
1113
0f0cffd2
AC
11142004-01-13 Andrew Cagney <cagney@redhat.com>
1115
1116 * configure.in: Update copyright year.
1117 (build_warnings): Add -Wunused-label.
1118 * configure: Re-generate.
1119
de38af99
AC
11202004-01-12 Andrew Cagney <cagney@redhat.com>
1121
954a7fba
AC
1122 * exec.h (exec_ops): Make "extern".
1123
de38af99
AC
1124 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
1125 the function is void.
1126 (mips_pseudo_register_write): Ditto.
1127
1a111ce3
AC
11282004-01-12 Andrew Cagney <cagney@redhat.com>
1129
1130 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
1131 call. Never defined.
1132 * sparc-tdep.h (struct frame_info): Add opaque declaration.
1133 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
1134 (struct sparc_gregset, struct regcache): Ditto.
1135 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
1136
48efe704
AC
11372004-01-12 Andrew Cagney <cagney@redhat.com>
1138
1139 * mi/ChangeLog: Delete file. Renamed to ...
1140 * mi/ChangeLog-1999-2003: New file.
1141 * tui/ChangeLog: Delete file. Renamed to ...
1142 * tui/ChangeLog-1998-2003: New file.
fe61caab 1143
a54124c5
MK
11442004-01-11 Mark Kettenis <kettenis@gnu.org>
1145
2ca62865
MK
1146 * sparc64nbsd-tdep.c: Include "regset.h".
1147 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
1148 Remove variables.
1149 (fetch_core_registers): Remove function.
1150 (sparc64nbsd_core_fns): Remove variable.
1151 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
1152 functions.
1153 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
1154 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
1155 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
1156
ca9d58e9
MK
1157 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
1158 sparc_extract_struct_value_address.
1159 (sparc32_gdbarch_init): Set extract_struct_value_address.
1160 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
1161 function.
1162 (sparc64_init_abi): Set extract_struct_value_address. Don't set
1163 return_value_on_stack.
1164
3cc87ec0
MK
1165 * NEWS: Mention that %cs and %ss have been added to the AMD64
1166 configurations
1167
5bf00f29
MK
1168 * frame.c: Update copyright year.
1169 (get_prev_frame): Improve comment.
1170
4f7ec84e
MK
1171 * sparc64fbsd-tdep.c: Include "regset.h".
1172 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
1173 Remove variables.
1174 (fetch_core_registers): Remove function.
1175 (sparc64fbsd_core_fns): Remove variable.
1176 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
1177 functions.
1178 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
1179 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
46b58ce9 1180 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
4f7ec84e 1181
4e7b0cd3
MK
1182 * sparcnbsd-tdep.c: Include "regset.h".
1183 (fetch_core_registers): Remove function.
1184 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
1185 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
1186 functions.
1187 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
1188 TDEP->fpregset.
46b58ce9 1189 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
4e7b0cd3 1190
a54124c5
MK
1191 * sparc-tdep.h (struct regset): Provide opaque declaration.
1192 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
1193 fpregset and sizeof_fpregset members.
1194 * sparc-tdep.c (struct regset): Provide opaque declaration.
1195 (sparc_regset_from_core_section): New function.
1196 (sparc32_gdbarch_init): Initialize TDEP->gregset,
1197 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
1198 Set regset_from_core_section when appropriate.
1199
29ff87c5
MK
12002004-01-10 Mark Kettenis <kettenis@gnu.org>
1201
79b1ab3d
MK
1202 * x86-64-tdep.c (amd64_non_pod_p): New function.
1203 (amd64_classify_aggregate): Return class memory for non-POD
1204 C++ structure types.
1205
6470d250
MK
1206 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
1207 argument. Use it to reserve a register if necessary.
1208 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
1209 amd64_push_arguments.
1210
562c50c2
MK
1211 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
1212
af233647
MK
1213 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
1214 register numbers in comments.
1215 * x86-64-tdep.h: Update copyright year.
1216 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
1217 Adjust for addition of %cs and %ss.
1218 * amd64fbsd-nat.c: Update copyright year.
1219 (reg_offset): Add register offsets for %cs and %ss.
1220 * amd64fbsd-tdep.c: Update copyright year.
1221 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
1222 (amd64fbsd_sc_reg_offset): Likewise.
1223 * x86-64-linux-nat.c: Update copyright year.
1224 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
1225 and %ss.
1226 * amd64nbsd-nat.c: Update copyright year.
1227 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
1228 * amd64nbsd-tdep.c: Update copyright year.
1229 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
1230 * x86-64-linux-tdep.c: Update copyright year.
1231 (user_to_gdb_regmap): Add mapping for %cs and %ss.
1232 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
1233 * regformats/reg-x86-64.dat: Add %cs and %ss.
1234
29ff87c5
MK
1235 * blockframe.c (inside_entry_func): Reformat. Introduce new local
1236 variables to prevent long lines. Update comments to reflect
1237 reality.
1238
38d518c9
EZ
12392004-01-09 David Carlton <carlton@kealia.com>
1240
1241 Checked in by Elena Zannoni <ezannoni@redhat.com>.
1242 * dwarf2read.c (read_namespace): Pull out name-generating code
1243 into namespace_name. Rename previous_namespace to previous_prefix
1244 and processing_current_namespace to processing_current_prefix..
1245 (namespace_name): New function.
1246 (add_partial_symbol): Substitute uses of pdi->name with
1247 actual_name.
1248 * cp-support.h: Rename processing_current_namespace to
1249 processing_current_prefix.
1250 Update copyright year.
1251 * cp-namespace.c: Rename processing_current_namespace to
1252 processing_current_prefix.
1253 Update copyright year.
fe61caab 1254
1e4728e7
AC
12552004-01-09 Andrew Cagney <cagney@redhat.com>
1256
1257 * jv-valprint.c, ser-unix.c: Add missing copyright years.
1258
c77c642a
MK
12592004-01-09 Mark Kettenis <kettenis@gnu.org>
1260
1261 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
1262 complaining.
1263 (process_one_symbol): Deal with N_PATCH stabs.
1264
b44e9041
EZ
12652004-01-09 Elena Zannoni <ezannoni@redhat.com>
1266
1267 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
1268 ifdeffed code.
1269 Update copyright year.
38d518c9 1270
eccfb640
MC
12712004-01-08 Michael Chastain <mec.gnu@mindspring.com>
1272
1273 * config/pa/tm-hppa.h: Update extern declarations for
1274 hppa32_hpux_frame_saved_pc_in_sigtramp,
1275 hppa32_hpux_frame_base_before_sigtramp, and
1276 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
1277
848c5feb
MC
12782004-01-08 Michael Chastain <mec.gnu@mindspring.com>
1279
1280 * config/pa/tm-hppah.h: Update copyright years.
1281
3cc5d663
AC
12822004-01-08 Andrew Cagney <cagney@redhat.com>
1283
1284 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
1285 (mips_o32_reg_struct_has_addr): Delete function.
1286 (mips_gdbarch_init): Update.
1287 (mips_extract_struct_value_address): Delete function.
1288
bfec0b41
JJ
12892004-01-08 David Mosberger <davidm@hpl.hp.com>
1290
1291 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
1292 reality.
1293
16e109ca
AC
12942004-01-07 Andrew Cagney <cagney@redhat.com>
1295
6214a8a1
AC
1296 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
1297 architecture's elf flags (when available).
1298
8d5838b5
AC
1299 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
1300 FPU to the start, check the MIPS FPU when looking for an old
1301 architecture.
1302 (set_mipsfpu_single_command): Update the architecture.
1303 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
1304
480d3dd2
AC
1305 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
1306 (mips_mask_address_p): Add "tdep" parameter.
1307 (show_mask_address, mips_addr_bits_remove): Update.
1308 (mips_dump_tdep): Update.
1309 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
1310 (MIPS_STACK_ARGSIZE): Delete macro.
1311 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
1312 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
1313 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
1314 (mips_dump_tdep): Update.
1315 (MIPS_SAVED_REGSIZE): Delete macro.
1316 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
1317 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
1318 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
1319 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
1320 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
1321 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
1322 (mips_pop_frame, return_value_location): Update.
1323 (mips_n32n64_return_value, mips_dump_tdep): Update.
1324
ec03c1ac
AC
1325 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
1326 MIPS ABI.
1327
16e109ca
AC
1328 * mips-tdep.c: Update copyright.
1329 (mips_gdbarch_init): Merge two code blocks handling the register
1330 name and number layout.
1331
15255275
MS
13322004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
1333
1334 * tracepoint.c (validate_actionline): Fix segv at EOF
1335
9f9057da
MC
13362004-01-07 Michael Chastain <mec.gnu@mindspring.com>
1337
1338 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
1339 properly for static fields.
1340
0127c0d3 13412004-01-06 Jeff Johnston <jjohnstn@redhat.com>
91562f53 1342 Jason Molenda <jmolenda@apple.com>
0127c0d3
JJ
1343
1344 * disasm.c: Update copyright to include 2004.
1345 (do_mixed_source_and_assembly): For uiout asm list
1346 and tuple cleanups, initialize to null_cleanup instead of
fe61caab 1347 NULL and do so prior to loop. Only reset when we close off
0127c0d3 1348 the tuple/list. Move check for whether to close off the
fe61caab 1349 asm tuple/list to after dump_insns call where it will be run
0127c0d3
JJ
1350 on each loop iteration.
1351
5269965e
AC
13522004-01-05 Andrew Cagney <cagney@redhat.com>
1353
54f1137d
AC
1354 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
1355 should be a switch case and not a label.
1356 * mips-tdep.c (mips32_next_pc): Delete unused labels
1357 "greater_equal_branch" and "less_zero_branch".
1358 * jv-valprint.c (java_print_value_fields): Delete unused label
1359 "flush_it".
1360
5269965e
AC
1361 * target.c (unpush_target): Only close a target that is in the
1362 target stack.
1363
dbc22fa1
MK
13642004-01-05 Mark Kettenis <kettenis@gnu.org>
1365
9515395e
MK
1366 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
1367 address from [sp + 64] instead of %o2.
1368
dbc22fa1
MK
1369 * frame.c (get_prev_frame): Don't try to unwind the PC. This
1370 fixes PR backtrace/1476.
1371
5439edaa
AC
13722004-01-05 Andrew Cagney <cagney@redhat.com>
1373
1374 * libunwind-frame.h (struct frame_id): Add opaque declaration,
1375 move to start of file.
1376 * i386-tdep.h (struct regcache): Add opaque declaration.
1377 * config/ia64/nm-linux.h (struct target_ops): Add opaque
1378 declaration.
1379 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
1380 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
1381 * win32-nat.c (fake_create_process): Use ISO C style definition.
1382 * stabsread.c (define_symbol): Delete #ifndef
1383 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
1384 stabs_argument_has_addr call, macro never defined.
1385
19061abe
MC
13862004-01-04 Michael Chastain <mec.gnu@mindspring.com>
1387
1388 * op50-rom.c: Delete.
1389 * w89k-rom.c: Delete.
1390 * Makefile.in: Remove references.
1391
e53bef9f
MK
13922004-01-04 Mark Kettenis <kettenis@gnu.org>
1393
1394 * x86-64-tdep.c: Update copyright year.
1395 (struct amd64_register_info): Rename from x86_64_register_info.
1396 (amd64_register_info): Rename from x86_64_register_info.
1397 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
1398 (amd64_register_name): Rename from x86_64_register_name.
1399 (amd64_register_type): Rename from x86_64_register_type.
1400 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
1401 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
1402 (amd64_dwarf_reg_to_regnum): Rename from
1403 x86_64_dwarf_reg_to_regnum.
1404 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
1405 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
1406 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
1407 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
1408 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
1409 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
1410 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
1411 (amd64_frame_cache): Rename from x86_64_frame_cache.
1412 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
1413 (amd64_frame_prev_register): Rename from
1414 x86_64_frame_prev_register.
1415 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
1416 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
1417 (amd64_sigtramp_frame_cache): Rename from
1418 x86_64_sigtramp_frame_cache.
1419 (amd64_sigtramp_frame_prev_register): Rename from
1420 x86_64_sigtramp_frame_prev_register.
1421 (amd64_sigtramp_frame_unwind): Rename from
1422 x86_64_sigtramp_frame_unwind.
1423 (amd64_sigtramp_frame_sniffer): Rename from
1424 x86_64_sigtramp_frame_sniffer.
1425 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
1426 (amd64_frame_base): Rename from x86_64_frame_base.
1427 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
1428 (amd64_frame_align): Rename from x86_64_frame_align.
1429 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
1430 (amd64_regset_from_core_section): Rename from
1431 x86_64_regset_from_core_section.
1432 (x86_64_init_abi): Update comments.
1433
fca6aa58
NR
14342004-01-04 Nick Roberts <nick@nick.uklinux.net>
1435
1436 * MAINTAINERS (write after approval): Add myself.
1437
8ada74e3
MK
14382004-01-04 Mark Kettenis <kettenis@gnu.org>
1439
1440 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
1441 `float' arguments.
1442
5154b0cd
MK
14432004-01-04 Mark Kettenis <kettenis@gnu.org>
1444
1445 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
1446 such that it mentions a specific version of GCC that exhibits this
1447 bug.
1448
fb316966
MK
14492004-01-03 Mark Kettenis <kettenis@gnu.org>
1450
200cc553
MK
1451 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
1452 structure that has a single `float' member, store it in %f1 in
1453 addition to %f0.
1454
e226a4a0
MK
1455 * sparc-sol2-nat.c: Add missing '\'.
1456
b9d4c5ed
MK
1457 * sparc-tdep.c (sparc32_return_value): New function.
1458 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
1459 Remove functions.
1460 (sparc32_gdbarch_init): Set return_value, don't set
1461 extract_return_value, store_return_value, use_struct_convention
1462 and return_value_on_stack.
1463
fb316966
MK
1464 * sparc-sol2-nat.c: Add missing ')'.
1465
1af510a8
JB
14662004-01-03 J. Brobecker <brobecker@gnat.com>
1467
1468 * infrun.c (handle_step_into_function): New function.
1469 (handle_inferior_event): Extract out some code into the new
1470 function above.
1471
5cf4d23a
JB
14722004-01-03 J. Brobecker <brobecker@gnat.com>
1473
1474 * infrun.c (handle_inferior_event): Move the declaration of
1475 real_stop_pc inside the if blocks where it is used.
1476
60af1db2
MK
14772004-01-03 Mark Kettenis <kettenis@gnu.org>
1478
1479 * sparc64-tdep.c (sparc64_16_byte_align_p)
1480 (sparc64_store_floating_fields, sparc64_store_floating_fields):
1481 Use check_typedef to get subtypes of structures and unions.
1482 (sparc64_store_return_value): Fix calculation of the appropriate
1483 offset into VALBUF when storing a structure or union.
1484 (sparc64_return_value): New function.
1485 (sparc64_use_struct_convention): Remove function.
1486 (sparc64_init_abi): Set return_value, don't set
1487 extract_return_value, store_return_value and
1488 use_struct_convention.
1489
1a901d3f
EZ
14902004-01-03 Eli Zaretskii <eliz@elta.co.il>
1491
1492 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
1493 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
1494 gdb/config/alpha/xm-alphaosf.h,
1495 gdb/config/powerpc/tm-ppcle-eabi.h,
1496 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
1497 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
1498 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
1499 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
1500 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
1501 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
1502 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
1503 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
1504 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
1505 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
1506 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
1507 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
1508 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
1509 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
1510 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
1511 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
1512 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
1513 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
1514 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
1515 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
1516 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
1517 Remove lines for .cvsignore files.
1518
ef52e463
JB
15192004-01-03 J. Brobecker <brobecker@gnat.com>
1520
1521 * infrun.c: Back out the previous change.
1522
cb1bf9dc
MK
15232004-01-03 Mark Kettenis <kettenis@gnu.org>
1524
f0424ef6
MK
1525 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
1526 sparc-*-sunos4* to the list of REMOVED configurations.
1527
cb1bf9dc
MK
1528 * configure.tgt: Add back sparc-*-vxworks*.
1529 * remote-vxsparc.c: Remove all includes except for "defs.h",
1530 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
1531 Include "sparc-tdep.h".
1532 (SPARC_R_G1): New define.
1533 (vxsparc_gregset): New variable.
1534 (ext_format_sparc): Remove extern declaration.
1535 (vx_read_register): Rewrite to use sparc32_supply_gregset and
1536 sparc32_supply_fpregset.
1537 (vx_write_register): Rewrite to use sparc32_collect_gregset,
1538 sparc_collect_rwindow and sparc32_collect_fpregset.
1539 * config/sparc/tm-vxworks.h: New file, based on recently removed
1540 tm-vxsparc.h.
1541 * config/sparc/vxworks.mt: New file, based on recently removed
1542 vxworks.mt.
fe61caab 1543
5e938f9f
JB
15442004-01-03 J. Brobecker <brobecker@gnat.com>
1545
1546 * infrun.c (handle_step_into_function): New function.
1547 (handle_inferior_event): Extract out some code into the new
1548 function above.
1549
386c036b
MK
15502004-01-02 Mark Kettenis <kettenis@gnu.org>
1551
1552 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
1553 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
1554 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
1555 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
1556 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
1557 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
1558 (sparc_nat_h): New variable.
1559 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
1560 (tm-sun4os4.h): Remove dependency.
1561 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
1562 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
1563 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
1564 sparc-tdep.o): Update dependencies.
1565 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
1566 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
1567 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
1568 dependencies.
1569 * configure.host: Remove existing sparc-*-lynxos*,
1570 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
1571 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
1572 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
1573 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
1574 triplets.
1575 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
1576 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
1577 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
1578 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
1579 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
1580 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
1581 sparc64-*-solaris2* and sparc64-*-* triplets.
1582 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
1583 "symtab.h" and "objfiles.h".
1584 (BIAS): Remove define.
1585 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
1586 (X_DISP19): Remove macros.
1587 (sparc_fetch_instruction): Remove function.
1588 (struct gdbarch_tdep): Remove definition.
1589 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
1590 (sparc_breakpoint_from_pc): Remove function.
1591 (struct sparc64_frame_cache): Remove definition.
1592 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
1593 sparc64_unwind_pc): Remove functions.
1594 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
1595 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
1596 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
1597 (sparc64_frame_cache): Change return type to `struct
1598 sparc_frame_cache *'. Simply call sparc_frame_cache.
1599 (sparc64_frame_this_id, sparc64_frame_prev_register,
1600 sparc64_frame_base_address): Use `struct sparc_frame_cache'
1601 instead of `struct sparc64_frame_cache.
1602 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
1603 sparc_analyze_control_transfer, sparc_software_single_step,
1604 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
1605 _initialize_sparc64_tdep): Remove functions.
1606 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
1607 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
1608 macros.
1609 (sparc64_supply_gregset, sparc64_collect_gregset,
1610 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
1611 (sparc64_init_abi): New function.
1612 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
1613 inclusion guard. Include "sparc-tdep.h".
1614 (BIAS): Define.
1615 (r_tstate_offset, r_fprs_offset): New defines.
1616 (enum sparc_regnum): Remove defenition.
1617 (enum sparc64_regnum): Reformat.
1618 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
1619 (sparc64_init_abi, sparc64_supply_gregset,
1620 sparc64_collect_gregset, sparc64_supply_fpregset,
1621 sparc64_collect_fpregset): New prototypes.
1622 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
1623 Add extern declarations.
1624 (sparc64_sol2_init_abi): New prototype.
1625 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
1626 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
1627 prototypes.
1628 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
1629 "sparnbsd-nat.h".
1630 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
1631 functions.
1632 (_initialize_sparc64fbsd_nat): Remove initialization of
1633 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
1634 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
fe61caab 1635 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
386c036b
MK
1636 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
1637 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
1638 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
1639 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
1640 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
1641 (sparc64fbsd_r_y_offset): Remove variables.
1642 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
1643 Make static and const.
1644 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
1645 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
1646 functions.
1647 (sparc64fbsd_gregset): New variable.
1648 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
1649 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
1650 and sparc64_supply_fpregset.
1651 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
1652 (sparc64fbsd_sigtramp_frame_this_id)
1653 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
1654 (sparc64fbsd_sigtramp_frame_unwind): New variable.
1655 (sparc64fbsd_sigtramp_frame_sniffer): New function.
1656 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
1657 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
1658 * sparcnbsd-tdep.c: Update copyright year. Include
1659 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
1660 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
1661 "value.h" and "sparcnbsd-tdep.h".
1662 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
1663 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
1664 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
1665 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
1666 defines.
1667 (sparcnbsd_gregset): New variable.
1668 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
1669 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
1670 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
1671 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
1672 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
1673 variables.
1674 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
1675 (sparc32nbsd_sigcontext_frame_this_id)
1676 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
1677 (sparc32nbsd_sigcontext_frame_unwind): New variable.
1678 (sparc32nbsd_sigtramp_frame_sniffer): New function.
1679 (sparcnbsd_get_longjmp_target_32,
1680 sparcnbsd_get_longjmp_target_64): Remove functions.
1681 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
1682 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
1683 sparcnbsd_init_elf): Remove.
1684 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
1685 (sparcnbsd_elf_init_abi): New functions.
1686 (_initialize_sparcnbsd_tdep): New prototype.
1687 (_initialize_sparnbsd_tdep): Update.
1688 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
1689 corelow.o. Add sparc64-nat.o and sparc-nat.o.
1690 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
1691 * config/sparc/linux.mh: Update comment.
1692 (XM_FILE, HOST_IPC): Remove variables.
1693 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
1694 sparc-linux-nat.o.
1695 * config/sparc/linux.mt: Update comment.
1696 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
1697 * config/sparc/nbsd.mt: Reformat.
1698 * config/sparc/nbsd64.mh: Update comment.
1699 (NATDEPFILES): Add sparc-nat.o.
1700 * config/sparc/nbsd64.mt: Update comment.
1701 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
1702 (TM_FILE): Set to tm-nbsd.h.
1703 * config/sparc/nbsdelf.mh: Update comment.
1704 (NATDEPFILES): Add sparc-nat.o.
1705 (XM_FILE): Delete.
1706 * config/sparc/nbsdaout.mh: Update comment.
1707 (NATDEPFILES): Add sparc-nat.o
1708 (XM_FILE): Delete.
1709 * config/sparc/nm-linux.h: Update copyright year. Don't include
1710 "config/nm-svr4.h" and "solib.h". Add protection against multiple
1711 inclusion.
1712 (KERNEL_U_SIZE): Remove define.
1713 (kernel_u_size): Remove prototype.
1714 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
1715 * config/sparc/nm-nbsd.h: Update copyright. Don't include
1716 "regcache.h".
1717 (CHILD_PREPARE_TO_STORE): Remove define.
1718 * config/sparc/nm-nbsdaout.h: Tweak some comments.
1719 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
1720 sparcnbsd-nat.c: Rewrite files.
1721 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
1722 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
1723 sparcnbsd-tdep.h: Remove files.
1724 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
1725 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
1726 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
1727 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
1728 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
1729 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
1730 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
1731 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
1732 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
1733 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
1734 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
1735 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
1736 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
1737 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
1738 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
1739 * config/sparc/linux64.mh, config/sparc/linux64.mt,
1740 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
1741 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
1742 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
1743
ee84457a
AC
17442004-01-02 Andrew Cagney <cagney@redhat.com>
1745
1746 From 2003-12-18 Kazuhiro Inaoka:
1747 * configure.host: Add m32r-linux target.
1748
0bc2134e
MC
17492004-01-02 Michael Chastain <mec.gnu@mindspring.com>
1750
1751 * top.c (print_gdb_version): Update year to 2004.
1752
89a72f9c
MM
17532004-01-02 Mark Mitchell <mark@codesourcery.com>
1754
1755 * MAINTAINERS: Add myself to the write-after-approval category.
1756
86b013ed
DJ
17572004-01-02 Daniel Jacobowitz <drow@mvista.com>
1758
1759 From Bernardo Innocenti <bernie@develer.com>:
1760 * configure.tgt: Add uClinux target.
1761
e42c9534
AC
17622004-01-02 Andrew Cagney <cagney@redhat.com>
1763
1764 * utils.c (do_my_cleanups): Make static, add forward declaration.
1765 * defs.h (do_my_cleanups): Delete declaration.
1766
162467d3
EZ
17672004-01-02 Eli Zaretskii <eliz@elta.co.il>
1768
1769 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
1770 bfd/ChangeLog-0203.
1771
78434e59
MK
17722004-01-02 Mark Kettenis <kettenis@gnu.org>
1773
1774 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
1775 in <machine/reg.h>.
1776 * configure, config.in: Regenerate.
1777
48efe704
AC
1778For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
1779tui/ChangeLog-1998-2003.
c906108c
SS
1780\f
1781Local Variables:
1782mode: change-log
1783left-margin: 8
1784fill-column: 74
1785version-control: never
1786End:
This page took 0.795277 seconds and 4 git commands to generate.