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