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