* remote.c: Update copyright years.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
2
3 * remote.c: Update copyright years.
4
5 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
6
7 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
8
9 2004-01-17 Andrew Cagney <cagney@redhat.com>
10
11 * mdebugread.c: Update copyright.
12 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
13 (parse_type, parse_procedure): Ditto.
14 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
15
16 * cris-tdep.c (cris_store_struct_return): Put back accidently
17 deleted function.
18
19 * gdbarch.sh: Update copyright year.
20 * gdbarch.h, gdbarch.c: Re-generate.
21
22 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
23
24 Suggested by George Anzinger.
25 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
26 correct stack offset. Include unknown opcode numbers in the error
27 message.
28
29 2004-01-17 Andrew Cagney <cagney@redhat.com>
30
31 * x86-64-tdep.c (x86_64_init_abi): No need to clear
32 extract_struct_value_address, i386 does not set it.
33 * sparc64-tdep.c (sparc64_init_abi): Do not set
34 extract_struct_value_address, never called.
35 (sparc64_extract_struct_value_address): Delete function.
36 * m68hc11-tdep.c: Update copyright.
37 (m68hc11_gdbarch_init): Delete redundant assignment of
38 extract_struct_value_address.
39 * i386-tdep.c: Update copyright.
40 (i386_gdbarch_init): Do not set extract_struct_value_address,
41 never called.
42 (i386_extract_struct_value_address): Delete function.
43 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
44 extract_struct_value_address, never called.
45 (sparc32_extract_struct_value_address): #if 0 function. Add
46 comments explaining its future.
47
48 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
49
50 * arm-tdep.c (arm_write_pc): New function.
51 (arm_gdbarch_init): Call set_gdbarch_write_pc.
52
53 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
54
55 * breakpoint.c (must_shift_inst_regs): Delete.
56 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
57 and SHIFT_INST_REGS.
58 * infcmd.c (step_1, step_1_continuation): Delete references to
59 SHIFT_INST_REGS.
60 * infrun.c (keep_going): Likewise.
61 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
62 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
63
64 2004-01-17 Andrew Cagney <cagney@redhat.com>
65
66 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
67 * gdbarch.h, gdbarch.c: Re-generate.
68 * infcmd.c (print_return_value): Delete reference to
69 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
70
71 * cris-tdep.c (cris_gdbarch_init): Do not set
72 deprecated_extract_struct_value_address.
73
74 * xstormy16-tdep.c: Update copyright.
75 (xstormy16_extract_struct_value_address): Update to current
76 extract struct value address interface.
77 (xstormy16_gdbarch_init): Set extract_struct_value_address.
78 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
79 current extract struct value address interface.
80 (sh64_gdbarch_init): Set extract_struct_value_address.
81
82 * cris-tdep.c: Update copyright.
83 (cris_extract_struct_value_address): Delete function.
84 (struct_return_address): Delete variable.
85 (cris_store_struct_return): Do not set struct_return_address.
86
87 * mcore-tdep.c: Update copyright.
88 (mcore_extract_struct_value_address): Delete function. Update
89 comments.
90 (mcore_gdbarch_init): Update.
91 * mn10300-tdep.c: Update copyright.
92 (mn10300_extract_struct_value_address): Delete function.
93 (mn10300_gdbarch_init): Update.
94 * v850-tdep.c: Update copyright.
95 (v850_extract_struct_value_address): Delete.
96 (v850_gdbarch_init): Update.
97 * ns32k-tdep.c: Update copyright.
98 (ns32k_extract_struct_value_address): Delete.
99 (ns32k_gdbarch_init): Update.
100 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
101 (hppa_gdbarch_init): Update.
102 * vax-tdep.c: Update copyright.
103 (vax_extract_struct_value_address): Delete.
104 (vax_gdbarch_init): Update.
105
106 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
107 * gdbarch.h, gdbarch.c: Re-generate.
108 * procfs.c (procfs_fetch_registers): Delete reference to
109 DEPRECATED_NPC_REGNUM.
110 (procfs_store_registers): Ditto.
111 * regcache.c (generic_target_write_pc): Simplify.
112 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
113
114 * core-sol2.c (fetch_core_registers): Replace
115 DEPRECATED_NPC_REGNUM with equivalent tdep value.
116
117 * hppa-tdep.c: Update copyright year.
118 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
119 NPC_REGNUM.
120 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
121
122 * mips-tdep.c (mips_write_pc): New function.
123 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
124 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
125 (mips_find_saved_regs, mips_software_single_step: Ditto.
126 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
127 mips_init_extra_frame_info, mips_pop_frame): Ditto.
128
129 2004-01-17 Andrew Cagney <cagney@redhat.com>
130
131 * mips-tdep.c: Re-indent. Group functions by ABI.
132
133 2004-01-17 Andrew Cagney <cagney@redhat.com>
134
135 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
136 * gdbarch.c: Re-generate.
137 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
138 DECR_PC_AFTER_BREAK to zero.
139 * vax-tdep.c (vax_gdbarch_init): Ditto.
140 * v850-tdep.c (v850_gdbarch_init): Ditto.
141 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
142 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
143 * sh-tdep.c (sh_gdbarch_init): Ditto.
144 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
145 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
146 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
147 * mips-tdep.c (mips_gdbarch_init): Ditto.
148 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
149 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
150 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
151 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
152 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
153 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
154 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
155 * frv-tdep.c (frv_gdbarch_init): Ditto.
156 * cris-tdep.c (cris_gdbarch_init): Ditto.
157 * avr-tdep.c (avr_gdbarch_init): Ditto.
158 * arm-tdep.c (arm_gdbarch_init): Ditto.
159 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
160
161 2004-01-17 J. Brobecker <brobecker@gnat.com>
162
163 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
164 Delete, no longer used.
165 (read_subrange_type): New function, mostly extracted from
166 read_array_type().
167 (read_array_type): Replace extracted code by call to
168 read_subrange_type().
169 (dwarf2_get_attr_constant_value): New function.
170 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
171 (add_partial_symbol): Likewise.
172 (process_die): Likewise.
173 (new_symbol): Likewise.
174 (read_type_die): Likewise.
175
176 2004-01-16 Andrew Cagney <cagney@redhat.com>
177
178 * symfile.c: Update copyright year.
179 (compare_symbols): Delete unused function.
180 * stabsread.c: Update copyright year.
181 (lrs_general_complaint): Delete unused function.
182 (ref_search_value): Ditto.
183 (get_substring): Delete declaration.
184 * sh64-tdep.c: Update copyright year.
185 (sh64_get_gdb_regnum): Delete unused function.
186 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
187 Delete unused function.
188
189 2004-01-17 Mark Kettenis <kettenis@gnu.org>
190
191 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
192 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
193
194 2004-01-16 Andrew Cagney <cagney@redhat.com>
195
196 Changes from Peter Schauer.
197 * rs6000-tdep.c: Update copyright year.
198 (rs6000_push_dummy_call): Update the stack pointer before
199 accessing the corresponding stack region.
200 * rs6000-nat.c: Update copyright year.
201 (set_host_arch): Set "info.abfd" to "exec_bfd".
202
203 2004-01-15 Mark Kettenis <kettenis@gnu.org>
204
205 * blockframe.c: Update copyright year.
206 (inside_entry_func): Don't treat a zero PC specially.
207
208 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
209
210 * gcore.c (gcore_copy_callback): Use paddr_d to print size
211 variable.
212 (gcore_create_callback): Ditto. Skip any memory segment that has
213 no permissions set.
214
215 2004-01-14 David Carlton <carlton@kealia.com>
216
217 Change symbols for C++ nested types to contain the fully qualified
218 name, if possible. (At least in the DWARF-2 case.) Partial fix
219 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
220 c++/895.
221 * c-exp.y (qualified_type): Handle types nested within classes.
222 * cp-namespace.c: Update comments.
223 (cp_set_block_scope): Delete #if 0.
224 (cp_lookup_nested_type): Handle types nested within classes.
225 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
226 when appropriate.
227 (add_partial_symbol): Add the name of the enclosing namespace to
228 types.
229 (pdi_needs_namespace): New.
230 (add_partial_namespace): Tweak comment.
231 (add_partial_structure): New.
232 (psymtab_to_symtab_1): Initialize processing_current_prefix
233 here...
234 (process_die): instead of here.
235 (read_structure_scope): Try to figure out the name of the class or
236 namespace that the structure might be defined within.
237 (read_enumeration): Generate fully-qualified names, if possible.
238 (read_namespace): Don't set name to NULL.
239 (die_specification): New.
240 (new_symbol): Generate fully-qualified names for types.
241 (read_type_die): Determine appropriate prefix.
242 (determine_prefix): New.
243 (typename_concat): New.
244 (class_name): New.
245 * valops.c (value_aggregate_elt): Pass NOSIDE to
246 value_struct_elt_for_reference.
247 (value_struct_elt_for_reference): Make static, add NOSIDE
248 parameter, call value_maybe_namespace_elt as a last resort.
249 (value_namespace_elt): Break out code into
250 value_maybe_namespace_elt.
251 (value_maybe_namespace_elt): New.
252
253 2004-01-12 Andrew Cagney <cagney@redhat.com>
254
255 * mips-tdep.c (mips_convert_register_p): Handle both raw and
256 cooked floating-point registers.
257 (mips_gdbarch_init): Set convert_register_p, register_to_value,
258 and value_to_register.
259
260 2004-01-13 Andrew Cagney <cagney@redhat.com>
261
262 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
263 * gdbarch.c: Re-generate.
264 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
265 FUNCTION_START_OFFSET.
266 * v850-tdep.c (v850_gdbarch_init): Ditto.
267 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
268 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
269 * sh-tdep.c (sh_gdbarch_init): Ditto.
270 * s390-tdep.c (s390_gdbarch_init): Ditto.
271 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
272 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
273 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
274 * mips-tdep.c (mips_gdbarch_init): Ditto.
275 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
276 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
277 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
278 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
279 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
280 * i386-tdep.c (i386_gdbarch_init): Ditto.
281 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
282 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
283 * frv-tdep.c (frv_gdbarch_init): Ditto.
284 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
285 * cris-tdep.c (cris_gdbarch_init): Ditto.
286 * avr-tdep.c (avr_gdbarch_init): Ditto.
287 * arm-tdep.c (arm_gdbarch_init): Ditto.
288 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
289
290 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
291
292 * infrun.c (follow_fork_mode_ask): Remove.
293 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
294 (follow_fork): Simplify and remove internal error for
295 follow_fork_mode_ask.
296 (_initialize_infrun): Update "set follow-fork-mode" help text.
297
298 2004-01-13 Andrew Cagney <cagney@redhat.com>
299
300 * configure.in: Update copyright year.
301 (build_warnings): Add -Wunused-label.
302 * configure: Re-generate.
303
304 2004-01-12 Andrew Cagney <cagney@redhat.com>
305
306 * exec.h (exec_ops): Make "extern".
307
308 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
309 the function is void.
310 (mips_pseudo_register_write): Ditto.
311
312 2004-01-12 Andrew Cagney <cagney@redhat.com>
313
314 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
315 call. Never defined.
316 * sparc-tdep.h (struct frame_info): Add opaque declaration.
317 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
318 (struct sparc_gregset, struct regcache): Ditto.
319 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
320
321 2004-01-12 Andrew Cagney <cagney@redhat.com>
322
323 * mi/ChangeLog: Delete file. Renamed to ...
324 * mi/ChangeLog-1999-2003: New file.
325 * tui/ChangeLog: Delete file. Renamed to ...
326 * tui/ChangeLog-1998-2003: New file.
327
328 2004-01-11 Mark Kettenis <kettenis@gnu.org>
329
330 * sparc64nbsd-tdep.c: Include "regset.h".
331 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
332 Remove variables.
333 (fetch_core_registers): Remove function.
334 (sparc64nbsd_core_fns): Remove variable.
335 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
336 functions.
337 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
338 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
339 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
340
341 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
342 sparc_extract_struct_value_address.
343 (sparc32_gdbarch_init): Set extract_struct_value_address.
344 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
345 function.
346 (sparc64_init_abi): Set extract_struct_value_address. Don't set
347 return_value_on_stack.
348
349 * NEWS: Mention that %cs and %ss have been added to the AMD64
350 configurations
351
352 * frame.c: Update copyright year.
353 (get_prev_frame): Improve comment.
354
355 * sparc64fbsd-tdep.c: Include "regset.h".
356 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
357 Remove variables.
358 (fetch_core_registers): Remove function.
359 (sparc64fbsd_core_fns): Remove variable.
360 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
361 functions.
362 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
363 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
364 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
365
366 * sparcnbsd-tdep.c: Include "regset.h".
367 (fetch_core_registers): Remove function.
368 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
369 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
370 functions.
371 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
372 TDEP->fpregset.
373 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
374
375 * sparc-tdep.h (struct regset): Provide opaque declaration.
376 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
377 fpregset and sizeof_fpregset members.
378 * sparc-tdep.c (struct regset): Provide opaque declaration.
379 (sparc_regset_from_core_section): New function.
380 (sparc32_gdbarch_init): Initialize TDEP->gregset,
381 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
382 Set regset_from_core_section when appropriate.
383
384 2004-01-10 Mark Kettenis <kettenis@gnu.org>
385
386 * x86-64-tdep.c (amd64_non_pod_p): New function.
387 (amd64_classify_aggregate): Return class memory for non-POD
388 C++ structure types.
389
390 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
391 argument. Use it to reserve a register if necessary.
392 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
393 amd64_push_arguments.
394
395 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
396
397 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
398 register numbers in comments.
399 * x86-64-tdep.h: Update copyright year.
400 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
401 Adjust for addition of %cs and %ss.
402 * amd64fbsd-nat.c: Update copyright year.
403 (reg_offset): Add register offsets for %cs and %ss.
404 * amd64fbsd-tdep.c: Update copyright year.
405 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
406 (amd64fbsd_sc_reg_offset): Likewise.
407 * x86-64-linux-nat.c: Update copyright year.
408 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
409 and %ss.
410 * amd64nbsd-nat.c: Update copyright year.
411 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
412 * amd64nbsd-tdep.c: Update copyright year.
413 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
414 * x86-64-linux-tdep.c: Update copyright year.
415 (user_to_gdb_regmap): Add mapping for %cs and %ss.
416 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
417 * regformats/reg-x86-64.dat: Add %cs and %ss.
418
419 * blockframe.c (inside_entry_func): Reformat. Introduce new local
420 variables to prevent long lines. Update comments to reflect
421 reality.
422
423 2004-01-09 David Carlton <carlton@kealia.com>
424
425 Checked in by Elena Zannoni <ezannoni@redhat.com>.
426 * dwarf2read.c (read_namespace): Pull out name-generating code
427 into namespace_name. Rename previous_namespace to previous_prefix
428 and processing_current_namespace to processing_current_prefix..
429 (namespace_name): New function.
430 (add_partial_symbol): Substitute uses of pdi->name with
431 actual_name.
432 * cp-support.h: Rename processing_current_namespace to
433 processing_current_prefix.
434 Update copyright year.
435 * cp-namespace.c: Rename processing_current_namespace to
436 processing_current_prefix.
437 Update copyright year.
438
439 2004-01-09 Andrew Cagney <cagney@redhat.com>
440
441 * jv-valprint.c, ser-unix.c: Add missing copyright years.
442
443 2004-01-09 Mark Kettenis <kettenis@gnu.org>
444
445 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
446 complaining.
447 (process_one_symbol): Deal with N_PATCH stabs.
448
449 2004-01-09 Elena Zannoni <ezannoni@redhat.com>
450
451 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
452 ifdeffed code.
453 Update copyright year.
454
455 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
456
457 * config/pa/tm-hppa.h: Update extern declarations for
458 hppa32_hpux_frame_saved_pc_in_sigtramp,
459 hppa32_hpux_frame_base_before_sigtramp, and
460 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
461
462 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
463
464 * config/pa/tm-hppah.h: Update copyright years.
465
466 2004-01-08 Andrew Cagney <cagney@redhat.com>
467
468 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
469 (mips_o32_reg_struct_has_addr): Delete function.
470 (mips_gdbarch_init): Update.
471 (mips_extract_struct_value_address): Delete function.
472
473 2004-01-08 David Mosberger <davidm@hpl.hp.com>
474
475 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
476 reality.
477
478 2004-01-07 Andrew Cagney <cagney@redhat.com>
479
480 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
481 architecture's elf flags (when available).
482
483 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
484 FPU to the start, check the MIPS FPU when looking for an old
485 architecture.
486 (set_mipsfpu_single_command): Update the architecture.
487 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
488
489 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
490 (mips_mask_address_p): Add "tdep" parameter.
491 (show_mask_address, mips_addr_bits_remove): Update.
492 (mips_dump_tdep): Update.
493 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
494 (MIPS_STACK_ARGSIZE): Delete macro.
495 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
496 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
497 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
498 (mips_dump_tdep): Update.
499 (MIPS_SAVED_REGSIZE): Delete macro.
500 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
501 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
502 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
503 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
504 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
505 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
506 (mips_pop_frame, return_value_location): Update.
507 (mips_n32n64_return_value, mips_dump_tdep): Update.
508
509 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
510 MIPS ABI.
511
512 * mips-tdep.c: Update copyright.
513 (mips_gdbarch_init): Merge two code blocks handling the register
514 name and number layout.
515
516 2004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
517
518 * tracepoint.c (validate_actionline): Fix segv at EOF
519
520 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
521
522 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
523 properly for static fields.
524
525 2004-01-06 Jeff Johnston <jjohnstn@redhat.com>
526 Jason Molenda <jmolenda@apple.com>
527
528 * disasm.c: Update copyright to include 2004.
529 (do_mixed_source_and_assembly): For uiout asm list
530 and tuple cleanups, initialize to null_cleanup instead of
531 NULL and do so prior to loop. Only reset when we close off
532 the tuple/list. Move check for whether to close off the
533 asm tuple/list to after dump_insns call where it will be run
534 on each loop iteration.
535
536 2004-01-05 Andrew Cagney <cagney@redhat.com>
537
538 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
539 should be a switch case and not a label.
540 * mips-tdep.c (mips32_next_pc): Delete unused labels
541 "greater_equal_branch" and "less_zero_branch".
542 * jv-valprint.c (java_print_value_fields): Delete unused label
543 "flush_it".
544
545 * target.c (unpush_target): Only close a target that is in the
546 target stack.
547
548 2004-01-05 Mark Kettenis <kettenis@gnu.org>
549
550 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
551 address from [sp + 64] instead of %o2.
552
553 * frame.c (get_prev_frame): Don't try to unwind the PC. This
554 fixes PR backtrace/1476.
555
556 2004-01-05 Andrew Cagney <cagney@redhat.com>
557
558 * libunwind-frame.h (struct frame_id): Add opaque declaration,
559 move to start of file.
560 * i386-tdep.h (struct regcache): Add opaque declaration.
561 * config/ia64/nm-linux.h (struct target_ops): Add opaque
562 declaration.
563 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
564 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
565 * win32-nat.c (fake_create_process): Use ISO C style definition.
566 * stabsread.c (define_symbol): Delete #ifndef
567 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
568 stabs_argument_has_addr call, macro never defined.
569
570 2004-01-04 Michael Chastain <mec.gnu@mindspring.com>
571
572 * op50-rom.c: Delete.
573 * w89k-rom.c: Delete.
574 * Makefile.in: Remove references.
575
576 2004-01-04 Mark Kettenis <kettenis@gnu.org>
577
578 * x86-64-tdep.c: Update copyright year.
579 (struct amd64_register_info): Rename from x86_64_register_info.
580 (amd64_register_info): Rename from x86_64_register_info.
581 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
582 (amd64_register_name): Rename from x86_64_register_name.
583 (amd64_register_type): Rename from x86_64_register_type.
584 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
585 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
586 (amd64_dwarf_reg_to_regnum): Rename from
587 x86_64_dwarf_reg_to_regnum.
588 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
589 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
590 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
591 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
592 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
593 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
594 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
595 (amd64_frame_cache): Rename from x86_64_frame_cache.
596 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
597 (amd64_frame_prev_register): Rename from
598 x86_64_frame_prev_register.
599 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
600 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
601 (amd64_sigtramp_frame_cache): Rename from
602 x86_64_sigtramp_frame_cache.
603 (amd64_sigtramp_frame_prev_register): Rename from
604 x86_64_sigtramp_frame_prev_register.
605 (amd64_sigtramp_frame_unwind): Rename from
606 x86_64_sigtramp_frame_unwind.
607 (amd64_sigtramp_frame_sniffer): Rename from
608 x86_64_sigtramp_frame_sniffer.
609 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
610 (amd64_frame_base): Rename from x86_64_frame_base.
611 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
612 (amd64_frame_align): Rename from x86_64_frame_align.
613 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
614 (amd64_regset_from_core_section): Rename from
615 x86_64_regset_from_core_section.
616 (x86_64_init_abi): Update comments.
617
618 2004-01-04 Nick Roberts <nick@nick.uklinux.net>
619
620 * MAINTAINERS (write after approval): Add myself.
621
622 2004-01-04 Mark Kettenis <kettenis@gnu.org>
623
624 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
625 `float' arguments.
626
627 2004-01-04 Mark Kettenis <kettenis@gnu.org>
628
629 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
630 such that it mentions a specific version of GCC that exhibits this
631 bug.
632
633 2004-01-03 Mark Kettenis <kettenis@gnu.org>
634
635 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
636 structure that has a single `float' member, store it in %f1 in
637 addition to %f0.
638
639 * sparc-sol2-nat.c: Add missing '\'.
640
641 * sparc-tdep.c (sparc32_return_value): New function.
642 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
643 Remove functions.
644 (sparc32_gdbarch_init): Set return_value, don't set
645 extract_return_value, store_return_value, use_struct_convention
646 and return_value_on_stack.
647
648 * sparc-sol2-nat.c: Add missing ')'.
649
650 2004-01-03 J. Brobecker <brobecker@gnat.com>
651
652 * infrun.c (handle_step_into_function): New function.
653 (handle_inferior_event): Extract out some code into the new
654 function above.
655
656 2004-01-03 J. Brobecker <brobecker@gnat.com>
657
658 * infrun.c (handle_inferior_event): Move the declaration of
659 real_stop_pc inside the if blocks where it is used.
660
661 2004-01-03 Mark Kettenis <kettenis@gnu.org>
662
663 * sparc64-tdep.c (sparc64_16_byte_align_p)
664 (sparc64_store_floating_fields, sparc64_store_floating_fields):
665 Use check_typedef to get subtypes of structures and unions.
666 (sparc64_store_return_value): Fix calculation of the appropriate
667 offset into VALBUF when storing a structure or union.
668 (sparc64_return_value): New function.
669 (sparc64_use_struct_convention): Remove function.
670 (sparc64_init_abi): Set return_value, don't set
671 extract_return_value, store_return_value and
672 use_struct_convention.
673
674 2004-01-03 Eli Zaretskii <eliz@elta.co.il>
675
676 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
677 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
678 gdb/config/alpha/xm-alphaosf.h,
679 gdb/config/powerpc/tm-ppcle-eabi.h,
680 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
681 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
682 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
683 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
684 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
685 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
686 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
687 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
688 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
689 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
690 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
691 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
692 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
693 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
694 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
695 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
696 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
697 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
698 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
699 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
700 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
701 Remove lines for .cvsignore files.
702
703 2004-01-03 J. Brobecker <brobecker@gnat.com>
704
705 * infrun.c: Back out the previous change.
706
707 2004-01-03 Mark Kettenis <kettenis@gnu.org>
708
709 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
710 sparc-*-sunos4* to the list of REMOVED configurations.
711
712 * configure.tgt: Add back sparc-*-vxworks*.
713 * remote-vxsparc.c: Remove all includes except for "defs.h",
714 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
715 Include "sparc-tdep.h".
716 (SPARC_R_G1): New define.
717 (vxsparc_gregset): New variable.
718 (ext_format_sparc): Remove extern declaration.
719 (vx_read_register): Rewrite to use sparc32_supply_gregset and
720 sparc32_supply_fpregset.
721 (vx_write_register): Rewrite to use sparc32_collect_gregset,
722 sparc_collect_rwindow and sparc32_collect_fpregset.
723 * config/sparc/tm-vxworks.h: New file, based on recently removed
724 tm-vxsparc.h.
725 * config/sparc/vxworks.mt: New file, based on recently removed
726 vxworks.mt.
727
728 2004-01-03 J. Brobecker <brobecker@gnat.com>
729
730 * infrun.c (handle_step_into_function): New function.
731 (handle_inferior_event): Extract out some code into the new
732 function above.
733
734 2004-01-02 Mark Kettenis <kettenis@gnu.org>
735
736 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
737 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
738 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
739 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
740 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
741 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
742 (sparc_nat_h): New variable.
743 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
744 (tm-sun4os4.h): Remove dependency.
745 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
746 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
747 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
748 sparc-tdep.o): Update dependencies.
749 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
750 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
751 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
752 dependencies.
753 * configure.host: Remove existing sparc-*-lynxos*,
754 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
755 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
756 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
757 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
758 triplets.
759 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
760 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
761 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
762 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
763 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
764 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
765 sparc64-*-solaris2* and sparc64-*-* triplets.
766 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
767 "symtab.h" and "objfiles.h".
768 (BIAS): Remove define.
769 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
770 (X_DISP19): Remove macros.
771 (sparc_fetch_instruction): Remove function.
772 (struct gdbarch_tdep): Remove definition.
773 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
774 (sparc_breakpoint_from_pc): Remove function.
775 (struct sparc64_frame_cache): Remove definition.
776 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
777 sparc64_unwind_pc): Remove functions.
778 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
779 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
780 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
781 (sparc64_frame_cache): Change return type to `struct
782 sparc_frame_cache *'. Simply call sparc_frame_cache.
783 (sparc64_frame_this_id, sparc64_frame_prev_register,
784 sparc64_frame_base_address): Use `struct sparc_frame_cache'
785 instead of `struct sparc64_frame_cache.
786 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
787 sparc_analyze_control_transfer, sparc_software_single_step,
788 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
789 _initialize_sparc64_tdep): Remove functions.
790 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
791 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
792 macros.
793 (sparc64_supply_gregset, sparc64_collect_gregset,
794 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
795 (sparc64_init_abi): New function.
796 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
797 inclusion guard. Include "sparc-tdep.h".
798 (BIAS): Define.
799 (r_tstate_offset, r_fprs_offset): New defines.
800 (enum sparc_regnum): Remove defenition.
801 (enum sparc64_regnum): Reformat.
802 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
803 (sparc64_init_abi, sparc64_supply_gregset,
804 sparc64_collect_gregset, sparc64_supply_fpregset,
805 sparc64_collect_fpregset): New prototypes.
806 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
807 Add extern declarations.
808 (sparc64_sol2_init_abi): New prototype.
809 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
810 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
811 prototypes.
812 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
813 "sparnbsd-nat.h".
814 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
815 functions.
816 (_initialize_sparc64fbsd_nat): Remove initialization of
817 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
818 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
819 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
820 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
821 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
822 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
823 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
824 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
825 (sparc64fbsd_r_y_offset): Remove variables.
826 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
827 Make static and const.
828 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
829 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
830 functions.
831 (sparc64fbsd_gregset): New variable.
832 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
833 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
834 and sparc64_supply_fpregset.
835 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
836 (sparc64fbsd_sigtramp_frame_this_id)
837 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
838 (sparc64fbsd_sigtramp_frame_unwind): New variable.
839 (sparc64fbsd_sigtramp_frame_sniffer): New function.
840 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
841 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
842 * sparcnbsd-tdep.c: Update copyright year. Include
843 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
844 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
845 "value.h" and "sparcnbsd-tdep.h".
846 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
847 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
848 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
849 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
850 defines.
851 (sparcnbsd_gregset): New variable.
852 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
853 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
854 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
855 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
856 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
857 variables.
858 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
859 (sparc32nbsd_sigcontext_frame_this_id)
860 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
861 (sparc32nbsd_sigcontext_frame_unwind): New variable.
862 (sparc32nbsd_sigtramp_frame_sniffer): New function.
863 (sparcnbsd_get_longjmp_target_32,
864 sparcnbsd_get_longjmp_target_64): Remove functions.
865 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
866 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
867 sparcnbsd_init_elf): Remove.
868 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
869 (sparcnbsd_elf_init_abi): New functions.
870 (_initialize_sparcnbsd_tdep): New prototype.
871 (_initialize_sparnbsd_tdep): Update.
872 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
873 corelow.o. Add sparc64-nat.o and sparc-nat.o.
874 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
875 * config/sparc/linux.mh: Update comment.
876 (XM_FILE, HOST_IPC): Remove variables.
877 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
878 sparc-linux-nat.o.
879 * config/sparc/linux.mt: Update comment.
880 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
881 * config/sparc/nbsd.mt: Reformat.
882 * config/sparc/nbsd64.mh: Update comment.
883 (NATDEPFILES): Add sparc-nat.o.
884 * config/sparc/nbsd64.mt: Update comment.
885 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
886 (TM_FILE): Set to tm-nbsd.h.
887 * config/sparc/nbsdelf.mh: Update comment.
888 (NATDEPFILES): Add sparc-nat.o.
889 (XM_FILE): Delete.
890 * config/sparc/nbsdaout.mh: Update comment.
891 (NATDEPFILES): Add sparc-nat.o
892 (XM_FILE): Delete.
893 * config/sparc/nm-linux.h: Update copyright year. Don't include
894 "config/nm-svr4.h" and "solib.h". Add protection against multiple
895 inclusion.
896 (KERNEL_U_SIZE): Remove define.
897 (kernel_u_size): Remove prototype.
898 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
899 * config/sparc/nm-nbsd.h: Update copyright. Don't include
900 "regcache.h".
901 (CHILD_PREPARE_TO_STORE): Remove define.
902 * config/sparc/nm-nbsdaout.h: Tweak some comments.
903 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
904 sparcnbsd-nat.c: Rewrite files.
905 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
906 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
907 sparcnbsd-tdep.h: Remove files.
908 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
909 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
910 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
911 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
912 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
913 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
914 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
915 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
916 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
917 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
918 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
919 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
920 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
921 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
922 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
923 * config/sparc/linux64.mh, config/sparc/linux64.mt,
924 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
925 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
926 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
927
928 2004-01-02 Andrew Cagney <cagney@redhat.com>
929
930 From 2003-12-18 Kazuhiro Inaoka:
931 * configure.host: Add m32r-linux target.
932
933 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
934
935 * top.c (print_gdb_version): Update year to 2004.
936
937 2004-01-02 Mark Mitchell <mark@codesourcery.com>
938
939 * MAINTAINERS: Add myself to the write-after-approval category.
940
941 2004-01-02 Daniel Jacobowitz <drow@mvista.com>
942
943 From Bernardo Innocenti <bernie@develer.com>:
944 * configure.tgt: Add uClinux target.
945
946 2004-01-02 Andrew Cagney <cagney@redhat.com>
947
948 * utils.c (do_my_cleanups): Make static, add forward declaration.
949 * defs.h (do_my_cleanups): Delete declaration.
950
951 2004-01-02 Eli Zaretskii <eliz@elta.co.il>
952
953 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
954 bfd/ChangeLog-0203.
955
956 2004-01-02 Mark Kettenis <kettenis@gnu.org>
957
958 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
959 in <machine/reg.h>.
960 * configure, config.in: Regenerate.
961
962 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
963 tui/ChangeLog-1998-2003.
964 \f
965 Local Variables:
966 mode: change-log
967 left-margin: 8
968 fill-column: 74
969 version-control: never
970 End:
This page took 0.049182 seconds and 5 git commands to generate.