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