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