]> Git Repo - binutils.git/blame - gdb/ChangeLog
Merge from gcc
[binutils.git] / gdb / ChangeLog
CommitLineData
3f2c7a45
PH
12004-09-24 Paul Hilfinger <[email protected]>
2
3 * Makefile.in (.y.c): Modify $(YLWRAP) invocation to use
4 the new argument order.
5
b6fcb393
CV
62004-09-23 Corinna Vinschen <[email protected]>
7
8 * MAINTAINERS: Remove "broken" from XStormy16 entry.
9 * xstormy16-tdep.c: Convert XStormy16 target to latest GDB methods.
10 (struct gdbarch_tdep): Remove.
11 (struct xstormy16_frame_cache): New frame cache structure.
12 (xstormy16_register_byte, xstormy16_register_raw_size)
13 (xstormy16_reg_virtual_type, xstormy16_register_type)
14 (xstormy16_push_arguments, xstormy16_push_return_address)
15 (xstormy16_pop_frame, xstormy16_store_struct_return)
16 (xstormy16_store_return_value, xstormy16_extract_struct_value_address)
17 (xstormy16_frame_saved_register, xstormy16_get_saved_register)
18 (xstormy16_scan_prologue, xstormy16_frame_init_saved_regs)
19 (xstormy16_frame_saved_pc, xstormy16_init_extra_frame_info)
20 (xstormy16_frame_chain, xstormy16_frame_chain_valid,
21 (xstormy16_saved_pc_after_call, xstormy16_save_dummy_frame_to): Remove.
22 (xstormy16_use_struct_convention): Drop gcc_p parameter.
23 (xstormy16_extract_return_value, xstormy16_store_return_value):
24 Regcachify. Drop useless struct convention handling.
25 (xstormy16_register_type, xstormy16_return_value)
26 (xstormy16_push_dummy_call, xstormy16_analyze_prologue)
27 (xstormy16_alloc_frame_cache, xstormy16_frame_cache)
28 (xstormy16_frame_prev_register, xstormy16_frame_this_id)
29 (xstormy16_frame_base_address, xstormy16_frame_sniffer)
30 (xstormy16_unwind_sp, xstormy16_unwind_pc)
31 (xstormy16_unwind_dummy_id) : New functions.
32 (xstormy16_skip_prologue): Call xstormy16_analyze_prologue instead
33 of xstormy16_scan_prologue.
34 (xstormy16_frame_unwind): New frame_unwind structure.
35 (xstormy16_frame_base): New frame_base structure.
36 (xstormy16_gdbarch_init): Accomodate all of the above changes.
37 Reshuffle for better readability. Also add dwarf2_frame_sniffer.
38
1285b746
MK
392004-09-22 Mark Kettenis <[email protected]>
40
41 * language.c (language_gdbarch_post_init): Fix off-by one error.
42
1c379e20
DJ
432004-09-21 Daniel Jacobowitz <[email protected]>
44
45 * dwarf2read.c (struct dwarf2_per_cu_data): New field type_hash.
46 (struct dwarf2_offset_and_type): New.
47 (set_die_type, reset_die_and_siblings_types, get_die_type)
48 (offset_and_type_hash, offset_and_type_eq): New functions.
49 (read_structure_type, read_enumeration_type, read_array_type)
50 (read_namespace, read_tag_pointer_type, read_tag_ptr_to_member_type)
51 (read_tag_reference_type, read_tag_const_type)
52 (read_tag_volatile_type, read_tag_string_type, read_subroutine_type)
53 (read_typedef, read_base_type, read_subrange_type): Use
54 set_die_type.
55
ae038cb0
DJ
562004-09-20 Daniel Jacobowitz <[email protected]>
57
58 * Makefile.in (dwarf2read.o): Update dependencies.
59 * dwarf2read.c: Include "command.h" and "gdbcmd.h".
60 (struct dwarf2_per_objfile): Add all_comp_units, n_comp_units,
61 and read_in_chain.
62 (struct dwarf2_cu): Add read_in_chain, per_cu, last_used,
63 mark, and has_form_ref_addr.
64 (struct dwarf2_per_cu_data): New.
65 (dwarf2_max_cache_age): New.
66 (dwarf2_build_psymtabs_hard): Free cached compilation units
67 after loading. Create and manage the list of compilation units.
68 Remove unnecessary NULL initialization. Fix indentation.
69 (psymtab_to_symtab_1): Initialize all of CU.
70 (dwarf2_read_abbrevs): Set has_form_ref_addr.
71 (find_partial_die): Use dwarf2_find_containing_comp_unit
72 and load_comp_unit.
73 (free_stack_comp_unit): Update comments. Clear the per-cu
74 pointer. Handle aging.
75 (dwarf2_find_containing_comp_unit, free_cached_comp_units)
76 (age_cached_comp_units, free_one_cached_comp_unit)
77 (dwarf2_mark, dwarf2_clear_marks, create_all_comp_units)
78 (load_comp_unit, dwarf2_find_comp_unit, free_one_comp_unit)
79 (set_dwarf2_cmdlist, show_dwarf2_cmdlist, set_dwarf2_cmd)
80 (show_dwarf2_cmd): New.
81 (_initialize_dwarf2_read): Provide "maint set dwarf2 max-cache-age"
82 and "maint show dwarf2 max-cache-age".
83 * gdbcmd.h (maintenance_set_cmdlist, maintenance_show_cmdlist): New
84 externs.
85 * maint.c (maintenance_set_cmdlist, maintenance_show_cmdlist): Make
86 global.
87
987504bb
JJ
882004-09-20 Jeff Johnston <[email protected]>
89
90 * dwarf2read.c (typename_concat): Change prototype to accept obstack
91 and dwarf2_cu struct pointer as arguments. Change function to use
92 obstack if provided and use dwarf2_cu to determine language-specific
93 separator.
94 (partial_die_parent_scope): Change comment to include java. Use
95 new version of typename_concat instead of obconcat.
96 (partial_die_full_name): Use typename_concat.
97 (read_namespace): Ditto.
98 (read_enumeration_type): Use typename_concat instead of obconcat.
99 (new_symbol): Ditto.
100 (add_partial_symbol): Enhance tests for C++ to also test for Java.
101 (guess_structure_name): Ditto.
102 (read_subroutine_type): Ditto.
103 (read_structure_type): Ditto.
104 (is_vtable_name): Add Java support.
105 (determine_class_name): Switch to new typename_concat call.
106 (determine_prefix): Switch to new typename_concat call.
107 * jv-exp.y (FuncStart): New pattern.
108 (MethodInvocation): Add support for simple function calls. Change
109 warning message for other forms of inferior call currently not
110 supported.
111 * valarith.c (value_subscript): Treat an array with upper-bound
112 of -1 as unknown size.
113
d9c8471e
DJ
1142004-09-20 Daniel Jacobowitz <[email protected]>
115
116 * symtab.c (lookup_partial_symtab): Use psymtab_to_fullname.
117 (lookup_partial_symtab): Use symtab_to_fullname.
118
d73f140a
JB
1192004-09-19 Jim Blandy <[email protected]>
120
121 * minsyms.c (lookup_minimal_symbol): Doc fix.
122
adbef1f0
AC
1232004-09-20 Andrew Cagney <[email protected]>
124
125 * config/nm-lynx.h (DEPRECATED_CHILD_RESUME): Deprecate
126 CHILD_RESUME.
127 * config/i386/nm-linux.h (DEPRECATED_CHILD_RESUME): Ditto.
128 * config/nm-linux.h (DEPRECATED_KILL_INFERIOR): Deprecate
129 KILL_INFERIOR.
130 * infptrace.c: Update.
131
d092d1a2
DJ
1322004-09-19 Daniel Jacobowitz <[email protected]>
133
134 * symtab.c (output_source_filename): Mark first argument as const.
135 (sources_info): Use symtab_to_fullname and psymtab_to_fullname
136 for "info sources" output.
137
86d9e1d7
MK
1382004-09-20 Mark Kettenis <[email protected]>
139
140 * config/i386/nm-fbsd.h, config/i386/nm-obsd.h: Don't include
141 <machine/vmparam.h>.
142 (KERNEL_U_ADDR, REGISTER_U_ADDR): Remove defines.
143 (register_u_addr): Remove prototype.
144
9a6c8ef4
MK
1452004-09-19 Mark Kettenis <[email protected]>
146
9692934b
MK
147 * i386bsd-nat.c: Include "i386bsd-nat.h" and "inf-ptrace.h".
148 (i386bsd_fetch_inferior_registers): Rename from
149 fetch_inferior_registers. Make static.
150 (i386bsd_store_inferior_registers): Rename from
151 store_inferior_registers. Make static.
152 (i386bsd_target): New function.
153 * i386bsd-nat.h: New file.
154 * i386fbsd-nat.c: Include "target.h", "fbsd-nat.h" and
155 "i386bsd-nat.h".
156 (i386fbsd_resume): Rename from child_resume. Make static.
157 (_initialize_i386fbsd_nat): Construct and add target vector.
158 * i386nbsd-nat.c: Include "target.h" and "i386bsd-nat.h".
159 (_initialize_i386nbsd_nat): Construct and add target vector.
160 * config/i386/nm-fbsd.h: (CHILD_RESUME, CHILD_PID_TO_EXEC_FILE):
161 Remove defines.
162 * config/i386/fbsd.mh (NATDEPFILES): Add inf-child.o, inf-ptrace.o
163 and fbsd-nat.o. Remove inftarg.o and fbsd-proc.o.
164 * config/i386/nbsdaout.mh (NATDEPFILES): Add inf-child.o,
165 inf-ptrace.o, i386bsd-nat.o and bsd-kvm.o. Remove inftarg.o.
166 (LOADLIBES): New variable.
167 * config/i386/nbsdelf.mh (NATDEPFILES): Add inf-child.o and
168 inf-ptrace.o. Remove inftarg.o.
169 * config/i386/obsd.mh (NATDEPFILES): Add inf-child.o and
170 inf-ptrace.o. Remove inftarg.o.
171 * config/i386/obsdaout.mh (NATDEPFILES): Add inf-child.o,
172 inf-ptrace.o, i386nbsd-nat.o and bsd-kvm.o. Remove inftarg.o.
173 (LOADLIBES): New variable.
174 * Makefile.in (i386bsd_nat_h): New variable.
175 (i386bsd-nat.o, i386fbsd-nat.o, i386nbsd-nat.o): Update
176 dependencies.
177
3510d1f2
MK
178 * sparc64nbsd-tdep.c: Include "objfiles.h".
179 (sparc64nbsd_init_abi): Set in_solib_call_trampoline and
180 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
181 svr4_lp64_fetch_link_map_offsets.
182 * sparc64obsd-tdep.c: Include "objfiles.h". Don't include
183 "nbsd-tdep.h".
184 (sparc64obsd_init_abi): Set in_solib_call_trampoline and
185 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
186 svr4_lp64_fetch_link_map_offsets.
187 * Makefile.in (sparc64nbsd-tdep.o, sparc64obsd-tdep.o): Update
188 dependencies.
189
578c1c03
MK
190 * fbsd-nat.c: New files with cleaned up contents of fbsd-proc.c.
191 * fbsd-nat.h: New file.
192 * Makefile.in (ALLDEPFILES): Add fbsd-nat.c.
193 (fbsd_nat_h): New variable.
194 (fbsd-nat.o): New dependency.
195
7a7b73b7
MK
196 * config/sparc/nbsd64.mt, config/sparc/obsd.mt,
197 config/sparc/obsd64.mt (DEPRECATED_TM_FILE): Set to solib.h.
198
9a6c8ef4
MK
199 * inf-child.c (inf_child_post_wait): Remove stray whitespace in
200 comment.
201
72d5681a
PH
2022004-09-18 Paul N. Hilfinger <[email protected]>
203
204 * ada-exp.y (type_int): New function to add layer of abstraction
205 around references to expression types.
206 (type_long): Ditto.
207 (type_long_long): Ditto.
208 (type_float): Ditto.
209 (type_double): Ditto.
210 (type_long_double): Ditto.
211 (type_char): Ditto.
212 (type_system_address): Ditto.
213 (simple_exp): Use type_* functions in place of builtin_*
214 variables.
215 (exp): Ditto.
216 (write_var_from_name): Ditto.
217 (write_object_renaming): Ditto.
218 * ada-lang.c (ada_create_fundamental_type): Remove redundant
219 declaration.
220 (build_ada_types): Remove, replacing with...
221 (ada_language_arch_info): New function to initialize primitive
222 type vector in language_arch_info.
223 (ada_array_length): Remove use of builtin_type_ada_int.
224 (value_pos_atr): Ditto.
225 (ada_evaluate_subexp): Ditto.
226 (builtin_type_ada_int, builtin_type_ada_short, builtin_type_ada_long,
227 builtin_type_ada_long_long, builtin_type_ada_char,
228 builtin_type_ada_float, builtin_type_ada_double,
229 builtin_type_ada_long_double, builtin_type_ada_natural,
230 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
231 (ada_builtin_types): Remove.
232 (ada_language_defn): Remove entries for la_builtin_type_vector and
233 string_char_type and use ada_language_arch_info.
234 (_initialize_ada_language): Do type-vector initialization along
235 the lines of c-lang.c.
236 (ada_create_fundamental_type): Break up line.
237 (ada_dump_symtab): Remove unused function.
238 (enum ada_primitive_types): Define.
239 * ada-lang.h (builtin_type_ada_int, builtin_type_ada_short,
240 builtin_type_ada_long,builtin_type_ada_long_long,builtin_type_ada_char,
241 builtin_type_ada_float, builtin_type_ada_double,
242 builtin_type_ada_long_double, builtin_type_ada_natural,
243 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
244 * ada-lex.l: Use type_* functions in place of builtin_* variables.
245 (processInt): Ditto.
246 (processReal): Ditto.
247 (name_lookup): Ditto.
248 * ada-typeprint.c (print_range): Use builtin_type_int, not
249 builtin_type_ada_int.
250
4f0be353
MK
2512004-09-18 Mark Kettenis <[email protected]>
252
30b0e2d8
MK
253 * i386-tdep.c (i386_register_name): Rename regno to regnum.
254
4f0be353
MK
255 * config/pa/hpux1020.mh (MH_CFLAGS): Remove -D__HP_CURSES.
256 * config/pa/hpux11.mh (MH_CFLAGS): Likewise.
257 * config/pa/hpux11w.mh (MH_CFLAGS): Likewise.
258 * configure.in: Improve checks for curses library by checking for
259 mvwaddstr instead of initscr. Drop HP curses in favour of
260 standard curses on HP-UX.
261 * configure: Regenerated.
262
72d5681a 2632004-09-18 Paul N. Hilfinger <[email protected]>
6c038f32
PH
264
265 * ada-lang.c: (ada_main_name, ada_value_slice_ptr, ada_value_slice,
266 ada_breakpoint_rewrite, ada_template_to_fixed_record_type_1):
267 Minor formatting changes.
268 (empty_array): Slight rewrite for formatting.
269 (emit_char,parse,ada_language_defn,build_ada_types,
270 ada_is_exception_sym, _initialize_ada_language): Move
271 definitions around.
272 (ada_dump_symtab): Remove unused definition.
273 (ada_maybe_exception_partial_symbol): Remove unused definition.
274
1c8c7407
AC
2752004-09-16 Andrew Cagney <[email protected]>
276
7681f339
AC
277 * inf-child.c: Include "gdb_string.h".
278 (inf_child_core_file_to_sym_file): Delete.
279 (inf_child_target): Set to_fetch_registers and to_store_registers.
280 * inf-ptrace.c: Include "gdb_string.h".
281 * Makefile.in: Update all dependencies.
282
1c8c7407
AC
283 * Makefile.in (gnu-v3-abi.o): Add explict rule to avoid -Werror
284 problem.
285
65596487
JB
2862004-09-14 Joel Brobecker <[email protected]>
287
288 * mips-tdep.c (mips_insn32_frame_cache): Pass frame cache in
289 call to heuristic_proc_desc. Remove code that became redundant
290 as a consequence.
291 (read_next_frame_reg): Remove special case for SP_REGNUM.
292 (set_reg_offset): Fix small typo.
293 (reset_saved_regs): New procedure.
294 (mips32_heuristic_proc_desc): No longer compute a fake
295 procedure descriptor. Compute the full frame cache instead.
296 Some minor comment reformatting.
297
95575b2e
AC
2982004-09-14 Andrew Cagney <[email protected]>
299
f200c492
AC
300 * MAINTAINERS: Add Michael Chastain as the backup gdb.threads
301 maintainer.
302
95575b2e
AC
303 * thread-db.c (thread_db_new_objfile): Assume that there is a
304 child process.
305
69657671
JB
3062004-09-13 Jim Blandy <[email protected]>
307
308 * valops.c (value_assign): Move 'buffer' to the enclosing block,
309 so that its storage isn't referenced after its lifetime ends.
310
6c4182dd
JB
311 * valops.c (value_assign): 'use_buffer' is initialized to zero,
312 and never assigned to. Delete it, and the 'if (use_buffer)'
313 clauses. Delete 'raw_buffer', since it is now unused.
314
ee31a58d
AC
3152004-09-13 Andrew Cagney <[email protected]>
316
2c0fc042
AC
317 * configure.in (frags): Replace TM_FILE with DEPRECATED_TM_FILE.
318 * configure: Re-generate.
319 * nlm/Makefile.in (TAGS): Update.
320 * Makefile.in (TAGS): Update.
321 * config/vax/nbsd.mt (TM_FILE): Update.
322 * config/sparc/vxworks.mt (TM_FILE): Update.
323 * config/sparc/sol2.mt (TM_FILE): Update.
324 * config/sparc/sol2-64.mt (TM_FILE): Update.
325 * config/sparc/obsd64.mt (TM_FILE): Update.
326 * config/sparc/obsd.mt (TM_FILE): Update.
327 * config/sparc/nbsd64.mt (TM_FILE): Update.
328 * config/sparc/nbsd.mt (TM_FILE): Update.
329 * config/sparc/linux64.mt (TM_FILE): Update.
330 * config/sparc/linux.mt (TM_FILE): Update.
331 * config/sparc/fbsd.mt (TM_FILE): Update.
332 * config/sh/wince.mt (TM_FILE): Update.
333 * config/sh/nbsd.mt (TM_FILE): Update.
334 * config/sh/linux.mt (TM_FILE): Update.
335 * config/sh/embed.mt (TM_FILE): Update.
336 * config/s390/s390.mt (TM_FILE): Update.
337 * config/rs6000/rs6000lynx.mt (TM_FILE): Update.
338 * config/rs6000/rs6000.mt (TM_FILE): Update.
339 * config/rs6000/aix4.mt (TM_FILE): Update.
340 * config/powerpc/vxworks.mt (TM_FILE): Update.
341 * config/powerpc/ppc-sim.mt (TM_FILE): Update.
342 * config/powerpc/ppc-eabi.mt (TM_FILE): Update.
343 * config/powerpc/obsd.mt (TM_FILE): Update.
344 * config/powerpc/nbsd.mt (TM_FILE): Update.
345 * config/powerpc/linux.mt (TM_FILE): Update.
346 * config/powerpc/aix.mt (TM_FILE): Update.
347 * config/pa/obsd.mt (TM_FILE): Update.
348 * config/pa/linux.mt (TM_FILE): Update.
349 * config/pa/hppahpux.mt (TM_FILE): Update.
350 * config/pa/hppa64.mt (TM_FILE): Update.
351 * config/pa/hppa.mt (TM_FILE): Update.
352 * config/ns32k/nbsdaout.mt (TM_FILE): Update.
353 * config/mips/wince.mt (TM_FILE): Update.
354 * config/mips/vxmips.mt (TM_FILE): Update.
355 * config/mips/nbsd.mt (TM_FILE): Update.
356 * config/mips/linux.mt (TM_FILE): Update.
357 * config/mips/irix6.mt (TM_FILE): Update.
358 * config/mips/irix5.mt (TM_FILE): Update.
359 * config/mips/embed.mt (TM_FILE): Update.
360 * config/m68k/vxworks68.mt (TM_FILE): Update.
361 * config/m68k/st2000.mt (TM_FILE): Update.
362 * config/m68k/os68k.mt (TM_FILE): Update.
363 * config/m68k/obsd.mt (TM_FILE): Update.
364 * config/m68k/nbsd.mt (TM_FILE): Update.
365 * config/m68k/monitor.mt (TM_FILE): Update.
366 * config/m68k/linux.mt (TM_FILE): Update.
367 * config/m68k/cisco.mt (TM_FILE): Update.
368 * config/ia64/linux.mt (TM_FILE): Update.
369 * config/ia64/aix.mt (TM_FILE): Update.
370 * config/ia64/ia64.mt (TM_FILE): Update.
371 * config/i386/vxworks.mt (TM_FILE): Update.
372 * config/i386/obsd64.mt (TM_FILE): Update.
373 * config/i386/obsd.mt (TM_FILE): Update.
374 * config/i386/nto.mt (TM_FILE): Update.
375 * config/i386/nbsd64.mt (TM_FILE): Update.
376 * config/i386/nbsd.mt (TM_FILE): Update.
377 * config/i386/linux64.mt (TM_FILE): Update.
378 * config/i386/linux.mt (TM_FILE): Update.
379 * config/i386/i386sol2.mt (TM_FILE): Update.
380 * config/i386/i386lynx.mt (TM_FILE): Update.
381 * config/i386/fbsd64.mt (TM_FILE): Update.
382 * config/i386/fbsd.mt (TM_FILE): Update.
383 * config/i386/cygwin.mt (TM_FILE): Update.
384 * config/h8300/h8300.mt (TM_FILE): Update.
385 * config/frv/frv.mt (TM_FILE): Update.
386 * config/cris/cris.mt (TM_FILE): Update.
387 * config/arm/wince.mt (TM_FILE): Update.
388 * config/arm/nbsd.mt (TM_FILE): Update.
389 * config/arm/linux.mt (TM_FILE): Update.
390 * config/arm/embed.mt (TM_FILE): Update.
391 * config/alpha/nbsd.mt (TM_FILE): Update.
392 * config/alpha/fbsd.mt (TM_FILE): Update.
393 * config/alpha/alpha.mt (TM_FILE): Update.
394 * config/alpha/alpha-osf1.mt (TM_FILE): Update.
395 * config/alpha/alpha-linux.mt (TM_FILE): Update.
396
362646f5
AC
397 Eliminate event_loop_p, always has the value 1.
398 * defs.h (event_loop_p): Delete macro.
399 * breakpoint.c (until_break_command): Simplify.
400 * utils.c (prompt_for_continue): Simplify.
401 * tracepoint.c (read_actions): Simplify.
402 * top.c (throw_exception, execute_command, gdb_readline_wrapper)
403 (gdb_rl_operate_and_get_next, command_line_input, get_prompt)
404 (set_prompt, init_main): Simplify.
405 (init_signals, disconnect): Delete, unused.
406 * remote.c (remote_async_resume)
407 (extended_remote_async_create_inferior): Simplify.
408 * mi/mi-interp.c (mi_input): Delete, unused.
409 (mi_interpreter_resume, mi_command_loop): Simplify.
410 * interps.c (current_interp_command_loop): Simplify.
411 * infrun.c (proceed): Simplify.
412 * infcmd.c (run_command, continue_command, step_1, jump_command)
413 (until_command, advance_command, finish_command)
414 (interrupt_target_command): Simplify.
415 * event-top.c (gdb_setup_readline, gdb_disable_readline): Simplify.
416
ee31a58d
AC
417 * config/i386/nm-i386.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
418 * config/s390/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
419 * config/pa/nm-hppah.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
420 * config/ia64/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
421 * config/frv/tm-frv.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
422 * mips-tdep.c (mips_dump_tdep): Do not print same.
423
b7ffc4a8
AC
4242004-09-12 Andrew Cagney <[email protected]>
425
2bfb72ee
AC
426 * valprint.c (print_longest): Use fputs_filtered. Make "val"
427 const.
428 * Makefile.in (valprint.o): Delete explict rule.
429
4f17c3c1
AC
430 * config/m68k/nbsdelf.mh: Add missing trailing newline. Problem
431 reported by Dave Anderson.
432
f810308b
AC
433 * target.c (target_info): Delete #ifdef call to FILES_INFO_HOOK.
434
b7ffc4a8
AC
435 * inferior.h (STORE_STRUCT_RETURN): Delete macro.
436
28b41c52
AC
4372004-09-12 Salvador E. Tropea <[email protected]>
438 Andrew Cagney <[email protected]>
439
440 * mi/mi-main.c (mi_cmd_data_list_changed_registers)
441 (mi_cmd_data_list_register_values)
442 (mi_cmd_data_write_register_values): Include the PSEUDO_REGS in
443 the register number computation.
444
5bf970f9
AC
4452004-09-12 Andrew Cagney <[email protected]>
446
447 * ppcnbsd-nat.c: Include "inf-ptrace.h".
448 (ppcnbsd_fetch_inferior_registers): Rename fetch_inferior_registers.
449 (ppcnbsd_store_inferior_registers): Rename store_inferior_registers.
450 (_initialize_ppcnbsd_nat): Create and add a NetBSD/PPC ptrace
451 target.
452 * config/powerpc/nbsd.mh (NATDEPFILES): Replace and inftarg.o with
453 inf-ptrace.o and inf-child.o.
454 * inf-ptrace.h, inf-ptrace.c, inf-child.h, inf-child.c: New files.
455 * Makefile.in: Update dependencies.
456
0759e0bf
AC
4572004-09-11 Andrew Cagney <[email protected]>
458
459 * language.c (hex_string, hex_string_custom): Move from here ...
460 * utils.c (hex_string, hex_string_custom): ... to here, rewrite.
461 (CELLSIZE): Increase to 50.
462 * language.h (hex_string, hex_string_custom): Move from here ...
463 * defs.h: ... to here.
464 * Makefile.in: Update all dependencies.
465
bb599908
PH
4662004-09-11 Paul N. Hilfinger <[email protected]>
467
468 * language.c (local_hex_format_custom): Remove.
469 (local_hex_string): Rename to hex_string, use C format, and move to
470 utils.c
471 (local_hex_string_custom): Rename to hex_string_custom and change
472 interface. Now uses C format. Move to utils.c
473 (local_octal_format_custom): Remove.
474 (local_decimal_format_custom): Remove.
475 (unknown_language_defn): Remove language-specific number
476 formatting entries.
477 (auto_language_defn): Ditto.
478 (local_language_defn): Ditto.
479 * language.h (struct language_format_info): Delete declaration.
480 (struct language_defn): Remove language_format_info fields
481 la_binary_format, la_octal_format, la_decimal_format, la_hex_format.
482 (local_binary_format): Remove macro.
483 (local_binary_format_prefix): Remove macro.
484 (local_binary_format_specifier): Remove macro.
485 (local_binary_format_suffix): Remove macro.
486 (local_octal_format): Remove macro.
487 (local_octal_format_prefix): Remove macro.
488 (local_octal_format_specifier): Remove macro.
489 (local_octal_format_suffix): Remove macro.
490 (local_decimal_format): Remove macro.
491 (local_decimal_format_prefix): Remove macro.
492 (local_decimal_format_specifier): Remove macro.
493 (local_decimal_format_suffix): Remove macro.
494 (local_hex_format): Remove macro.
495 (local_hex_format_prefix): Remove macro.
496 (local_hex_format_specifier): Remove macro.
497 (local_hex_format_suffix): Remove macro.
498 (local_decimal_format_custom): Remove.
499 (local_octal_format_custom): Remove.
500 (local_hex_format_custom): Remove.
501 (local_hex_string): Rename to hex_string and move to defs.h.
502 (local_hex_string_custom): Rename to hex_string_custom, change
503 interface, and move to defs.h.
504 * utils.c: (int_string): New function.
505 (hex_string): New function (from language.c).
506 (hex_string_custom): New function (from language.c).
507 (octal2str): New function.
508 (decimal2str): Add width parameter.
509 (paddr_u): Use new decimal2str interface.
510 (paddr_d): Ditto.
511 * defs.h (hex_string): Declare.
512 (hex_string_custom): Declare.
513 (int_string): Declare.
514 * printcmd.c (print_scalar_formatted): Remove localized binary
515 formatting.
516 * valprint.c (print_longest): Use int_string.
517 (print_floating): Use C hex format.
518 (print_hex_chars): Ditto.
519 (print_binary_chars): Remove language-specific formatting.
520 (print_octal_chars): Use C octal format.
521 (print_decimal_chars): Delocalize format.
522 (print_decimal): Remove.
523 * ada-lang.c (ada_language_defn): Remove language-specific number
524 formatting entries.
525 * p-lang.c (pascal_language_defn): Ditto.
526 * c-lang.c (c_language_defn): Ditto.
527 (cplus_language_defn): Ditto.
528 (asm_language_defn): Ditto.
529 (minimal_language_defn): Ditto.
530 * f-lang.c (f_language_defn): Ditto.
531 * jv-lang.c (java_language_defn): Ditto.
532 * m2-lang.c (m2_language_defn): Ditto.
533 * scm-lang.c (scm_language_defn): Ditto.
534 * objc-lang.c (objc_language_defn): Ditto.
535 * memattr.c (mem_info_command): Use renamed hex_string_custom with
536 new interface.
537 * pa64solib.c (pa64_sharedlibrary_info_command): Ditto.
538 * ui-out.c (ui_out_field_core_addr): Ditto.
539 * breakpoint.c (breakpoint_adjustment_warning): Ditto.
540 * exec.c (print_section_info): Ditto.
541 * i387-tdep.c (print_i387_status_word): Ditto.
542 (print_i387_control_word): Ditto.
543 (i387_print_float_info): Ditto.
544 * maint.c (maint_print_section_info): Ditto.
545 * solib.c (info_sharedlibrary_command): Ditto.
546 * somsolib.c (som_sharedlibrary_info_command): Ditto.
547 * symtab.c (print_msymbol_info): Ditto.
548 * tracepoint.c (tracepoints_info): Ditto.
549 * solib-frv.c (lm_base): Ditto.
550 (frv_current_sos): Ditto.
551 (enable_break2): Ditto.
552 (enable_break): Ditto.
553 * dbxread.c (read_dbx_symtab): Use renamed hex_string.
554 (process_one_symbol): Ditto.
555 * infcmd.c (program_info): Ditto.
556 * mdebugread.c (parse_partial_symbols): Ditto.
557 * symfile.c (add_symbol_file_command): Ditto.
558 * cli/cli-cmds.c (edit_command): Ditto.
559 (list_command): Ditto.
560 * infcall.c (call_function_by_hand): Ditto.
561 * remote-vx.c (vx_run_files_info): Ditto.
562 (vx_wait): Ditto.
563 (vx_attach): Ditto.
564 (vx_detach): Ditto.
565 (vx_kill): Ditto.
566 * aix-thread.c (pdc_symbol_addrs): Ditto.
567 (pdc_read_regs): Ditto.
568 (pdc_write_regs): Ditto.
569 (pdc_read_data): Ditto.
570 (pdc_write_data): Ditto.
571 * d10v-tdep.c (display_trace): Ditto.
572 * rs6000-nat.c (find_toc_address): Ditto.
573 * aix-thread.c: Don't include language.h.
574 * buildsym.c: Ditto.
575 * dbxread.c: Ditto.
576 * mdebugread.c: Ditto.
577 * rs6000-nat.c: Ditto.
578 * buildsym.c (make_blockvector): Use renamed hex_string.
579
33f2d567
JM
5802004-09-10 Jason Molenda ([email protected])
581
582 * cli/cli-script.c (read_next_line): Accept zero or more whitespace
583 chars after 'if' or 'while' commands in user-defined commands.
584
7b90c3f9
JB
5852004-09-08 Jim Blandy <[email protected]>
586
587 Fix bug reported and analyzed by Olivier Crete:
588 * symfile.c (copy_section_addr_info): New function.
589 (symbol_file_add_with_addrs_or_offsets): Use it to save the
590 original set of address arguments, instead of handwritten code
591 that uses one length to allocate and a different length to
592 initialize. Use make_cleanup_free_section_addr_info.
593 * symfile.h (copy_section_addr_info): New declaration.
594 * utils.c: #include "symfile.h".
595 (do_free_section_addr_info, make_cleanup_free_section_addr_info):
596 New functions.
597 * defs.h (make_cleanup_free_section_addr_info): New declaration.
598 * Makefile.in (utils.o): Update dependencies.
599
b26a6851
AC
6002004-09-08 Andrew Cagney <[email protected]>
601
602 * thread-db.c (keep_thread_db): Delete.
603 (thread_db_new_objfile, thread_db_create_inferior)
604 (thread_db_mourn_inferior): Simplify assuming !keep_thread_db.
605
be24b061
MK
6062004-09-08 Mark Kettenis <[email protected]>
607
f6792ef4
MK
608 * i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)
609 (FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM)
610 (FOP_REGNUM, XMM0_REGNUM, MXCSR_REGNUM): Remove macros.
611 (i386_frameless_signal_p): Remove prototype.
612 * i386-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
613 (GETFPXREGS_SUPPLIES): Define using I386_ST0_REGNUM and
614 I386_SSE_NUM_REGS.
615 * i386-nto-tdep.c (i386nto_supply_gregset): Use I386_NUM_GREGS
616 instead of FP0_REGNUM.
617 (i386nto_regset_id): Use I386_NUM_GREGS and I386_NUM_FREGS instead
618 of FP0_REGNUM and FPC_REGNUM.
619
eeefdaa7
MK
620 * solib-sunos.c (sunos_relocate_main_executable): Remove function.
621 (sunos_solib_create_inferior_hook): Don't call
622 sunos_relocate_main_executable.
623
be24b061
MK
624 * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Set
625 solib_svr4_fetch_link_map_offsets to
626 svr4_ilp32_fetch_link_map_offsets.
627 * sparcobsd-tdep.c: Don't include "nbsd-tdep.h".
628 (sparc32obsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
629 svr4_ilp32_fetch_link_map_offsets.
630 * Makefile.in (sparcobsd-tdep.o): Update dependencies.
631
7c679d16
JB
6322004-09-07 Jim Blandy <[email protected]>
633
634 * frame.h (frame_register): Doc fix.
635
1f04aa62
AC
6362004-09-07 Andrew Cagney <[email protected]>
637
638 * vx-share/wait.h: Delete #ifdef USG.
639 * utils.c (request_quit): Ditto.
640 * tui/tui.c (tui_reset): Ditto.
641 * remote.c: Ditto.
642 * remote-sds.c: Ditto.
643 * remote-rdi.c: Ditto.
644 * mdebugread.c: Ditto.
645 * m68klinux-nat.c: Ditto.
646 * infttrace.c: Ditto.
647 * infptrace.c: Ditto.
648 * i386v-nat.c: Ditto.
649 * exec.c: Ditto.
650 * dbxread.c: Ditto.
651 * core-aout.c: Ditto.
652
90edbfbc
JB
6532004-09-05 Joel Brobecker <[email protected]>
654
655 * mips-tdep.c (mips_insn16_frame_cache): Fix parameter in call to
656 heuristic_proc_desc.
657 (mips_insn32_frame_cache): Likewise.
658
01f4bf2b
JB
6592004-09-04 Joel Brobecker <[email protected]>
660
661 * mips-tdep.c (mips32_heuristic_proc_desc): Remove code that was
662 left behind by error.
663
8511a048
JB
6642004-09-04 Joel Brobecker <[email protected]>
665
666 * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
667 * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.
668
649dfe9f
JB
6692004-09-04 Joel Brobecker <[email protected]>
670
671 * config/rs6000/xm-aix4.h: Remove this file.
672 * config/rs6000/aix4.mh (XM_FILE): Delete.
673
6e50f889
JB
6742004-09-04 Joel Brobecker <[email protected]>
675
676 * config/rs6000/xm-rs6000.h: Remove this file.
677 * config/rs6000/rs6000.mh (XM_FILE): Remove.
678
b8c4aece
AC
6792004-09-03 Andrew Cagney <[email protected]>
680
fb603883
AC
681 * mips-tdep.c (PROC_DESC_IS_DUMMY, SET_PROC_DESC_IS_DUMMY)
682 (_PROC_MAGIC_, after_prologue, mips_dump_tdep): Delete macros and
683 only use.
684
c9343fd1
AC
685 * mips-tdep.c (temp_saved_regs): Delete.
686 (set_reg_offset): Replace saved_regs parameter with this_cache.
687 (heuristic_proc_desc, mips16_heuristic_proc_desc)
688 (mips32_heuristic_proc_desc): Add this_cache parameter.
689 (mips_insn32_frame_cache, mips_insn16_frame_cache)
690 (after_prologue): Pass a NULL this_cache.
691
9733cfe1
AC
692 * mips-tdep.c (mips_mdebug_frame_cache): Delete code handling
693 non-kernel trap prologues.
694
0d5febcc
AC
695 * mips-tdep.c (find_proc_desc): Delete function.
696 (mips_mdebug_frame_cache): Inline call to find_proc_desc,
697 simplify.
698 (mips_insn16_frame_cache): Replace find_proc_desc with code from
699 mips_insn32_frame_cache.
700
9733cfe1 701 * mips-tdep.c (after_prologue): Inline call to find_proc_desc.
283be873
AC
702 Simplify as NEXT_FRAME is NULL.
703 (find_proc_desc): Simplify as NEXT_FRAME is non-NULL.
704
177f84a3
AC
705 * mips-tdep.c (after_prologue): Replace proc_desc parameter with
706 local variable.
707 (mips_skip_prologue): Update.
708
465f7520
AC
709 * mips-tdep.c (find_proc_desc, heuristic_proc_desc): Delete
710 "cur_frame" parameter.
177f84a3
AC
711 (after_prologue, mips_mdebug_frame_cache, mips_insn16_frame_cache):
712 (mips_insn32_frame_cache, find_proc_desc): Update
465f7520 713
e38b8658
AC
714 * config/vax/nm-obsd.h: Delete file.
715 * config/vax/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
716 * config/vax/nm-nbsd.h: Delete file.
717 * config/vax/nm-nbsdaout.h: Include config/nm-nbsd.h.
718 * config/vax/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
719 * config/sh/nm-nbsd.h: Delete file.
720 * config/sh/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
721 * config/rs6000/nm-rs6000ly.h: Delete file.
722 * config/djgpp/fnchange.lst: Do not rename nm-rs6000ly.h.
723 * config/rs6000/rs6000lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
724 * config/powerpc/nm-obsd.h: Delete file.
725 * config/powerpc/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
726 * config/powerpc/nm-nbsd.h: Delete file.
727 * config/powerpc/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
728 * config/pa/nm-obsd.h: Delete file.
729 * config/pa/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
730 * config/mips/nm-nbsd.h: Delete file.
731 * config/mips/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
732 * config/m88k/nm-obsd.h: Delete file.
733 * config/m88k/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
734 * config/m68k/nm-nbsd.h: Delete file.
735 * config/m68k/nm-nbsdaout.h: Include config/nm-nbsd.h.
736 * config/m68k/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
737 * config/i386/nm-nbsd.h: Delete file.
738 * config/i386/nm-nbsdaout.h: Include config/nm-nbsd.h.
739 * config/i386/obsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
740 * config/i386/nbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
741 * config/i386/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
742 * config/i386/nm-i386lynx.h: Delete file.
743 * config/i386/i386lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
744 * config/arm/nm-nbsd.h: Delete file.
745 * config/arm/nm-nbsdaout.h: Include config/nm-nbsd.h.
746 * config/arm/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
747
be1ed680
AC
748 * config/i386/tm-fbsd.h: Delete file.
749 * config/i386/fbsd64.mt (TM_FILE): Set to solib.h.
750 * config/i386/fbsd.mt (TM_FILE): Set to solib.h.
751
4b392b26
AC
752 * config/rs6000/tm-rs6000-aix4.h: Delete file.
753 * config/djgpp/fnchange.lst: Do not rename tm-rs6000-aix4.h.
754 * config/rs6000/aix4.mt (TM_FILE): Set to
755 config/rs6000/tm-rs6000.h.
756 * config/powerpc/tm-ppc-aix.h: Delete file.
757 * config/powerpc/aix.mt (TM_FILE): Set to
758 config/rs6000/tm-rs6000.h.
759 * config/m68k/tm-linux.h: Delete file.
760 * config/m68k/linux.mt (TM_FILE): Set to solib.h
761 * config/i386/tm-linux64.h: Delete file.
762 * config/i386/linux64.mt (TM_FILE): Set to solib.h.
763 * config/djgpp/fnchange.lst: Do not rename tm-linux.h.
764
f3219c75
AC
765 * config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete.
766 * config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete.
767 * config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete.
768 * config/tm-linux.h (SVR4_SHARED_LIBS): Delete.
769 * config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete.
770 * config/nm-linux.h (SVR4_SHARED_LIBS): Delete.
771 * config/nm-gnu.h (SVR4_SHARED_LIBS): Delete.
772 * sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
773 * sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
774
b8c4aece
AC
775 * configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not
776 gdb_host_cpu.
777
8ac2e020
JB
7782004-09-02 Joel Brobecker <[email protected]>
779
780 * mips-tdep.c (mips_insn32_frame_cache): Remove some dead code.
781 Minor reformatting. Some code factoring.
782
c185a355
AC
7832004-09-02 Andrew Cagney <[email protected]>
784
63f22f0d
AC
785 * config/vax/nbsd.mt (TM_FILE): Set to solib.h.
786 * config/vax/tm-nbsd.h: Delete file.
787 * config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
788 * config/sparc/tm-vxworks.h: Delete file.
789 * config/sparc/nbsd.mt (TM_FILE): Set to solib.h.
790 * config/sparc/tm-nbsd.h: Delete file.
791 * config/sparc/linux64.mt (TM_FILE): Set to solib.h.
792 * config/sparc/linux.mt (TM_FILE): Set to solib.h.
793 * config/sparc/tm-linux.h: Delete file.
794 * config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h
795 * config/s390/tm-linux.h: Delete file.
796 * config/pa/obsd.mt (TM_FILE): Set to solib.h.
797 * config/pa/tm-bsd.h: Delete file.
798 * config/m68k/obsd.mt (TM_FILE): Set to solib.h.
799 * config/m68k/tm-obsd.h: Delete file.
800 * config/m68k/nbsd.mt (TM_FILE): Set to solib.h.
801 * config/m68k/tm-nbsd.h: Delete file.
802 * config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
803 * config/i386/tm-vxworks.h: Delete file.
804 * config/i386/obsd64.mt (TM_FILE): Set to solib.h.
805 * config/i386/obsd.mt (TM_FILE): Set to solib.h.
806 * config/i386/nbsd64.mt (TM_FILE): Set to solib.h.
807 * config/i386/nbsd.mt (TM_FILE): Set to solib.h.
808 * config/i386/tm-nbsd.h: Delete file.
809 * config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h.
810 * config/i386/tm-i386lynx.h: Delete file.
811 * config/cris/cris.mt (TM_FILE): Set to solib.h.
812 * config/cris/tm-cris.h: Delete file.
813
0f475e27
AC
814 * configure.in: Let TM_FILE, XM_FILE and NAT_FILE specify a path.
815 * configure: Re-generate.
816 * config/arm/nbsd.mt (TM_FILE): Set to "solib.h".
817 * config/arm/tm-nbsd.h: Delete file.
818
458ed000
AC
819 * config/powerpc/tm-ppcle-sim.h: Delete.
820 * config/powerpc/tm-ppcle-eabi.h: Delete.
821 * config/powerpc/tm-nbsd.h: Delete.
822 * config/powerpc/nbsd.mt (TM_FILE): Set to tm-ppc-eabi.h.
823 * config/djgpp/fnchange.lst: Do not rename tm-ppcle-sim.h or
824 tm-ppcle-eabi.h.
825
f14375f3
AC
826 * config/i386/nto.mh (NAT_FILE): Delete.
827 * config/i386/nm-nto.h: Delete.
828
c34d127c
AC
829 * config/m68k/tm-vx68.h: Do not include "tm-m68k.h".
830 * config/m68k/tm-os68k.h: Ditto.
831 * config/m68k/tm-monitor.h: Ditto.
832 * config/m68k/tm-cisco.h: Ditto.
833 * config/m68k/st2000.mt (TM_FILE): Delete.
834 * config/m68k/tm-vx68.h (GET_LONGJMP_TARGET): Delete.
835 * config/m68k/tm-cisco.h (GET_LONGJMP_TARGET): Delete.
836 * config/m68k/tm-m68k.h (m68k_get_longjmp_target): Delete file.
837 * m68k-tdep.c (m68k_get_longjmp_target): Make static.
838
f7f0fe03
AC
839 * config/m68k/tm-st2000.h: Delete.
840 * config/m68k/st2000.mt (TM_FILE): Set to tm-m68k.h.
841 * config/sparc/fbsd.mt (TM_FILE): Delete.
842 * config/sparc/tm-fbsd.h: Delete.
843
a2558533
AC
844 * acconfig.h (GDB_MULTI_ARCH): Delete undef.
845 * defs.h (GDB_MULTI_ARCH_PARTIAL, GDB_MULTI_ARCH_TM)
846 (GDB_MULTI_ARCH_PURE, GDB_MULTI_ARCH): Delete macros.
847
b78960be
AC
848 * gdbarch.sh: Instead of GDB_MULTI_ARCH print GDB_NM_FILE,
849 GDB_TM_FILE and GDB_XM_FILE.
850 * gdbarch.c: Re-generate.
851 * configure.in (GDB_XM_FILE, GDB_NM_FILE, GDB_TM_FILE): Include
852 quotes in macro definition.
853 * configure.in: Re-generate.
854
4d60522e
AC
855 * gdbarch.sh: Delete check for GDB_MULTI_ARCH_PARTIAL when
856 validating architecture methods.
857 * gdbarch.c: Re-generate.
858
5010d38b
AC
859 * gdbarch.sh: Delete check for consistency between GDB_MULTI_ARCH
860 and GDB_TM_FILE. Check for GDB_TM_FILE instead of
861 GDB_MULTI_ARCH_PARTIAL.
862 * gdbarch.h: Re-generate.
863
c185a355
AC
864 * config/sparc/tm-vxworks.h (GDB_MULTI_ARCH): Delete.
865 * config/sparc/tm-sol2.h (GDB_MULTI_ARCH): Delete.
866 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete.
867 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete.
868 * config/sparc/tm-fbsd.h (GDB_MULTI_ARCH): Delete.
869 * config/sh/tm-sh.h (GDB_MULTI_ARCH): Delete.
870 * config/rs6000/tm-rs6000.h (GDB_MULTI_ARCH): Delete.
871 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Delete.
872 * config/mips/tm-mips.h (GDB_MULTI_ARCH): Delete.
873 * config/ia64/tm-ia64.h (GDB_MULTI_ARCH): Delete.
874 * config/cris/tm-cris.h (GDB_MULTI_ARCH): Delete.
875 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Delete.
876
14aaa6ab
AC
8772004-09-01 Andrew Cagney <[email protected]>
878
879 * objfiles.h (struct entry_info): Delete fields main_func_lowpc
880 and main_func_highpc.
881 (INVALID_ENTRY_LOWPC, INVALID_ENTRY_HIGHPC): Delete macros.
882 * objfiles.c (init_entry_point_info, objfile_relocate): Update
883 * nlmread.c (nlm_symfile_read): Update.
884
a343eb3c
JB
8852004-09-01 Joel Brobecker <[email protected]>
886
887 * mips-tdep.c (linked_proc_desc_table): Delete, not used.
888 (mips_insn32_frame_cache): Inline call to find_proc_desc.
889 (find_proc_desc): Remove dead code.
890
4fbbbd07
JB
8912004-09-01 Joel Brobecker <[email protected]>
892
893 * mips-tdep.c (mips_mdebug_frame_cache): Minor reformatting.
894
84acb35a
JJ
8952004-09-01 Jeff Johnston <[email protected]>
896
897 * observer.sh: Add struct so_list declaration.
898 * Makefile.in: Add dependencies on observer.h for solib.c and
899 breakpoint.c.
900 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): New
901 function.
902 (_initialize_breakpoint): Register
903 disable_breakpoints_in_unloaded_shlib as an observer of the
904 "solib unloaded" observation event.
905 (re_enable_breakpoints_in_shlibs): For bp_shlib_disabled breakpoints,
906 call decode_line_1 so unfound breakpoint errors are silent.
907 * solib.c (update_solib_list): When a solib is discovered to have
908 been unloaded by the program, notify all observers of the
909 "solib unloaded" observation event.
910
c8cd9f6c
AC
9112004-09-01 Andrew Cagney <[email protected]>
912
913 * frame.c: Include "objfiles.h".
914 (inside_main_func): New function.
915 (get_prev_frame): Use new inside_main_func.
916 * Makefile.in (frame.o): Update dependencies.
917 * defs.h (inside_main_func): Delete declaration.
918 * blockframe.c (inside_main_func): Delete function.
919
1168df01
JB
9202004-08-31 Jim Blandy <[email protected]>
921
922 * dwarf2read.c (is_vtable_name): New function, based on logic from
923 read_structure_type, but passing the correct length to strncmp,
924 and using 'sizeof' instead of 'strlen'.
925 (read_structure_type): Call it.
926
f14f9744
JB
9272004-08-31 Joel Brobecker <[email protected]>
928
929 * config/powerpc/aix.mh: Add comment.
930
386d4518
PG
9312004-08-31 Paul GIlliam <[email protected]>
932
933 * MAINTAINERS: Add self to Write-After-Approval.
934
7d97d5e2
MI
9352004-08-30 Manoj Iyer <[email protected]>
936
937 * MAINTAINERS: Add self to Write-After-Approval.
938
68f53502
AC
9392004-08-30 Andrew Cagney <[email protected]>
940
941 Fix PR breakpoints/1757.
942 * infrun.c (struct execution_control_state): Replace
943 remove_breakpoints_on_following_step with
944 step_after_step_resume_breakpoint.
945 (init_execution_control_state): Update.
946 (handle_inferior_event): For signals, when stepping off a
947 breakpoint, set step_after_step_resume_breakpoint. When
948 BPSTAT_WHAT_STEP_RESUME, do a single-step off the breakpoint.
949 (keep_going): Delete code handling
950 remove_breakpoints_on_following_step.
951
7ca2d3a3
DL
9522004-08-29 David Lecomber <[email protected]>
953
954 Fix PR gdb/648
955 * language.h (enum array_ordering): New enum.
956 * language.h (struct language_defn): New la_array_ordering
957 attribute.
958 * language.c (unknown_language_defn, auto_language_defn)
959 (local_language_defn): Ditto.
960 * ada-lang.c (ada_language_defn): Ditto.
961 * c-lang.c (c_language_defn, cplus_language_defn)
962 (asm_language_defn, minimal_language_defn): Ditto.
963 * f-lang.c (f_language_defn): Ditto.
964 * jv-lang.c (java_language_defn): Ditto.
965 * m2-lang.c (f_language_defn): Ditto.
966 * objc-lang.c (objc_language_defn): Ditto.
967 * p-lang.c (pascal_language_defn): Ditto.
968 * scm-lang.c (scm_language_defn): Ditto.
969 * eval.c (evaluate_subexp_standard): Assume Fortran arrays are
970 oriented large to small in type structure.
971 * dwarf2read.c (read_array_order): New function.
972 (read_array_type): Use read_array_order to check row/column
973 major ordering.
974
e354df01
NW
9752004-08-27 Nathan J. Williams <[email protected]>
976
977 * target.c (target_resize_to_sections): Check
978 current_target.to_sections for an old value when updating.
979
9185ddce
JB
9802004-08-27 Joel Brobecker <[email protected]>
981
982 * procfs.c (dbx_link_bpt_addr): New static global variable.
983 (dbx_link_shadow_contents): New static global variable.
984 (procfs_wait, case <PR_SYSEXIT>): Handle syssgi events.
985 (procfs_wait, case <FLTBPT>): Remove the __dbx_link brekapoint
986 if we just hit it.
987 (procfs_init_inferior): Enable syssgi() syscall trace if appropriate.
988 Reset dbx_link_bpt_addr as the address of __dbx_link() may change
989 from run to run.
990 (procfs_create_inferior): Remove syssgi syscall-exit notifications
991 after the inferior has been forked.
992 (remove_dbx_link_breakpoint): New function.
993 (dbx_link_addr): New function.
994 (insert_dbx_link_bpt_in_file): New function.
995 (insert_dbx_link_bpt_in_region): New function.
996 (insert_dbx_link_breakpoint): New function.
997 (proc_trace_syscalls_1): New function, extracted from
998 proc_trace_syscalls.
999 (proc_trace_syscalls): Replace extract code by call to
1000 proc_trace_syscalls_1.
1001 * solib-irix.c (disable_break): Remove stop_pc assertion, as it
1002 is no longer valid.
1003
e6742ace
JB
10042004-08-25 Jim Blandy <[email protected]>
1005
1006 * gdbtypes.h (TYPE_CODE_ARRAY): Doc fix.
1007
8fb3e588
AC
10082004-08-25 Andrew Cagney <[email protected]>
1009
629a41ee
AC
1010 * infrun.c (struct execution_control_state): Delete field
1011 "stepping_through_sigtramp".
1012 (init_execution_control_state): Do not set same.
1013 (context_switch): Do not pass same to save_infrun_state and
1014 load_infrun_state.
1015 * gdbthread.h (struct thread_info): Delete field
1016 stepping_through_sigtramp.
1017 (save_infrun_state, load_infrun_state): Delete parameter
1018 stepping_through_sigtramp.
1019 * thread.c (load_infrun_state, save_infrun_state): Update.
1020
8fb3e588
AC
1021 * infrun.c: Re-indent. Move expression operators to the beginning
1022 of the line. Remove long disabled #if 0 code.
1023
49c54768
AC
10242004-08-24 Andrew Cagney <[email protected]>
1025
1026 * doublest.h (floatformat_ieee_quad): Rename
1027 floatformat_ia64_quad.
1028 * doublest.c (floatformat_ieee_quad): Rename
1029 floatformat_ia64_quad.
1030 (_initialize_doublest): Update.
1031
5ca2e327
JB
10322004-08-24 Jim Blandy <[email protected]>
1033
87808bd6
JB
1034 * dwarf2expr.h (struct dwarf_expr_context): New members
1035 'num_pieces' and 'pieces', for returning the result of an
1036 expression that uses DW_OP_piece.
1037 (struct dwarf_expr_piece): New struct type.
1038 * dwarf2expr.c (new_dwarf_expr_context): Initialize num_pieces and
1039 pieces.
1040 (free_dwarf_expr_context): Free pieces, if any.
1041 (add_piece): New function.
1042 (execute_stack_op): Implement DW_OP_piece.
1043 * dwarf2loc.c (dwarf2_evaluate_loc_desc): If the result of the
1044 expression is a list of pieces, print an error message.
1045 (dwarf2_loc_desc_needs_frame): If the expression yields
1046 pieces, and any piece is in a register, then we need a frame.
1047
5ca2e327
JB
1048 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Wait to fetch the top of
1049 the stack until we've decided what sort of result the evaluation
1050 has produced. Use separate variables, with more specific names.
1051
2afeb6b8
RE
10522004-08-23 Richard Earnshaw <[email protected]>
1053
1054 * armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): Define.
1055 (arm_nbsd_thumb_[lb]e_breakpoint): Define.
1056 (arm_netbsd_init_abi_common): Register them.
1057
5885ab49
MK
10582004-08-22 Mark Kettenis <[email protected]>
1059
fda820a6
MK
1060 * config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.
1061
1c5bf419
MK
1062 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Use
1063 safe_frame_unwind_memory instead of target_read_memory.
1064
8cbba7c8
MK
1065 * infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
1066 Reorder includes.
1067 (fetch_register, store_register): Remove prototypes.
1068 (child_resume): Reorganize code and comments such that it is
1069 grouped a bit more logically.
1070 (attach): Explicitly compare errno against 0.
1071 (detach): Likewise. Use perror_with_name instead of
1072 print_sys_errmsg.
1073 * Makefile.in (infptrace.o): Update dependencies.
1074
c5fa4245
MK
1075 * ia64-linux-nat.c: Update copyright year.
1076 (fetch_debug_register, store_debug_register)
1077 (ia64_linux_stopped_by_watchpoint): Replace PTRACE_ARG3_TYPE with
1078 PTRACE_TYPE_ARG3.
1079 * config/ia64/nm-linux.h: Update copyright year.
1080 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines.
1081
387c058c
MK
1082 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Change argument
1083 from CORE_ADDR to struct frame_info *. Use
1084 safe_frame_unwind_memory instead of deprecated_read_memory_nobpt.
1085 (amd64_linux_sigtramp_p): Adjust for changed signature of
1086 and64_linux_sigtramp_start
1087
277215a6
MK
1088 * gdb_ptrace.h: GNU/Linux.
1089
25f6178e
MK
1090 * config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
1091 Remove defines.
1092
652fc137
MK
1093 * infptrace.c: Include "gdb_assert.h".
1094 (PTRACE_XFER_TYPE): Remove define.
1095 (offsetof): Only define if U_REGS_OFFSET isn't defined.
1096 (fetch_register, store_register): Rewrite to use PTRACE_TYPE_RET.
1097 Tweak comment.
1098 (fetch_inferior_registers, store_inferior_registers): Remove
1099 redundant culry braces. Tweak comment. s/regno/regnum.
1100 * Makefile.in (infptrace.o): Update dependencies.
1101
5885ab49
MK
1102 * configure.in: Change test for return type of ptrace to default
1103 to `long' instead of `int'.
1104 * configure: Regenerate.
1105
11003ae3
MK
11062004-08-21 Mark Kettenis <[email protected]>
1107
6b95110c
MK
1108 * config/alpha/alpha-linux.mh (LOADLIBES): New variable.
1109
bcb3dc3d
MK
1110 * configure.in: Check for ttrace function.
1111 * configure, config.in: Regenerate.
1112
11003ae3
MK
1113 * gdb_ptrace.h: New file.
1114 * infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
1115 <sys/ptrace.h>.
1116 (PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
1117 (PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
1118 (attach): Don't define PT_ATTACH.
1119 (detach): Don't define PT_DETACH.
1120 * Makefile.in (gdb_ptrace_h): New variable.
1121 (infptrace.o): Update dependencies.
1122
f8707cac
MK
11232004-08-16 Mark Kettenis <[email protected]>
1124
1125 * inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
1126 instead of `int' if not already defined.
1127 (call_ptrace): Revert change that replaced PTRACE_ARG3_TYPE with
1128 PTRACE_TYPE_ARG3.
1129 * infptrace.c (call_ptrace): Revert change that replaced
1130 PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1131
655c5466
MK
11322004-08-15 Mark Kettenis <[email protected]>
1133
156e5ba7
MK
1134 * config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
1135 Remove defines.
1136
de9a9e51
MK
1137 * linux-nat.c (kill_inferior): Add missing third and fourth
1138 arguments to ptrace call. Don't use PTRACE_ARG3_TYPE.
1139
88800403
MK
1140 * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
1141 PTRACE_TYPE_RET.
1142
849a1d7c
MK
1143 * proc-why.c (proc_prettyfprint_why): Fix format string.
1144
61ad16d1
MK
1145 * solib-osf.c (osf_current_sos): Remove unsused label.
1146
a6ed5501
MK
1147 * configure.in: Add <ncurses/ncurses.h> to the list of possible
1148 curses headers.
1149 * configure, config.in: Regenerate.
1150 * gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
1151 <ncurses/ncurses.h>.
1152
016ddeca
MK
1153 * config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
1154 * config/nm-nbsd.h: Update copyright year.
1155 (PTRACE_ARG3_TYPE): Remove define.
1156
49ec097f
MK
1157 * sparc-nat.c (fetch_inferior_registers)
1158 (store_inferior_registers, sparc_xfer_wcookie):
1159 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1160
9f8e0089
MK
1161 * alphabsd-nat.c (fetch_inferior_registers):
1162 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1163 PTRACE_TYPE_ARG3.
1164 * amd64bsd-nat.c (fetch_inferior_registers)
1165 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1166 PTRACE_TYPE_ARG3.
1167 * armnbsd-nat.c: Update copyright year.
1168 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
1169 (store_register, store_regs, store_fp_register, store_fp_regs):
1170 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1171 * hppabsd-nat.c (fetch_inferior_registers)
1172 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1173 PTRACE_TYPE_ARG3.
1174 * i386bsd-nat.c (fetch_inferior_registers)
1175 (store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
1176 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1177 * m68kbsd-nat.c (fetch_inferior_registers)
1178 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1179 PTRACE_TYPE_ARG3.
1180 * m88kbsd-nat.c (fetch_inferior_registers)
1181 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1182 PTRACE_TYPE_ARG3.
1183 * mipsnbsd-nat.c: Update copyright year.
1184 (fetch_inferior_registers, store_inferior_registers):
1185 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1186 * ns32knbsd-nat.c: Update copyright year.
1187 (fetch_inferior_registers, store_inferior_registers):
1188 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1189 * ppcnbsd-nat.c (fetch_inferior_registers):
1190 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1191 PTRACE_TYPE_ARG3.
1192 * ppcobsd-nat.c (fetch_inferior_registers):
1193 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1194 PTRACE_TYPE_ARG3.
1195 * shnbsd-nat.c: Update copyright year.
1196 (fetch_inferior_registers, store_inferior_registers):
1197 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1198 * vaxbsd-nat.c (fetch_inferior_registers)
1199 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1200 PTRACE_TYPE_ARG3.
1201
655c5466
MK
1202 * inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
1203 PTRACE_TYPE_ARG3.
1204 * infptrace.c (call_ptrace, child_resume, attach, detach)
1205 (U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory)
1206 (udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1207 * inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with
1208 PTRACE_TYPE_ARG3.
1209
c40d0d10
MK
12102004-08-14 Mark Kettenis <[email protected]>
1211
5cb0ff31
MK
1212 * defs.h: Remove out-of-date comment.
1213 [!FCLOSE_PROVIDED] (fclose): Remove prototype.
1214 [!GETENV_PROVIDED] (getenv): Remove prototype.
1215
5f0f34cb
MK
1216 * standalone.c: Remove file.
1217 * Makefile.in (standalone.o): Remove dependency.
1218
7532965f
MK
1219 * i386-linux-nat.c (dummy_sse_values): Remove function and
1220 prototype.
1221 (i386_linux_dr_get): Fix typo in comment.
1222 (LINUX_SYSCALL_REGNUM): Define as I386_EAX_REGNUM.
1223
1bdc6c53
MK
1224 * config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
1225
c40d0d10
MK
1226 * defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
1227 from declaration.
1228 * top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
1229 from definition.
1230
64218d3e
MK
12312004-08-13 Mark Kettenis <[email protected]>
1232
1233 * configure.in (PTRACE_TYPE_ARG3, PTRACE_TYPE_ARG5): Don't use
1234 parenthesis in definition.
1235 * configure: Regenerated.
1236
926c94e7
MC
12372004-08-12 Michael Chastain <[email protected]>
1238
1239 * PROBLEMS: Mention build/1411.
1240
69489883
NN
12412004-08-09 Robert Millan <[email protected]>
1242
1243 Committed by Nathanael Nerode.
1244 * configure.host: Match kfreebsd*-gnu and knetbsd*-gnu.
1245 * configure.tgt: Match kfreebsd*-gnu and knetbsd*-gnu.
1246
ebb7c577
AC
12472004-08-12 Andrew Cagney <[email protected]>
1248
1249 * NEWS: Mention fixes in GDB 6.2.1.
1250 * PROBLEMS: Remove mention of mips-irix.
1251
232d697c
JB
12522004-08-11 Joel Brobecker <[email protected]>
1253
1254 * config/powerpc/xm-aix.h: Delete.
1255 * config/powerpc/aix.mh (MH_FILE): Remove.
1256 * config/powerpc/aix432.mh (MH_FILE): Remove.
1257
72f4e82b
JB
12582004-08-11 Joel Brobecker <[email protected]>
1259
1260 * config/powerpc/aix.mh: Remove obsolete comment.
1261 * config/powerpc/aix432.mh: Likewise.
1262
0687ccb2
JB
12632004-08-11 Joel Brobecker <[email protected]>
1264
1265 * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
1266
dbf3ada7
JB
12672004-08-11 Joel Brobecker <[email protected]>
1268
e08e1886
JB
1269 * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
1270 this file is now empty.
1271 * config/xm-aix4.h: Remove, this file is no longer included
1272 anywhere.
1273
12742004-08-11 Joel Brobecker <[email protected]>
1275
1276 * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h" include,
1277 that file is now empty.
dbf3ada7
JB
1278 (termdef): Remove prototype, function no longer used.
1279
4c525ef6
JB
12802004-08-11 Joel Brobecker <[email protected]>
1281
1282 * doc/gdbint.texinfo (Host Definition): Remove documentation
1283 for USE_O_NOCTTY, no longer used.
1284 * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
1285 * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
1286
82e0b968
JB
12872004-08-11 Joel Brobecker <[email protected]>
1288
1289 * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
1290 * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
1291 * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
1292
f2acbe1c
MK
12932004-08-11 Mark Kettenis <[email protected]>
1294
daa98270
MK
1295 * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
1296 instead of FIVE_ARG_PTRACE.
1297
f2acbe1c
MK
1298 * inflow.c (O_NOCTTY): Define to zero if not already defined.
1299 (new_tty): Use O_NOCTTY unconditionally.
1300
cc377e6b
MK
13012004-08-10 Mark Kettenis <[email protected]>
1302
1303 * procfs.c (procfs_detach): Cleanup. Print process ID, not LWP
1304 ID. Use comma in output. Use gdb_flush on gdb_stdout instead of
1305 fflush on stdout.
1306
3bcc18fa
JB
13072004-08-10 Joel Brobecker <[email protected]>
1308
1309 * xcoff_symfile_finish: Replace last call to xmfree by call
1310 to xfree.
1311
7936743b
AC
13122004-08-10 Andrew Cagney <[email protected]>
1313
cc503c8a
AC
1314 * main.c (captured_main): Delete call to init_malloc.
1315 * defs.h (init_malloc): Delete declaration.
1316 * utils.c (mmalloc, mrealloc, mcalloc, mfree)
1317 (init_malloc): Delete functions.
1318
2dc74dc1
AC
1319 * defs.h (xmfree): Delete.
1320 * utils.c (xmfree): Delete function.
1321 (xfree): Inline calls to xmfree and mfree.
1322 * symmisc.c (free_symtab_block, free_symtab): Use xfree.
1323 * symfile.c (reread_symbols, init_psymbol_list): Ditto.
1324 * source.c (forget_cached_source_info, find_and_open_source): Ditto.
1325 * somread.c (som_symfile_finish): Ditto.
1326 * objfiles.c (allocate_objfile, free_objfile):
1327 * nlmread.c (nlm_symfile_finish): Ditto.
1328 * hpread.c (hpread_symfile_finish): Ditto.
1329 * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
1330 * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
1331 * coffread.c (coff_symfile_finish): Ditto.
1332
aa2ee5f6
AC
1333 * defs.h (xmcalloc): Delete declaration.
1334 * utils.c (xmcalloc): Delete.
1335 (xcalloc): Inline calls to xmcalloc and mcalloc.
1336 * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
1337 xcalloc and xfree.
1338 * symtab.c (create_demangled_names_hash): Ditto.
1339
0efffb96
AC
1340 * defs.h (xmrealloc): Delete.
1341 * utils.c (xmrealloc): Delete.
1342 (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
1343 * symmisc.c (extend_psymbol_list): Use xrealloc.
1344 * source.c (find_source_lines): Ditto.
1345 * hpread.c (hpread_lookup_type): Ditto.
1346 * dbxread.c (add_bincl_to_list): Ditto.
1347
7936743b
AC
1348 * utils.c (xmmalloc): Delete.
1349 (xmalloc): Inline xmmalloc and mmalloc calls.
1350 (msavestring): Use xmalloc.
1351 * defs.h (xmmalloc): Delete declaration.
1352 * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
1353 xmmalloc.
1354 * symmisc.c (extend_psymbol_list): Ditto.
1355 * symfile.c (init_psymbol_list): Ditto.
1356 * source.c (find_source_lines): Ditto.
1357 * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
1358 * elfread.c (elf_symtab_read): Ditto.
1359 * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
1360 * coffread.c (coff_symfile_init): Ditto.
1361
252ab814
DC
13622004-08-10 David Carlton <[email protected]>
1363
1364 * MAINTAINERS: Remove David Carlton from c++ testsuite
1365 maintainers.
1366
8f5ba92b
JG
13672004-08-10 Jerome Guitton <[email protected]>
1368
1369 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
1370 print a line feed before the prompt.
1371
21749010
MK
13722004-08-10 Mark Kettenis <[email protected]>
1373
1374 * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
1375
1f011ce2
JB
13762004-08-09 Joel Brobecker <[email protected]>
1377
1378 General cleanup of the AIX xm include file:
1379 * config/xm-aix4.h (fd_set): Remove undefine.
1380 Remove include of <sys/select.h>.
1381 (HAVE_TERMIO): Remove define.
1382 (USG): Likewise.
1383 (NULL): Remove redefine.
1384 (alloca): Remove #pragma.
1385 (vfork): Remove define.
1386 (termdef): Remove.
1387 (SIGWINCH_HANDLER): Remove.
1388 (SIGWINCH_HANDLER_BODY): Remove.
1389
cf4e7692
MK
13902004-08-09 Mark Kettenis <[email protected]>
1391
1392 * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
1393 GDB_OSABI_OPENBSD_ELF.
1394
ac5754fa
MK
13952004-08-07 Robert Millan <[email protected]>
1396
1397 * bsd-kvm.c: Check for nlist.h before including it.
1398
086ec9eb
MK
13992004-08-09 Mark Kettenis <[email protected]>
1400
bbe06c74
MK
1401 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
1402 sigcontext' offset consistency checks for ancient BSD.
1403
3aa7b3b3
MK
1404 * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
1405
086ec9eb
MK
1406 * configure.in: Check for <sys/types.h>. Check return and
1407 argument types of ptrace.
1408 * configure, config.in: Regenerate.
1409
09991fa0
JB
14102004-08-09 Jim Blandy <[email protected]>
1411
1412 * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
1413 rs6000_register_sim_regno): Doc fixes.
1414
fed7ba43
JB
14152004-08-08 Joel Brobecker <[email protected]>
1416
1417 * mips-tdep.c: Include "floatformat.h".
1418 (n32n64_floatformat_always_valid): New function.
1419 (floatformat_n32n64_long_double_big): New constant.
1420 (mips_gdbarch_init): Set size and format of long double
1421 for N32 and N64 ABIs.
1422 * Makefile.in (mips-tdep.o): Update dependencies.
1423
456fcf94
AC
14242004-08-08 Andrew Cagney <[email protected]>
1425
2f9b146e
AC
1426 * gdbarch.sh: Delete "fmt" and "attrib" fields. Always use %s to
1427 print. Improve script's error messages.
1428 * gdbarch.h: Re-generate.
1429
456fcf94
AC
1430 * gdbarch.sh (pformat): New function.
1431 (float_format, double_format, long_double_format): List with bit
1432 members. Use pformat when printing.
1433 * gdbarch.c, gdbarch.h: Re-generate.
1434
69e9e646
NW
14352004-08-08 Nathan J. Williams <[email protected]>
1436
1437 * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
1438 "gdbcore.h", "regcache.h", and "bsd-kvm.h".
1439 (ppcnbsd_supply_pcb): New function.
1440 (_initialize_ppcnbsd_nat): New prototype and function.
1441 * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
1442 (LOADLIBES): New variable.
1443 * Makefile.in (ppcnbsd-nat.o): Update dependencies.
1444
5ef2d0aa
AC
14452004-08-08 Andrew Cagney <[email protected]>
1446
1447 * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
1448 (builtin_type_ieee_double, builtin_type_ia64_quad)
1449 (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
1450 BE/LE floating-point types.
1451 * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
1452 (builtin_type_ieee_double, builtin_type_ia64_quad)
1453 (builtin_type_ia64_spill): Declare.
1454 * doublest.c (_initialize_doublest, floatformat_ieee_single)
1455 (floatformat_ieee_double, floatformat_arm_ext)
1456 (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
1457 of LE/BE floatformats.
1458 * doublest.h: (struct floatformat, floatformat_ieee_single)
1459 (floatformat_ieee_double, floatformat_arm_ext)
1460 (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
1461
5c7f2947
MK
14622004-08-08 Mark Kettenis <[email protected]>
1463
ecac404d
MK
1464 * i386gnu-nat.c (gnu_store_registers): Fix typo.
1465
9b8607ce
MK
1466 * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
1467 instead of regcache_raw_supply when storing the registers.
1468
f6052080
MK
1469 * i386gnu-nat.c: Update copyright year.
1470 (gnu_store_registers): Don't use deprecated_registers and
1471 deprecated_registers_valid. Use regcache_valid_p and
1472 regcache_raw_supply instead.
1473
17777823
MK
1474 * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
1475 frame_pc_unwind.
1476
5240ceac
MK
1477 * procfs.c (procfs_pid_to_str): Remove redundant and unused
1478 variables. Incapitalized "process".
1479
5c7f2947
MK
1480 * configure.in: Add cursesX to the list of possible curses libs.
1481 Add cursesX.h to the list of possible curses headers.
1482 * configure, config.in: Regenerate.
1483
da7d81e3
NW
14842004-08-07 Nathan J. Williams <[email protected]>
1485
1486 * configure.in: Test for struct lwp in <sys/lwp.h>.
1487 * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
1488 the offset of l_addr in struct lwp.
1489
7f245d65
NW
14902004-08-07 Nathan J. Williams <[email protected]>
1491
1492 * bsd-kvm.c: Include "gdbcore.h"
1493 (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
1494
47b3f456
AC
14952004-08-07 Andrew Cagney <[email protected]>
1496
70bd8e24
AC
1497 * gdbtypes.c (build_flt, build_complex): New functions.
1498 (gdbtypes_post_init): Use.
1499
9b0dea39
AC
1500 * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
1501
5cf7abac
AC
1502 * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
1503 through to builtin_type_uint128.
1504
64d2b26d
AC
1505 * c-exp.y: Use builtin_type function to obtain builtin types.
1506
7ad6570d
AC
1507 * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
1508 builtin_uint128.
1509 * gdbtypes.c (gdbtypes_post_init): Update.
1510 (build_gdbtypes): Move initialization of builtin_type_int0
1511 through to builtin_type_uint128 from here ...
1512 (_initialize_gdbtypes): ... to here.
1513 * d10v-tdep.c (d10v_register_type): Update.
1514
47b3f456
AC
1515 * doublest.c: Update copyright.
1516 (floatformat_from_length): Call error when floatformat is NULL.
1517 (extract_floating_by_length): Remove NULL fmt check.
1518 (store_floating_by_length): Ditto.
1519
0a8146bf
AC
15202004-08-07 Andrew Cagney <[email protected]>
1521
1522 * regcache.c (regcache_raw_read): For the moment, #ifdef assert
1523 that the register is valid.
1524
c0ccb908
MK
15252004-08-05 Mark Kettenis <[email protected]>
1526
8e6bed05
MK
1527 * i386-linux-tdep.c (i386_linux_sigtramp_start)
1528 (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
1529 struct frame_info *. Use safe_frame_unwind_memory instead of
1530 deprecated_read_memory_nobpt.
1531 (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
1532 changed signature of i386_linux_sigtramp_start and
1533 i386_linux_rt_sigtramp_start.
1534
24f9f5e3
MK
1535 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
1536 CORE_ADDR to struct frame_info *. Use safe_frame_unwind_memory
1537 instead of deprecated_read_memory_nobpt.
1538 (i386nbsd_sigtramp_p): Adjust for changed signature of
1539 i386nbsd_sigtramp_offset.
1540
c822af0c
MK
1541 * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
1542 safe_frame_unwind_memory instead of target_read_memory.
1543
c0ccb908
MK
1544 * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
1545 !NO_SYS_FILE.
1546 [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
1547 [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
1548 (_initialize_kernel_u_addr): Remove prototype and function.
1549 * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
1550 !NO_SYS_FILE.
1551 * xcoffread.c: Likewise.
1552
b9e1c0d6
MK
15532004-08-06 Mark Kettenis <[email protected]>
1554
1555 * vax-nat.c: New file.
1556 * vaxbsd-nat.c: Tweak comment.
1557 * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
1558 vaxnbsd-tdep.c.
1559 (vax-nat.o): New dependency.
1560 * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
1561 (vax-*-ultrix2*): Remove.
1562 * config/vax/vax.mh: New file.
1563 * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
1564 (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
1565 (vax_register_u_addr): New prototype.
1566 (REGISTER_U_ADDR): Define using vax_register_u_addr.
1567 * config/vax/vaxult2.mh: Remove file.
1568 * config/vax/vaxult.mh: Remove file.
1569 * config/vax/vaxbsd.mh: Remove file.
1570 * config/vax/vax.mt (TM_FILE): Remove.
1571 * config/vax/tm-vaxbsd.h: Remove file.
1572
9ad7bec7
JB
15732004-08-06 Joel Brobecker <[email protected]>
1574
1575 * aix-thread.c (get_signaled_thread): New function.
1576 (iter_trap): Delete, no longer used.
1577 (iter_tid): New function.
1578 (pd_update): Find the thread that received the SIGTRAP signal
1579 by first locating the kernel thread, and then finding its
1580 associated thread.
1581
bf0d233d
UW
15822004-08-06 Ulrich Weigand <[email protected]>
1583
1584 * lin-lwp.c (child_wait): Continue inferior after processing
1585 PTRACE_EVENT_CLONE event.
1586
d0f853e1
NN
15872004-08-05 Nathanael Nerode <[email protected]>
1588
1589 * MAINTAINERS: Add self to Write-After-Approval.
1590
ab14aeb0
JJ
15912004-08-05 Jeff Johnston <[email protected]>
1592
1593 * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
1594 libunwind-xxxx.so" where xxxx is UNW_TARGET.
1595
9c8dbfa9
AC
15962004-08-05 Andrew Cagney <[email protected]>
1597
c8f3ca46
AC
1598 * config/xm-sysv4.h: Delete file.
1599 * config/mips/xm-irix5.h: Delete file.
1600 * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
1601 * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
1602 * config/ia64/xm-aix.h: Delete file.
1603 * config/ia64/aix.mh (XM_FILE): Delete.
1604 * config/pa/xm-hppah.h: Delete file.
1605 * config/pa/hpux11w.mh (XM_FILE): Delete.
1606 * config/pa/hpux11.mh (XM_FILE): Delete.
1607 * config/pa/hpux1020.mh (XM_FILE): Delete.
1608 * config/pa/hppahpux.mh (XM_FILE): Delete.
1609
5f7daaff
AC
1610 * config/alpha/xm-alphalinux.h: Delete file.
1611 * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
1612 * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
1613 * config/alpha/xm-alphaosf.h: Delete file.
1614 * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
1615 * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
1616 * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
1617 * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
1618
69babf95
AC
1619 * config/i386/xm-i386v.h: Delete file.
1620 * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
1621 * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
1622 * config/i386/xm-i386sco.h: Delete file.
1623 * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
1624 * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
1625 * config/i386/xm-i386v4.h: Delete file.
1626 * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
1627 * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
1628 * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
1629 * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
1630
6f009c8a
AC
1631 * config/vax/xm-vax.h: Delete file.
1632 * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
1633 * config/vax/xm-vaxult2.h: Delete file.
1634 * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
1635 * config/vax/vaxult2.mh (XM_FILE): Delete.
1636 * config/vax/xm-vaxult.h: Delete file.
1637 * config/vax/vaxult.mh (XM_FILE): Delete.
1638 * config/vax/xm-vaxbsd.h: Delete file.
1639 * config/vax/vaxbsd.mh (XM_FILE): Delete.
1640
9c8dbfa9
AC
1641 * gdbarch.sh (deprecated_frame_saved_pc): Delete.
1642 * gdbarch.h, gdbarch.c: Re-generate.
1643 * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
1644 * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
1645 * frame.h: Delete deprecated_read_fp from comments.
1646 * arch-utils.c (deprecated_init_frame_pc_default): Delete.
1647 * arch-utils.h (deprecated_init_frame_pc_default): Delete.
1648
84367a3e
MK
16492004-08-04 Mark Kettenis <[email protected]>
1650
9c8e3411
MK
1651 * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
1652 trampoline in OpenBSD 3.5-current.
1653
b87bc0d8
MK
1654 * i387-tdep.c (i387_supply_fsave): Provide summy values for the
1655 SSE registers.
1656
84367a3e
MK
1657 * Makefile.in: Remove embedded page breaks.
1658
a44bddec
JB
16592004-08-04 Jim Blandy <[email protected]>
1660
7ab3286f
JB
1661 * regcache.c (regcache_raw_read): Assert that, after calling
1662 target_fetch_registers, the register we're reading is cached.
1663
a44bddec
JB
1664 * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
1665 a call to 'internal_error', with a more helpful error message.
1666 * rs6000-tdep.c (e500_pseudo_register_read,
870d65d5 1667 e500_pseudo_register_write, rs6000_store_return_value): Same.
a44bddec 1668
35124113
AC
16692004-08-04 Andrew Cagney <[email protected]>
1670
1671 * Makefile.in: Update dependencies.
1672
9f643768
JB
16732004-08-04 Jim Blandy <[email protected]>
1674
6ced10dd
JB
1675 Change the layout of the PowerPC E500 raw register cache to allow
1676 the lower 32-bit halves of the GPRS to be their own raw registers,
1677 not pseudoregisters.
1678 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
1679 add ppc_ev0_upper_regnum flag.
1680 * rs6000-tdep.c: #include "reggroups.h".
1681 (spe_register_p): Recognize the ev upper half registers as SPE
1682 registers.
1683 (init_sim_regno_table): Build gdb->sim mappings for the upper-half
1684 registers.
1685 (e500_move_ev_register): New function.
1686 (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
1687 vector registers are the pseudo-registers now, formed by splicing
1688 together the gprs and the upper-half registers.
1689 (e500_register_reggroup_p): New function.
1690 (P): Macro deleted.
1691 (P8, A4): New macro.
1692 (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
1693 (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
1694 macros.
1695 (registers_e500): Rearrange register set so that the raw register
1696 set contains 32-bit GPRs and upper-half registers, and the SPE
1697 vector registers become pseudo-registers.
1698 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
1699 it has been deleted. Initialize ppc_ev0_upper_regnum. Many other
1700 register numbers are now the same for the E500 as they are for
1701 other PowerPC variants. Register e500_register_reggroup_p as the
1702 register group function for the E500.
1703 * Makefile.in (rs6000-tdep.o): Update dependencies.
1704
1705 Adapt PPC E500 native support to the new raw regcache layout.
1706 * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
1707 (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
1708 (fetch_spe_register, store_spe_register): Handle fetching/storing
1709 all the SPE registers at once, if regno == -1. These now take
1710 over the job of fetch_spe_registers and store_spe_registers.
1711 (fetch_spe_registers, store_spe_registers): Deleted.
1712 (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
1713 unconditionally; they're always raw. Fetch/store SPE upper half
1714 registers, if present, instead of ev registers.
1715 (fetch_register, store_register): Remove sanity checks: gprs are
1716 never pseudo-registers now, so we never need to even mention any
1717 registers that are ever pseudoregisters.
1718
9f643768
JB
1719 Use a fixed register numbering when communicating with the PowerPC
1720 simulator.
1721 * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
1722 * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
1723 (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno):
1724 New functions.
1725 (rs6000_gdbarch_init): Register rs6000_register_sim_regno. Call
1726 init_sim_regno_table.
1727 * Makefile.in (gdb_sim_ppc_h): New variable.
1728 (rs6000-tdep.o): Update dependencies.
1729
1e2279c8
AC
17302004-08-02 Andrew Cagney <[email protected]>
1731
1d94326f
AC
1732 * cris-tdep.c (cris_register_size): Restore function, still used
1733 locally.
1734
331ae7ed
AC
1735 * gdbarch.sh (deprecated_target_read_fp)
1736 (deprecated_frame_locals_address, deprecated_frame_args_address)
1737 (deprecated_frame_chain_valid, deprecated_frame_chain)
1738 (deprecated_init_extra_frame_info, deprecated_pop_frame)
1739 (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
1740 (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
1741 * gdbarch.h, gdbarch.c: Re-generate.
1742 * regcache.c (deprecated_read_fp): Do not call
1743 DEPRECATED_TARGET_READ_FP_P.
1744 * infcmd.c (default_print_registers_info): Do not call
1745 DEPRECATED_DO_REGISTERS_INFO.
1746 * frame-base.c (default_frame_locals_address): Do not call
1747 DEPRECATED_FRAME_LOCALS_ADDRESS.
1748 (default_frame_args_address): Do not call
1749 DEPRECATED_FRAME_ARGS_ADDRESS.
1750
1e2279c8
AC
1751 * gdbarch.sh (deprecated_register_raw_size)
1752 (deprecated_register_virtual_size:int): Delete.
1753 * gdbarch.h, gdbarch.c: Re-generate.
1754 * cris-tdep.c (cris_register_size): Delete.
1755 (cris_gdbarch_init): Update.
1756 * alpha-tdep.c (alpha_register_raw_size)
1757 (alpha_register_virtual_size): Delete.
1758 (alpha_gdbarch_init): Update.
1759
a90c06b4
AC
1760 * gdbarch.sh (deprecated_register_virtual_type)
1761 (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
1762 (deprecated_dummy_write_sp): Delete.
1763 * gdbarch.h, gdbarch.c: Re-generate.
1764
f42accbe
AC
1765 * gdbarch.sh (deprecated_register_bytes): Delete.
1766 * gdbarch.h, gdbarch.c: Re-generate.
1767 * regcache.c (deprecated_register_bytes): New function.
1768 * regcache.h (deprecated_register_bytes): Declare.
1769 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1770 * v850-tdep.c (v850_gdbarch_init): Update.
1771 * sh64-tdep.c (sh64_gdbarch_init): Update.
1772 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
1773 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1774 * mcore-tdep.c (mcore_gdbarch_init): Update.
1775 * cris-tdep.c (cris_gdbarch_init): Update.
1776 * arm-tdep.c (arm_gdbarch_init): Update.
1777 * remote.c (init_remote_state): Update.
1778 * remote-vx.c (vx_prepare_to_store): Update.
1779 * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
1780 * irix5-nat.c (fetch_core_registers): Update.
1781 * cris-tdep.c (cris_register_bytes_ok): Update.
1782 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
1783
45c9dd44
AC
1784 * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
1785 (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
1786 (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
1787 (mips_insn16_frame_base_address, mips_insn16_frame_base)
1788 (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
1789 (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
1790 (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
1791 (mips_insn32_frame_base_address, mips_insn32_frame_base)
1792 (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
1793 with mips_insn16 and mips_insn32.
1794
3acba339
AC
1795 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
1796 * rs6000-tdep.c (rs6000_push_dummy_call)
1797 (rs6000_extract_return_value): Use register_size.
1798 * xstormy16-tdep.c (xstormy16_get_saved_register)
1799 (xstormy16_extract_return_value): Ditto.
1800 * valops.c (value_assign): Ditto.
1801 * v850ice.c (v850ice_fetch_registers, v850ice_store_registers):
1802 * v850-tdep.c (v850_extract_return_value): Ditto.
1803 * tracepoint.c (collect_symbol): Ditto.
1804 * target.c (debug_print_register): Ditto.
1805 * stack.c (frame_info): Ditto.
1806 * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
1807 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
1808 * remote.c (struct packet_reg, remote_wait, remote_async_wait)
1809 (store_register_using_P): Ditto.
1810 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
1811 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
1812 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
1813 * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
1814 * regcache.c (deprecated_read_register_bytes)
1815 (deprecated_write_register_bytes, read_register)
1816 (write_register): Ditto.
1817 * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
1818 (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
1819 * monitor.c (monitor_supply_register, monitor_fetch_register)
1820 (monitor_store_register): Ditto.
1821 * mn10300-tdep.c (mn10300_pop_frame_regular)
1822 (mn10300_print_register): Ditto.
1823 * mipsv4-nat.c (fill_fpregset): Ditto.
1824 * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset)
1825 (mips64_fill_fpregset): Ditto.
1826 * mi/mi-main.c (register_changed_p, get_register)
1827 (mi_cmd_data_write_register_values): Ditto.
1828 * lynx-nat.c (fetch_inferior_registers, store_inferior_registers):
1829 * irix5-nat.c (fill_gregset, fetch_core_registers):
1830 * infrun.c (write_inferior_status_register): Ditto.
1831 * infptrace.c (fetch_register, store_register): Ditto.
1832 * infcmd.c (default_print_registers_info): Ditto.
1833 * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
1834 * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
1835 * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
1836 * hpux-thread.c (hpux_thread_fetch_registers)
1837 (hpux_thread_store_registers): Ditto.
1838 * hppah-nat.c (store_inferior_registers, fetch_register):
1839 * findvar.c (value_from_register): Ditto.
1840 * dve3900-rom.c (fetch_bitmapped_register):
1841 * cris-tdep.c (cris_gdbarch_init): Ditto.
1842 * alpha-tdep.h: Ditto.
1843 * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
1844
01e1877c
AC
1845 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
1846 DEPRECATED_REGISTER_RAW_SIZE from comments.
1847 * regcache.c (init_regcache_descr, regcache_dump): Do not check or
1848 use DEPRECATED_REGISTER_VIRTUAL_SIZE and
1849 DEPRECATED_REGISTER_RAW_SIZE.
1850 * findvar.c (value_of_register): Simplify by assuming that the
1851 registers raw and virtual sizes are identical.
1852 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
1853 comment.
1854 * arch-utils.c (generic_register_size): Simplify by assuming
1855 register_type.
1856
73f458fb
AC
1857 * regcache.c (legacy_read_register_gen, real_register)
1858 (legacy_write_register_gen): Delete, not used.
1859
336a3131
AC
1860 * regcache.c (struct regcache_descr): Delete legacy_p.
1861 (init_legacy_regcache_descr): Delete function.
1862 (init_regcache_descr): Delete call to init_legacy_regcache_descr.
1863 Do not use deprecated register functions.
1864 (regcache_raw_read, deprecated_write_register_gen):
1865 (deprecated_read_register_gen, regcache_raw_write): Delete code
1866 predicated on legacy_p.
1867 (register_size): Delete check against register raw size.
1868
c1d546cd
AC
1869 * cris-tdep.c (cris_register_type): Replace
1870 cris_register_virtual_type.
1871 (cris_gdbarch_init): Update, set register_type.
1872
48c2c0a6
AC
1873 * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
1874 * gdbarch.h, gdbarch.c: Re-generate.
1875 * arm-tdep.c (arm_frameless_function_invocation): Delete.
1876 (arm_gdbarch_init) Do not set frameless function invocation.
1877 * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
1878 * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
1879 * frv-tdep.c (frv_frameless_function_invocation): Delete.
1880 (frv_gdbarch_init): Do not set frameless function invocation.
1881 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
1882 * sh-tdep.c (sh_gdbarch_init): Ditto.
1883 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
1884 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1885 * avr-tdep.c (avr_gdbarch_init): Ditto.
1886
474093a6
AC
1887 * blockframe.c (legacy_frame_chain_valid): Delete function.
1888
3c109c8b
AC
1889 * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
1890 and pc. Update comments.
1891 (pc_in_dummy_frame): Delete function.
1892 (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
1893 use the "id".
1894 (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
1895 call_hi, top and pc, use the id.
1896 (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
1897
96860204
AC
1898 * dummy-frame.c: Include "gdb_string.h".
1899 (generic_save_call_dummy_addr, generic_push_dummy_frame)
1900 (generic_save_dummy_frame_tos): Delete.
1901 (dummy_frame_push): New function, replaces above.
1902 * dummy-frame.h: Update copyright.
1903 (dummy_frame_push): Declare.
1904 * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
1905 (generic_save_call_dummy_addr): Delete declarations.
1906 * infcall.c: Include "dummy-frame.h".
1907 (call_function_by_hand): Add locals caller_regcache,
1908 caller_regcache_cleanup and dummy_id. Replace push_dummy_frame
1909 with call to frame_save_as_regcache plus cleanup. Delete calls to
1910 generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
1911 Move clear_proceed_status to just before the resume, add call to
1912 dummy_frame_push (discard cleanup).
1913 * Makefile.in (infcall.o): Add $(dummy_frame_h).
1914 (dummy-frame.o): Add $(gdb_string_h).
1915
d67ec5db
AC
19162004-08-01 Andrew Cagney <[email protected]>
1917
1918 * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
1919 * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
1920 * dummy-frame.c (find_dummy_frame): Delete.
1921 (struct dummy_frame_cache, dummy_frame_sniffer)
1922 (dummy_frame_prev_register, dummy_frame_this_id)
1923 (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
1924 frame unwinder using a dummy_frame_cache.
1925
a81dcb05
AC
19262004-08-01 Andrew Cagney <[email protected]>
1927
1928 * frame.h (frame_save_as_regcache): Declare.
1929 * frame.c (frame_save_as_regcache): New function.
1930 (do_frame_read_register): Replace do_frame_unwind_register.
1931 (frame_pop): Use frame_save_as_regcache.
1932 * dummy-frame.c (generic_push_dummy_frame): Use
1933 frame_save_as_regcache.
1934
aa495d11
JB
19352004-08-01 Joel Brobecker <[email protected]>
1936
1937 * dwarf2read.c (dwarf_decode_lines): Do not consider the current
1938 file as included until we record the first line in the linetable.
1939
ff65ac78
AC
19402004-08-01 Andrew Cagney <[email protected]>
1941
1942 * frame.h (deprecated_pop_dummy_frame)
1943 (deprecated_read_register_dummy)
1944 (deprecated_generic_find_dummy_frame): Delete.
1945 * dummy-frame.c (deprecated_generic_find_dummy_frame)
1946 (deprecated_read_register_dummy)
1947 (deprecated_find_dummy_frame_regcache)
1948 (discard_innermost_dummy)
1949 (deprecated_pop_dummy_frame): Delete.
1950 (dummy_frame_this_id): Simplify.
1951 (struct dummy_frame): Delete "fp" and "sp".
1952 (find_dummy_frame): Simplify.
1953 (generic_push_dummy_frame): Do not set "fp" or "sp".
1954 (fprint_dummy_frames): Do not print "fp" and "sp"
1955
37bdc87e
MK
19562004-08-01 Mark Kettenis <[email protected]>
1957
1958 * i386-tdep.c (I386_MAX_INSN_LEN): New define.
1959 (struct i386_insn): New structure.
1960 (i386_match_insn): New function.
1961 (i386_frame_setup_skip_insns): New variable.
1962 (i386_analyze_frame_setup): Change to use i386_match_insn and the
1963 array i386_frame_setup_insns of instructions that should be
1964 skipped inside the frame setup sequence.
1965
8241eaa6
AC
19662004-08-01 Andrew Cagney <[email protected]>
1967
5bc602c7
AC
1968 * frame.h (deprecated_frame_xmalloc_with_cleanup)
1969 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
1970 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
1971 * stack.c (frame_info): Delete references to
1972 DEPRECATED_FRAME_INIT_SAVED_REGS and
1973 deprecated_get_frame_saved_regs.
1974 * frame.c (struct frame_info): Delete saved_regs and extra_info.
1975 (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
1976 (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
1977 (frame_unwind_register_signed)
1978 (frame_unwind_register_unsigned)
1979 (frame_unwind_unsigned_register): Use register_size.
1980 (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
1981 (deprecated_frame_xmalloc_with_cleanup)
1982 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
1983 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
1984
03d363a1
AC
1985 * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
1986 * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
1987 * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
1988 * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
1989
8241eaa6
AC
1990 * infcall.c (call_function_by_hand): Do not use
1991 DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
1992 DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
1993 DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
1994 DEPRECATED_STACK_ALIGN.
1995
f00df8b7
AC
19962004-07-30 Ramana Radhakrishnan <[email protected]>
1997
1998 Committed by Andrew Cagney.
1999 * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
2000
eec63939
AC
20012004-08-01 Andrew Cagney <[email protected]>
2002
2003 * mips-tdep.c (mips16_frame_cache)
2004 (mips16_frame_this_id, mips16_frame_prev_register)
2005 (mips16_frame_unwind, mips16_frame_sniffer)
2006 (mips16_frame_base_address, mips16_frame_base)
2007 (mips16_frame_base_sniffer, mips32_frame_cache)
2008 (mips32_frame_this_id, mips32_frame_prev_register)
2009 (mips32_frame_unwind, mips32_frame_sniffer)
2010 (mips32_frame_base_address, mips32_frame_base)
2011 (mips32_frame_base_sniffer): Clone the mdebug unwinder into
2012 separate heuristic mips16 and mips32 unwinders.
2013 (mips_stub_frame_cache, mips_stub_frame_this_id)
2014 (mips_stub_frame_prev_register)
2015 (mips_stub_frame_unwind, mips_stub_frame_sniffer)
2016 (mips_stub_frame_base_address, mips_stub_frame_base)
2017 (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
2018 (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
2019 match true mdebug frames.
2020 (non_heuristic_proc_desc): Add forward declaration.
2021
e66299b3
AC
20222004-08-01 Andrew Cagney <[email protected]>
2023
83cbbf3e
AC
2024 * config/mips/tm-irix6.h: Delete file.
2025 * config/mips/tm-irix5.h: Delete file.
2026 * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
2027 * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
2028
22d41b37
AC
2029 * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
2030 * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
2031 * config/nm-gnu.h (NO_CORE_OPS): Delete.
2032 * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
2033 * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
2034 * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
2035 * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
2036 * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
2037 * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
2038 * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
2039 * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
2040 (TARGET_SIGNAL_RAW_VALUES): Delete.
2041 * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
2042 Delete.
2043 * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT)
2044 (TARGET_HW_WATCH_LIMIT): Delete.
2045 * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
2046 * minimon.h: Delete file.
2047
e66299b3
AC
2048 * trad-frame.c (trad_frame_get_this_base)
2049 (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
2050 functions.
2051 * trad-frame.h (trad_frame_set_this_base)
2052 (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
2053
1f67027d
AC
20542004-07-31 Andrew Cagney <[email protected]>
2055
2056 * trad-frame.c (trad_frame_get_prev_register): Rename
2057 trad_frame_get_prev_register.
2058 * vax-tdep.c (vax_frame_prev_register): Update.
2059 * trad-frame.h: Update.
2060 * trad-frame.c (trad_frame_get_register): Update.
2061 * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
2062 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
2063 Update.
2064 * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
2065 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
2066 Update.
2067 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
2068 Update.
2069 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
2070 Update.
2071 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
2072 Update.
2073 * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
2074 Update.
2075 * s390-tdep.c (s390_frame_prev_register)
2076 (s390_stub_frame_prev_register)
2077 (s390_sigtramp_frame_prev_register): Update.
2078 * rs6000-tdep.c (rs6000_frame_prev_register): Update.
2079 * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
2080 * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
2081 * m88k-tdep.c (m88k_frame_prev_register)
2082 * m68hc11-tdep.c (m68hc11_frame_prev_register)
2083 * m32r-tdep.c (m32r_frame_prev_register): Update.
2084 * hppa-tdep.c (hppa_frame_prev_register_helper)
2085 * frv-tdep.c (frv_frame_prev_register): Update.
2086 * d10v-tdep.c (d10v_frame_prev_register): Update.
2087 * cris-tdep.c (cris_frame_prev_register): Update.
2088 * avr-tdep.c (avr_frame_prev_register): Update.
2089 * arm-tdep.c (arm_prologue_prev_register)
2090 (arm_sigtramp_prev_register): Update.
2091
c1bf6f65
AC
20922004-07-31 Andrew Cagney <[email protected]>
2093
2094 * frame.h (legacy_saved_regs_unwind)
2095 (legacy_frame_chain_valid, legacy_frame_p)
2096 (enum frame_type): Delete UNKNOWN_FRAME.
01fbbd97
AC
2097 * dummy-frame.c (dummy_frame_this_id): Simplify.
2098 * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
c1bf6f65
AC
2099 * frame.c (struct frame_info): Delete the field "type".
2100 (legacy_saved_regs_prev_register, legacy_get_prev_frame)
2101 (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
2102 (legacy_saved_regs_unwind, legacy_frame_p)
2103 (frame_type_from_pc): Delete.
2104 (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
2105 (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
2106
dc856692
MK
21072004-07-31 Mark Kettenis <[email protected]>
2108
5a5effe1
MK
2109 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
2110 indentation.
2111
d4fd50a6
MK
2112 * mips-nat.c: Remove file.
2113 * Makefile.in (ALLDEPFILES): Remove mips-nat.c
2114 (mips-nat.o): Remove dependency.
2115
2689df5a
MK
2116 * infptrace.c: Update copyright year.
2117 (fetch_register): Pass NULL in regcache_raw_supply call instead of
2118 explicitly setting the buffer to all zeroes.
2119
dc856692
MK
2120 * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
2121 (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
2122
763910e0
AC
21232004-07-30 Andrew Cagney <[email protected]>
2124
2125 * GDB 6.2 released from gdb_6_2-branch.
2126
0b66e38c
EZ
21272004-07-30 Baurjan Ismagulov <[email protected]>
2128
2129 * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
2130
2131 * exec.c (exec_file_attach):
2132 * nto-tdep.c (nto_find_and_open_solib):
2133 * pa64solib.c (pa64_solib_sizeof_symbol_table):
2134 * solib.c (solib_open):
2135 * somsolib.c (som_solib_sizeof_symbol_table):
2136 * source.c (is_regular_file, openp, open_source_file):
2137 * symfile.c (symfile_bfd_open):
2138 * wince.c (upload_to_device): Differentiate between the search for
2139 binary and source files.
2140
be7d7357
AC
21412004-07-30 Andrew Cagney <[email protected]>
2142
2143 * complaints.c (_initialize_complaints): Pass NULL to
2144 add_setshow_zinteger_cmd for help_doc.
2145 * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
2146
ddc9cd0f
AC
21472004-07-30 Andrew Cagney <[email protected]>
2148
2149 Fix PR i18n/761.
2150 * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
2151 (.PHONY): Add all-po install-po, uninstall-po, clean-po,
2152 $(PACKAGE).pot and update-po.
2153 (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
2154 (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
2155 (update-po): New rules.
2156 (localedir): Define using autoconf.
2157 (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
2158 (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
2159 (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
2160 * configure.in: Generate CATALOGS and LINGUAS from contents of
2161 src/gdb/po/ directory. Set @localedir@ in Makefile.in.
2162 * configure: Re-generate.
2163 * po/gdbtext: New file
2164
e92f3704
JG
21652004-07-30 Jerome Guitton <[email protected]>
2166
2167 * MAINTAINERS: Reorder Write After Approval list in alphabetical
2168 order.
2169
b0f35d58
DL
21702004-07-30 David Lecomber <[email protected]>
2171
2172 * dwarf2read.c (read_file_scope): Set producer if attribute
2173 present.
2174 (struct dwarf2_cu): Added new member producer.
2175
ce7d4522
JG
21762004-07-30 Jerome Guitton <[email protected]>
2177
2178 * inflow.c (kill_command): release file handles in BFD.
2179 * exec.c (exec_file_attach): Ditto.
2180 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
2181
05ee07c7
AC
21822004-07-29 Andrew Cagney <[email protected]>
2183
2184 * PROBLEMS (mips-irix): Note that it is broken.
2185
62eceb47
AC
21862004-07-29 Andrew Cagney <[email protected]>
2187
e57b8d41
AC
2188 * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
2189 * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
2190
d334389b
AC
2191 * config/xm-nbsd.h: Delete file.
2192 * config/arm/xm-nbsd.h: Delete file.
2193 * config/i386/xm-nbsd.h: Delete file.
2194 * config/ns32k/xm-nbsd.h: Delete file.
2195 * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
2196 * config/i386/nbsdelf.mh (XM_FILE): Delete.
2197 * config/i386/nbsdaout.mh (XM_FILE): Delete.
2198 * config/arm/nbsdelf.mh (XM_FILE): Delete.
2199 * config/arm/nbsdaout.mh (XM_FILE): Delete.
2200
e910f676
AC
2201 * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
2202 * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
2203 * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
2204 * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
2205 * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
2206 * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
2207
6fa856b9
AC
2208 * config/powerpc/xm-linux.h: Delete empty file.
2209 * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
2210 * config/powerpc/linux.mh (XM_FILE): Delete.
2211 * config/m68k/xm-linux.h: Delete empty file.
2212 * config/m68k/linux.mh (XM_FILE): Delete.
2213 * config/ia64/xm-linux.h: Delete empty file.
2214 * config/ia64/linux.mh (XM_FILE): Delete.
2215 * config/arm/xm-linux.h: Delete empty file.
2216 * config/arm/linux.mh (XM_FILE): Delete.
2217
471ae5ae
AC
2218 * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2219 * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
2220 * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2221 * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
2222 * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2223 * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
2224 * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2225 * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
2226
62eceb47
AC
2227 * config/m68k/xm-m68k.h: Delete file.
2228 * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h". Update
2229 copyright.
2230 (HOST_LONG_DOUBLE_FORMAT): Delete macro.
2231 * config/pa/xm-linux.h: Delete empty file.
2232 * config/pa/linux.mh (XM_FILE): Delete.
2233 * config/i386/xm-i386.h: Delete empty file.
2234 * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
2235 "i386/xm-i386.h".
2236 * config/i386/obsdaout.mh (XM_FILE): Delete.
2237 * config/i386/obsd64.mh (XM_FILE): Delete.
2238 * config/i386/fbsd64.mh (XM_FILE): Delete.
2239 * config/i386/nto.mh (XM_FILE): Delete.
2240 * config/i386/obsd.mh (XM_FILE): Delete.
2241 * config/i386/linux64.mh (XM_FILE): Delete.
2242 * config/i386/linux.mh (XM_FILE): Delete.
2243 * config/i386/i386sol2.mh (XM_FILE): Delete.
2244 * config/i386/i386gnu.mh (XM_FILE): Delete.
2245 * config/i386/fbsd.mh (XM_FILE): Delete.
2246 * config/i386/nbsd64.mh (XM_FILE): Delete.
2247
c35f4ffc
AC
22482004-07-29 Andrew Cagney <[email protected]>
2249
2250 * config/pa/xm-linux.h: Do not include "floatformat.h".
2251 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2252 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
2253 * config/i386/xm-i386.h: Do not include "floatformat.h".
2254 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2255 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
2256 * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2257 (HOST_LONG_DOUBLE_FORMAT): Delete macros. Use
2258 GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
2259 GDB_HOST_LONG_DOUBLE_FORMAT instead.
2260 * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
2261 (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
2262 * configure, config.in: Regenerate.
2263 * configure.host (gdb_host_float_format, gdb_host_double_format)
2264 (gdb_host_long_double_format): Set according to the host.
2265
624a44a3
AC
22662004-07-29 Andrew Cagney <[email protected]>
2267
2268 * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
2269
0dea2468
AC
22702004-07-28 Andrew Cagney <[email protected]>
2271
2272 * PROBLEMS: Mention threads/1650.
2273 * NEWS: Mention the NPTL fix.
2274
b3f42336
AC
22752004-07-28 Andrew Cagney <[email protected]>
2276
2277 * cli/cli-decode.c (add_setshow_cmd): Delete function.
2278 (add_setshow_cmd_full): Make static.
2279 * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
2280 (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
2281 * cli/cli-decode.c (add_setshow_filename_cmd)
2282 (add_setshow_string_cmd): New functions.
2283 * nto-tdep.c (_initialize_nto_tdep): Update. Fix parameters.
2284 * mips-tdep.c (_initialize_mips_tdep): Update.
2285 * m32r-rom.c (_initialize_m32r_rom): Update. Update copyright.
2286 * cli/cli-logging.c (_initialize_cli_logging): Update.
2287 * complaints.c (_initialize_complaints): Update.
2288 * remote.c (_initialize_remote): Update.
2289
3b64bf98
AC
22902004-07-28 Andrew Cagney <[email protected]>
2291
2292 * cli/cli-decode.c (add_setshow_zinteger_cmd)
2293 (add_setshow_cmd, add_setshow_auto_boolean_cmd)
2294 (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
2295 print parameters. Make string parameters constant.
2296 * command.h: Update. Update copyright.
2297 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
2298 * observer.c (_initialize_observer): Ditto.
2299 * frame.c (_initialize_frame): Ditto.
2300 * complaints.c (_initialize_complaints): Ditto.
2301 * maint.c (_initialize_maint_cmds): Ditto.
2302 * target.c (initialize_targets): Ditto.
2303 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
2304 * infcall.c (_initialize_infcall): Ditto.
2305 * arm-tdep.c (_initialize_arm_tdep): Ditto.
2306 * m32r-rom.c (_initialize_m32r_rom): Ditto.
2307 * remote-rdi.c (_initialize_remote_rdi): Ditto.
2308 * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
2309 * mips-tdep.c (_initialize_mips_tdep): Ditto.
2310
e9667a65
AC
23112004-07-28 Andrew Cagney <[email protected]>
2312
54a5b07d
AC
2313 * gdbtypes.c (lookup_primitive_typename): Delete function.
2314 * gdbtypes.h (lookup_primitive_typename): Delete declaration.
2315 * ada-lex.l: Use language_lookup_primitive_type_by_name.
2316 * gdbtypes.c (lookup_typename): Ditto.
2317 * f-exp.y (yylex): Ditto.
2318 * c-exp.y (yylex): Ditto, eliminate assignment in "if".
2319
e9667a65
AC
2320 * scm-lang.c (c_builtin_types): Delete extern declaration.
2321 (scm_language_defn): Replace
2322 string_char_type and primitive_type_vector with
2323 la_language_arch_info.
2324 * jv-lang.c (java_language_defn): Replace
2325 string_char_type and primitive_type_vector with
2326 la_language_arch_info.
2327 * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
2328 c_builtin_types in comment.
2329 * c-lang.h (struct language_arch_info): Declare opaque.
2330 (c_language_arch_info): Declare.
2331 (c_builtin_types): Delete declaration.
2332 * c-lang.c (c_language_arch_info): Set string_char_type to
2333 builtin_char, not builtin_true_char. Make global.
2334 (c_builtin_types): Delete array.
2335 (asm_language_defn, minimal_language_defn): Replace
2336 string_char_type and primitive_type_vector with
2337 la_language_arch_info.
2338
685419e2
AC
23392004-07-28 Andrew Cagney <[email protected]>
2340
2341 * gdbtypes.h (struct builtin_type): Rename true_char to
2342 builtin_true_char.
2343 * gdbtypes.c (gdbtypes_post_init): Update.
2344 * c-lang.c (arch_info): New function.
2345 (enum c_primitive_types): New enum.
2346 (c_language_defn): Instead of string_char_type and
2347 primitive_type_vector set la_language_arch_info.
2348
5a44ea29
AC
23492004-07-28 Andrew Cagney <[email protected]>
2350
2351 * language.h (struct language_arch_info): Fix typo
2352 s/primative/primitive/.
2353 * gdbtypes.c (lookup_primitive_typename): Ditto.
2354 * language.c (language_lookup_primitive_type_by_name)
2355 (unknown_language_arch_info): Ditto.
2356
f290d38e
AC
23572004-07-27 Andrew Cagney <[email protected]>
2358
2359 * defs.h (enum language): Add nr_languages.
2360 * language.h (struct language_arch_info): Define.
2361 (struct language_defn): Add la_language_arch_info.
2362 (language_lookup_primative_type_by_name): Declare.
2363 (language_string_char_type): Declare.
2364 * language.c (_initialize_language, language_gdbarch_post_init)
2365 (struct language_gdbarch, language_gdbarch_data): Implement
2366 per-architecture language information.
2367 (unknown_language_arch_info, language_string_char_type)
2368 (language_lookup_primative_type_by_name): New functions.
2369 (unknown_language_defn, auto_language_defn)
2370 (local_language_defn): Set la_language_arch_info to
2371 unknown_language_arch_info.
2372 (unknown_builtin_types): Delete.
2373 * gdbtypes.c (lookup_primitive_typename): Use
2374 language_lookup_primative_type_by_name.
2375 (create_string_type): Use language_string_char_type.
2376 * values.c (value_from_string): Use language_string_char_type.
2377 * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
2378 * p-lang.c (pascal_language_defn): Ditto.
2379 * m2-lang.c (m2_language_defn): Ditto.
2380 * jv-lang.c (java_language_defn): Ditto.
2381 * objc-lang.c (objc_language_defn): Ditto.
2382 * f-lang.c (f_language_defn): Ditto.
2383 * c-lang.c (c_language_defn, cplus_language_defn)
2384 (asm_language_defn, minimal_language_defn): Ditto.
2385
000177f0
AC
23862004-07-27 Andrew Cagney <[email protected]>
2387
2388 * gdbtypes.h (struct builtin_type): Declare.
2389 (builtin_type): Declare.
2390 * d10v-tdep.c (d10v_register_type): Use builtin_type.
2391 * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
2392 (gdbtypes_post_init): New function.
2393 (builtin_type): New function.
2394
e22f895c
KI
23952004-07-27 Kei Sakamoto <[email protected]>
2396
2397 * remote-m32r-sdi.c: Fix breakpoint bug.
2398 (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
2399 recv_char_data, recv_long_data): New functions to replace communication
2400 sequences.
2401
536517dd
MC
24022004-07-26 Michael Chastain <[email protected]>
2403
2404 Document PR threads/1650.
2405 * PROBLEMS (Threads): Document problem with many threads
2406
a0a44d18
AC
24072004-07-26 Andrew Cagney <[email protected]>
2408
2409 * gdb-mi.el: Move from here ...
2410 * mi/gdb-mi.el: ... to here.
2411
7ac4ac06
AC
24122004-07-26 Andrew Cagney <[email protected]>
2413
2414 Problem reported by Ashley Pittman <[email protected]>.
2415 * main.c (captured_main): When in batch mode always detach.
2416
a1b461bf
AC
24172004-07-26 Andrew Cagney <[email protected]>
2418
2419 * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
2420 and h8300 as broken.
2421 * NEWS: END-OF-LIFE frame compatibility module.
2422 * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
2423 specific comments.
2424
cb1a6d5f
AC
24252004-07-26 Andrew Cagney <[email protected]>
2426
2427 * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
2428 * xcoffsolib.c (_initialize_xcoffsolib): Update.
2429 * wince.c (_initialize_wince): Update.
2430 * win32-nat.c (_initialize_win32_nat): Update.
2431 * varobj.c (_initialize_varobj): Update.
2432 * valops.c (_initialize_valops): Update.
2433 * utils.c (initialize_utils, initialize_utils): Update.
2434 * tui/tui-win.c (_initialize_tui_win): Update.
2435 * top.c (init_main): Update.
2436 * symfile.c (_initialize_symfile): Update.
2437 * source.c (_initialize_source): Update.
2438 * somsolib.c (_initialize_som_solib): Update.
2439 * solib.c (_initialize_solib): Update.
2440 * solib-frv.c (_initialize_frv_solib): Update.
2441 * serial.c (_initialize_serial): Update.
2442 * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
2443 * remote.c (_initialize_remote, _initialize_remote): Update.
2444 * remote-vx.c (_initialize_vx): Update.
2445 * remote-utils.c (_initialize_sr_support): Update.
2446 * remote-sds.c (_initialize_remote_sds): Update.
2447 * remote-mips.c (_initialize_remote_mips): Update.
2448 * remote-e7000.c (_initialize_remote_e7000): Update.
2449 * proc-api.c (_initialize_proc_api): Update.
2450 * printcmd.c: Update.
2451 * parse.c (_initialize_parse): Update.
2452 * pa64solib.c (_initialize_pa64_solib): Update.
2453 * p-valprint.c (_initialize_pascal_valprint): Update.
2454 * monitor.c (_initialize_remote_monitors): Update.
2455 * mips-tdep.c (_initialize_mips_tdep): Update.
2456 * mcore-tdep.c (_initialize_mcore_tdep): Update.
2457 * maint.c (_initialize_maint_cmds): Update.
2458 * lin-lwp.c (_initialize_lin_lwp): Update.
2459 * language.c (_initialize_language): Update.
2460 * kod.c (_initialize_kod): Update.
2461 * infrun.c (set_schedlock_func, _initialize_infrun): Update.
2462 * i386-tdep.c (_initialize_i386_tdep): Update.
2463 * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
2464 * gdbarch.sh: Update.
2465 * gdbarch.c: Re-generate.
2466 * gdb-events.sh: Update.
2467 * gdb-events.c: Re-generate.
2468 * frame.c (_initialize_frame): Update.
2469 * exec.c: Update.
2470 * demangle.c (_initialize_demangler): Update.
2471 * dcache.c (_initialize_dcache): Update.
2472 * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
2473 * cp-valprint.c (_initialize_cp_valprint): Update.
2474 * corefile.c (_initialize_core): Update.
2475 * command.h: Update.
2476 * cli/cli-decode.h: Update.
2477 * cli/cli-cmds.c (init_cli_cmds): Update.
2478 * charset.c (_initialize_charset): Update.
2479 * breakpoint.c (_initialize_breakpoint): Update.
2480 * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
2481 * alpha-tdep.c (_initialize_alpha_tdep): Update.
2482 * aix-thread.c (_initialize_aix_thread): Update.
2483
b4632131
MK
24842004-07-24 Mark Kettenis <[email protected]>
2485
2486 Partial fix for PR backtrace/1718.
2487 * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
2488 that GCC migrates into the prolugue. Don't handle any
2489 instructions that clobber %ebx.
2490
822c9732
AC
24912004-07-23 Andrew Cagney <[email protected]>
2492
2493 Use regcache_raw_collect instead of regcache_collect.
2494 * regcache.h (regcache_collect): Delete declaration.
2495 * regcache.c (regcache_colect): Delete function.
2496 * win32-nat.c (do_child_store_inferior_registers): Update.
2497 * sol-thread.c (sol_thread_store_registers): Update.
2498 * shnbsd-tdep.c (shnbsd_fill_reg): Update.
2499 * rs6000-nat.c (store_register): Update.
2500 * remote.c (store_register_using_P, remote_store_registers): Update.
2501 * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
2502 * ppc-linux-nat.c (store_altivec_register, store_spe_register)
2503 (fill_vrregset, store_spe_registers, fill_gregset)
2504 (fill_gregset): Update.
2505 * nto-procfs.c (procfs_store_registers): Update.
2506 * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
2507 * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
2508 * m68klinux-nat.c (store_register, fill_gregset): Update.
2509 * m68k-tdep.c (fill_gregset): Update.
2510 * infptrace.c (store_register): Update.
2511 * i386-nto-tdep.c (i386nto_regset_fill): Update.
2512 * i386-linux-nat.c (store_register, fill_gregset): Update.
2513 * hppa-linux-nat.c (fill_gregset): Update.
2514 * go32-nat.c (store_register): Update.
2515 * armnbsd-nat.c (store_register, store_regs, store_fp_register)
2516 (store_fp_regs): Update.
2517 * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double)
2518 (store_nwfpe_extended, store_fpregister, store_fpregs)
2519 (store_register, store_regs, fill_gregset, fill_fpregset): Update.
2520 * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
2521 * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
2522 (store_regs_user_thread, store_regs_kernel_thread): Update.
2523
32b05c07
MK
25242004-07-24 Mark Kettenis <[email protected]>
2525
2526 * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
2527 (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
2528 encoding.
2529 (dwarf2_build_frame_info): Adjust for removal of `addr_size'
2530 member of `struct comp_unit'.
2531
8567c30f
AC
25322004-07-23 Andrew Cagney <[email protected]>
2533
2534 * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
2535 DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
2536
f6da8dd8
MH
25372004-07-23 Martin Hunt <[email protected]>
2538 Kevin Buettner <[email protected]>
2539
2540 * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
2541 alignment was being added to the offset instead of multiplied.
2542
bd921882
MK
25432004-07-23 Mark Kettenis <[email protected]>
2544
24f033e8
MK
2545 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
2546 changed signal trampoline in OpenBSD 3.5-current.
2547
90f3cecd
MK
2548 * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
2549 <machine/pcb.h> and "bsd-kvm.h".
2550 (sparc64nbsd_supply_pcb): New function.
2551 (_initialize_sparc64nbsd_nat): Renamed from
2552 _initialize_sparcnbsd_nat. Enable libkvm interface.
2553 * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
2554 * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
2555 (LOADLIBES): New variable.
2556
a4954a62
MK
2557 * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
2558
bd921882
MK
2559 * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
2560
23a6d369
AC
25612004-07-21 Andrew Cagney <[email protected]>
2562
2563 Use regcache_raw_supply instead of supply_register.
2564 * regcache.h (supply_register): Delete declaration.
2565 * regcache.c (supply_register): Delete function.
2566 * wince.c (do_child_fetch_inferior_registers): Update.
2567 * win32-nat.c (do_child_fetch_inferior_registers)
2568 (fetch_elf_core_registers): Update.
2569 * v850ice.c (v850ice_fetch_registers): Update.
2570 * thread-db.c (thread_db_store_registers): Update.
2571 * sol-thread.c (sol_thread_store_registers): Update.
2572 * shnbsd-tdep.c (shnbsd_supply_reg): Update.
2573 * rs6000-nat.c (fetch_register): Update.
2574 * rom68k-rom.c (rom68k_supply_one_register): Update.
2575 * remote.c (remote_wait, remote_async_wait): Update.
2576 * remote-st.c (get_hex_regs): Update.
2577 * remote-sim.c (gdbsim_fetch_register): Update.
2578 * remote-sds.c (sds_fetch_registers): Update.
2579 * remote-rdp.c (remote_rdp_fetch_register): Update.
2580 * remote-rdi.c (arm_rdi_fetch_registers): Update.
2581 * remote-mips.c (mips_wait, mips_fetch_registers): Update.
2582 * remote-m32r-sdi.c (m32r_fetch_register): Update.
2583 * remote-hms.c (init_hms_cmds): Update.
2584 * remote-est.c (init_est_cmds): Update.
2585 * remote-e7000.c (get_hex_regs, fetch_regs_from_dump)
2586 (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
2587 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
2588 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register)
2589 (fetch_register, supply_vrregset, supply_vrregset)
2590 (fetch_spe_registers): Update.
2591 * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
2592 * monitor.c (monitor_supply_register): Update.
2593 * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
2594 * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
2595 (mipsnbsd_supply_fpreg): Update.
2596 * mips-nat.c (fetch_inferior_registers)
2597 (fetch_core_registers): Update.
2598 * mips-linux-tdep.c (supply_32bit_reg, supply_gregset)
2599 (supply_fpregset, mips64_supply_gregset)
2600 (mips64_supply_fpregset): Update.
2601 * m68klinux-nat.c (fetch_register, supply_gregset)
2602 (supply_fpregset): Update.
2603 * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
2604 * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
2605 * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
2606 * irix5-nat.c (supply_gregset, supply_fpregset): Update.
2607 * infptrace.c (fetch_register): Update.
2608 * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
2609 * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
2610 * i386gnu-nat.c (fetch_fpregs, supply_gregset)
2611 (gnu_fetch_registers, gnu_store_registers): Update.
2612 * i386-nto-tdep.c (i386nto_supply_gregset): Update.
2613 * i386-linux-nat.c (fetch_register, supply_gregset)
2614 (dummy_sse_values): Update.
2615 * hpux-thread.c (hpux_thread_fetch_registers): Update.
2616 * hppah-nat.c (fetch_register): Update.
2617 * hppa-linux-nat.c (fetch_register, supply_gregset)
2618 (supply_fpregset): Update.
2619 * go32-nat.c (fetch_register): Update.
2620 * dve3900-rom.c (fetch_bitmapped_register)
2621 (_initialize_r3900_rom): Update.
2622 * cris-tdep.c (supply_gregset): Update.
2623 * abug-rom.c (init_abug_cmds): Update.
2624 * core-aout.c (fetch_core_registers): Update.
2625 * armnbsd-nat.c (supply_gregset, supply_fparegset)
2626 (fetch_register, fetch_fp_register): Update.
2627 * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
2628 (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
2629 (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
2630 * alphanbsd-tdep.c (fetch_core_registers): Update.
2631 * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
2632 * alpha-nat.c (fetch_osf_core_registers)
2633 (fetch_osf_core_registers, fetch_osf_core_registers): Update.
2634 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs)
2635 (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
2636
73cc75f3
AC
26372004-07-21 Andrew Cagney <[email protected]>
2638
2639 * PROBLEMS: Mention breakpoints/1702.
2640 * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
2641 that is known to work.
2642
a53c66de
AC
26432004-07-21 Andrew Cagney <[email protected]>
2644
2645 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
2646 * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
2647 * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
2648 (handle_inferior_event): Wrap call to deprecated
2649 IGNORE_HELPER_CALL in #ifdef.
2650 * config/mips/tm-nbsd.h: Update.
2651
708ff411
JB
26522004-07-20 Jim Blandy <[email protected]>
2653
412b3060
JB
2654 * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
2655 bfd_mach_ppc has no segment registers.
2656
13ac140c
JB
2657 Include PowerPC SPR numbers for special-purpose registers.
2658 * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
2659 (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
2660 new member in initializer.
2661 (S, S4, SN4, S64): New macros for defining special-purpose
2662 registers.
2663 (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
2664 registers_403, registers_403GC, registers_505, registers_860,
2665 registers_601, registers_602, registers_603, registers_604,
2666 registers_750, registers_e500): Use them.
2667
708ff411
JB
2668 * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
2669 replace references with expression used to initialize variable.
2670
1f602b35
AC
26712004-07-20 Andrew Cagney <[email protected]>
2672
2673 * breakpoint.c (deprecated_read_memory_nobpt): Rename
2674 read_memory_nobpt.
2675 * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
2676 * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
2677 (s390_sigtramp_frame_sniffer): Update.
2678 * mn10300-tdep.c (mn10300_analyze_prologue): Update.
2679 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
2680 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
2681 (mips32_fetch_instruction): Update.
2682 * mcore-tdep.c (get_insn): Update.
2683 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
2684 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
2685 * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
2686 * i386-linux-tdep.c (i386_linux_sigtramp_start)
2687 (i386_linux_rt_sigtramp_start): Update.
2688 * i386-linux-nat.c (child_resume): Update.
2689 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
2690 * hppa-linux-tdep.c (insns_match_pattern): Update.
2691 * gdbcore.h: Update.
2692 * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
2693 * frame.c (safe_frame_unwind_memory): Update.
2694 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
2695 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
2696 * alpha-tdep.c (alpha_read_insn): Update.
2697
2cd8546d
AC
26982004-07-20 Andrew Cagney <[email protected]>
2699
2700 * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
2701 containing both bytes and mask. Add "frame_type".
2702 * tramp-frame.c (tramp_frame_start): Update.
2703 (tramp_frame_prepend_unwinder): Update.
2704 * mips-linux-tdep.c (mips_linux_o32_sigframe)
2705 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
2706 (mips_linux_n64_rt_sigframe): Update. Make "static const".
2707 * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
2708
f928dd62
EZ
27092004-07-19 Eli Zaretskii <[email protected]>
2710
2711 * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
2712 bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
2713 sim/testsuite/sim/mips/hilo-hazard-[123].s, and
2714 sim/testsuite/sim/mips/fpu64-ps-sb1.s.
2715
d5c560f7
AC
27162004-07-17 Andrew Cagney <[email protected]>
2717
860660cb
AC
2718 * NEWS, PROBLEMS: Update for 6.2.
2719
8c266f54
AC
2720 * README: Update to 6.2.
2721
a552edd9
AC
2722 * utils.c (xvasprintf): Call xstrvprintf.
2723
c4a172b5
AC
2724 * parse.c: Update copyright.
2725 (null_post_parser): Eliminate ARGSUSED.
2726
da745b36
AC
2727 * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
2728 * tui/tui-win.c (tui_get_cmd_list): Ditto.
2729 * symfile-mem.c (_initialize_symfile_mem): Ditto.
2730
9cbc6ef0
AC
2731 * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
2732 * ppc-linux-nat.c: Use "Linux kernel".
2733 * hppa-linux-tdep.c: Use GNU/Linux.
2734 * hppa-linux-nat.c: Use GNU/Linux.
2735 * dwarfread.c: Add [sic] to use of Linux.
2736
1b89295f
AC
2737 * hppa-linux-nat.c: Do not include <string.h>.
2738 (supply_fpregset): Remove "register" attribute.
2739
d5c560f7
AC
2740 * solib-frv.c (fetch_loadmap): Use xfree, not free.
2741
7ddd7709
MK
27422004-07-17 Mark Kettenis <[email protected]>
2743
b1d19a62
MK
2744 * configure.in: Define _MSE_INT_H on Solaris 9 too.
2745 * configure, config.in: Regenerated.
2746
7ddd7709
MK
2747 * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
2748 "bsd-kvm.h".
2749 (vaxbsd_supply_pcb): New function.
2750 (_initialize_vaxbsd_nat): New prototype and function.
2751 * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
2752 solib-sunos.o.
2753 (LOADLIBES): New variable.
2754 * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
2755 (LOADLIBES): New variable.
2756 * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
2757 (LOADLIBES): New variable.
2758 * Makefile.in (vaxbsd-nat.o): Update dependencies.
2759
2c07db7a
AC
27602004-07-16 Andrew Cagney <[email protected]>
2761
2762 * defs.h (event_loop_p): Replace variable declaration with macro,
2763 always 1.
2764 * main.c (captured_main): Delete options "-async" and "-noasync".
2765 (event_loop_p): Delete variable.
2766 * NEWS: Mention that "-async" and "-noasync" were removed.
2767
717eb1cf
AC
27682004-07-16 Andrew Cagney <[email protected]>
2769
2770 * remote-m32r-sdi.c: Re-indent.
2771
c101bc14
JB
27722004-07-16 Jim Blandy <[email protected]>
2773
5109a438
JB
2774 * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
2775 (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
2776 (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
2777 missing MPC823 SPRs.
2778 (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
2779 incorrect. (This was corrected in GDB's register name tables on
2780 2004-07-14.)
2781
c101bc14
JB
2782 * rs6000-tdep.c (registers_602): Correct register name: "esassr"
2783 should be "esasrr" ("ESA Save and Restore Register").
2784
7ce450bd
AC
27852004-07-16 Andrew Cagney <[email protected]>
2786
2787 * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
2788 calls, no longer applicable. Update comments and rename parameter
2789 "step_frame" to "return_frame".
2790
ca73dd9d
AC
27912004-07-16 Andrew Cagney <[email protected]>
2792
2793 * frame.c (fprint_field): New function.
2794 (fprint_frame_id): Use fprint_field.
2795
31941f6d
JB
27962004-07-15 Joel Brobecker <[email protected]>
2797
2798 * ada-lang.c (ada_language_defn): Remove commented out code.
2799
f86a7158
JB
28002004-07-15 Jim Blandy <[email protected]>
2801
2802 * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
2803 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
2804
c24791ec
JB
28052004-07-14 Jim Blandy <[email protected]>
2806
29bb1356
JB
2807 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
2808
cc98b5cc
JB
2809 * ppc-tdep.h (ppc_num_vrs): New enum constant.
2810
8f088af7
JB
2811 * ppc-tdep.h (ppc_num_srs): New enum constant.
2812
0ea0ec5f
JB
2813 * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
2814 (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
2815 (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
2816 (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
2817 (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
2818 (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
2819 (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
2820 (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
2821 (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
2822 (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
2823 (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
2824 (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
2825 (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
2826 (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
2827 (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
2828 (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
2829 (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
2830 (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
2831 (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
2832 (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
2833 (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
2834 (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
2835 (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
2836 (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
2837 (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
2838 (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
2839 (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
2840 (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
2841 (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
2842 (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
2843 (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
2844 (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
2845 (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
2846 (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
2847 (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
2848 (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
2849 (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
2850 (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
2851 (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
2852 special-purpose register numbers.
2853
c24791ec
JB
2854 * rs6000-tdep.c (registers_860): Correct register name. (No PPC
2855 manual mentions 'md_twb', but many mention 'm_twb', and at that
2856 point in the register list.)
2857
d833db3b
AC
28582004-07-14 Andrew Cagney <[email protected]>
2859
2860 * utils.c (internal_warning_problem): Fix typo, "internal-warning"
2861 instead of "internal-error".
2862
080228b2
JB
28632004-07-10 Joel Brobecker <[email protected]>
2864
2865 * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
2866 that was inserted inside a comment.
2867
c268433a
RC
28682004-07-10 Randolph Chung <[email protected]>
2869
2870 * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
2871 function.
2872 (hppa_hpux_push_dummy_code): New function.
2873 (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
2874 Set find_global_pointer method.
2875
71009278
MK
28762004-07-10 Mark Kettenis <[email protected]>
2877
2878 * NEWS: Mention BSD libkvm interface.
2879
b2fa5097
MS
28802004-07-10 Michael Snyder <[email protected]>
2881
2882 * symfile.c (generic_load): Comment typo.
2883 * stack.c (get_selected_block): Ditto.
2884 * regcache.c (regcache_cooked_read): Ditto.
2885 * monitor.c (monitor_debug): Ditto.
2886 * mips-tdep.c (mips_read_pc): Ditto.
2887 * i386-linux-nat.c (ps_get_thread_area): Ditto.
2888 * gdb_mbuild.sh: Ditto.
2889 * gdbarch.sh: Ditto.
2890 * gdbarch.h: Ditto.
2891
c3e5cd34
PH
28922004-07-09 Paul N. Hilfinger <[email protected]>
2893
8a2225b2
PH
2894 * ada-tasks.c: Remove file.
2895
c3e5cd34
PH
2896 Remove ARI problems:
2897
2898 * ada-exp.y (write_var_from_sym): Reformat to put operator at
2899 beginning of line.
2900
2901 * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
2902 Add comment.
2903 Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
2904 (MIN_OF_SIZE): Rename min_of_size. Add comment.
2905 (UMAX_OF_SIZE): Renmae umax_of_size. Add comment.
2906 (UMIN_OF_SIZE): Remove.
2907 (max_of_type): New function to replace orphan macro in gdbtypes.h
2908 (min_of_type): Ditto.
2909 (discrete_type_high_bound): Use max_of_type.
2910 (discrete_type_low_bound): Use min_of_type.
2911 (possible_user_operator_p): Move operator to beginning of line.
2912 (ada_is_variant_part): Ditto.
2913 (ensure_lval): Rewrite to avoid deprecated operations.
2914 (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
2915 rather than adding DEPRECATED_FUNCTION_START_OFFSET.
2916 (ada_enum_name): Remove assignments in 'if' statements.
2917 (build_ada_types): Add gdbarch parameter.
2918 (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
2919 with gdbarch_data_register_post_init.
2920 Use add_setshow_uinteger_cmd rather than add_set_cmd and
2921 add_show_from_set.
2922
2923 * ada-valprint.c (inspect_it): Remove declaration.
2924 (repeat_count_threshold): Remove declaration.
2925 (ada_print_floating): Remove assignments in 'if' statements.
2926 (print_str): Move operator to beginning of line.
2927
61ce229a
JB
29282004-07-08 Jim Blandy <[email protected]>
2929
2930 * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
2931
09bcec80
BR
29322004-07-08 Bob Rossi <[email protected]>
2933
2934 * symtab.c (lookup_symtab): check return value of symtab_to_fullname
2935
31c27f77
JJ
29362004-07-06 Jeff Johnston <[email protected]>
2937
2938 * language.h (struct_language_defn): Add new function pointer:
2939 la_class_name_from_physname. Also add new prototype for
2940 language_class_name_from_physname.
2941 * language.c (language_class_name_from_physname): New function.
2942 (unk_lang_class_name): Ditto.
2943 (unknown_language_defn, auto_language_defn): Change
2944 to add unk_lang_class_name function pointer for
2945 la_class_name_from_physname.
2946 (local_language_defn): Ditto.
2947 * dwarf2read.c (guess_structure_name): Change to call
2948 language_class_name_from_physname.
2949 (determine_class_name): Ditto.
2950 * cp-support.c (class_name_from_physname): Renamed.
2951 (cp_class_name_from_physname): New name of function.
2952 * cp-support.h: Ditto.
2953 * c-lang.c (c_language_defn): Change to add NULL
2954 for class_name_from_physname function pointer.
2955 (cplus_language_defn): Change to add cp_class_name_from_physname.
2956 * jv-lang.c (java_class_name_physname): New function.
2957 (java_find_last_component): New static routine.
2958 (java_language_defn): Add java_class_name_from_physname pointer.
2959 * ada-lang.c (ada_language_defn): Change to add NULL
2960 for class_name_from_physname function pointer.
2961 * f-lang.c (f_language_defn): Ditto.
2962 * m2-lang.c (m2_language_defn): Ditto.
2963 * objc-lang.c (objc_language_defn): Ditto.
2964 * p-lang.c (pascal_language_defn): Ditto.
2965 * scm-lang.c (scm_language_defn): Ditto.
2966
ee28ca0f
AC
29672004-07-06 Andrew Cagney <[email protected]>
2968
2969 Patch from Bart Robinson.
2970 * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
2971 (O_LARGEFILE): Define to 0, if not defined.
2972
fdb1bf9d
MK
29732004-07-03 Mark Kettenis <[email protected]>
2974
cb162ff6
MK
2975 * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
2976 <machine/pcb.h> and "bsd-kvm.h".
2977 (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
2978 (m68kbsd_supply_pcb): New function.
2979 (_initialize_m68kbsd_nat): New prototype and function.
2980 * Makefile.in (m68kbsd-nat.o): Update dependencies.
2981 * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
2982 (LOADLIBES): New variable.
2983 * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
2984 (LOADLIBES): New variable.
2985
fdb1bf9d
MK
2986 * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
2987
963c4174
MK
29882004-07-03 Mark Kettenis <[email protected]>
2989
2990 * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
2991 <sys/proc.h>.
2992 (bsd_kvm_cmdlist): New variable.
2993 (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
2994 (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
2995 command and "kvm proc" command.
2996 * Makefile.in (bsd-kvm.o): Update dependencies.
2997
533f1d8f
MK
29982004-07-02 Mark Kettenis <[email protected]>
2999
3000 * osabi.c: Update copyright year.
3001 (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific
3002 notes if EI_OSABI is set to ELFOSABI_HPUX.
3003
6780dcde
MS
30042004-07-01 Michael Snyder <[email protected]>
3005
3006 * win32-nat.c (core_dll_symbols_add): Re-indent a small section
3007 that seems to have gotten whacked out of line.
3008
67bebe79
MK
30092004-07-01 Mark Kettenis <[email protected]>
3010
3011 * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
3012 code.
3013
0b5d8877
PH
30142004-07-01 Paul N. Hilfinger <[email protected]>
3015
3016 * ada-lang.c (decode_packed_array): Minor change to comment.
3017 (ada_value_slice_ptr): New function.
3018 (ada_value_slice): New function.
3019 (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
3020 test. Don't know why it is there.
3021 Change slice code to use ada_value_slice_ptr and ada_value_slice, and
3022 to avoid dereferencing huge arrays from which one is slicing.
3023 (empty_array): Correct to return an array rather than
3024 a subrange value.
3025 * ada-valprint.c (print_optional_low_bound): Don't print lower bound
3026 on empty arrays (let'em use 'FIRST instead).
3027
19c1ef65
PH
30282004-07-01 Paul N. Hilfinger <[email protected]>
3029
3030 Address complaints from gdb_ari.sh:
3031
3032 * ada-exp.y: Include gdb_string.h rather than string.h.
3033 (convert_char_literal): Reformat declaration.
3034 * ada-lang.h: Include opaque struct declaration for struct frame_info.
3035 * ada-lex.l: Change use of free to xfree (the macro would do so
3036 anyway, but this is harmless).
3037 Include gdb_string.h rather than string.h.
3038 * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
3039
3040 * ada-lang.c (parse): Remove K&Rism in parameter list.
3041 (is_name_suffix): Correct Linux => GNU/Linux in comment.
3042
d81cbc94
MK
30432004-06-30 Mark Kettenis <[email protected]>
3044
3045 * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
3046 dead code.
3047
07681759
MK
30482004-06-30 Mark Kettenis <[email protected]>
3049
3050 * alphabsd-nat.c: Update copyright year.
3051 (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
3052
f7948b5f
JB
30532004-06-29 Joel Brobecker <[email protected]>
3054
6e0cdd28 3055 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
f7948b5f
JB
3056 (i386_cygwin_in_solib_call_trampoline): New function.
3057 (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
3058 and skip_trampoline_code gdbarch methods.
3059
8f113c9a
JB
30602004-06-29 Jim Blandy <[email protected]>
3061
3062 * Makefile.in (gdb_callback_h): Renamed from callback_h to the
3063 name actually used in the dependency lists.
3064
97dc871c
RC
30652004-06-29 Randolph Chung <[email protected]>
3066
3067 * NEWS (New native configurations): Mention GNU/Linux/hppa.
3068
47216e51
CV
30692004-06-29 Corinna Vinschen <[email protected]>
3070
3071 * win32-nat.c (child_pid_to_exec_file): New function.
6780dcde 3072 (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
47216e51
CV
3073 functionality.
3074
e623b504
AC
30752004-06-28 Andrew Cagney <[email protected]>
3076
3077 * defs.h (xstrvprintf): Declare.
3078 * utils.c (xstrvprintf): New function.
3079 (internal_vproblem, xstrprintf, xasprintf)
3080 (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
3081 * serial.c (serial_printf): Ditto.
3082 * complaints.c (vcomplaint): Ditto.
3083
79acc9b3
CV
30842004-06-29 Corinna Vinschen <[email protected]>
3085
3086 * infcmd.c (attach_command): Move call to target_terminal_inferior
3087 behind loading symbol table.
3088
1daf35d9
AC
30892004-06-28 Andrew Cagney <[email protected]>
3090
3091 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
3092 change - add back extern deprecated_ui_loop_hook declaration.
3093
b435e160
AC
30942004-06-28 Andrew Cagney <[email protected]>
3095
3096 * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
3097 xstrprintf.
3098 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
3099 (c_value_of_variable): Ditto.
3100 * utils.c (internal_vproblem): Ditto.
3101 * solib-aix5.c (build_so_list_from_mapfile): Ditto.
3102 * remote.c (add_packet_config_cmd): Ditto.
3103 * remote-rdp.c (rdp_set_command_line): Ditto.
3104 * regcache.c (regcache_dump): Ditto.
3105 * frv-tdep.c (new_variant, new_variant): Ditto.
3106 * fbsd-proc.c (child_pid_to_exec_file): Ditto.
3107 (fbsd_find_memory_regions): Ditto.
3108 * breakpoint.c (create_thread_event_breakpoint)
3109 (create_breakpoints): Ditto.
3110 * aix-thread.c (aix_thread_pid_to_str): Ditto.
3111 * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call.
3112
06d5cf63
JB
31132004-06-28 Joel Brobecker <[email protected]>
3114
3115 * ada-lang.c: Re-indent file, with some massaging to help indent
3116 a bit when the result is otherwise really too ugly.
3117
35809fad
UW
31182004-06-27 Ulrich Weigand <[email protected]>
3119
3120 * frame.h (struct frame_id): Change bit field type of stack_addr_p,
3121 code_addr_p and special_addr_p to 'unsigned int'.
3122
40e20472
MK
31232004-06-27 Mark Kettenis <[email protected]>
3124
3125 * i386v4-nat.c: Update copyright year and tweak comment.
3126 (regmap): Remove trailing comma.
3127 (supply_gregset): Rename local variable i to regnum. Call
3128 regcache_raw_supply instead of supply_register.
3129 (fill_gregset): Rename argument regno to regnum. Call
3130 regcache_raw_collect instead of regcache_collect.
3131
12b0b6de
UW
31322004-06-27 Ulrich Weigand <[email protected]>
3133
3134 * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
3135 and special_addr_p.
3136 (frame_id_build, frame_id_build_special): Update comments.
3137 (frame_id_build_wild): New prototype.
3138 * frame.c (frame_id_build, frame_id_build_special): Fill in new
3139 struct frame_id fields.
3140 (frame_id_build_wild): New function.
3141 (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
3142
47b42a3e
MK
31432004-06-27 Mark Kettenis <[email protected]>
3144
3145 * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
3146 hppabsd-tdep.c.
3147
1265e4aa
JB
31482004-06-27 Joel Brobecker <[email protected]>
3149
3150 * ada-lang.c: Minor reformatting to conform to GNU coding standards.
3151
76a01679
JB
31522004-06-27 Joel Brobecker <[email protected]>
3153
3154 * ada-lang.c: Re-indent file.
3155
7aca490a
JB
31562004-06-27 Joel Brobecker <[email protected]>
3157
3158 * ada-lang.c (symtab_symbol_info): Remove unused declaration.
3159 (no_symtab_msg): Likewise.
3160
5e987968
AS
31612004-06-27 Andreas Schwab <[email protected]>
3162
3163 * source.c: Fix whitespace.
3164
315c4276
MK
31652004-06-27 Mark Kettenis <[email protected]>
3166
d15be926
MK
3167 * configure.in: Include <sys/param.h> for td_pcb test.
3168 * configure: Regenerated.
3169
9062529b
MK
3170 * i386nbsd-nat.c: New file.
3171 * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
3172 i386obsd-nat.c and i386obsd-tdep.c.
3173 (i386nbsd-nat.o): New dependency.
3174 * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
3175 bsd-kvm.o.
3176 (LOADLIBES): New variable.
3177 * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
3178 bsd-kvm.o.
3179 (LOADLIBES): New variable.
3180
8010310e
MK
3181 * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
3182 (LOADLIBES): New variable.
3183
efe1d7b9
MK
3184 * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
3185 fetching from BSD_KVM_PADDR. Correctly lookup address for
3186 "_thread0".
3187
315c4276
MK
3188 * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
3189 "bsd-kvm.h".
3190 (amd64fbsd_supply_pcb): New funcion.
3191 (_initialize_amd64fbsd_nat): Enable libkvm interface.
3192
399cfac6
DL
31932004-06-27 <[email protected]>
3194
3195 Partial fix for PR cli/1056.
3196 * valarith.c: Check for zero in division and remainder
3197 evaluation.
3198
6235f9c8
MK
31992004-06-27 Mark Kettenis <[email protected]>
3200
3201 * i387-tdep.c: Remove excessive whitespace.
3202
2726dafc
AC
32032004-06-26 Andrew Cagney <[email protected]>
3204
3205 * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
3206 * gdb-events.h, gdb-events.c: Re-generate.
3207 * tui/tui-hooks.c (tui_install_hooks): Update.
3208 (tui_remove_hooks): Update.
3209 * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
3210
0e56aeaf
MK
32112004-06-26 Mark Kettenis <[email protected]>
3212
cb461069
MK
3213 * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
3214 (gregset_t, fpregset_t): Remove typedefs.
3215 (REG_OFFSET): Rename argument.
3216 (amd64bsd_r_reg_offset): Rename from reg_offset.
3217 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
3218 Remove functions.
3219 (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
3220 of reg_offset.
3221 * Makefile.in (amd64fbsd-nat.o): Update dependencies.
3222
ecba89de
MK
3223 * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
3224
4cd80476
MK
3225 * vax-tdep.c: Tweak comment.
3226
0e56aeaf
MK
3227 Add OpenBSD/hppa support.
3228 * NEWS (New native configurations): Mention OpenBSD/hppa.
3229 * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
3230 config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
3231 files.
3232 * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
3233 (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
3234 * configure.host: Add hppa*-*-openbsd*.
3235 * configure.tgt: Add hppa*-*-openbsd*.
3236
98bbd631
AC
32372004-06-25 Andrew Cagney <[email protected]>
3238
3239 * defs.h (deprecated_ui_loop_hook): Deprecated.
3240 * wince.c (child_wait): Update.
3241 * win32-nat.c (child_wait): Update.
3242 * v850ice.c (v850ice_wait): Update.
3243 * top.c (deprecated_ui_loop_hook): Update.
3244 * serial.h: Update.
3245 * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar)
3246 (do_unix_readchar): Update.
3247 * ser-tcp.c (net_open): Update.
3248 * remote-sim.c (gdb_os_poll_quit): Update.
3249 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
3250
769d7dc4
AC
32512004-06-24 Andrew Cagney <[email protected]>
3252
3253 * defs.h (deprecated_pre_add_symbol_hook)
3254 (deprecated_post_add_symbol_hook): Deprecated.
3255 * symfile.c (symbol_file_add_with_addrs_or_offsets)
3256 (symbol_file_add_with_addrs_or_offsets): Update references.
3257
11c949aa
AC
32582004-06-24 Andrew Cagney <[email protected]>
3259
3260 * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
3261 (ui_loop_hook, selected_frame_level_changed_hook): Declare.
3262 * wince.c (ui_loop_hook): Delete extern declaration.
3263 * win32-nat.c (ui_loop_hook): Delete extern declaration..
3264 * v850ice.c (ui_loop_hook): Delete extern declaration..
3265 * ser-unix.c (ui_loop_hook): Delete extern declaration..
3266 * ser-tcp.c (ui_loop_hook): Delete extern declaration..
3267 * remote-sim.c (ui_loop_hook): Delete extern declaration..
3268 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
3269 ui_loop_hook declaration.
3270
eedc19af
AC
32712004-06-24 Andrew Cagney <[email protected]>
3272
3273 * objfiles.h (struct entry_info): Delete entry_func_lowpc and
3274 entry_func_highpc fields.
3275 * objfiles.c (init_entry_point_info): Do not clear
3276 entry_func_lowpc and entry_func_highpc.
3277 (objfile_relocate): Do not relocate entry_func_lowpc and
3278 entry_func_highpc.
3279 * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
3280 entry_func_highpc.
3281 * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
3282 entry_func_highpc.
3283 * blockframe.c (legacy_frame_chain_valid): Replace tests against
3284 entry_func_lowpc and entry_func_highpc with call to
3285 inside_entry_func.
3286
d47079be
MK
32872004-06-24 Mark Kettenis <[email protected]>
3288
3289 * sparc64-tdep.c (sparc64_store_arguments): Fix passing
3290 quad-precision floating point arguments in registers.
3291
2107e348
MK
32922004-06-24 Mark Kettenis <[email protected]>
3293
3294 From Michael Mueller <[email protected]>:
3295 * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
3296 account.
3297
46587c42
JJ
32982004-06-22 Jeff Johnston <[email protected]>
3299
3300 * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
3301 to -1.
3302 * breakpoint.c (bpstat_stop_status): Move check for ignoring
3303 untriggered watchpoints to a separate if clause. Update function
3304 comment regarding STOPPED_BY_WATCHPOINT argument.
3305
226f5cf4
JB
33062004-06-22 Jim Blandy <[email protected]>
3307
3308 * gdbarch.sh: Doc fix.
3309
f10683bb
MH
33102004-06-21 Martin Hunt <[email protected]>
3311 Kevin Buettner <[email protected]>
3312
3313 * config/mips/tm-mips.h (SP_REGNUM): Delete define.
3314 * mips-tdep.h (MIPS_SP_REGNUM): Define.
3315 * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
3316 to set_gdbarch_sp_regnum(). Use cooked register number.
3317 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
3318
412d5987
AC
33192004-06-21 Andrew Cagney <[email protected]>
3320
3321 * gdbarch.sh: When the macro field is empty, do not generate a
3322 macro definition. When the macro field is "=", generate the macro
3323 name from the upper-case function name.
3324 (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
3325 (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
3326 (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
3327 (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
3328 (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
3329 (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
3330 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
3331 (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
3332 (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
3333 (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
3334 (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
3335 (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
3336 (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
3337 (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
3338 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
3339 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
3340 (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
3341 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
3342 (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
3343 (DEPRECATED_USE_STRUCT_CONVENTION)
3344 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
3345 (DEPRECATED_FRAME_INIT_SAVED_REGS)
3346 (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
3347 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
3348 (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
3349 (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
3350 (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
3351 (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
3352 (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
3353 (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
3354 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
3355 (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
3356 (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
3357 (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
3358 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
3359 (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
3360 (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
3361 (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
3362
68908a3e
AC
33632004-06-21 Andrew Cagney <[email protected]>
3364
48f7351b
AC
3365 * gdbarch.sh: For gdbarch_dump, print the "function" rather than
3366 macro name, and the function rather than macro value. Only wrap
3367 macro print statements in #ifdef. Move format logic to where it
3368 is needed.
3369 * gdbarch.c: Re-generate.
3370
283354d8
AC
3371 * gdbarch.sh (read): Delete "print_p" and "description", add
3372 "garbage_at_eol". Check for non-empty garbage at end-of-line.
3373 Delete references to print_p.
3374 (TARGET_ARCHITECTURE): Delete print predicate.
3375 * gdbarch.c: Re-generate.
3376
68908a3e
AC
3377 * gdbarch.sh: Check that multi-arch methods do not provide a
3378 macro.
3379 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
3380 (print_registers_info, print_float_info, print_vector_info)
3381 (adjust_breakpoint_address, remote_translate_xfer_address)
3382 (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
3383 (address_class_type_flags_to_name, unwind_sp): Remove the macro
3384 name from the multi-arch definition.
3385
a2428dbe
AC
33862004-06-20 Andrew Cagney <[email protected]>
3387
3388 * gdbarch.sh: Sort by the function, instead of macro name.
3389 * gdbarch.c: Re-generate.
3390
750eb019
AC
33912004-06-20 Andrew Cagney <[email protected]>
3392
66d659b1
AC
3393 * gdbarch.sh: Use the function, instead of macro name in
3394 errors and the log file.
3395 (return_value): Remove stray ":" in spec.
3396
750eb019
AC
3397 * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
3398 * gdbarch.h, gdbarch.c: Re-generate.
3399 * Makefile.in (arch-utils.o): Update dependencies.
3400 * values.c (using_struct_return): Move code calling
3401 USE_STRUCT_CONVENTION to legacy_return_value, simplify.
3402 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
3403 to legacy_return_value, simplify.
3404 * infcmd.c (print_return_value): Move code calling
3405 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
3406 to legacy_return_value, simplify.
3407 * infcall.c (call_function_by_hand): Move code calling
3408 EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
3409 * arch-utils.c: Update copyright. Include "gdbcore.h".
3410 (legacy_return_value): New function.
3411 * arch-utils.h: Update copyright.
3412 (legacy_return_value): Declare.
3413
b5622e8d
AC
34142004-06-20 Andrew Cagney <[email protected]>
3415
3416 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
3417 * gdbarch.h, gdbarch.c: Re-generate.
3418 * values.c (using_struct_return): Update call.
3419 * mcore-tdep.c: Update comment.
3420 * infcall.c (call_function_by_hand): Update comment.
3421 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3422 * arch-utils.h (always_use_struct_convention): Update.
3423 * v850-tdep.c (v850_gdbarch_init): Update.
3424 * sh64-tdep.c (sh64_gdbarch_init): Update.
3425 * sh-tdep.c (sh_gdbarch_init): Update.
3426 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3427 * mips-tdep.c (mips_gdbarch_init): Update.
3428 * mcore-tdep.c (mcore_gdbarch_init): Update.
3429 * m32r-tdep.c (m32r_gdbarch_init): Update.
3430 * ia64-tdep.c (ia64_gdbarch_init): Update.
3431 * h8300-tdep.c (h8300_gdbarch_init): Update.
3432 * frv-tdep.c (frv_gdbarch_init): Update.
3433 * cris-tdep.c (cris_gdbarch_init): Update.
3434 * arm-tdep.c (arm_gdbarch_init): Update.
3435 * alpha-tdep.c (alpha_gdbarch_init): Update.
3436
5191de37
MC
34372004-06-18 Michael Chastain <[email protected]>
3438
3439 * PROBLEMS: Add more specific information, and a work-around,
3440 for PR gdb/1458.
3441
782263ab
AC
34422004-06-18 Andrew Cagney <[email protected]>
3443
3444 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
3445 * gdbarch.h, gdbarch.c: Re-generate.
3446 * ada-lang.c (ada_finish_decode_line_1): Update.
3447 * infrun.c (handle_inferior_event): Update.
3448 * infcall.c (find_function_addr): Update.
3449 * linespec.c (minsym_found): Update.
3450 * symtab.c (find_function_start_sal, skip_prologue_using_sal):
3451 Update.
3452 * blockframe.c (legacy_frameless_look_for_prologue): Update.
3453 * cli/cli-cmds.c (disassemble_command): Update.
3454 * vax-tdep.c (vax_gdbarch_init): Update.
3455
2f305df1
MK
34562004-06-18 Mark Kettenis <[email protected]>
3457
3458 * i386-tdep.c (i386_collect_fpregset): Fix comment.
3459
e5fe55f7
AC
34602004-06-17 Andrew Cagney <[email protected]>
3461
3462 GDB 6.1.1 released from the GDB 6.1 branch.
3463 * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
3464 * PROBLEMS: Ditto.
3465
473b7be6
DJ
34662004-06-16 Daniel Jacobowitz <[email protected]>
3467
3468 PR gdb/1658
3469 * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
3470 operation as a uleb128. Found by Michael Coulter.
3471
96d887e8
PH
34722004-06-16 Paul N. Hilfinger <[email protected]>
3473
3474 * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
3475 make it non-static.
3476 * ada-lang.h (task_control_block): declaration moved from ada-task.c
3477 to ada-lang.h; this is needed to be able to implement the kill command
3478 in multi-task mode.
3479 (task_ptid): Ditto.
3480 (task_entry): Ditto.
3481 (task_list): Ditto.
3482 (ada_build_task_list): Ditto.
3483
3484 * ada-lang.c: Conditionalize routines and data structures related
3485 to breakpoints, exceptions, completion, and symbol caching on
3486 GNAT_GDB, since these are not yet used in the submitted public sources.
3487 (ada_main_name): Editorial: Move definition out of exception-related
3488 code.
3489
31eef181
AC
34902004-06-15 Andrew Cagney <[email protected]>
3491
3492 * mips-tdep.c (non_heuristic_proc_desc): Delete call to
3493 deprecated_pc_in_call_dummy.
3494
2c500098
AM
34952004-06-15 Alan Modra <[email protected]>
3496
3497 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
3498 bfd_get_section_size_before_reloc or _raw_size.
3499 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
3500 * dwarf2read.c (dwarf2_locate_sections): Likewise.
3501 (dwarf2_read_section): Likewise.
3502 * elfread.c (elf_locate_sections): Likewise.
3503 * gcore.c (derive_heap_segment): Likewise.
3504 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
3505 * remote-e7000.c (e7000_load): Likewise.
3506 * remote-m32r-sdi.c (m32r_load): Likewise.
3507 * remote-mips.c (mips_load_srec): Likewise.
3508 (pmon_load_fast): Likewise.
3509 * remote.c (compare_sections_command): Likewise.
3510 * symfile.c (add_section_size_callback): Likewise.
3511 (load_section_callback): Likewise.
3512 (pc_in_unmapped_range): Likewise.
3513 (pc_in_mapped_range): Likewise.
3514 (sections_overlap): Likewise.
3515 (list_overlays_command): Likewise.
3516 (simple_overlay_update_1): Likewise.
3517 (simple_overlay_update): Likewise.
3518 * tracepoint.c (remote_set_transparent_ranges): Likewise.
3519 * win32-nat.c (core_section_load_dll_symbols): Likewise.
3520
90f943f1
RC
35212004-06-14 Randolph Chung <[email protected]>
3522
3523 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
3524 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
3525 static.
3526 (hppa_hpux_inferior_created): New function.
3527 (hppa_hpux_init_abi): Register observer.
3528 * symfile.c (hp_cxx_exception_support_initialized)
3529 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
3530 (symbol_file_add_main_1, symbol_file_clear): Likewise.
3531
700c15aa
RC
35322004-06-14 Randolph Chung <[email protected]>
3533
3973a7d3
AC
3534 * MAINTAINERS (Write After Approval): Alphabetize my entry
3535 correctly.
700c15aa 3536
cea4838c
AC
35372004-06-14 Andrew Cagney <[email protected]>
3538
3539 * MAINTAINERS (testsuite): List Michael Chastain as the lead
3540 testsuite maintainer.
3541
97092415
AC
35422004-06-13 Andrew Cagney <[email protected]>
3543
e8c3165b
AC
3544 * infcmd.c (print_return_value): Fix logic, allow
3545 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
3546
bceabdd8
AC
3547 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
3548 defining any macros.
3549 * gdbarch.h: Re-generate.
3550
57010b1c
AC
3551 * gdbarch.sh: Delete "level" attribute. Only check for a macro
3552 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
3553 * gdbarch.h: Re-generate.
3554
bc87dfa0
AC
3555 * values.c (generic_use_struct_convention): Don't check gcc_p.
3556
15ac804d
AC
3557 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
3558 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
3559 * gdbarch.h, gdbarch.c: Regenerate.
3560 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
3561 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
3562 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
3563 deprecated_max_register_raw_size and
3564 deprecated_max_register_virtual_size.
3565 * v850-tdep.c (v850_gdbarch_init): Ditto.
3566 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
3567 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3568 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
3569 * cris-tdep.c (cris_gdbarch_init): Ditto.
3570
97092415
AC
3571 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
3572 * gdbarch.h, gdbarch.c: Re-generate.
3573 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
3574 (m68hc11_use_struct_convention): Delete function.
3575 (m68hc11_extract_struct_value_address): Delete function.
3576 (m68hc11_return_value): New function.
3577 (m68hc11_gdbarch_init): Instead of store_return_value,
3578 extract_return_value, return_value_on_stack,
3579 deprecated_extract_struct_value_address and use_struct_convention,
3580 set return_value.
3581 * values.c (using_struct_return): Do not call
3582 RETURN_VALUE_ON_STACK.
3583 * arch-utils.h (generic_return_value_on_stack_not): Delete
3584 declaration.
3585 * arch-utils.c (generic_return_value_on_stack_not): Delete
3586 function.
3587
44e5158b
AC
35882004-06-12 Andrew Cagney <[email protected]>
3589
3590 * values.c (register_value_being_returned): Delete function.
3591 * infcmd.c (legacy_return_value): Delete function.
3592 * infcall.c (call_function_by_hand): Inline
3593 "register_value_being_returned", simplify.
3594 * values.c (using_struct_return): Update comment, refer to
3595 print_return_value instead of register_value_being_returned.
3596 * infcmd.c (print_return_value): Inline calls to
3597 register_value_being_returned and legacy_return_value. Simplify.
3598
b887c273
RC
35992004-06-11 Randolph Chung <[email protected]>
3600
3601 * somread.c (som_symtab_read): Exclude gcc local symbols.
3602
1b2bfbb9
RC
36032004-06-11 Randolph Chung <[email protected]>
3604
3973a7d3
AC
3605 * infrun.c (handle_inferior_event): Handle the case when a
3606 trampoline ends up in the runtime resolver, and if the trampoline
3607 has no name. Rearrange the code so that all the trampoline
3608 processing happens before other step-out-of-range handling.
1b2bfbb9 3609
a9d61c86
MH
36102004-06-11 Martin Hunt <[email protected]>
3611
3612 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
3613 has no fpu.
3614
2c87cf5a
AC
36152004-06-10 Andrew Cagney <[email protected]>
3616
3617 * blockframe.c (legacy_inside_entry_func): Delete.
3618 (legacy_frame_chain_valid): Inline call to
3619 legacy_inside_entry_func, simplify.
3620
0b67b468 36212004-06-10 Bob Rossi <[email protected]>
57c22c6c
BR
3622
3623 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
3973a7d3
AC
3624 * dwarf2read.c (partial_die_info): Add dirname field.
3625 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
3626 (read_partial_die): Save away DW_AT_comp_dir.
3627 * defs.h (symtab_to_filename): Removed.
3628 * source.c (find_and_open_source): Added.
57c22c6c 3629 (open_source_file): Just calls find_and_open_source.
3973a7d3
AC
3630 (symtab_to_filename): Removed.
3631 (symtab_to_fullname, psymtab_to_fullname): Added.
57c22c6c
BR
3632 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
3633 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
3634 symtab_to_filename.
3635 * symtab.h (partial_symtab): Add dirname field.
3636 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
3973a7d3
AC
3637 (mi_cmd_file_list_exec_source_file): Call new function
3638 symtab_to_fullname to find fullname.
57c22c6c 3639 (mi_cmd_file_list_exec_source_files): Added.
3973a7d3 3640 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
57c22c6c
BR
3641 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
3642
9a1dd1ad
AC
36432004-06-10 Andrew Cagney <[email protected]>
3644
239ae8c7
AC
3645 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
3646 to generic_use_struct_convention, the default value.
3647
fc720350
AC
3648 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
3649 of abort.
3650
9a1dd1ad
AC
3651 * ns32k-tdep.c (ns32k_push_arguments): New function.
3652 (ns32k_gdbarch_init): Set deprecated_push_arguments.
3653 * infcall.c (call_function_by_hand): Call error instead of
3654 legacy_push_arguments.
3655 * value.h (legacy_push_arguments): Delete declaration.
3656 * valops.c (legacy_push_arguments): Delete function.
3657 (value_push): Delete function.
3658
fea25152
BF
36592004-06-10 Brian Ford <[email protected]>
3660
3661 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
3662 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
3663 info.
3664 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
3665
30a4a8e0
AC
36662004-06-10 Andrew Cagney <[email protected]>
3667
3668 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
3669 * gdbarch.h, gdbarch.c: Re-generate.
3670 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
3671 parameters.
3672 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
3673 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
3674 deprecated_pc_in_call_dummy instead of
3675 DEPRECATED_PC_IN_CALL_DUMMY.
3676 (arm_skip_prologue): Ditto.
3677 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
3678 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
3679 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
3680 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
3681 Ditto.
3682 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
3683 (sh64_init_extra_frame_info, sh64_get_saved_register)
3684 (sh64_pop_frame): Ditto.
3685 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
3686 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
3687 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
3688 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
3689 (h8300_pop_frame): Ditto.
3690 * blockframe.c (legacy_inside_entry_func)
3691 (legacy_frame_chain_valid): Ditto.
3692 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
3693 to deprecated_pc_in_call_dummy.
3694
81cfbe54
AC
36952004-06-09 Andrew Cagney <[email protected]>
3696
a1f4a1b6
AC
3697 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
3698 provide a default value.
3699 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
3700 * gdbarch.h, gdbarch.c: Re-generate.
3701 * arch-utils.c (generic_convert_register_p): Rename
3702 legacy_convert_register_p
3703 (legacy_register_to_value, legacy_value_to_register): Delete
3704 functions.
3705 * arch-utils.h (generic_convert_register_p): Rename
3706 legacy_convert_register_p.
3707 (legacy_register_to_value, legacy_value_to_register): Delete
3708 declarations.
3709
9730f241
AC
3710 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
3711 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
3712 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
3713 * gdbarch.h, gdbarch.c: Re-generate.
3714 * infcmd.c (default_print_registers_info): Simplify.
3715 * findvar.c (value_of_register): Simplify.
3716 * mi/mi-main.c (get_register): Simplify.
3717 * arch-utils.c (legacy_convert_register_p): Always return 0.
3718 (legacy_register_to_value, legacy_value_to_register): Always call
3719 internal_error.
3720
8a1bf479
AC
3721 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
3722 #ifdef CLEAR_INSN_CACHE code.
3723 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
3724 Delete #ifdef CLEAR_DEFERRED_STORES code.
3725
4b38d6f1
AC
3726 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
3727
2d62ecc7
AC
3728 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
3729 copyright.
3730 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
3731
be4f7469
AC
3732 * config/mips/mipsv4.mh: Delete file.
3733
81cfbe54
AC
3734 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
3735 unreferenced macro.
3736 (hpread_adjust_stack_address): Delete declaration.
3737
d966f0cb
AC
37382004-06-08 Andrew Cagney <[email protected]>
3739
3740 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
3741 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
3742 PTRACE_ATTACH / PTRACE_DETACH available call error.
3743 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
3744 * infttrace.c (update_thread_state_after_attach, attach, detach):
3745 Remove #ifdef wrappers.
3746 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
3747 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
3748 * config/nm-bsd.h (ATTACH_DETACH): Delete.
3749 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
3750 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
3751 * config/nm-linux.h (ATTACH_DETACH): Delete.
3752 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
3753 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
3754 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
3755 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
3756 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
3757
d91670b9
CV
37582004-06-08 Corinna Vinschen <[email protected]>
3759
3760 * configure.in: Set $configdir to the right OS specific value.
3761 Use value when setting $tcldir and $tkdir.
3762 * configure: Regenerate.
3763
28ba0b33
PB
37642004-06-06 Paul Brook <[email protected]>
3765
3766 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
3767 records.
3768
f26caa11
PH
37692004-06-08 Paul N. Hilfinger <[email protected]>
3770
3771 * ada-lang.c (lookup_symbol_in_language): New function to allow
3772 re-use of another language's symbol lookup code. (Placed here
3773 temporarily while Ada support is being integrated into the public
3774 tree).
3775 (restore_language): New auxiliary function for
3776 lookup_symbol_in_language.
3777 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
3778 temporarily while Ada support is being integrated into the public
3779 tree).
3780
d560a54b
AO
37812004-06-08 Alexandre Oliva <[email protected]>
3782
e75d110c
AO
3783 * Makefile.in (check//%): New.
3784
d560a54b
AO
3785 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
3786 (mn10300_store_return_value): Rewrite.
3787 (mn10300_type_align): New.
3788 (mn10300_use_struct_convention): Rewrite.
3789 (mn10300_return_value): New, using all of the above.
3790 (mn10300_pop_frame_regular): Add saved_regs_size.
3791 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
3792
a72fbdb7
AO
3793 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
3794 regs if PC is on movm.
3795
01904826
JB
37962004-06-07 Jim Blandy <[email protected]>
3797
3798 Add native Linux support for the PowerPC E500.
3799 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
3800 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
3801 all architectures except the E500.
3802 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
3803 #definitions.
3804 (struct gdb_evrregset_t): New type.
3805 (have_ptrace_getsetevrregs): New variable.
3806 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
3807 fetch_spe_registers): New functions.
3808 (fetch_register): Call fetch_spe_register as appropriate.
3809 Assert that we're only passed raw register numbers.
3810 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
3811 Don't fetch gprs if they're pseudoregisters.
3812 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
3813 store_spe_registers): New functions.
3814 (store_register): Call store_spe_register as appropriate.
3815 Assert that we're only passed raw register numbers.
3816 (store_ppc_registers): Call store_spe_registers as appropriate.
3817 Don't store gprs if they're pseudoregisters.
3818
f90ef764
JJ
38192004-06-07 Jeff Johnston <[email protected]>
3820
3821 * thread-db.c (thread_get_info_callback): Fill in the thread_info
3822 struct if one exists, even if we are dealing with a zombie thread.
3823
45b75230
AC
38242004-06-07 Andrew Cagney <[email protected]>
3825
3826 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
3827 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
3828 Rename PC_REQUIRES_RUN_BEFORE_USE.
3829 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
3830 #ifdef.
3831
1658da49
RC
38322004-06-07 Randolph Chung <[email protected]>
3833
3834 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
3835 unwinding after sp has been saved to the stack but before the end
3836 of the prologue, and after the fp has been modified but before it has
3837 been saved to the stack.
3838 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
3839 Remove superfluous definitions.
3840 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
3841
9a727a3c
RC
38422004-06-07 Guy Martin <[email protected]>
3843
3844 Committed by Randolph Chung.
3845 * hppa-linux-nat.c: Include the correct version of the header file
3846 depending on the kernel version.
3847
9e500012
RC
38482004-06-06 Randolph Chung <[email protected]>
3849
3850 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
3851 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
3852
3388d7ff
RC
38532004-06-06 Randolph Chung <[email protected]>
3854
3855 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
3856 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
3857 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
3858 * hppa-tdep.c (hppa_symbol_address): New function definition.
3859 * hppa-tdep.h (hppa_symbol_address): New function declaration.
3860
d49771ef
RC
38612004-06-06 Randolph Chung <[email protected]>
3862
3863 * hppa-tdep.h (struct value): Forward declaration.
3864 (gdbarch_tdep): Define tdep find_global_pointer method.
3865 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
3866 associated with the function we are trying to call, and write it
3867 to the gp register.
3868 (hppa32_convert_from_funct_ptr_addr): New function.
3869 (hppa_find_global_pointer): New function.
3870 (hppa_gdbarch_init): Set default find_global_pointer method; set
3871 convert_from_func_ptr_addr method.
3872 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
3873 (hppa_linux_init_abi): Set find_global_pointer method.
3874 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
3875
7d9b040b
RC
38762004-06-06 Randolph Chung <[email protected]>
3877
3878 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
3879 to struct value *function.
3880 * gdbarch.c: Regenerate.
3881 * gdbarch.h: Likewise.
3882 * infcall.c (call_function_by_hand): Pass entire function value
3883 to push_dummy_call.
3884
3885 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
3886 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
3887 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
3888 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
3889 * arm-tdep.c (arm_push_dummy_call): Likewise.
3890 * avr-tdep.c (avr_push_dummy_call): Likewise.
3891 * cris-tdep.c (cris_push_dummy_call): Likewise.
3892 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
3893 * frv-tdep.c (frv_push_dummy_call): Likewise.
3894 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
3895 * hppa-tdep.c (hppa32_push_dummy_call)
3896 (hppa64_push_dummy_call): Likewise.
3897 * i386-tdep.c (i386_push_dummy_call): Likewise.
3898 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
3899 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
3900 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
3901 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
3902 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
3903 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
3904 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
3905 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
3906 (ppc64_sysv_abi_push_dummy_call): Likewise.
3907 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
3908 (ppc64_sysv_abi_push_dummy_call): Likewise.
3909 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
3910 * s390-tdep.c (s390_push_dummy_call): Likewise.
3911 * sh-tdep.c (sh_push_dummy_call_fpu)
3912 (sh_push_dummy_call_nofpu): Likewise.
3913 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
3914 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
3915 * vax-tdep.c (vax_push_dummy_call): Likewise.
3916
4a19ea35
JB
39172004-06-04 Jim Blandy <[email protected]>
3918
8327ccee
JB
3919 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
3920 gdbarch argument to register_size.
3921
a3c001ce
JB
3922 * rs6000-tdep.c (rs6000_store_return_value): Use
3923 regcache_cooked_write_part instead of
3924 deprecated_write_register_bytes.
3925 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
3926 not gdbarch_deprecated_store_return_value.
3927
4a19ea35
JB
3928 * ppc-linux-nat.c (store_register, fetch_register): Remove
3929 incorrect assertions. Simplify and generalize handling of
3930 transfers whose sizes are not multiples of, or less than, sizeof
3931 (PTRACE_XFER_TYPE).
3932
b9b5d7ea
JJ
39332004-06-04 Jeff Johnston <[email protected]>
3934
3935 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
3936 as a new thread event.
720c7d64 3937 * thread-db.c (thread_get_info_callback): If the thread is a
b9b5d7ea 3938 zombie, return TD_THR_ZOMBIE.
720c7d64 3939 (thread_from_lwp): If thread_get_info_callback returns
b9b5d7ea
JJ
3940 TD_THR_ZOMBIE, check if the thread is still on the thread list
3941 and return a -1 ptid if not found.
3942 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
3943 change the status to TARGET_WAITKIND_SPURIOUS.
3944
c8a3b559
CV
39452004-06-03 Corinna Vinschen <[email protected]>
3946
3947 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
3948 double values in little endian mode.
3949
20605361
AC
39502004-06-02 Albert Chin-A-Young <[email protected]>
3951
3952 Committed by Andrew Cagney.
3953 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
3954 after last enum constant to avoid error from IBM C
3955 compiler.
3956
bc97b3ba
JB
39572004-06-02 Jim Blandy <[email protected]>
3958
3959 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
3960 to 'message', and make it local to the lone block that uses it.
3961
1da28ab0
JB
3962 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
3963
4c4b4cd2
PH
39642004-06-02 Paul N. Hilfinger <[email protected]>
3965
8a2225b2
PH
3966 * ada-exp.y: Update copyright notice.
3967 Include block.h.
3968
3969 Replace REGNAME, LAST, INTERNAL_VARIABLE with
3970 SPECIAL_VARIABLE and unify the treatment of these cases.
3971
3972 (write_attribute_call0): Remove.
3973 (write_attribute_call1): Remove.
3974 (write_attribute_calln): Remove.
3975 (save_qualifier): Add missing semicolon.
3976
3977 (simple_exp,exp): Decomment (i.e., reactivate) code that was
3978 temporarily disabled to allow compilation with FSF head version.
3979
3980 (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and
3981 use individual operators (OP_*) for all attributes.
3982 (exp syntax): Use write_int.
3983 Handle STRING literals with OP_STRING.
3984 (variable syntax): Add limit parameter to calls to
3985 write_object_renaming.
3986
3987 (temp_parse_space): New definition to hold entities that need
3988 only live until the next call to ada_parse.
3989 (string_to_operator): Rename fields of ada_opname_table entries.
3990
3991 (write_var_from_sym): Record block.
3992 (write_var_from_name): Minor reformatting.
3993 Make sure saved name is properly encoded in the case of multiple
3994 matches, and set its language to Ada.
3995 Update comment.
3996 Modify to indicate unresolved name as symbol in the UNRESOLVED
3997 namespace, allocated in temp_parse_space.
3998 (write_int): New function.
3999
4000 (write_object_renaming): Add max_depth parameter to limit
4001 chains of object renamings.
4002 Handle case where root of renaming expression is itself a renaming.
4003 Use temp_parse_space for temporary name buffer.
4004 Handle renamings to dereferenced pointers (___XEXA suffices).
4005
4006 (ada_parse, yyerror, string_to_operator,
4007 write_var_from_sym, write_var_from_name, write_attribute_call0,
4008 write_attribute_call1, write_attribute_calln,
4009 write_object_renaming): Protoize.
4010
4011 (_initialize_ada_exp): New function.
4012
4013 * ada-lang.c: Update copyright notice.
4014 General terminology change to conform to GNAT compiler usage:
4015 mangle => encode, demangle => decode
4016 Include gdb_obstack.h.
4017 Include gdb_regex.h
4018 Include frame.h
4019 Include hashtab.h
4020 Include completer.h
4021 Include gdb_stat.h
4022 Include block.h
4023 Include infcall.h
4024
4025 (ADA_RETAIN_DOTS): Make sure this is defined.
4026 (TRUNCATION_TOWARDS_ZERO): Define.
4027 (struct string_vector): Define.
4028 (unresolved_names): Remove definition.
4029 (xnew_string_vector): New function.
4030 (string_vector_append): New function.
4031 (extract_string): Make static.
4032 (ada_unqualified_name): New function.
4033 (add_angle_brackets): New function.
4034 (function_name_from_pc): New function.
4035 (place_on_stack): Rename to ensure_lval.
4036
4037 (ensure_lval): Renamed from place_on_stack.
4038 Make identity on lvals.
4039 Update comment.
4040 (is_nonfunction): New interface.
4041 Only symbols in LOC_CONST class can be enumerals.
4042 (fill_in_ada_prototype): Remove; now independent of language.
4043 (add_defn_to_vec): Add obstack and symtab arguments.
4044 Use obstack to hold collected definitions.
4045 (num_defns_collected): New function.
4046 (defns_collected): New function.
4047 (ada_resolve_subexp): Rename to resolve_subexp.
4048 (resolve_subexp): Renamed from ada_resolve_subexp.
4049 (ada_op_name): Return non-const result.
4050 (ada_decoded_op_name): Renamed from ada_op_name, now used for
4051 other purposes.
4052
4053 (to_fixed_array_type): Add declaration.
4054 (coerce_unspec_val_to_type): Remove offset parameter.
4055 (find_sal_from_funcs_and_line): New interface.
4056 (find_line_in_linetable): Ditto.
4057
4058 (all_sals_for_line): Rename to ada_sals_for_line and make
4059 global.
4060 Add new parameter. When set, do not ask the user to choose the
4061 instance, but use the first one found instead.
4062 Use given line number in returned sals.
4063 Fix comment.
4064 Skip the prologue if funfirstline is set.
4065 Correct for memory leak when 0 lines found.
4066
4067 (value_pos_atr): Use pos_atr.
4068 (pos_atr): New function.
4069 (standard_lookup): Add block parameter.
4070
4071 (makeTimeStart): Remove declaration and uses.
4072 (makeTimeStop): Remove declaration and uses.
4073
4074 (ada_completer_word_break_characters): Allow for VMS.
4075 (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
4076 (raise_sym_name): New constant.
4077 (raise_unhandled_sym_name): New constant.
4078 (raise_assert_sym_name): New constant.
4079 (process_raise_exception_name): New constant.
4080 (longest_exception_template): New constant.
4081 (warning_limit): New variable to limit warnings during expression
4082 evaluation.
4083 (warnings_issued): New variable to keep track of warnings issued.
4084 (known_runtime_file_name_patterns): New constant.
4085 (known_auxiliary_function_name_patterns): New constant.
4086 (symbol_list_obstack): New variable.
4087
4088 (field_name_match,is_suffix,is_suppressed_name,ada_encode,
4089 ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
4090 lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
4091 find_sal_from_funcs_and_line, ada_breakpoint_rewrite,
4092 ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field,
4093 ada_variant_discrim_name, field_alignment, dynamic_template_type,
4094 ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type):
4095 Replace use of deprecated STREQ and STREQN macros by calls to strncmp
4096 and strcmp.
4097
4098 (ada_get_field_index): New function.
4099 (lim_warning): New function.
4100 (ada_translate_error_message): New function.
4101 (MAX_OF_SIZE): New function.
4102 (MIN_OF_SIZE): New function.
4103 (UMAX_OF_SIZE): New function.
4104 (UMIN_OF_SIZE): New function.
4105 (discrete_type_high_bound): New function.
4106 (discrete_type_low_bound): New function.
4107 (base_type): New function.
4108 (do_command): Remove.
4109
4110 (ada_update_initial_language): Use language_ada, not language_unknown.
4111 (ada_encode): Renamed from ada_mangle.
4112 Obey ADA_RETAIN_DOTS.
4113 (ada_decode): Renamed from ada_demangle.
4114 Update coding conventions.
4115 (decoded_names_store): New hash table.
4116 (ada_decode_symbol): New function.
4117 (ada_la_decode): New function.
4118
4119 (modify_general_field): Correct computations of offset and bit
4120 position.
4121 (desc_base_type): Handle ref types, too.
4122 (ada_is_direct_array_type): New function.
4123
4124 (ada_is_simple_array): Rename to ada_is_simple_array_type.
4125 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
4126 (ada_is_bogus_array_descriptor,ada_type_of_array,
4127 ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
4128 ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed
4129 ada_is_array_descriptor_type.
4130
4131 (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
4132 (ada_is_packed_array_type): Handle pointers or
4133 references to packed arrays as well.
4134 (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
4135 (decode_packed_array_type): Search for the packed array type
4136 symbol in the currently selected block and associated
4137 superblocks too.
4138 Use lookup_symbol again.
4139
4140 (decode_packed_array): Handle pointers and references.
4141 Update call to coerce_unspec_val_to_type.
4142 (decode_packed_array_type,value_subscript_packed): Limit warnings.
4143 (ada_value_primitive_packed_val): Improve comment.
4144
4145 (ada_index_type): Substitute int type for "undefined".
4146 (ada_index_type,ada_array_bound_from_type,ada_array_bound,
4147 ada_array_langth, ada_is_string_type): Use renamed
4148 ada_is_simple_array_type.
4149 (empty_array): New function.
4150
4151 (ada_resolve): Rename to resolve.
4152 (resolve): Make static.
4153 Call renamed resolve_subexp.
4154 Update comment.
4155 (ada_resolve_subexp): Rename to resolve_subexp.
4156 (resolve_subexp): Update comment.
4157 Decomment disabled code.
4158 Add LOC_COMPUTED* cases.
4159 Modify to use temporary struct symbols (marked as being in
4160 UNDEF_NAMESPACE) to indicate unresolved names, instead of
4161 OP_UNRESOLVED_VALUE.
4162 Remove OP_ATTRIBUTE; use individual opcodes for attributes.
4163 Add OP_STRING case.
4164 Remove OP_ARRAY.
4165 Use SYMBOL_PRINT_NAME instead of ada_demangle.
4166 Use new ada_lookup_symbol_list interface.
4167 Use new ada_resolve_function interface.
4168 Remove OP_TYPE case.
4169
4170 (ada_args_match): Idiot proof against null actuals.
4171 Use intermediate variables to clarify.
4172 (ada_resolve_function): Update comment and interface.
4173 (mangled_ordered_before): Rename to encoded_ordered_before and
4174 update comment.
4175 (sort_choices): Update comment and interface.
4176 Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
4177 (user_select_syms): New interface.
4178 Use new sort_choices interface.
4179 Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
4180 (possible_user_operator_p): Idiot-proof against null values.
4181 (ada_simple_renamed_entity): Don't make cleanup; rely on
4182 caller to free result string.
4183 Remove const from return type.
4184 (make_array_descriptor): Rename uses of place_on_stack to
4185 ensure_lval.
4186 Make sure that arrays are on stack.
4187
4188 (HASH_SIZE): Define.
4189 (struct cache_entry): Define.
4190 (cache_space): Define.
4191 (cache): Define.
4192 (clear_ada_sym_cache): New function.
4193 (find_entry): New function.
4194 (lookup_cached_symbol): New function.
4195 (defn_vector_size): Define.
4196 (cache_symbol): New function.
4197 (defn_symbols): Remove.
4198
4199 (standard_lookup): Use lookup_symbol_in_language to get effect of
4200 C lookup.
4201 Cache results.
4202
4203 (symbol_completion_match): New function.
4204 (symbol_completion_add): New function.
4205 (ada_make_symbol_completion_list): New function.
4206
4207 (ada_lookup_partial_symbol,ada_lookup_simple_minsym,
4208 add_symbols_from_enclosing_procs,remove_extra_symbols): Replace
4209 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
4210 (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
4211
4212 (ada_lookup_simple_minsym): New function.
4213 (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
4214
4215 (add_symbols_from_enclosing_procs): New interface.
4216 Conditionalize more helpfully.
4217 Don't bother if program isn't running.
4218 Use new interface to get_frame_block.
4219 Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
4220
4221 (remove_extra_symbols): New interface.
4222 (xget_renaming_scope): New function.
4223 (is_package_name): New function.
4224 (renaming_is_visible): New function.
4225 (remove_out_of_scope_renamings): New function.
4226
4227 (ada_lookup_symbol_list): New interface.
4228 Properly reinitialize the symbol list obstack.
4229 Don't call add_symbols_from_enclosing_procs if we start from a
4230 static or global block.
4231 Use new interfaces to ada_add_block_symbols, add_defn_to_vec,
4232 add_symbols_from_enclosing_procs.
4233 Add symtab data to cached entries.
4234 Handle symbols prefixed with
4235 "standard__" specially; strip prefix and don't look in local symbols.
4236 Do not include out of scope renaming symbols in list of
4237 symbols returned.
4238 Add const to block parameter.
4239 Move check for non-local, non-global symbols earlier.
4240 Remove timing stuff.
4241 (ada_lookup_symbol): New interface.
4242 Find symtab as well.
4243 (ada_lookup_symbol_nonlocal): New function.
4244
4245 (is_name_suffix): Enhance suffix detection to recognize
4246 an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
4247 (is_dot_digits_suffix): New function.
4248 (wild_match): Ignore ".[:digit:]*" suffixes during matches.
4249
4250 (ada_add_block_symbols): New interface. Use obstack to return results
4251 in a vector of struct ada_symbol_infos. Add symtab argument.
4252 Use new interface to add_defn_to_vec.
4253 Remove calls to fill_in_ada_prototype.
4254 Use BLOCK_BUCKETS, BLOCK_BUCKET.
4255
4256 (ada_finish_decode_line_1): Add const qualification to local to fix
4257 warning.
4258 Start looking in static block for functions to avoid attempts
4259 to search frame chain for up-level variables.
4260 Adapt to new ada_sals_for_line interface.
4261 Use new interfaces to ada_lookup_symbol_list and user_select_syms.
4262 Handle quoting of the function name inside the spec string.
4263 Skip prologue when funfirstline is set and update the
4264 function documentation to that effect.
4265
4266 (debug_print_lines, debug_print_block, debug_print_blocks,
4267 debug_print_symtab): Remove.
4268
4269 (ada_main_name): New function.
4270 (ada_exception_breakpoint_type): New function.
4271 (is_known_support_routine): New function.
4272 (ada_find_printable_frame): Renamed from find_printable_frame and made
4273 global.
4274 Remove level parameter.
4275 Use new interface to select_frame.
4276
4277 (begin_command): Remove.
4278 (ada_adjust_exception_stop): New function.
4279 (ada_print_exception_stop): New function.
4280 (exception_name_from_cond): New function.
4281 (ada_report_exception_break): Replace disabled code with
4282 conditionalization on GNAT_GDB.
4283 Get the exception name from the condition string.
4284 Remove and move functionality into new functions
4285 ada_print_exception_breakpoint_task and
4286 ada_print_exception_breakpoint_nontask.
4287 (error_breakpoint_runtime_sym_not_found): New function.
4288 (is_runtime_sym_defined): New function.
4289 (ada_breakpoint_rewrite): Uncomment suppressed code.
4290 Use symbolic error-message and runtime-symbol names.
4291 Surround runtime symbol names in quotes.
4292 Allow non-specific breakpoints on exceptions and assertions before
4293 program starts.
4294
4295 (ada_is_tagged_type): Add parameter.
4296 (ada_is_tag_type): New function.
4297 (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
4298 (ada_variant_discrim_type): Ditto.
4299 (value_tag_from_contents_and_address): New function.
4300 (type_from_tag): New function.
4301 (struct tag_args): New structure used to communicate with
4302 ada_tag_name_1.
4303 (ada_tag_name_1): New function.
4304 (ada_tag_name): New function.
4305
4306 (ada_scan_number): Update comment.
4307 (find_struct_field): New function.
4308 (ada_search_struct_field): Make static.
4309 (ada_value_struct_elt): New version that returns references when
4310 given pointers or references to structs.
4311 (ada_lookup_struct_elt_type): Add 'refok' parameter.
4312 (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
4313 interface.
4314 (ada_value_ind): Use new ada_to_fixed_value interface.
4315 (ada_coerce_ref): Ditto.
4316 (field_offset): Remove.
4317
4318 (ada_find_any_symbol): New function, extracted from ada_find_any_type.
4319 (ada_find_renaming_symbol): New function.
4320 (ada_prefer_type): Prefer named types over unnamed ones.
4321 (variant_field_index): New function.
4322 (contains_variant_part): Removed: subsumed by variant_field_index.
4323 (ada_template_to_fixed_record_type): New function, mostly from
4324 template_to_fixed_record_type.
4325 (template_to_fixed_record_type):
4326 Do not scan the type fields beyond the last one; prevents a
4327 potential SEGV.
4328 Handle case where variant field is listed BEFORE discriminant it
4329 depends on.
4330 Fix calculation of record length when bit length is
4331 not evenly divisible by char length.
4332 Move code to ada_template_to_fixed_record_type and call it.
4333
4334 (template_to_static_fixed_type): Revise comment.
4335 Modify to work on ordinary record types as well as templates,
4336 so as to handle fields that use ___XVE or ___XVU encodings.
4337 (to_record_with_fixed_variant_part): Fill out comment.
4338 Initialize C++ stuff in right type.
4339 Allow case where DVAL is null.
4340 Handle case where variant field is not last.
4341 Fix typo concerning record length.
4342 (to_fixed_record_type): Decomment disabled code.
4343 (to_fixed_record_type): Use variant_field_index instead of
4344 contains_variant_part.
4345 (to_fixed_variant_branch_type): Ditto.
4346 (to_fixed_array_type): Decomment disabled code.
4347 (ada_to_fixed_type): Convert tagged types to the specific type.
4348 Deactivate the size-check for array types in order to avoid
4349 some false size alarms.
4350 (to_static_fixed_type): Decomment disabled code.
4351 Modify to call template_to_static_fixed_type
4352 on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
4353 (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
4354 Remove valaddr argument, as it is never really used.
4355 (ada_to_fixed_value): Change interface to act on single struct value*
4356 operand.
4357 (adjust_pc_past_prologue): New function.
4358 (ada_attribute_name): Modify to take enum exp_opcode argument.
4359
4360 (ada_enum_name): Recognize new homonym-distinguishing convention.
4361 Adjust local variable's type to remove compiler warning.
4362 Fix a small problem in the part that unqualifies the enumeration name.
4363 (ada_value_binop): New function.
4364 (ada_value_equal): New function.
4365
4366 (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
4367 Don't give error message when not doing normal evaluation
4368 and a tagged type doesn't seem to contain a structure member.
4369 Give error message for packed arrays.
4370 For indexing arrays, handle pointers to packed arrays correctly.
4371 Handle case of 'first and 'last attributes of bare integral type
4372 without encoded subtype info.
4373 Remove some unnecessary casts.
4374 Fix uninitialized value of type in computing 'first, 'last, or 'length
4375 of array object.
4376 Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
4377 Remove binop_user_defined_p tests and value_x_binop and value_x_unop
4378 calls.
4379 Attributes are now exp_opcode values.
4380 Correct treatment of 'modulus.
4381 Better error message for taking 'length of wrong kind of type;
4382 improve comment.
4383 Change EVAL_NORMAL to noside for consistency.
4384 Use ada_value_binop for DIV, MOD, REM.
4385 Make special case out of array of length 0, since an argument
4386 of 0 upsets some platforms' malloc.
4387 Use OP_STRING instead of OP_ARRAY.
4388 For slice, add check that we have an array type before extracting
4389 a slice out of it. Avoids a SEGV.
4390 When evaluating an array slice, if the array type is a reference to
4391 an aligner type, then replace the aligner type by the actual type.
4392 Decomment disabled code.
4393 Remove some dead code.
4394 Use temporary struct symbols (marked as being in UNDEF_NAMESPACE)
4395 to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
4396 Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE,
4397 and UNOP_MBR to UNOP_IN_RANGE.
4398 If an array type has a parallel ___XVE type, then use it.
4399 Turn arrays into pointers for lvalue arrays.
4400 Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
4401 bounds error and handle 0-length slices.
4402 Use lim_warning.
4403 When selecting fields, apply ada_to_fixed_value (because the fields
4404 might have ___XVU or ___XVE encodings even if not dynamic.)
4405 Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
4406 (ada_is_system_address_type): New function.
4407
4408 (get_var_value): Use new interface to ada_lookup_symbol_list.
4409 (get_int_var_value): New interface.
4410 (to_fixed_range_type): Allow unknown bound, with warning.
4411 (ada_is_modular_type): Decomment disabled code.
4412 (ADA_OPERATORS): New definition.
4413 (ada_operator_length): New function.
4414 (ada_expr_op_name): New function.
4415 (ada_forward_operator_length): New function.
4416 (ada_dump_subexp_body): New function.
4417 (ada_print_subexp): New function.
4418 (ada_exp_descriptor): New constant.
4419 (ada_op_print_tab): Add 'size. Remove FIXMEs.
4420 (ada_language_defn): Add ada_exp_descriptor entry.
4421 Change ada_parse => parse.
4422 Add post-parser entry.
4423 Use ada-specific non-local symbol lookup.
4424 Don't use C-style arrays.
4425 String lower-bound is 1.
4426 Decomment disabled code.
4427 (parse): New function.
4428 New fields ada_translate_error_message, ada_lookup_symbol,
4429 ada_lookup_minimal_symbol.
4430
4431 * ada-lang.h: Update copyright dates.
4432 Replace the mangle/demangle terminology throughout by the
4433 more appropriate encode/decode one.
4434 Include breakpoint.h.
4435 Forward declare struct partial_symbol, struct block.
4436 (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
4437 (EXTRACT_ADDRESS): Remove.
4438 (EXTRACT_INT): Remove.
4439 (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
4440 (MAX_ENCLOSING_FRAME_LEVELS): Define.
4441 (MAX_RENAMING_CHAIN_LENGTH): Define.
4442 (struct ada_opname_map): mangled => decoded, demangled=>encoded.
4443
4444 (enum task_states): Remove.
4445 ada_task_states: Remove.
4446 (fat_string): Remove.
4447 (struct entry_call): Remove.
4448 (struct task_fields): Remove.
4449 (struct task_entry): Remove.
4450
4451 (struct ada_symbol_info): Define.
4452 (enum ada_attribute): Remove.
4453 (enum ada_operator): Define.
4454
4455 (ada_get_field_index): Declare.
4456 (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
4457 (ada_is_simple_array): Rename to ada_is_simple_array_type.
4458 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
4459 (ada_lookup_symbol_list): New interface.
4460 (ada_decode_symbol): Declare.
4461 (ada_decode): Declare.
4462 (ada_lookup_symbol): New interface.
4463 (ada_update_initial_language): Declare.
4464 (ada_lookup_simple_minsym): Declare.
4465 (user_select_syms): New interface.
4466 (ada_sals_for_line): Declare.
4467 (ada_is_tagged_type): New interface.
4468 (ada_tag_name): Declare.
4469 (ada_lookup_struct_elt_type): Remove declaration.
4470 (ada_search_struct_field): Remove declaration.
4471 (ada_attribute_name): New interface.
4472 (ada_is_system_address_type): Declare.
4473 (ada_to_fixed_value): Remove declaration.
4474 (ada_template_to_fixed_record_type_1): Declare.
4475 (get_int_var_value): New interface.
4476 (ada_find_any_symbol): Declare.
4477 (ada_find_renaming_symbol): Declare.
4478 (ada_mangle): Rename to ada_encode.
4479 (ada_simple_renamed_entity): Remove const.
4480 (ada_main_name): Declare.
4481 (get_current_task): Rename to ada_get_current_task.
4482 (get_entry_number): Remove declaration.
4483 (ada_report_exception_break): Remove declaration.
4484 (ada_print_exception_breakpoint_nontask): Declare.
4485 (ada_print_exception_breakpoint_task): Declare.
4486 (ada_find_printable_frame): Declare.
4487
4488 * ada-lex.l: Update copyright notices.
4489 Use xmalloc and xfree instead of malloc and free.
4490 Use new interface to name_lookup.
4491 Use new interface to
4492 ada_mangle=>ada_encode.
4493 Redo handling of '$...' variable to parallel current treatment
4494 in c-exp.y.
4495 (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
4496 digit_to_int, strtoulst, processInt, processReal, processId,
4497 block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
4498 yywrap): Protoize.
4499
4500 (processInt): Use cast to remove harmless warning.
4501 (processReal): Modify to get rid of compiler warning on scan formats.
4502
4503 (processId): Replace xmalloc with obstack_alloc for name and remove
4504 call to ada_name_string_cleanup.
4505 Remove obsolete disabled code.
4506 (name_lookup): Ditto.
4507 New interface.
4508 Use obsavestring on temp_parse_space instead of savestring
4509 on name, and remove call to ada_name_string_cleanup.
4510 Free string returned from ada_simple_renamed_entity.
4511 Use new interface to ada_lookup_symbol_list.
4512 Decomment disabled code.
4513 Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables,
4514 not types.
4515 When a type name lookup succeeds as a result of
4516 lookup_primitive_typename, check for regular type entry that has not
4517 yet been read in.
4518 Limit length of chain of renamed symbols we are willing to follow.
4519 Do not break names beginning with "standard__" into segments.
4520 (block_lookup): Use new interface to ada_lookup_symbol_list.
4521
4522 * ada-typeprint.c: Update copyright notice.
4523 (demangled_type_name): Rename to decoded_type_name.
4524 (ada_typedef_print): Use SYMBOL_PRINT_NAME.
4525 (print_range_bound): Correct handling of negative
4526 bounds that make the index type looked unsigned under STABS.
4527 (print_dynamic_range_bound): Use new interface to get_int_var_value.
4528 (print_range_type_named): Use the builtin int type if no type
4529 corresponding to the given type name could be found.
4530 (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
4531 Add some bullet-proofing.
4532 (print_variant_clauses): Allow for variant branches with ___XVU
4533 encodings that are not dynamic fields.
4534 Use new interface to ada_is_tagged_type.
4535 (print_record_type): Allow for fields with ___XVE encodings that
4536 are not dynamic fields.
4537 Use new interface to ada_is_tagged_type.
4538 (ada_print_type): ada_is_array_descriptor =>
4539 ada_is_array_descriptor_type.
4540
4541 * ada-valprint.c: Update copyright notice.
4542 Include gdb_string.h
4543 Include infcall.h
4544 (ui_memcpy): New function.
4545 (ada_print_floating): New function.
4546 (ada_print_str): Order arguments correctly.
4547 Correct handling of empty arrays and arrays of 0-length items.
4548 ada_is_array_descriptor => ada_is_array_descriptor_type
4549 Print values of type System.Address in hexadecimal format.
4550 Use ada_print_floating to print floating-point numbers in Ada format.
4551 Print class tag values with type names.
4552 No longer print the address of reference values. Avoids
4553 a potential confusion.
4554 (ada_value_print): Stop printing the object type for reference
4555 values, but preserve that behavior for access types. Avoids
4556 a potential confusion.
4557 Simplify one conditional expression, as the first part is now
4558 necessarily true.
4559 ada_is_array_descriptor => ada_is_array_descriptor_type
4560 Add check for arrays for null records, and print them by hand.
4c4b4cd2 4561
f65f91b5
JB
45622004-06-01 Jim Blandy <[email protected]>
4563
4564 * ppc-tdep.h: Delete unused 'regoff' member.
4565 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
4566
d4687fa0
MC
45672004-06-01 Michael Chastain <[email protected]>
4568
4569 Fix PR symtab/1661.
4570 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
4571 (hpread_read_struct_type): Likewise.
4572
de169ec9
AC
45732004-06-01 Andrew Cagney <[email protected]>
4574
c6902d46
AC
4575 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
4576 instead of xasprintf.
4577 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
4578 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
4579 (mi_cmd_data_list_register_names)
4580 (mi_cmd_data_list_changed_registers)
4581 (mi_cmd_data_list_register_values)
4582 (get_register, mi_cmd_data_write_register_values)
4583 (mi_cmd_data_write_register_values)
4584 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
4585 (mi_cmd_target_download, mi_cmd_target_select)
4586 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
4587 (mi_execute_cli_command, mi_execute_async_cli_command)
4588 (mi_execute_async_cli_command): Ditto.
4589 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
4590 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
4591
6085fc2d
AC
4592 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
4593 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
4594 error_last_message instead of mi_error_last_message.
4595 * mi/mi-main.c (mi_error_last_message): Delete function.
4596
de169ec9
AC
4597 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
4598 "invalid number of columns" error. Delete redundant "out of
4599 memory" check.
4600
1fc7d519
MK
46012004-05-31 Mark Kettenis <[email protected]>
4602
6cfb2041
MK
4603 * i386bsd-nat.c: Don't include <sys/procfs.h>.
4604 (gregset_t, fpregset_t): Remove typedefs.
4605 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
4606 (REG_OFFSET): Rename argument.
4607 (i386bsd_r_reg_offset): Rename from reg_offset.
4608 (REG_ADDR): Remove macro.
4609 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
4610 functions.
4611 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
4612 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
4613 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
4614 instead of supply_gregset.
4615 (store_inferior_registers): Use `struct reg' and `struct fpreg'
4616 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
4617 instead of fill_gregset.
4618 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
4619
1fc7d519
MK
4620 * i386bsd-nat.c: Don't include "gregset.h".
4621 (supply_gregset, fill_gregset): Make static.
4622 (supply_fpregset, fill_fpregset): Remove.
4623 * Makefile.in (i386bsd-nat.o): Update dependencies.
4624
2c34abbe
MK
46252004-05-30 Mark Kettenis <[email protected]>
4626
448724fb
MK
4627 * fbsd-proc.c: Include "regcache.h", "regset.h" and
4628 "gdb_assert.h". Con't include "gregset.h".
4629 (fbsd_make_corefile_notes): Use regset-based core file support
4630 instead off fill_gregset and fill_fpregset.
4631 * Makefile.in (fbsd-proc.o): Update dependencies.
4632
5ca8ca7c
MK
4633 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
4634 instructions.
4635 (m88k_frame_prev_register): Simplify code a bit.
4636
593adc23
MK
4637 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
4638 (amd64_collect_fpregset): New function.
4639 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
4640
8d1b517b
MK
4641 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
4642
7fdafb5a
MK
4643 * i386-tdep.c (i386_supply_gregset): Adjust comment.
4644 (i386_collect_gregset): New function.
4645 (i386_supply_fpregset): Adjust comment.
4646 (i386_collect_fpregset): New function.
4647 (i386_regset_from_core_section): Use i386_collect_gregset and
4648 i386_collect_fpregset.
4649
8693c419
MK
4650 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
4651 handle VALUEP being null.
4652
2c34abbe
MK
4653 * regset.h (collect_regset_ftype): Unconstify fourth argument.
4654
45d134d8
MK
46552004-05-29 Mark Kettenis <[email protected]>
4656
1698f4e7
MK
4657 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
4658
45d134d8
MK
4659 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
4660 assembler in OpenBSD 3.5-current.
4661 (amd64obsd_sigcontext_addr): Likewise.
4662
691d145a
JB
46632004-05-28 Jim Blandy <[email protected]>
4664
4665 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
4666 register set, so our regcache isn't declared "legacy" and our E500
4667 pseudoregister read and write functions aren't ignored.
4668 (rs6000_register_byte, rs6000_register_raw_size,
4669 rs6000_register_virtual_type, rs6000_register_convertible,
4670 rs6000_register_convert_to_virtual,
4671 rs6000_register_convert_to_raw): Deleted.
4672 (rs6000_register_type, rs6000_convert_register_p,
4673 rs6000_register_to_value, rs6000_value_to_register): New
4674 functions.
4675 (rs6000_gdbarch_init): Don't register
4676 gdbarch_deprecated_register_size,
4677 gdbarch_deprecated_register_bytes,
4678 gdbarch_deprecated_register_byte,
4679 gdbarch_deprecated_register_raw_size,
4680 gdbarch_deprecated_register_virtual_type,
4681 gdbarch_deprecated_register_convertible,
4682 gdbarch_deprecated_register_convert_to_virtual, or
4683 gdbarch_deprecated_register_convert_to_raw methods. Instead,
4684 register gdbarch_register_type, gdbarch_convert_register_p,
4685 gdbarch_register_to_value, and gdbarch_value_to_register methods.
4686
18ed0c4e
JB
46872004-05-26 Jim Blandy <[email protected]>
4688
4689 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
4690 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
4691 functions, updated to match the register numberings used in GCC.
4692 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
4693 rs6000_dwarf2_reg_to_regnum as register number conversions
4694 functions for STABS and Dwarf2.
4695
779af9e3
RC
46962004-05-26 Randolph Chung <[email protected]>
4697
4698 * infttrace.h (target_waitkind): Forward declare type instead of pulling
4699 in header file.
4700
c23968a2
JB
47012004-05-25 Joel Brobecker <[email protected]>
4702
4703 * NEWS: Document new "start" command.
4704
3a7d1c27
RC
47052004-05-25 Randolph Chung <[email protected]>
4706
4707 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
4708 hppa-linux.
4709
43613416
RC
47102004-05-25 Randolph Chung <[email protected]>
4711
4712 * hppa-hpux-tdep.c (offsetof): Define.
4713 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
4714 (hppa32_hpux_frame_base_before_sigtramp)
4715 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
4716 (hppa64_hpux_frame_saved_pc_in_sigtramp)
4717 (hppa64_hpux_frame_base_before_sigtramp)
4718 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
4719 functions.
4720 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
4721 (hppa_hpux_sigtramp_frame_unwind_cache)
4722 (hppa_hpux_sigtramp_frame_this_id)
4723 (hppa_hpux_sigtramp_frame_prev_register)
4724 (hppa_hpux_sigtramp_frame_unwind)
4725 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
4726 (hppa_hpux_init_abi): Register sigtramp unwinder.
4727 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
4728
6d1be3f1
RC
47292004-05-25 Randolph Chung <[email protected]>
4730
4731 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
4732 and multiple stack unwinds.
4733 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
4734
97c34f65
AC
47352004-05-25 Andrew Cagney <[email protected]>
4736
4737 * symfile.h (symbol_file_add_from_memory): Delete declaration.
4738 * symfile-mem.h: Delete file.
4739 * symfile-mem.c: Do not include "symfile-mem.h".
4740 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
4741 "struct bfd_section". When an error do not bother returning NULL.
4742 (add_symbol_file_from_memory_command): Use "struct bfd" and
4743 "struct bfd_section".
4744 * Makefile.in (symfile_mem_h): Delete.
4745 (symfile-mem.o): Update dependencies.
4746
e23cbd82
NR
47472004-05-25 Nick Roberts <[email protected]>
4748
4749 * gdb-mi.el: New file.
4750
20d2ca3e
AC
47512004-05-25 Andrew Cagney <[email protected]>
4752
4753 * inftarg.c: Include "observer.h".
4754 (child_attach, child_create_inferior): Notify inferior_created.
4755 * corelow.c: Include "observer.h".
4756 (core_open): Notify inferior_created.
4757 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
4758
c27cda74
AC
47592004-05-25 Andrew Cagney <[email protected]>
4760
4761 * target.h (struct target_ops): Add from_tty to
4762 to_create_inferior.
4763 (target_create_inferior, find_default_create_inferior): Update.
4764 * infcmd.c (run_command): Update.
4765 * wince.c (child_create_inferior): Update.
4766 * win32-nat.c (child_create_inferior): Update.
4767 * uw-thread.c (uw_thread_create_inferior): Update.
4768 * thread-db.c (thread_db_create_inferior): Update.
4769 * target.c (debug_to_create_inferior)
4770 (find_default_create_inferior): Update.
4771 (maybe_kill_then_create_inferior): Update.
4772 * sol-thread.c (sol_thread_create_inferior): Update.
4773 * remote.c (extended_remote_async_create_inferior)
4774 (extended_remote_create_inferior): Update.
4775 * remote-vx.c (vx_create_inferior): Update.
4776 * remote-st.c (st2000_create_inferior): Update.
4777 * remote-sim.c (gdbsim_create_inferior): Update.
4778 * remote-sds.c (sds_create_inferior): Update.
4779 * remote-rdp.c (remote_rdp_create_inferior): Update.
4780 * remote-rdi.c (arm_rdi_create_inferior): Update.
4781 * remote-m32r-sdi.c (m32r_create_inferior): Update.
4782 * remote-e7000.c (e7000_create_inferior): Update.
4783 * procfs.c (procfs_create_inferior): Update.
4784 * ocd.c (ocd_create_inferior): Update.
4785 * ocd.h (ocd_create_inferior): Update.
4786 * nto-procfs.c (procfs_create_inferior): Update.
4787 * monitor.c (monitor_create_inferior): Update.
4788 * lin-lwp.c (lin_lwp_create_inferior): Update.
4789 * inftarg.c (child_create_inferior): Update.
4790 * hpux-thread.c (hpux_thread_create_inferior): Update.
4791 * gnu-nat.c (gnu_create_inferior): Update.
4792
1db2a798
AC
47932004-05-25 Andrew Cagney <[email protected]>
4794
4795 * MAINTAINERS: Update e-mail address.
4796
007d08bb
RC
47972004-05-24 Randolph Chung <[email protected]>
4798
4799 * thread.c (info_threads_command, thread_apply_all_command)
4800 (thread_apply_command, thread_command, do_captured_thread_select):
4801 Remove HPUXHPPA-specific code.
4802
69e7b95e
RC
48032004-05-24 Randolph Chung <[email protected]>
4804
4805 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
4806 unused symbols.
4807 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
4808 references.
4809
a4d5f2e0
JB
48102004-05-24 Joel Brobecker <[email protected]>
4811
4812 * infcmd.c (kill_if_already_running): New function, extracted
4813 from run_command().
4814 (run_command): Replace extracted code by call to
4815 kill_if_already_running().
4816 (start_command): New function.
4817 (_initialize_infcmd): Add "start" command.
4818
bf2ca189
MK
48192004-05-24 Mark Kettenis <[email protected]>
4820
4821 Add OpenBSD/m88k support.
4822 * NEWS (New native configurations): Mention OpenBSD/m88k.
4823 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
4824 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
4825 * Makefile.in (m88k_tdep_h): New variable.
4826 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
4827 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
4828 * configure.host: Add m88*-*-openbsd*.
4829 * configure.tgt: Add m88*-*-openbsd*.
4830
80fadb11
JB
48312004-05-24 Jim Blandy <[email protected]>
4832
4833 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
4834 to approve changes.
4835
19e2d14b
KB
48362004-05-24 Kevin Buettner <[email protected]>
4837
4838 * symtab.c (fixup_section): Search section table when lookup by
4839 name fails.
4840
1b07b470
RC
48412004-05-24 Randolph Chung <[email protected]>
4842
4843 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
4844 be "small_struct".
4845
368702b1
MK
48462004-05-24 Mark Kettenis <[email protected]>
4847
5df97fde
MK
4848 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
4849 register number in regcache_raw_collect call.
4850 (m68kbsd_collect_fpregset): Likewise.
4851 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
4852
368702b1
MK
4853 * regset.h (struct regset): Add back `regset' member.
4854
a770d4ec
MK
48552004-05-23 Mark Kettenis <[email protected]>
4856
70f9f479
MK
4857 * configure.in: Check for td_pcb in `struct thread'.
4858 * configure, config.in: Regenerated.
4859
2e16d79e
MK
4860 * dpx2-nat.c: Remove file.
4861 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
4862 (dpx2-nat.o): Remove dependencies.
4863
492cf391
MK
4864 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
4865 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
4866 (amd64obsd_supply_pcb): New function.
4867 (_initialize_amd64obsd_nat): Enable libkvm interface.
4868 * Makefile.in (amd64obsd-nat.o): Update dependencies.
4869 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
4870 (LOADLIBES): New variable.
4871
a770d4ec
MK
4872 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
4873 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
4874 (sparc32nbsd_supply_pcb): New function.
4875 (_initialize_sparcnbsd_nat): Enable libkvm interface.
4876 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
4877 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
4878 (LOADLIBES): New variable.
4879
9ea75c57
MK
48802004-05-22 Mark Kettenis <[email protected]>
4881
2e0c3539
MK
4882 * bsd-kvm.c, bsd-kvm.h: New files.
4883 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
4884 "bsd-kvm.h".
4885 (i386fbsd_supply_pcb): New function.
4886 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
4887 (i386fbsd-nat.o): Update dependencies.
4888 (bsd_kvm_h): New variable.
4889 (bsd-kvm.o): New dependency.
4890 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
4891 (LOADLIBES): New variable.
4892
9ea75c57
MK
4893 * regset.c: Tweak comment.
4894 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
4895 macro.
4896 * regset.h: Update copyright year.
4897 (struct regset): Remove `descr' member, add `gdbarch' member.
4898 (regset_alloc): Adjust prototype and comment.
4899 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
4900 (i386_supply_fpregset): Likewise.
4901 (i386_regset_from_core_section): Update call to regset_alloc.
4902 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
4903 REGSET->arch.
4904 (i386obsd_aout_regset_from_core_section): Update call to
4905 regset_alloc.
4906 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
4907 REGSET->arch.
4908 (i386nbsd_aout_regset_from_core_section): Update call to
4909 regset_alloc.
4910 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
4911 REGSET->arch.
4912 (amd64_regset_from_core_section): Update call to regset_alloc.
4913 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
4914 REGSET->arch.
4915 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
4916 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
4917 &sparc32nbsd_gregset in sparc32_supply_gregset call.
4918 (sparc32nbsd_init_abi): Update call to regset_alloc.
4919 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
4920 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
4921 (sparc64obsd_init_abi): Update call to regset_alloc.
4922 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
4923 &sparc64nbsd_gregset in sparc64_supply_gregset call.
4924 (sparc64nbsd_init_abi): Update call to regset_alloc.
4925 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
4926 &sparc64fbsd_gregset in sparc64_supply_gregset call.
4927 (sparc64fbsd_init_abi): Update call to regset_alloc.
4928
867e2dc5
JB
49292004-05-22 Jim Blandy <[email protected]>
4930
4931 * ppc-tdep.h (spe_register_p): New declaration.
4932 (struct gdbarch_tdep): New members: ppc_acc_regnum and
4933 ppc_spefscr_regnum.
4934 * rs6000-tdep.c (spe_register_p): New function.
4935 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
4936 spefscr.
4937 (rs6000_gdbarch_init): Initialize the new members of the tdep
4938 structure.
4939
617a4cba
JB
49402004-05-21 Jim Blandy <[email protected]>
4941
0397dee1
JB
4942 * ppc-linux-nat.c (fetch_register): Move code back to be next
4943 to the comment that describes it. (Moved code, instead of
4944 comment, for symmetry with store_register.)
4945
617a4cba
JB
4946 Allocate regset structures in the gdbarch's obstack, not using
4947 xmalloc.
4948 * regset.c (regset_alloc): Renamed from regset_xmalloc.
4949 Add 'arch' argument. Allocate the regset on arch's obstack, not
4950 using xmalloc.
4951 * regset.h (regset_alloc): Update declaration.
4952 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
4953 gdbarch argument.
4954 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
4955 * i386-tdep.c (i386_regset_from_core_section): Same.
4956 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
4957 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
4958 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
4959 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
4960 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
4961 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
4962
9aa3914d
JB
49632004-05-21 Joel Brobecker <[email protected]>
4964
4965 * config/djgpp/fnchange.lst: Undo previous change, was useless.
4966
99c87dab
JB
49672004-05-21 Jim Blandy <[email protected]>
4968
4969 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
4970 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
4971
c2b6b4aa
JB
49722004-05-20 Jim Blandy <[email protected]>
4973
4974 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
4975
144529d0
MK
49762004-05-20 Mark Kettenis <[email protected]>
4977
4978 * regset.h: Make prototype const-correct.
4979 * regset.c (regset_xmalloc): Make const-correct.
4980
4725b721
PH
49812004-05-20 Paul N. Hilfinger <[email protected]>
4982
4983 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
4984 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
4985 (symbol_search_name): Declare.
4986
4987 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
4988 (iter_name_next_hashed): Ditto.
4989 (iter_name_next_linear): Ditto.
4990 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
4991
4992 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
4993 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
4994 (symbol_search_name): New function.
4995
4996 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
4997
4998 * minsyms.c (build_minimal_symbol_hash_tables): Change
4999 test for adding to demangled hash table to check for difference
5000 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
5001
be07a590
JB
50022004-05-19 Jim Blandy <[email protected]>
5003
5004 Use a constructor function to create regset structures.
5005 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
5006 (struct regset): Use supply_regset_ftype. Add new
5007 'collect_regset' member.
5008 (regset_xmalloc): New declaration.
5009 * regset.c: New file.
5010 * am64-tdep.c (amd64_regset_from_core_section): Use
5011 regset_xmalloc to construct regset structures.
5012 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
5013 * i386-tdep.c (i386_regset_from_core_section): Same.
5014 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
5015 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
5016 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
5017 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
5018 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
5019 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
5020 * Makefile.in (COMMON_OBS): Add regset.o.
5021 (regset.o): New rule.
5022
604368f5
JB
50232004-05-19 Joel Brobecker <[email protected]>
5024
5025 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
5026 and pthread_cond_wait.c.
5027
82d69f8b
JB
50282004-05-18 Jim Blandy <[email protected]>
5029
5030 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
5031 before the mach-specific switch, and then let the individual cases
5032 override the defaults, rather than leaving them uninitialized
5033 until the switch and then setting them in each case.
5034
5859efe5
RC
50352004-05-18 Randolph Chung <[email protected]>
5036
5037 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
5038 millicode functions.
5039
9ca80cf8
RC
50402004-05-18 Randolph Chung <[email protected]>
5041
5042 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
5043 references to dld_flags_buffer consistent.
5044
ed70ba00
RC
50452004-05-18 Randolph Chung <[email protected]>
5046
5047 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
5048 it for unwinding the stack.
5049
63100632
RC
50502004-05-18 Randolph Chung <[email protected]>
5051
5052 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
5053 Undefine these so we can overide them using gdbarch.
5054
090ccbb7
RC
50552004-05-18 Randolph Chung <[email protected]>
5056
5057 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
5058 handling for 64-bit HPUX (elf).
5059
594706e6
DJ
50602004-05-18 Daniel Jacobowitz <[email protected]>
5061
5062 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
5063 constants.
5064 * amd64-tdep.c (amd64_skip_prologue): Likewise.
5065 * ia64-tdep.c (examine_prologue): Likewise.
5066 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
5067 * v850-tdep.c (v850_fix_call_dummy): Likewise.
5068
e5483145
MK
50692004-05-18 Mark Kettenis <[email protected]>
5070
5071 * vax-tdep.c (vax_return_value): Implement
5072 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5073
caed1a45
MK
50742004-05-17 Mark Kettenis <[email protected]>
5075
5076 * vax-tdep.c (vax_return_value): Fix typo.
5077
3c0b7db2
AC
50782004-05-17 Andrew Cagney <[email protected]>
5079
5aae53e5
AC
5080 * MAINTAINERS: Mark Salter was also responsible for
5081 testsuite/config/
5082
3c0b7db2
AC
5083 * NEWS: Mention signal fixes.
5084
22b0923d
RC
50852004-05-17 Randolph Chung <[email protected]>
5086
5087 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
5088 check to see if we are unwinding an export stub. Export stubs clobber
5089 the %rp in the call path and stores the original rp in a stack slot.
5090
22f2b2f3
JB
50912004-05-17 Jim Blandy <[email protected]>
5092
5093 * MAINTAINERS: Update address for J.T. Conklin.
5094
cea96d64
RC
50952004-05-17 Randolph Chung <[email protected]>
5096
5097 * hppa-tdep.c: Remove superfluous #include's.
5098 * Makefile.in (hppa-tdep.o): Update dependencies.
5099
f08f6a4a
RC
51002004-05-17 Randolph Chung <[email protected]>
5101
5102 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
5103 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
5104 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
5105 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
5106 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
5107 Remove static function declarations.
5108
51da707a
MK
51092004-05-17 Mark Kettenis <[email protected]>
5110
caed1a45
MK
5111 * alphabsd-nat.c: Update copyright year.
5112 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
5113
c0c2b0db
MK
5114 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
5115 and M68K_A2_REGNUM.
5116
51da707a
MK
5117 * m68k-tdep.c (m68k_svr4_return_value): Implement
5118 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5119
8d027a04
MK
51202004-05-16 Mark Kettenis <[email protected]>
5121
5122 * sol-thread.c Update copyright year. Fix various coding
5123 standards violations. Tweak a few comments.
5124 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
5125 Delete prototypes.
5126
0d99fdb9
RC
51272004-05-15 Randolph Chung <[email protected]>
5128
5129 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
5130 as pointer instead of array reference since HPUX compiler does
5131 not accept unsized array arguments.
5132 * somsolib.c (dld_flags_buffer): Use constant array size.
5133
f7e3843a
MK
51342004-05-15 Mark Kettenis <[email protected]>
5135
0fe85704
MK
5136 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
5137 offset with decimal offset.
5138 (amd64obsd_sigcontext_addr): Return correct address for entire
5139 signal trampoline.
5140
a54f9a00
MK
5141 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
5142 instead of get_frame_base.
5143
feae6502
MK
5144 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
5145 (fill_gregset): Use regcache_raw_collect.
5146
0382d099
MK
5147 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
5148 ppcobsd-tdep.c.
5149
f7e3843a
MK
5150 * config/sparc/tm-nbsd64.h: Remove file.
5151 * config/tm-sunos.h: Remove file.
5152
773df3e5
JB
51532004-05-15 Joel Brobecker <[email protected]>
5154
5155 * rs6000-tdep.c (store_param_on_stack_p): New function,
5156 an improved version of some code extracted from skip_prologue().
5157 (skip_prologue): Use store_param_on_stack_p() to detect
5158 instructions saving a parameter on the stack. Detect when r0
5159 is used to save a parameter.
5160 Do not mark "li rx, SIMM" instructions as part of the prologue,
5161 unless the following instruction is also part of the prologue.
5162
95918acb
AC
51632004-05-14 Andrew Cagney <[email protected]>
5164
06f32659
AC
5165 * infrun.c (handle_inferior_event): Simplify
5166 STEP_OVER_UNDEBUGGABLE.
5167
95918acb
AC
5168 * infrun.c (handle_step_into_function): Delete function.
5169 (handle_inferior_event): Inline calls to
5170 handle_step_into_function.
5171
40711ff1 51722004-05-14 Jerome Guitton <[email protected]>
42203e46
JG
5173
5174 * rs6000-nat.c: Fix a comment.
5175
02f60eae
JB
51762004-05-12 David Anderson <[email protected]>
5177
5178 Committed by Jim Blandy <[email protected]>:
5179 * regcache.c (struct regcache_descr): fix comment spelling.
5180
552e377b
JB
51812004-05-13 J. Brobecker <[email protected]>
5182
5183 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
5184 Fixes a link link failure.
5185
349766b2
JB
51862004-05-13 J. Brobecker <[email protected]>
5187
5188 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
5189 error that was causing the build to fail.
5190
0d4d5484
JB
51912004-05-13 J. Brobecker <[email protected]>
5192
5193 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
5194 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
5195
0b30808c
AC
51962004-05-13 Andrew Cagney <[email protected]>
5197
5198 * infrun.c (handle_inferior_event): Check for
5199 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
5200 calls. Update comments.
5201
cdf2c5f5
JB
52022004-05-13 Jim Blandy <[email protected]>
5203
063715bf
JB
5204 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
5205 (fetch_regs_user_thread, fetch_regs_kernel_thread)
5206 (store_regs_user_thread, store_regs_kernel_thread): Use
5207 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
5208 * ppc-linux-nat.c (fill_gregset): Same.
5209 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
5210 (ppc_linux_sigtramp_cache): Same.
5211 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
5212 (ppcnbsd_sigtramp_cache_init): Same.
5213 * rs6000-nat.c (fetch_core_registers): Same.
5214 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
5215 (rs6000_frame_cache): Same.
5216
cdf2c5f5
JB
5217 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
5218 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
5219 of assuming that the gprs are numbered starting with zero.
5220 * ppc-linux-nat.c (fill_gregset): Same.
5221 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
5222 * ppcnbsd-nat.c (getregs_supplies): Same.
5223 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
5224 * rs6000-nat.c (fetch_core_registers): Same.
5225 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
5226
450bd37b
MS
52272004-05-07 Michael Snyder <[email protected]>
5228
5229 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
5230 LOC_COMPUTED_ARG, and LOC_INDIRECT.
5231
4a72a2a6
AC
52322004-05-13 Andrew Cagney <[email protected]>
5233
5234 * infrun.c (handle_inferior_event): Use frame_unwind_id.
5235
8edfa926
BM
52362004-05-13 Bryce McKinlay <[email protected]>
5237
5238 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
5239 base_address for shared libraries.
5240
723e0e3d
BM
52412004-05-13 Bryce McKinlay <[email protected]>
5242
5243 * MAINTAINERS (write after approval): Add myself.
5244
00d4360e
UW
52452004-05-13 Ulrich Weigand <[email protected]>
5246
5247 * breakpoint.c (bpstat_stop_status): Add new argument
5248 STOPPED_BY_WATCHPOINT. Use it instead of testing
5249 target_stopped_data_address agaist 0 to check whether
5250 or not we stopped due to a hardware watchpoint.
5251 * breakpoint.h (bpstat_stop_status): Adapt prototype.
5252 * infrun.c (handle_inferior_event): Call bpstat_stop_status
5253 with new argument.
5254
ec76baa5
JB
52552004-05-12 Jim Blandy <[email protected]>
5256
5257 * configure.in: When checking whether we should use the -bbigtoc
5258 option, don't forget to restore the original value of LDFLAGS.
5259 * configure: Regenerated.
5260
f2c9ca08
AC
52612004-05-12 Andrew Cagney <[email protected]>
5262
5263 * thread.c (load_infrun_state): Delete step_sp.
5264 * infrun.c (context_switch): Ditto.
5265 * inferior.h (step_sp): Ditto.
5266 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
5267 * gdbthread.h (struct thread_info, save_infrun_state)
5268 (restore_infrun_state): Ditto.
5269
090ddb2a
UW
52702004-05-12 Ulrich Weigand <[email protected]>
5271
5272 * MAINTAINERS (write after approval): Add myself.
5273
8aad930b
AC
52742004-05-12 Andrew Cagney <[email protected]>
5275
5276 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
5277 eliminate reference to step_sp.
5278 (struct execution_control_state, init_execution_control_state)
5279 (handle_inferior_event, keep_going): Delete update_step_sp and
5280 step_sp.
5281 * infcmd.c (step_sp): Note that variable is unused.
5282
922d5ae0
AC
52832004-05-11 Andrew Cagney <[email protected]>
5284
5285 * infrun.c (step_over_function): Delete function.
5286 (handle_step_into_function): Use insert_step_resume_breakpoint.
5287 (insert_step_resume_breakpoint): Fix assertion.
5288
017c5ca5
NR
52892004-05-11 Nick Roberts <[email protected]>
5290
5291 * utils.c (defaulted_query): Just use the normal query input type
5292 when printing the annotations.
5293
42edda50
AC
52942004-05-11 Andrew Cagney <[email protected]>
5295
5296 * infrun.c (handle_inferior_event): Simplify code handling
5297 step-into or return-from a signal trampoline.
5298
d28b44a7
AC
52992004-05-11 Andrew Cagney <[email protected]>
5300
5301 * ppcnbsd-tdep.c: Include "gdb_assert.h".
5302 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
5303
383f0f5b
JB
53042004-05-10 Jim Blandy <[email protected]>
5305
d0b57c3a
JB
5306 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
5307 with a call to internal_error.
5308
383f0f5b
JB
5309 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
5310 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
5311 processor variant lacks those registers.
5312 (ppc_floating_point_unit_p): Change description to make it clear
5313 that this returns info about the ISA, not the ABI.
5314 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
5315 return true or false by checking tdep->ppc_fp0_regnum and
5316 tdep->ppc_fpscr_regnum. The original code replicated the BFD
5317 arch/mach switching done in rs6000_gdbarch_init; it's better to
5318 keep that logic there, and just check the results here.
5319 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
5320 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
5321 floating-point registers.
5322 (ppc_supply_fpregset, ppc_collect_fpregset)
5323 (rs6000_push_dummy_call, rs6000_extract_return_value)
5324 (rs6000_store_return_value): Assert that we have floating-point
5325 registers.
5326 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
5327 (rs6000_frame_cache): Don't note the locations at which
5328 floating-point registers were saved if we have no fprs.
5329 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
5330 registers.
5331 (fetch_regs_user_thread, fetch_regs_kernel_thread)
5332 (store_regs_user_thread, store_regs_kernel_thread): Only call
5333 supply_fprs / fill_fprs if we actually have floating-point
5334 registers.
5335 (special_register_p): Check ppc_fpscr_regnum before matching
5336 against it.
5337 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
5338 supply / collect fpscr if we don't have it.
5339 * ppc-bdm.c: #include "gdb_assert.h".
5340 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
5341 have floating-point registers, since I can't test this code on
5342 FP-free systems to adapt it.
5343 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
5344 fpscr and floating point register numbers if they don't exist.
5345 (fetch_register): Assert that we have floating-point registers
5346 before we reach the code that handles them.
5347 (store_register): Same. And use tdep instead of calling
5348 gdbarch_tdep again.
5349 (fill_fpregset): Don't try to collect FP registers and fpscr if we
5350 don't have them.
5351 (ppc_linux_sigtramp_cache): Don't record the saved locations of
5352 fprs and fpscr if we don't have them.
5353 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
5354 don't have them.
5355 * ppcnbsd-nat.c: #include "gdb_assert.h".
5356 (getfpregs_supplies): Assert that we have floating-point registers.
5357 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
5358 * ppcobsd-tdep.c: #include "gdb_assert.h".
5359 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
5360 have floating-point registers.
5361 * rs6000-nat.c (regmap): Don't match against the fpscr and
5362 floating point register numbers if they don't exist.
5363 (fetch_inferior_registers, store_inferior_registers,
5364 fetch_core_registers): Only fetch / store / supply the
5365 floating-point registers and the fpscr if we have them.
5366 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
5367 (ppcobsd-tdep.o): Update dependencies.
5368
15960608
AC
53692004-05-10 Andrew Cagney <[email protected]>
5370
5371 * infrun.c (through_sigtramp_breakpoint): Delete variable.
5372 (context_switch): Do not switch through_sigtramp_breakpoint.
5373 * gdbthread.h (save_infrun_state, load_infrun_state)
5374 (struct thread_info): Delete through_sigtramp_breakpoint parameter
5375 and structure member.
5376 * thread.c (load_infrun_state, save_infrun_state): Update.
5377
5ab5aa0f
MK
53782004-05-10 Mark Kettenis <[email protected]>
5379
5380 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
5381
da78b0e7
DJ
53822004-05-10 Maciej W. Rozycki <[email protected]>
5383
5384 * acinclude.m4: Quote macro names being defined by AC_DEFUN
5385 throughout.
5386 * aclocal.m4: Regenerate.
5387
cca0d3b0
NW
53882004-05-10 Nathan J. Williams <[email protected]>
5389
5390 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
5391
d303a6c7
AC
53922004-05-10 Andrew Cagney <[email protected]>
5393
5394 * infrun.c (check_sigtramp2): Delete function.
5395 (handle_inferior_event): When single stepping, and taking a
5396 signal, set a breakpoint at the signal return address. Delete
5397 redundant calls to check_sigtramp2.
5398 (insert_step_resume_breakpoint): New function.
5399 (through_sigtramp_breakpoint, handle_inferior_event)
5400 (follow_exec, wait_for_inferior, fetch_inferior_event)
5401 (currently_stepping, keep_going): Delete most uses of
5402 through_sigtramp_breakpoint, not that it should be deleted.
5403 (delete_breakpoint_current_contents): Delete function.
5404
03f4cc20
RC
54052004-05-10 Randolph Chung <[email protected]>
5406
5407 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
5408 target.
5409 * config/pa/tm-linux.h: New file.
5410
37fc812e
DJ
54112004-05-10 Daniel Jacobowitz <[email protected]>
5412
5413 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
5414 of prefixes. Don't print the prefix twice in the CLI.
5415
26c0b942
JB
54162004-05-10 Jim Blandy <[email protected]>
5417
2e56e9c1
JB
5418 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
5419 collect all the gprs.
5420
26c0b942
JB
5421 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
5422 loop collecting gprs.
5423
dc497459
AC
54242004-05-09 Andrew Cagney <[email protected]>
5425
5426 * remote-vx.c (net_step): Delete step-range code.
5427 * remote.c (remote_resume, init_all_packet_configs)
5428 (set_remote_protocol_E_packet_cmd)
5429 (show_remote_protocol_E_packet_cmd)
5430 (remote_protocol_E, show_remote_cmd, _initialize_remote)
5431 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
5432 (show_remote_protocol_e_packet_cmd): Ditto.
5433
0543f387
MK
54342004-05-09 Mark Kettenis <[email protected]>
5435
c481d1ca
MK
5436 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
5437
f626a069
MK
5438 * hppa-tdep.h: Update copyright year.
5439 (struct trad_frame_saved_reg): Add opaque declaration.
5440
6fa57a7d
MK
5441 * amd64-tdep.c (amd64_return_value): Implement
5442 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5443
e47577ab
MK
5444 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
5445 (m68k_value_to_register): New functions.
5446 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
5447 value_to_register.
5448
31db7b6c
MK
5449 * defs.h (enum return_value_convention): Add
5450 RETURN_VALUE_ABI_RETURNS_ADDRESS and
5451 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
5452 * infcmd.c (legacy_return_value): New function.
5453 (print_return_value): Rwerite to implement
5454 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5455 * values.c (using_struct_return): Check for inequality to
5456 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
5457 RETURN_VALUE_STRUCT_CONVENTION.
5458 * i386-tdep.c (i386_return_value): Implement
5459 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5460
0543f387
MK
5461 * vax-tdep.c: Tweak comments. Reorder include files. Don't
5462 include "symtab.h", "opcode/vax.h" and "inferior.h".
5463 (vax_skip_prologue): Replace calls to read_memory_integer by calls
5464 to read_memory_unsigned_integer.
5465 (vax_gdbarch_init): Reorder.
5466 (_initialize_vax_tdep): Spell out prototype.
5467 * Makefile.in (vax-tdep.o): Update dependencies.
5468
0c93b7b6
AC
54692004-05-08 Andrew Cagney <[email protected]>
5470
e6b55ae2
AC
5471 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
5472 * target.c (target_detach, target_disconnect): Ditto.
5473
1ac839b8
AC
5474 * infcall.c (call_function_by_hand): When no
5475 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
5476 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
5477 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
5478 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5479 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5480
28954179
AC
5481 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
5482 * gdbarch.h, gdbarch.c: Re-generate.
5483 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5484 deprecated_fix_call_dummy.
5485 * v850-tdep.c (v850_gdbarch_init): Ditto.
5486 * infcall.c (call_function_by_hand): Do not call
5487 DEPRECATED_FIX_CALL_DUMMY.
5488
434b87dd
AC
5489 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
5490 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
5491 * gdbarch.h, gdbarch.c: Re-generate.
5492 * arm-linux-tdep.c (arm_linux_call_dummy_words)
5493 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
5494 deprecated_sizeof_call_dummy_words.
5495 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
5496 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
5497 * v850-tdep.c (v850_gdbarch_init): Ditto.
5498 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
5499 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
5500 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5501 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5502 * arch-utils.h (legacy_call_dummy_words)
5503 (legacy_sizeof_call_dummy_words): Delete declarations.
5504 * arch-utils.c (legacy_call_dummy_words)
5505 (legacy_sizeof_call_dummy_words): Delete variables.
5506
58d28df8
AC
5507 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
5508 * gdbarch.h, gdbarch.c: Re-generate.
5509 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
5510 * infcall.c (call_function_by_hand): Eliminate call to
5511 DEPRECATED_PUSH_DUMMY_FRAME.
5512 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
5513 push_dummy_frame.
5514 (ns32k_push_dummy_frame): Delete function.
5515
e4a2df64
AC
5516 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5517 deprecated_call_dummy_breakpoint_offset or
5518 deprecated_call_dummy_start_offset.
5519 * dummy-frame.c, arm-tdep.c: Update comments.
5520 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
5521 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
5522 * gdbarch.h, gdbarch.c: Re-generate.
5523
d3712828
AC
5524 * infcall.c (legacy_push_dummy_code): Delete function.
5525 (push_dummy_code): Delete call.
5526
7a882905
AC
5527 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
5528 * gdbarch.h, gdbarch.c: Re-generate.
5529 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
5530 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
5531 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
5532 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
5533
0ec5872b
AC
5534 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
5535 (struct frame_info): Delete opaque declaration.
5536 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
5537 * frame.c (get_frame_type): Delete call.
5538
0c93b7b6
AC
5539 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
5540 pc_in_call_dummy.
5541 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
5542 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
5543
75536971
MK
55442004-05-08 Mark Kettenis <[email protected]>
5545
527ca6bb
MK
5546 * alphanbsd-tdep.c: Include "gdb_string.h".
5547 * armnbsd-tdep.c: Update copyright year.
5548 Include "gdb_string.h".
5549 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
5550 dependencies.
5551
d39fdc61
MK
5552 * delta68-nat.c: Remove file.
5553 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
5554 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
5555 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
5556 (delta68-nat.o): Remove dependency.
5557
75536971
MK
5558 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
5559 function.
5560 (m68k_gdbarch_init): Don't set
5561 deprecated_frameless_function_invocation.
5562
f4ca1d1f
RC
55632004-05-07 Randolph Chung <[email protected]>
5564
5565 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
5566 read_memory_nobpt for code reading when doing frame unwinding.
5567 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
5568
2f0e8c7a
RC
55692004-05-07 Randolph Chung <[email protected]>
5570
5571 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
5572 instead of sp, handle sigaltstack case.
5573 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
5574 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
5575 signal handler and not that of the caller.
5576 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
5577 hppa_linux_sigtramp_find_sigcontext.
5578
959464ff
RC
55792004-05-07 Randolph Chung <[email protected]>
5580
5581 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
5582 hppa-linux-nat.c.
5583 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
5584 * hppa-linux-nat.c (fetch_register, store_register): Define.
5585 (fetch_inferior_registers, store_inferior_registers): Define.
5586 (supply_gregset): Add comment and clean up some unneeded code.
5587 (fill_gregset): Add comment and fix so that it saves registers in
5588 the right place in the gregset.
5589 (fill_fpregset): Fix buffer overrun problem.
5590 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
5591
0da28f8a
RC
55922004-05-07 Randolph Chung <[email protected]>
5593
5594 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
5595 do common handling of the pcoqt register.
5596 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
5597 to use helper function.
5598 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
5599 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
5600 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
5601 generic fallback unwinder when all else fails.
5602 (hppa_gdbarch_init): Add fallback sniffer.
5603 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
5604 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
5605 to use helper function.
5606
b9ec757a
JB
56072004-05-08 Joel Brobecker <[email protected]>
5608
5609 * config/djgpp/fnchange.lst: Add translation rules for
5610 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
5611
756e95f1
MK
56122004-05-08 Mark Kettenis <[email protected]>
5613
5614 * frame.c (get_prev_frame_1): Work around GCC bug.
5615 * frame.h: Add comment about GCC bug.
5616
2b4855ab
AC
56172004-05-07 Andrew Cagney <[email protected]>
5618
5619 * observer.c: Include "commands.h" and "gdbcmd.h".
5620 (observer_debug, _initialize_observer): Add the
5621 command "set/show debug observer".
5622 * observer.sh: When observer debugging, log notify calls.
5623 * Makefile.in (observer.o): Update dependencies.
5624
ba3e8e46
JM
56252004-05-07 Jason Molenda ([email protected])
5626
5627 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
5628
16796152
JB
56292004-05-07 Jim Blandy <[email protected]>
5630
daf6dc85
JB
5631 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
5632 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
5633 to recognize gpr regnums, instead of assuming that
5634 tdep->ppc_fp0_regnum marks the end of the general-purpose
5635 registers.
5636
16796152
JB
5637 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
5638 the given architecture has floating-point registers.
5639
c69b8bfc
AC
56402004-05-07 Andrew Cagney <[email protected]>
5641
5642 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
5643 macro defined to 1.
5644 * gdbarch.h, gdbarch.c: Re-generate.
5645 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5646 deprecated_use_generic_dummy_frames.
5647
7243600a
BF
56482004-05-07 Brian Ford <[email protected]>
5649
5650 * NEWS: Mention Cygwin DWARF 2 support.
5651
73c1e0a1
AC
56522004-05-07 Andrew Cagney <[email protected]>
5653
5654 * objfiles.h (struct entry_info): Delete unused fields
5655 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
5656 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
5657 * mipsread.c (mipscoff_symfile_read): Update.
5658 * mdebugread.c (parse_partial_symbols): Update.
5659 * dwarfread.c (read_file_scope): Update.
5660 * dwarf2read.c (read_file_scope): Update.
5661 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
5662 * coffread.c (complete_symtab): Update.
5663
1d3056ac
MK
56642004-05-07 Mark Kettenis <[email protected]>
5665
5666 * infcall.c (_initialize_infcall): Fix typo.
5667
15170568
AC
56682004-05-07 Andrew Cagney <[email protected]>
5669
5670 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
5671 * command.h (add_setshow_zinteger_cmd): Declare.
5672
34f75cc1
RC
56732004-05-06 Randolph Chung <[email protected]>
5674
5675 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
5676 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
5677 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
5678 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
5679 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
5680 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
5681 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
5682 definitions ...
5683 * hppa-tdep.h: ... to here, with HPPA_ prefix.
5684 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
5685 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
5686 (hppa64_hpux_frame_find_saved_regs_in_sig)
5687 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
5688 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
5689 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
5690 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
5691 (hppa_linux_sigtramp_frame_prev_register): Likewise.
5692 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
5693 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
5694 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
5695 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
5696 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
5697 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
5698 (hppa32_register_type, hppa_cannot_store_register)
5699 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
5700 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
5701 * hpread.c (hpread_process_one_debug_symbol): Likewise.
5702 * pa64solib.c (pa64_solib_have_load_event)
5703 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
5704 (pa64_solib_unloaded_library_pathname): Likewise.
5705 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
5706 (som_solib_library_pathname): Likewise.
5707
0a5e7efe
JI
57082004-05-05 Jim Ingham <[email protected]>
5709
5710 * breakpoint.c (create_breakpoints): Copy the ignore count and
5711 thread id over from the pended breakpoint to the actual
5712 breakpoint.
5713
10a4b113
AC
57142004-05-05 Andrew Cagney <[email protected]>
5715
5716 * gdbarch.sh (PARM_BOUNDARY): Delete.
5717 gdbarch.h, gdbarch.c: Re-generate.
5718 * valops.c (PARM_BOUNDARY): Delete macro.
5719 (value_push): Delete PARM_BOUNDARY code.
5720 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
5721
366f009f
JB
57222004-05-04 Jim Blandy <[email protected]>
5723
32b99774
JB
5724 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
5725 Don't assume that the gprs, fprs, and UISA sprs are
5726 contiguous, start at register number zero, and end with fpscr.
5727 Instead, use the numbers from the tdep structure.
5728
366f009f
JB
5729 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
5730 should no longer be used in code specific to the RS6000 and its
5731 derivatives.
5732 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
5733 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
5734 tdep->ppc_fp0_regnum.
5735 (ppc_supply_fpregset, ppc_collect_fpregset)
5736 (rs6000_push_dummy_call, rs6000_extract_return_value)
5737 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
5738 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
5739 FP0_REGNUM.
5740 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
5741 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
5742 Same.
5743 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
5744 bdm_ppc_store_registers): Same.
5745 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
5746 (store_register, fill_fpregset): Same.
5747 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
5748 (ppc_linux_supply_fpregset): Same.
5749 * ppcnbsd-nat.c (getfpregs_supplies): Same.
5750 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
5751 Same.
5752 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
5753 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
5754 ppc64_sysv_abi_return_value): Same.
5755 * rs6000-nat.c (regmap, fetch_inferior_registers)
5756 (store_inferior_registers, fetch_core_registers): Same.
5757
827f338d
MK
57582004-05-01 Mark Kettenis <[email protected]>
5759
5760 * m68knbsd-nat.c: Remove file.
5761 * m68knbsd-tdep.c: Remove file.
5762 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
5763 dependencies.
5764 * configure.host: Add m68k-*-netbsdelf*.
5765 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
5766 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
5767 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
5768 (XM_FILE): Remove.
5769 * config/m68k/nbsdelf.mh: New file.
5770 * config/m68k/nbsd.mt: New file.
5771 * config/m68k/nbsdaout.mt: Remove file.
5772 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
5773 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
5774 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
5775 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
5776 (use_struct_convention): Remove prototype.
5777 (USE_STRUCT_CONVENTION): Remove define.
5778 * config/m68k/xm-nbsd.h: Remove file.
5779
66894781
MS
57802004-05-04 Michael Snyder <[email protected]>
5781
5782 * m68k-tdep.c (m68k_gdbarch_init): Default to using
5783 reg_struct_return method (as gcc usually does for cross targets).
5784
f0f63663
AC
57852004-05-04 Ulrich Weigand <[email protected]>
5786
5787 Committed by Andrew Cagney.
5788 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
5789 alignment padding when accessing ucontext struct members.
5790
edf61169
JB
57912004-05-04 Jim Blandy <[email protected]>
5792
8bf659e8
JB
5793 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
5794 'ppc_gplast_regnum' member.
5795 (ppc_num_gprs): New enum constant.
5796 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
5797 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
5798 * rs6000-nat.c (regmap, fetch_inferior_registers,
5799 store_inferior_registers): Same.
5800 * rs6000-tdep.c (e500_pseudo_register_read)
5801 (e500_pseudo_register_write): Same.
5802 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
5803
b967e06f
JB
5804 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
5805 * ppc-tdep.h (ppc_num_fprs): New enum constant.
5806 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
5807 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
5808 FPLAST_REGNUM.
5809 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
5810 Same.
5811 * ppc-linux-nat.c (ppc_register_u_addr): Same.
5812 * rs6000-nat.c (regmap, fetch_inferior_registers)
5813 (store_inferior_registers): Same.
5814
edf61169
JB
5815 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
5816 with FPLAST_REGNUM.
5817
58a9656e
JB
58182004-05-03 Joel Brobecker <[email protected]>
5819
5820 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
5821 failure detected by recent versions of GCC.
5822 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
5823 to be consistent with the usage in dwarf2_create_include_psymtab.
5824
dc305454
MS
58252004-05-03 Michael Snyder <[email protected]>
5826
5827 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
5828 (heuristic_proc_start): Whitespace cleanup.
5829
29972665
MK
58302004-05-04 Mark Kettenis <[email protected]>
5831
6b57680d
MK
5832 * sun3-nat.c: Remove file.
5833 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
5834 dependencies.
5835 (ALLDEPFILES): Remove sun3-nat.c.
5836 (sun3-nat.o): Remove dependencies.
5837
29972665
MK
5838 * i386-interix-nat.c, i386-interix-tdep.c,
5839 config/i386/nm-interix.h, config/i386/interix.mh,
5840 config/i386/interix.mt: Remove files.
5841 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
5842 dependencies.
5843
f595cb19
MK
58442004-05-03 Mark Kettenis <[email protected]>
5845
5846 * m68k-tdep.h (struct gdbarch_tdep): Add member
5847 struct_value_regnum.
5848 (m68k_svr4_init_abi): New prototype.
5849 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
5850 different calling conventions.
5851 (m68k_extract_return_value): Remove code dealing with single-field
5852 structs.
5853 (m68k_store_return_value): Remove code dealing with single-field
5854 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
5855 (m68k_extract_struct_value_address): Remove function.
5856 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
5857 (m68k_reg_struct_return_p, m68k_return_value)
5858 (m68k_svr4_return_value): New functions.
5859 (m68k_use_struct_convention): Remove function.
5860 (m68k_push_dummy_call): Use new struct_value_regnum member of
5861 `struct gdbarch_tdep' instead of hardcoded register number to
5862 store STRUCT_ADDR.
5863 (m68k_svr4_init_abi): New function.
5864 (m68k_gdbarch_init): Don't set extract_return_value,
5865 store_return_values, deprecated_extract_struct_value_address and
5866 use_struct_convention. Set return_value instead. Initialize new
5867 struct_value_regnum member of `struct gdbarch_tdep'.
5868 * m68klinux-tdep.c: Update copyright year.
5869 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
5870 (m68k_linux_extract_struct_value_address): Remove function.
5871 (m68k_linux_init_abi): Don't set extract_return_value,
5872 store_return_values, deprecated_extract_struct_value_address and
5873 use_struct_convention. Call m68k_svr4_init_abi but override the
5874 new struct_value_regnum member of `struct gdbarch_tdep'.
5875 * Makefile.in (m68k-tdep.o): Update dependencies.
5876
aaa75496
JB
58772004-05-03 J. Brobecker <[email protected]>
5878
5879 * dwarf2read.c (line_header): Add new included_p field in
5880 field file_names.
5881 (partial_die_info): New field has_stmt_list. New field line_offset.
5882 (dwarf2_create_include_psymtab): New function.
5883 (dwarf2_build_include_psymtabs): New function.
5884 (add_file_name): Add forward declaration. Initialize new field.
5885 (dwarf_decode_lines): Add new parameter. Enhance this procedure
5886 to be able to determine the list of files included by the
5887 given unit, and build their associated psymtabs.
5888 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
5889 files as well.
5890 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
5891 (read_file_scope): Update call to dwarf_decode_lines.
5892 (read_partial_die): Handle DW_AT_stmt_list attributes.
5893
c848556f
MC
58942004-05-02 Michael Chastain <[email protected]>
5895
5896 Unfix PR gdb/1626.
5897 * configure.in: Revert special case for osf5.*.
5898 * configure: Regenerate.
5899
eb4556d7
JB
59002004-05-02 Jim Blandy <[email protected]>
5901
5902 Move the symbol-file-from-memory functions into their own file.
5903 * symfile-mem.c, symfile-mem.h: New files.
5904 * symfile.c (symbol_file_add_from_bfd): New function.
5905 (symbol_file_add): Call symbol_file_add_from_bfd.
5906 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
5907 Moved to symfile-mem.c.
5908 (_initialize_symfile): Move definition of
5909 add-symbol-file-from-memory command to symfile-mem.c.
5910 * symfile.h (symbol_file_add_from_bfd): New declaration.
5911 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
5912 * config/powerpc/linux.mt (TDEPFILES): Same.
5913 * Makefile.in (SFILES): Add symfile-mem.c.
5914 (symfile_mem_h): New variable.
5915 (HFILES_NO_SRCDIR): Add symfile-mem.h.
5916 (symfile-mem.o): New rule.
5917
80bb239e
AC
59182004-05-01 Andrew Cagney <[email protected]>
5919
7789d0fa
AC
5920 * breakpoint.c (insert_bp_location): Use get_frame_id, and
5921 frame_find_by_id instead of frame_relative_level.
5922 (do_enable_breakpoint): Ditto.
5923 * thread.c: Update copyright.
5924 (info_threads_command): Ditto, simplify.
5925
80bb239e
AC
5926 * frame.c (deprecated_generic_get_saved_register): Delete
5927 function, moved to "xstormy16-tdep.c".
5928 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
5929 deprecated_generic_get_saved_register from "frame.c".
5930 (xstormy16_frame_saved_register): Call
5931 xstormy16_get_saved_register.
5932 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
5933 static.
5934 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
5935 * frame.h (deprecated_generic_get_saved_register): Delete.
5936
b2a871dd
MC
59372004-05-01 Michael Chastain <[email protected]>
5938
5939 * dwarfread.c: Update documentation on the state of dwarf-1.
5940
0e100dab
AC
59412004-05-01 Andrew Cagney <[email protected]>
5942
acd8056e
AC
5943 * stack.c (select_frame_command): Delete call to
5944 frame_relative_level.
5945 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
5946 Delete #if0 code.
5947 (frame_info): Do not print FRAMELESS.
5948 (print_block_frame_labels): Replace DEPRECATED_STREQ.
5949 (catch_info): Delete #if0 code.
5950
0e100dab
AC
5951 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
5952 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
5953 of frame_relative_level.
5954 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
5955 to SENTINEL_FRAME.
5956 * frame.h (enum frame_type): Add SENTINEL_FRAME.
5957 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
5958 frame_relative_level.
5959
55699d59
AC
5960 * frame.h (deprecated_set_frame_type): Delete declaration.
5961 * frame.c (deprecated_set_frame_type): Delete function, update
5962 comments.
5963
fcf70625
AC
5964 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
5965 * gdbarch.h, gdbarch.c: Re-generate.
5966 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
5967 (shnbsd_pc_in_sigtramp): Delete.
5968 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
5969 pc_in_sigtramp.
5970 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
5971 pc_in_sigtramp.
5972 * frame.h: Update comments.
5973 * ppc-linux-tdep.c: Update comments.
5974 * breakpoint.c (bpstat_what): Update comments.
5975
ac5eccb7
AC
5976 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
5977 m68klinux-tdep.o's dependencies, were previously added to
5978 m68klinux-nat.o.
5979
f2524b93
AC
5980 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
5981 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
5982 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
5983 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
5984 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
5985
17e20bce
AC
5986 * Makefile.in (m68klinux-nat.o): Update dependencies.
5987 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
5988 (m68k_linux_sigtramp_frame_cache)
5989 (m68k_linux_sigtramp_frame_this_id)
5990 (m68k_linux_sigtramp_frame_prev_register)
5991 (m68k_linux_sigtramp_frame_unwind)
5992 (m68k_linux_sigtramp_frame_sniffer)
5993 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
5994 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
5995 names, use trad-frame.h.
5996 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
5997 (struct m68k_sigtramp_info): Delete.
5998 * m68k-tdep.c (m68k_sigtramp_frame_cache)
5999 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
6000 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
6001 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
6002 "m68klinux-tdep.c".
6003
c8864fa2
AC
6004 * infrun.c (check_sigtramp2): Delete check for
6005 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
6006
511dd2cd
MK
60072004-05-01 Mark Kettenis <[email protected]>
6008
6009 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
6010
8c6b0e06
AC
60112004-05-01 Andrew Cagney <[email protected]>
6012
9df0bb3f
AC
6013 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
6014 (frv_linux_sigtramp_frame_cache)
6015 (frv_linux_sigtramp_frame_this_id)
6016 (frv_linux_sigtramp_frame_prev_register)
6017 (frv_linux_sigtramp_frame_unwind)
6018 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
6019 include "linux" in function and variable names, directly call
6020 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
6021 the latest trad-frame code.
6022 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
6023 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
6024 * Makefile.in (frv-linux-tdep.o): Update dependencies.
6025 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
6026 * frv-tdep.c (frv_sigtramp_frame_cache)
6027 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
6028 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
6029 frv-linux-tdep.c.
6030 (frv_gdbarch_init): Do not append a sigtramp sniffer.
6031 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
6032 (frv_set_sigcontext_reg_addr): Delete function.
6033
8c6b0e06
AC
6034 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
6035 (DEPRECATED_SIGTRAMP_END): Delete.
6036 * gdbarch.h, gdbarch.c: Re-generate.
6037 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
6038 * config/vax/tm-vaxbsd.h: Update copyright.
6039 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
6040 (DEPRECATED_IN_SIGTRAMP): Define.
6041 * config/m68k/tm-nbsd.h: Update copyright.
6042 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
6043 (DEPRECATED_IN_SIGTRAMP): Define.
6044
50ea7769
MK
60452004-05-01 Mark Kettenis <[email protected]>
6046
03ac2a74
MK
6047 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
6048 encondings. Fixes PR gdb/1628.
6049
50ea7769
MK
6050 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
6051 DW_CFA_restore state without a matching DW_CFA_remember_state
6052 instead of aborting. Fixes PR backtrace/1589.
6053
9a5d7be1
JB
60542004-04-30 Joel Brobecker <[email protected]>
6055
6056 * MAINTAINERS: Add self as AIX maintainer.
6057 Update my e-mail address in write-after-approval section.
6058
2593d1cd
AC
60592004-04-30 Andrew Cagney <[email protected]>
6060
ce12bbf9
AC
6061 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
6062 (legacy_get_prev_frame): Ditto.
6063
36710c63
AC
6064 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
6065 (mips_gdbarch_init): Do not set pc_in_sigtramp.
6066 * mipsread.c (sigtramp_address): Delete extern variable.
6067 (mipscoff_new_init): Delete reference.
6068 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
6069 (fixup_sigtramp): Delete function.
6070 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
6071 (fixup_sigtramp): Delete declarations.
6072
2593d1cd
AC
6073 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
6074 deprecated_pc_in_sigtramp.
6075 (ppcnbsd_pc_in_sigtramp): Delete function.
6076
2a25f91c
MK
60772004-05-01 Mark Kettenis <[email protected]>
6078
6079 * config/m68k/nm-nbsd.h: Tweak comments.
6080 * config/m68k/nm-nbsdaout.h: Likewise.
6081
0b281939
AC
60822004-04-30 Andrew Cagney <[email protected]>
6083
6084 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
6085 legacy_pc_in_sigtramp.
6086 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
6087
8f2d3ea0
MK
60882004-05-01 Mark Kettenis <[email protected]>
6089
6090 Add OpenBSD/m68k support.
6091 * NEWS (New native configurations): Mention OpenBSD/m68k.
6092 * m68kbsd-tdep.c: New file.
6093 * m68kbsd-nat.c: New file.
6094 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
6095 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
6096 * configure.host: Add m68k-*-openbsd.
6097 * configure.tgt: Add m68k-*-openbsd.
6098 * config/m68k/tm-obsd.h: New file.
6099 * config/m68k/obsd.mt: New file.
6100 * config/m68k/obsd.mh: New file.
6101 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
6102 m68kbsd-tdep.c.
6103
c40f49a4
AC
61042004-04-30 Andrew Cagney <[email protected]>
6105
6106 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
6107 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
6108
e81554cd
MK
61092004-04-30 Mark Kettenis <[email protected]>
6110
6111 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
6112 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
6113
d4dc1a91
BF
61142004-04-30 Brian Ford <[email protected]>
6115
6116 Revert 2004-04-16 change.
6117 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
6118 (i386_coff_init_abi): Remove.
6119 * i386-tdep.h (i386_coff_init_abi): Remove.
6120 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
6121
2f72f850
AC
61222004-04-30 Andrew Cagney <[email protected]>
6123
e492f9d6
AC
6124 * blockframe.c (find_pc_partial_function): Delete use of
6125 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
6126 DEPRECATED_SIGTRAMP_END.
6127
7b7adad0
AC
6128 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
6129 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
6130 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
6131 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
6132 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
6133
2f72f850
AC
6134 * defs.h (deprecated_inside_entry_file): Delete declaration.
6135 * blockframe.c (deprecated_inside_entry_file): Delete function.
6136 (legacy_frame_chain_valid): Delete call.
6137 * sh64-tdep.c (sh64_frame_chain): Delete call.
6138 * objfiles.h: Update comments.
6139 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
6140 call.
6141 * frame.c (get_prev_frame): Delete call, update comments.
6142
283f90a7
BF
61432004-04-30 Brian Ford <[email protected]>
6144
6145 * MAINTAINERS (Write After Approval): Add myself.
6146
8ee56bcf
AC
61472004-04-30 Andrew Cagney <[email protected]>
6148
6149 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
6150 * gdbarch.h, gdbarch.c: Re-generate.
6151 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
6152 code.
6153
ee27e1b6
AC
61542004-04-30 Andrew Cagney <[email protected]>
6155
6156 * gdb-events.sh (selected_thread_changed)
6157 (selected_frame_level_changed, target_changed): Delete.
6158 * gdb-events.h, gdb-events.c: Re-generate.
6159 * valops.c (value_assign): Update.
6160 * stack.c (select_frame_command, up_silently_base)
6161 (down_silently_base): Update.
6162
d5ac5a39
AC
61632004-04-29 Andrew Cagney <[email protected]>
6164
6165 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
6166 registers correctly.
6167 (print_gp_register_row, mips32_heuristic_proc_desc)
6168 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
6169 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
6170 references to mips_isa_regsize.
6171
ceae6e75
AC
61722004-04-29 Andrew Cagney <[email protected]>
6173
6174 * mips-tdep.c (struct gdbarch_tdep): Delete
6175 mips_fp_register_double.
6176 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
6177 mips_abi_regsize.
6178 (mips_gdbarch_init): Do not set mips_fp_register_double.
6179 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
6180
a587af0b
AC
61812004-04-29 Joel Brobecker <[email protected]>
6182
6183 Committed by Andrew Cagney.
6184 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
6185 function calls.
6186
13326b4e
AC
61872004-04-29 Andrew Cagney <[email protected]>
6188
6189 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
6190 gdbarch, use mips_abi, update callers.
6191 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
6192 mips_abi_regsize, update callers.
6193 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
6194 mips_default_abi_regsize.
6195 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
6196 mips_default_abi_regsize.
6197
711cc5cd
AC
61982004-04-29 Andrew Cagney <[email protected]>
6199
1b13c4f6
AC
6200 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
6201 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
6202 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
6203 mips_default_abi_regsize.
6204 (mips_isa_regsize): Rename mips_regisze.
6205 * mipsnbsd-tdep.c: Update.
6206 * mips-linux-tdep.c: Update.
6207 * irix5-nat.c: Update.
6208 * mips-tdep.h (mips_isa_regsize): Update.
6209
711cc5cd
AC
6210 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
6211 Delete all disabled code.
6212 * gdb-events.h, gdb-events.c: Re-generate.
6213
e63bbc88
MK
62142004-04-19 Jerome Guitton <[email protected]>
6215 Mark Kettenis <[email protected]>
6216
6217 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
6218 the function begins with a branch instruction.
6219
fd35795f
MK
62202004-04-29 Mark Kettenis <[email protected]>
6221
6222 * i386-tdep.c: Fix spelling mistakes.
6223
c960c18f
AC
62242004-04-28 Rainer Orth <[email protected]>
6225 Andrew Cagney <[email protected]>
6226
6227 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
6228 <sys/proc.h>.
6229 * acconfig.h: Provide default _KMEMUSER value.
6230 * config.in, configure: Re-generate.
6231 * NEWS: Mention fix.
6232
50306a9d
RC
62332004-04-24 Randolph Chung <[email protected]>
6234
6235 * configure.host (hppa*-*-linux*): New target.
6236 * configure.tgt (hppa*-*-linux*): Likewise.
6237 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
6238 gdbarch_init_osabi() call earlier so that osabi-specific frame
6239 unwinders can be registered first.
6240 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
6241 hppa-linux-nat.c.
6242 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
6243 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
6244 * config/pa/linux.mh: New file.
6245 * config/pa/linux.mt: New file.
6246 * config/pa/nm-linux.h: New file.
6247 * config/pa/xm-linux.h: New file.
6248 * hppa-linux-nat.c: New file.
6249 * hppa-linux-tdep.c: New file.
6250
2a6228ef
RC
62512004-04-28 Randolph Chung <[email protected]>
6252
6253 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
6254 return values.
6255 (hppa32_push_dummy_call): Fix small struct and floating point argument
6256 passing, and make sure the stack frame is properly aligned.
6257
82c10df6
AC
62582004-04-28 Andrew Cagney <[email protected]>
6259
d762c46a
AC
6260 * stack.c (print_stack_frame): Fix description.
6261
82c10df6
AC
6262 * NEWS: Mention gdb/gdbserver/configure execute permission
6263 changed. PR server/519.
6264
0faf0076
AC
62652004-04-28 Andrew Cagney <[email protected]>
6266
6267 * stack.c (print_stack_frame_stub): Delete declaration.
6268 (struct print_stack_frame_args, print_stack_frame)
6269 (print_frame_info, print_frame): Replace "source" with print what.
6270 Replace "print" with "print_level". Replace "args" with
6271 "print_args".
6272 * frame.h (show_and_print_stack_frame, print_stack_frame)
6273 (print_frame_info): Update declarations.
6274 * stack.c (select_and_print_frame, frame_command)
6275 (current_frame_command, up_command, down_command): Update calls -
6276 use get_selected_frame, pass "enum print_what" for source, do not
6277 call frame_relative_level.
6278 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
6279 * remote-rdp.c (remote_rdp_open): Ditto.
6280 * remote-mips.c (common_open): Ditto.
6281 * remote-e7000.c (e7000_start_remote): Ditto.
6282 * ocd.c (ocd_start_remote): Ditto.
6283 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
6284 * infrun.c (normal_stop): Ditto.
6285 * inflow.c (kill_command): Ditto.
6286 * infcmd.c (finish_command): Ditto.
6287 * corelow.c (core_open): Ditto.
6288 * tracepoint.c (finish_tfind_command): Ditto.
6289 * thread.c (info_threads_command, info_threads_command)
6290 (restore_current_thread, do_captured_thread_select): Ditto.
6291 * ada-tasks.c (task_command): Ditto.
6292
f4c5303c
OF
62932004-04-26 Orjan Friberg <[email protected]>
6294
6295 * frame.c: Include "observer.h".
6296 (frame_observer_target_changed): New function.
6297 (_initialize_frame): Attach target_changed observer.
6298 * regcache.c: Include "observer.h".
6299 (regcache_observer_target_changed): New function.
6300 (_initialize_regcache): Attach target_changed observer.
6301 * valops.c: Include "observer.h".
6302 (value_assign): Notify target_changed event when modifying register.
6303 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
6304
7270d8f2
OF
63052004-04-26 Orjan Friberg <[email protected]>
6306
6307 From Paul Koning <[email protected]>:
6308 * breakpoint.c (free_valchain): New function.
6309 (insert_bp_location, delete_breakpoint): Use free_valchain.
6310 (remove_breakpoint): Do not remove the valchain.
6311 (bpstat_stop_status): If not stopped by watchpoint, skip
6312 watchpoints when generating stop status list.
6313 * infrun.c (handle_inferior_event): Make
6314 stepped_after_stopped_by_watchpoint a global variable.
6315 * remote.c (remote_stopped_data_address): Return watch data
6316 address rather than zero if stepped_after_stopped_by_watchpoint is
6317 set.
6318
02d62932
MC
63192004-04-25 Michael Chastain <[email protected]>
6320
6321 Fix PR gdb/1626.
6322 * configure.in: Check for curses after termcap.
6323 On osf5.*, do not check for ncurses.
6324 * configure: Regenerate.
6325
3e9a183c
MK
63262004-04-25 Mark Kettenis <[email protected]>
6327
c79ac407
MK
6328 * ppcobsd-nat.c: Include "ppc-tdep.h".
6329 * Makefile.in (ppcobsd-nat.o): Update dependencies.
6330
3e9a183c
MK
6331 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
6332 Fixes PR tdep/1623 and PR tdep/1624.
6333
38cc9c28
MC
63342004-04-24 Michael Chastain <[email protected]>
6335
6336 * xmodem.h, xmodem.c: Remove files.
6337 * Makefile.in: Remove references to xmodem.h, xmodem.c.
6338
7f07c5b6
RC
63392004-04-23 Randolph Chung <[email protected]>
6340
6341 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
6342 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
6343 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
6344 for handling stackless frames.
6345 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
6346
9f7194c3
RC
63472004-04-23 Randolph Chung <[email protected]>
6348
6349 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
6350 starts at a pc before the frame is created.
6351
dcff6009
JB
63522004-04-23 Joel Brobecker <[email protected]>
6353
6354 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
6355
40711ff1 63562004-04-23 Jerome Guitton <[email protected]>
65951cd9
JG
6357
6358 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
6359 use convert_typed_floating to get the appropriate format.
6360
abc485a1
RC
63612004-04-22 Randolph Chung <[email protected]>
6362
6363 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
6364 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
6365 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
6366 (hppa_sign_extend): Add prototype.
6367 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
6368 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
6369 (sign_extend): Rename with hppa_ prefix and make non-static. Other
6370 hppa targets will also use these functions.
6371 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
6372 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
6373 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
6374 (hppa_gdbarch_init): Remove gdbarch setting of
6375 skip_trampoline_code, in_solib_call_trampoline and
6376 in_solib_return_trampoline.
6377 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
6378 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
6379 hppa_in_solib_call_trampoline.
6380 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
6381 Moved from hppa-tdep.c.
6382 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
6383 in_solib_call_trampoline and in_solib_return_trampoline.
6384
369aa520
RC
63852004-04-22 Randolph Chung <[email protected]>
6386
6387 * hppa-tdep.c (hppa_debug): New variable.
6388 (find_unwind_entry, hppa_frame_cache): Add debug output.
6389 (_initialize_hppa_tdep): Add command to set debug flag.
6390
476be15e
AC
63912004-04-22 Andrew Cagney <[email protected]>
6392
6393 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
6394 "trad-frame.h".
6395 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
6396 signal trampoline unwinder.
6397 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
6398
d195bc9f
MK
63992004-04-22 Mark Kettenis <[email protected]>
6400
6401 Add OpenBSD/powerpc support.
6402 * NEWS (New native configurations): Mention OpenBSD/powerpc.
6403 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
6404 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
6405 (ppc_collect_fpregset): New prototypes.
6406 * ppcobsd-nat.c: New file.
6407 * ppcobsd-tdep.c: New file.
6408 * ppcobsd-tdep.h: New file.
6409 * rs6000-tdep.c: Include "regset.h".
6410 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
6411 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
6412 New functions.
6413 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
6414 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
6415 (rs6000-tdep.o): Update dependencies.
6416 * configure.host: Add powerpc-*-openbsd.
6417 * configure.tgt: Add powerpc-*-openbsd.
6418 * config/powerpc/obsd.mh: New file.
6419 * config/powerpc/nm-obsd.h: New file.
6420 * config/powerpc/obsd.mt: New file.
6421
6f14cc33
AC
64222004-04-22 Andrew Cagney <[email protected]>
6423
fcf29e5f
AC
6424 * frame.h (show_frame_info): Delete declaration.
6425
6f14cc33
AC
6426 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
6427 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
6428 * m32r-tdep.c (m32r_frame_this_id): Ditto.
6429 * frv-tdep.c (frv_frame_this_id): Ditto.
6430 * avr-tdep.c (avr_frame_this_id): Ditto.
6431
e5786a5c
EZ
64322004-04-22 Elena Zannoni <[email protected]>
6433
6434 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
6435
26e75e5c
JB
64362004-04-22 Jim Blandy <[email protected]>
6437
6438 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
6439 register number zero.
6440
d8d65dd3
MS
64412004-04-21 Michael Snyder <[email protected]>
6442
6443 * mips-tdep.c (heuristic_proc_start):
6444 Warning() already prefixes "Warning: ".
6445
9a4105ab
AC
64462004-04-21 Andrew Cagney <[email protected]>
6447
6448 * annotate.h (deprecated_annotate_starting_hook)
6449 (deprecated_annotate_stopped_hook)
6450 (deprecated_annotate_exited_hook)
6451 (deprecated_annotate_signal_hook)
6452 (deprecated_annotate_signalled_hook): Deprecate.
6453 * tracepoint.h (deprecated_create_tracepoint_hook)
6454 (deprecated_delete_tracepoint_hook)
6455 (deprecated_modify_tracepoint_hook)
6456 (deprecated_trace_find_hook)
6457 (deprecated_trace_start_stop_hook): Deprecate.
6458 * target.h (deprecated_target_new_objfile_hook): Deprecate.
6459 * remote.h (deprecated_target_resume_hook)
6460 (deprecated_target_wait_loop_hook): Deprecate.
6461 * gdbcore.h (deprecated_exec_file_display_hook)
6462 (deprecated_file_changed_hook): Deprecate.
6463 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
6464 * defs.h (deprecated_modify_breakpoint_hook)
6465 (deprecated_command_loop_hook, deprecated_show_load_progress)
6466 (deprecated_print_frame_info_listing_hook)
6467 (deprecated_query_hook, deprecated_warning_hook)
6468 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
6469 (deprecated_delete_breakpoint_hook)
6470 (deprecated_interactive_hook, deprecated_registers_changed_hook)
6471 (deprecated_readline_begin_hook, deprecated_readline_hook)
6472 (deprecated_readline_end_hook, deprecated_register_changed_hook)
6473 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
6474 (deprecated_context_hook, deprecated_target_wait_hook)
6475 (deprecated_attach_hook, deprecated_detach_hook)
6476 (deprecated_call_command_hook, deprecated_set_hook)
6477 (deprecated_error_hook, deprecated_error_begin_hook)
6478 (deprecated_ui_load_progress_hook): Deprecate.
6479 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
6480 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
6481 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
6482 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
6483 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
6484 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
6485 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
6486 * annotate.c, aix-thread.c: Update.
6487
62cf13cc
AC
64882004-04-21 Andrew Cagney <[email protected]>
6489
b2e31a62
AC
6490 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
6491 * vaxnbsd-tdep.c: Include "gdb_string.h".
6492
62cf13cc
AC
6493 * symfile.c (symbol_file_add_from_memory): #if 0 function.
6494 (add_symbol_file_from_memory_command): #if 0 function body, call
6495 error instead.
6496
00e32a35
AC
64972004-04-21 Andrew Cagney <[email protected]>
6498
6499 * gdbcore.h: Update copyright.
6500 (deprecated_add_core_fns): Rename add_core_fns.
6501 * win32-nat.c (_initialize_core_win32): Update.
6502 * sun3-nat.c (_initialize_core_sun3): Update.
6503 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
6504 * rs6000-nat.c (_initialize_core_rs6000): Update.
6505 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
6506 * nto-tdep.c (_initialize_nto_tdep): Update.
6507 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
6508 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
6509 * mips-nat.c (_initialize_core_mips): Update.
6510 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
6511 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
6512 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
6513 * lynx-nat.c (_initialize_core_lynx): Update.
6514 * irix5-nat.c (_initialize_core_irix5): Update.
6515 * i386-interix-nat.c (_initialize_core_interix): Update.
6516 * cris-tdep.c (_initialize_cris_tdep): Update.
6517 * corelow.c (deprecated_add_core_fns): Update.
6518 * core-regset.c (_initialize_core_regset): Update.
6519 * core-aout.c (_initialize_core_aout): Update.
6520 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
6521 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
6522 * alpha-nat.c (_initialize_core_alpha): Update.
6523
13c7b1ca
JB
65242004-04-21 Jim Blandy <[email protected]>
6525
6526 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
6527
7b5a2f43
DJ
65282004-04-19 Daniel Jacobowitz <[email protected]>
6529
6530 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
6531 Delete.
6532 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
6533 (read_attribute_value): Update calls to dwarf_alloc_block.
6534 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
6535 dwarf2_tmp_obstack.
6536 (psymtab_to_symtab_1): Likewise. Clean up using
6537 free_stack_comp_unit.
6538 (add_to_cu_func_list): Use the comp_unit_obstack.
6539
05cf31d1
JB
65402004-04-19 Joel Brobecker <[email protected]>
6541
6542 * dwarf2read.c (dwarf2_flag_true_p): New function.
6543 (die_is_declaration): Use the function above. Add some comments.
6544
adf93a2f
MK
65452004-04-19 Mark Kettenis <[email protected]>
6546
6547 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
6548 architecture when registering sparcnbsd_core_osabi_sniffer.
6549 Adjust comment.
6550
748894bf
MK
65512004-04-18 Mark Kettenis <[email protected]>
6552
f622ad42
MK
6553 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
6554 return value.
6555
c4fc7f1b
MK
6556 Based on a patch from Brian Ford <[email protected]>:
6557 * i386-tdep.c: Correct register numbering scheme comments
6558 throughout.
6559 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
6560 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
6561 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
6562 (i386_gdb_arch_init): Likewise.
6563
b4ead1bd
MK
6564 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
6565 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
6566 ppcnbsd-tdep.o.
6567
748894bf
MK
6568 * m68k-tdep.h: Tweak comments.
6569 * m68k-tdep.c: Tweak comment.
6570
fdd72f95
RC
65712004-04-17 Randolph Chung <[email protected]>
6572
6573 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
6574 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
6575 (hppa_hpux_som_init_abi): Set is_elf to 0.
6576 (hppa_hpux_elf_init_abi): Set is_elf to 1.
6577 * hppa-tdep.c (low_text_segment_address): Remove global.
6578 (record_text_segment_lowaddr): Pass in low address as parameter. Use
6579 section offset to calculate segment address.
6580 (internalize_unwinds): Define low_text_segment_address as local and
6581 pass to record_text_segment_lowaddr for ELF targets.
6582 (hppa_gdbarch_init): Zero fill tdep structure.
6583 (hppa_dump_tdep): Print tdep structure.
6584 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
6585
0f8d9d59
RC
65862004-04-17 Randolph Chung <[email protected]>
6587
6588 * hppa-tdep.c (hppa_pseudo_register_read): Define.
6589 (hppa_gdbarch_init): Set pseudo_register_read.
6590 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
6591 * regcache.c (supply_register): Remove check for
6592 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
6593
7c46b9fb
RC
65942004-04-17 Randolph Chung <[email protected]>
6595
6596 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
6597 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
6598 (hpread_adjust_stack_address): Move to hpread.c.
6599 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
6600 obj_private_struct): Move from tm-hppa.h.
6601 * hpread.c (hppa-tdep.h): Include.
6602 (hpread_adjust_stack_address): Move from hppa-tdep.c.
6603 (hpread_read_function_type, hpread_read_doc_function_type)
6604 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
6605 directly.
6606 * pa64solib.c (hppa-tdep.h): Include.
6607 * somsolib.c (hppa-tdep.h): Include.
6608 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
6609 inferior_status): Remove unused forward declarations.
6610 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
6611 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
6612 obj_private_struct): Move to hppa-tdep.h.
6613 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
6614
8d153463
RC
66152004-04-17 Randolph Chung <[email protected]>
6616
6617 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
6618 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
6619 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
6620 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
6621 Remove forward declaration and make static.
6622 (hppa_reg_struct_has_addr): Remove.
6623
350c2e5b
JB
66242004-04-16 Joel Brobecker <[email protected]>
6625
6626 * observer.sh: Move comments in sed command to first column.
6627
bbde78fa
JM
66282004-04-16 Jason Molenda ([email protected])
6629
6630 * frame.c: Minor typeo corrections in comments.
6631
e0270fd9
JB
66322004-04-16 Joel Brobecker <[email protected]>
6633
6634 * observer.c (observer_test_first_notification_function): Update
6635 function profile.
6636 (observer_test_second_notification_function): Likewise.
6637 (observer_test_third_notification_function): Likewise.
6638
3d049254
MK
66392004-04-16 Mark Kettenis <[email protected]>
6640
6641 From Brian Ford <[email protected]>:
6642 * i386-tdep.c (i386_coff_init_abi): New function.
6643 * i386-tdep.h (i386_coff_init_abi): New prototype.
6644 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
6645 register number translation functions for DWARF and DWARF 2.
6646
7867684d
JB
66472004-04-16 Joel Brobecker <[email protected]>
6648
6649 * dwarf2read.c: Back out my previous change, it was incorrect.
6650
72bf9492
DJ
66512004-04-16 Daniel Jacobowitz <[email protected]>
6652
6653 * dwarf2read.c: Include "hashtab.h".
6654 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
6655 has_namespace_info.
6656 (struct partial_die_info): Add comments. Use bitfields to reduce
6657 memory footprint. Add scope, scope_set, has_specification,
6658 spec_offset, die_parent, die_child, and die_sibling.
6659 (peek_die_abbrev): Add prototype.
6660 (partial_read_comp_unit_head): New function, broken out from
6661 dwarf2_build_psymtabs_hard.
6662 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
6663 Use partial_read_comp_unit_head. Initialize the CU and
6664 comp_unit_obstack. Update calls to read_partial_die and
6665 scan_partial_symbols. Use free_stack_comp_unit and
6666 load_partial_dies.
6667 (scan_partial_symbols): Change PDI to a pointer. Use the child and
6668 sibling pointers to walk partial DIEs. Call fixup_partial_die.
6669 Update calls to helper functions. Remove NAMESPACE argument.
6670 Update comments.
6671 (partial_die_parent_scope, partial_die_full_name): New functions.
6672 (add_partial_symbol): Remove namespace argument. Update call to
6673 pdi_needs_namespace. Use partial_die_full_name. Handle
6674 DW_TAG_namespace. Check has_namespace_info flag.
6675 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
6676 tag. Handle namespaces.
6677 (add_partial_namespace, add_partial_enumeration): Simplify.
6678 (guess_structure_name): New function, derived from
6679 add_partial_structure.
6680 (add_partial_structure): Remove.
6681 (determine_class_name): Update comment.
6682 (dwarf2_read_abbrevs): Set has_namespace_info flag.
6683 (is_type_tag_for_partial, load_partial_dies): New functions.
6684 (read_partial_die): Pass abbrev and abbrev_len as arguments.
6685 Record specifications instead of following them immediately.
6686 (find_partial_die_in_comp_unit, find_partial_die)
6687 (fixup_partial_die, free_stack_comp_unit)
6688 (hashtab_obstack_allocate, dummy_obstack_deallocate)
6689 (partial_die_hash, partial_die_eq): New functions.
6690 * Makefile.in (hashtab_h): Define.
6691 (dwarf2read.o): Update dependencies.
6692 (observer_inc, observer_h): Move to the correct section.
6693
fdc860a3
JB
66942004-04-15 Joel Brobecker <[email protected]>
6695
6696 * dwarf2read.c (dwarf2_attribute_true_p): New function.
6697 (die_is_declaration): Use the function above. Add comment.
6698
dc718098
JB
66992004-04-15 Joel Brobecker <[email protected]>
6700
6701 * dwarf2read.c (read_structure_scope): Identify stub types
6702 using die_is_declaration() only.
6703
8718a420
RM
67042004-04-15 Roland McGrath <[email protected]>
6705
6706 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
6707 argument instead of NAME.
6708 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
6709 in call to symbol_file_add_with_addrs_or_offsets.
6710 (build_addr_info): New function, helper for ...
6711 (symbol_file_add_from_memory): New function.
6712 (add_symbol_file_from_memory_command): New function using that.
6713 (_initialize_symfile): Register it for add-symbol-file-from-memory.
6714 (pre_add_symbol_hook): Add const to argument type.
6715 * symfile.h (symbol_file_add_from_memory): Declare it.
6716
8b910bab
MK
67172004-04-15 Mark Kettenis <[email protected]>
6718
9f076e7a
MK
6719 * NEWS (New native configurations): Mention OpenBSD/vax.
6720 * configure.host: Add vax-*-openbsd*.
6721 * config/vax/obsd.mh: New file.
6722 * config/vax/nm-obsd.h: New file.
6723
8b910bab
MK
6724 * vax-tdep.c: Include "regset.h".
6725 (vax_supply_gregset): New function.
6726 (vax_gregset): New variable.
6727 (vax_regset_from_core_section): New function.
6728 (vax_gdbarch_init): Set regset_from_core_section.
6729 * Makefile.in (vax-tdep.o): Update dependencies.
6730
7a464420
AC
67312004-04-15 Andrew Cagney <[email protected]>
6732
6733 * observer.c (normal_stop_subject, observer_notify_normal_stop)
6734 (observer_normal_stop_notification_stub)
6735 (observer_attach_normal_stop, observer_detach_normal_stop):
6736 Delete, replaced by #include "observer.inc".
6737 * infrun.c (normal_stop): Pass "stop_bpstat" to
6738 observer_notify_normal_stop.
6739 * Makefile.in (observer_inc): Define.
6740 (observer.o): Update dependencies.
6741 (observer.h, observer.inc): New rules.
6742 * observer.h: Delete file.
6743 * observer.sh: New file.
6744
e36ad527
MK
67452004-04-15 Mark Kettenis <[email protected]>
6746
6747 * vax-tdep.c (vax_frame_cache): Fix typo.
6748
67b441e1
MK
67492004-04-14 Mark Kettenis <[email protected]>
6750
6f606e1c
MK
6751 * NEWS (New native configurations): Mention NetBSD/vax.
6752 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
6753 * config/vax/nbsdelf.mh: New file.
6754 * config/vax/nbsdaout.mh: New file.
6755 * config/vax/nm-nbsd.h: New file.
6756 * config/vax/nm-nbsdaout.h: New file.
6757
9c5519a5
MK
6758 * vaxnbsd-tdep.c: New file.
6759 * Makefile.in (vaxnbsd-tdep.o): New dependency.
6760 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
6761 * config/vax/nbsd.mt: New file.
6762 * config/vax/tm-nbsd.h: New file.
6763
4844a614
MK
6764 * Makefile.in (vaxbsd-nat.o): New dependency.
6765
67b441e1
MK
6766 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
6767 * vax-tdep.c (vax_store_arguments): Remove struct_return and
6768 struct_addr arguments. Don't push return value address.
6769 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
6770 arguments to vax_store_arguments. Store return value address in
6771 R1.
6772 (vax_store_struct_return, vax_extract_return_value)
6773 (vax_store_return_value): Remove functions.
6774 (vax_return_value): New function.
6775 (vax_gdbarch_init): Set return value. Don't set
6776 deprecated_store_struct_return, deprecated_extract_struct_return
6777 and deprecated_store_return_value.
6778
6672f2ae
AS
67792004-04-14 Andreas Schwab <[email protected]>
6780
6781 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
6782 value buffer.
6783 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
6784
7346c184
MK
67852004-04-14 Mark Kettenis <[email protected]>
6786
6787 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
6788 (vax_unwind_dummy_id): New functions.
6789 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
6790 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
6791 variables.
6792 (vax_fix_call_dummy): Remove function.
6793 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
6794 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
6795 call_dummy_location, deprecated_call_dummy_words,
6796 deprecated_sizeof_call_dummy_words,
6797 deprecated_call_dummy_breakpoint_offset,
6798 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
6799 and deprecated_dummy_write_sp.
6800
58e23df4
DC
68012004-04-13 David Carlton <[email protected]>
6802
6803 * MAINTAINERS: Move myself to "paper trail" section.
6804
5e6b39ff
MK
68052004-04-12 Mark Kettenis <[email protected]>
6806
7def7fef
MK
6807 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
6808 "trad-frame.h".
6809 (vax_frame_init_saved_regs): Remove function.
6810 (vax_sigtramp_saved_pc): Remove function.
6811 (vax_frame_saved_pc): Remove function.
6812 (vax_frame_args_address): Remove function.
6813 (vax_frame_num_args): Rewrite.
6814 (vax_frame_chain): Remove function.
6815 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
6816 VAX_FP_REGNUM.
6817 (vax_pop_frame): Likewise.
6818 (vax_saved_pc_after_call): Remove function.
6819 (struct vax_frame_cache): New structure.
6820 (vax_frame_cache): New function.
6821 (vax_frame_this_id): New function.
6822 (vax_frame_prev_register): New function.
6823 (vax_frame_unwind): New variable.
6824 (vax_frame_sniffer): New function.
6825 (vax_frame_base_address): New function.
6826 (vax_frame_args_address): New function.
6827 (vax_frame_base): New variable.
6828 (vax_unwind_pc): New function.
6829 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
6830 deprecated_fp_regnum, deprecated_saved_pc_after_call,
6831 deprecated_frame_chain, deprecated_frame_saved_pc,
6832 deprecated_frame_args_address and
6833 deprecated_frame_init_saved_regs.
6834 * Makefile.in (vax-tdep.o): Update dependencies.
6835
53284fc1
MK
6836 * vaxbsd-nat.c: New file.
6837
5e6b39ff
MK
6838 * vax-tdep.h: Update copyright year. Adjust comments.
6839 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
6840 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
6841 (vax_regnum): New enum. Replacing...
6842 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
6843 (VAX_PS_REGNUM): ... these removed macros.
6844 * vax-tdep.c (vax_register_name): Remove prototype.
6845 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
6846 (vax_register_byte, vax_register_raw_size,
6847 vax_register_virtual_size, vax_register_virtual_type): Remove
6848 functions.
6849 (vax_register_type): New function.
6850 (vax_breakpoint_from_pc): Reorganize.
6851 (vax_gdbarch_init): Set register_type. Don't set
6852 deprecated_register_size, deprecated_register_bytes,
6853 deprecated_register_byte, deprecated_register_raw_size,
6854 deprecated_max_register_raw_size,
6855 deprecated_register_virtual_size,
6856 deprecated_max_register_virtual_size and
6857 deprecated_register_virtual_type. Add comment on stack direction.
6858
e9c71e9f
MK
68592004-04-11 Mark Kettenis <[email protected]>
6860
6861 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
6862 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
296bc76f 6863 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
e9c71e9f 6864
d46f1176 68652004-04-10 Randolph Chung <[email protected]>
8718a420 6866
d46f1176
RC
6867 * MAINTAINERS (write after approval): Add myself.
6868
a2a84a72
RC
68692004-04-07 Randolph Chung <[email protected]>
6870
6871 * hppa-tdep.c (hppa_inner_than): Remove.
6872 (is_pa_2): Remove unused static variable.
8718a420 6873 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
a2a84a72 6874
e85c3284
PH
68752004-03-10 Paul N. Hilfinger <[email protected]>
6876
6877 * language.h (language_defn): Add new la_post_parser field.
6878 * parser-defs.h (null_post_parser): New declaration (default for
6879 la_post_parser).
8718a420 6880
e85c3284
PH
6881 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
6882 insert call to that function.
6883 (parse_exp_in_context): New function, including code formerly in
8718a420 6884 parse_exp_1. Calls language-dependent post-parser after
e85c3284
PH
6885 prefixification.
6886 (parse_expression_in_context): New exported function.
6887 (null_post_parser): New definition.
6888 * expression.h (parse_expression_in_context): Add declaration.
8718a420 6889
e85c3284
PH
6890 * p-lang.c (pascal_language_defn): Add trivial post-parser.
6891 * c-lang.c (c_language_defn): Ditto.
6892 (cplus_language_defn): Ditto.
6893 (asm_language_defn): Ditto.
6894 (minimal_language_defn): Ditto.
6895 * f-lang.c (f_language_defn): Ditto.
6896 * jv-lang.c (java_language_defn): Ditto.
6897 * language.c (unknown_language_defn): Ditto.
6898 (auto_language_defn): Ditto.
6899 (local_language_defn): Ditto.
6900 * m2-lang.c (m2_language_defn): Ditto.
6901 * scm-lang.c (scm_language_defn): Ditto.
6902 * obj-lang.c (objc_language_defn): Ditto.
8718a420 6903
d9f8c85b
MK
69042004-04-10 Mark Kettenis <[email protected]>
6905
fa34704a
MK
6906 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
6907 (amd64nbsd_mcontext_addr): New function.
6908 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
6909 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
6910 with amd64nbsd_r_reg_offset, instead of building it on the fly.
6911
403e1656
MK
6912 * corelow.c (core_xfer_partial): Fix coding standards violation.
6913 Add support for TARGET_OBJECT_WCOOKIE.
6914
a57e5a95
MK
6915 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
6916 deprecated_pc_in_sigtramp.
6917 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
6918 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
6919 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
6920 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
6921 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
6922 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
6923 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
6924
377d9ebd
MK
6925 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
6926 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
6927 Fix typo.
6928
f0ef85a5
MK
6929 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
6930 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
6931 (amd64_collect_fxsave): Likewise.
6932
d9f8c85b
MK
6933 * i386-sol2-tdep.c: Include "gdb_string.h".
6934 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
6935 name.
6936 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
6937
75f501b5
MK
69382004-04-10 Mark Kettenis <[email protected]>
6939
6940 * i386-sol2-tdep.c: Include "solib-svr4.h".
6941 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
6942 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
6943 * config/i386/tm-i386sol2.h: Include :solib.h".
6944 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
6945 solib-svr4.o and solib-legacy.o.
6946 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
6947 solib-svr4.o.
6948
b31bc724
MK
69492004-04-09 Mark Kettenis <[email protected]>
6950
18bbbd9e
MK
6951 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
6952 whether a register is supplied by PTRACE_GETFPREGS.
6953 (store_inferior_registers): Likewise.
6954 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
6955 whether a register is supplied by PT_GETFPREGS.
6956 (store_inferior_registers): Likewise.
6957
3c30bf1b
MK
6958 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
6959 * config/i386/linux64.mt (TDEPFILES): Likewise.
6960
a4194092
MK
6961 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
6962
911bc6ee
MK
6963 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
6964 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
6965 the program counter is in the range specified by `struct
6966 gdbarch_tdep'.
6967 * amd64-linux-tdep.c: Include "symtab.h".
6968 (amd64_linux_pc_in_sigtramp): Remove function.
6969 (amd64_linux_sigtramp_p): New function.
6970 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
6971 deprecated_pc_in_sigtramp.
6972 * amd64nbsd-tdep.c: Include "symtab.h".
6973 (amd64nbsd_sigtramp_p): New function.
6974 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
6975 deprecated_pc_in_sigtramp.
6976 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
6977 few comments.
6978 (amd64obsd_pc_in_sigtramp): Remove function.
6979 (amd64obsd_sigtramp_p): New function.
6980 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
6981 deprecated_pc_in_sigtramp.
6982 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
6983 (i386bsd_pc_ins_sigtramp): Remove prototype.
6984 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
6985 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
6986 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
6987 the program counter is in the range specified by `struct
6988 gdbarch_tdep'.
6989 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
6990 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
6991 (i386_go32_pc_in_sigtramp): Remove function.
6992 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
6993 Initialize TDEP->sigtramp_p.
6994 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
6995 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
6996 deprecated_pc_in_sigtramp.
6997 * i386-linux-tdep.c: Adjust comments.
6998 (i386_linux_pc_in_sigtramp): Remove function.
6999 (i386_linux_sigtramp_p): New function.
7000 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
7001 deprecated_pc_in_sigtramp.
7002 * i386-nto-tdep.c: Update copyright year.
7003 (i386nto_pc_in_sigtramp): Remove function.
7004 (i386nto_sigtramp_p): New function.
7005 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
7006 SP_REGNUM.
7007 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
7008 deprecated_pc_in_sigtramp.
7009 * i386-sol2-tdep.c: Update copyright year.
7010 (i386_sol2_pc_in_sigtramp): Remove function.
7011 (i386_sol2_sigtramp_p): New function.
7012 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
7013 deprecated_pc_in_sigtramp.
7014 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
7015 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
7016 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7017 deprecated_sigtramp_start and deprecated_sigtramp_end.
7018 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
7019 (i386nbsd_pc_in_sigtramp): Remove function.
7020 (i386nbsd_sigtramp_p): New function.
7021 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7022 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
7023 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
7024 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
7025 (i386obsd_pc_in_sigtramp): Remove function.
7026 (i386obsd_sigtramp_p): New function.
7027 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
7028 functions.
7029 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7030 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
7031 TDEP->sigtramp_p.
7032 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
7033 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
7034 dependencies.
7035
e083e6ec
MK
7036 * config/i386/i386aout.mt: Remove file.
7037
bd153b94
MK
7038 * configure.tgt: Remove i[34567]86-*-go32*,
7039 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
7040 and i[34567]86-*-isc*. Set gdb_target to i386 for
7041 i[34567]86-*-netware* and i[34567]86-*-*.
7042 * config/i386/i386.mt: New file.
7043 * config/i386/embed.mt: Remove file.
7044 * config/i386/go32.mt: Remove file.
7045 * config/i386/i386nw.mt: Remove file.
7046 * config/i386/i386v.mt: Remove file.
7047 * config/i386/tm-go32.h: Remove file.
7048
4a1bcc8c
MK
7049 * tui/tui-hooks.c: Include "readline/readline.h" after
7050 "gdb_curses.h" instead of before.
7051 * tui/tui-io.c: Likewise.
7052
f9a79064
MK
7053 * tui/tui.c: Fix typo in comment.
7054
b31bc724
MK
7055 * sparc64-tdep.c (sparc_address_from_register): Remove function.
7056
f83f82bc
AC
70572004-04-08 Andrew Cagney <[email protected]>
7058
7059 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
7060 (deprecated_exception_support_initialized): Declare.
8718a420 7061 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
f83f82bc
AC
7062 (initialize_hp_cxx_exception_support)
7063 (child_enable_exception_callback): Update.
7064 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
7065 (deprecated_exception_support_initialized): Rename
7066 deprecated_exception_catchpoints_are_fragile and
7067 deprecated_exception_support_initialized.
7068 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
7069
7070 * symtab.c (deprecated_hp_som_som_object_present): Rename
7071 hp_som_som_object_present.
7072 * symtab.h (deprecated_hp_som_som_object_present): Declare.
7073 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
7074 Update. Delete extern declaration.
7075 * valops.c (hp_som_som_object_present): Ditto.
8718a420 7076 * parse.c (deprecated_hp_som_som_object_present)
f83f82bc
AC
7077 (parse_nested_classes_for_hpacc): Ditto.
7078 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
8718a420 7079 * hppa-hpux-tdep.c (hp_som_som_object_present)
f83f82bc
AC
7080 (initialize_hp_cxx_exception_support): Ditto.
7081 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
8718a420 7082 * cp-valprint.c (hp_som_som_object_present)
f83f82bc 7083 (cp_print_class_method): Ditto.
8718a420 7084 * c-typeprint.c (hp_som_som_object_present):
f83f82bc
AC
7085 (c_type_print_base): Ditto.
7086 * c-exp.y (hp_som_som_object_present): Ditto.
7087
fb2be677
AC
70882004-04-08 Andrew Cagney <[email protected]>
7089
7090 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
7091 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
7092 (frame_unwind_find_by_frame): Re-implement the unwind code so
7093 that it can both prepend and append sniffers. Replace
7094 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
7095 * tramp-frame.c (tramp_frame_append): Use
7096 frame_unwind_prepend_unwinder.
7097 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
7098 frame_unwind_register_unwinder.
7099 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
7100 tramp_frame_append.
7101 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
8718a420 7102 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
fb2be677
AC
7103 (mips_linux_init_abi): Update.
7104
67faf007
KB
71052004-04-08 Kevin Buettner <[email protected]>
7106
7107 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
7108 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
7109 file support.
7110
8973ff21
KB
71112004-04-07 Kevin Buettner <[email protected]>
7112
7113 * ia64-tdep.c (elf.h): Don't include.
7114 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
7115
4a0e2f88
JM
71162004-04-07 Jason Molenda ([email protected])
7117
7118 * frame.h: Typeo corrections in comments.
7119
9872ad24
JB
71202004-04-07 Jim Blandy <[email protected]>
7121
7122 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
7123 %esp and %ebp
7124
70b216c8
MK
71252004-04-07 Mark Kettenis <[email protected]>
7126
11d5789c
MK
7127 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
7128 * config/sparc/linux64.mt (TDEPFILES): Likewise.
7129 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
7130 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
7131 and solib-legacy.o.
7132 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
7133 solib-svr4.o.
7134 * config/sparc/tm-sol2.h: Update copyright year. Include
7135 "solib.h".
7136
70b216c8
MK
7137 * sparc-sol2-tdep.c: Update copyright year. Include
7138 "solib-svr4.h".
7139 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7140 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
7141 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
096f864c 7142 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
70b216c8
MK
7143 dependencies.
7144
6339dc9e
AC
71452004-04-06 Andrew Cagney <[email protected]>
7146
7147 * infttrace.c: Include "infttrace.h".
7148 * infttrace.h: Include "target.h".
7149 * Makefile.in (infttrace_h): Update.
7150 (infttrace.o): Update.
8718a420 7151
93449403
AC
71522004-04-06 Andrew Cagney <[email protected]>
7153
6d518969
AC
7154 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
7155 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
7156 move extern declarations from here ...
7157 * infttrace.h: ... to here.
7158 * Makefile.in (hppah-nat.o): Update dependencies.
7159
85f4f2d8
AC
7160 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
7161 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
8718a420 7162 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
85f4f2d8
AC
7163 (hppa_breakpoint_from_pc): Delete.
7164
93449403
AC
7165 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
7166
71456ec6
AC
71672004-04-05 Andrew Cagney <[email protected]>
7168
7169 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
7170 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
7171 <sys/file.h>.
8718a420 7172
4c02c60c
AC
71732004-04-06 Randolph Chung <[email protected]>
7174
7175 Committed by Andrew Cagney (mechanical change).
7176 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
7177 exception_catchpoints_are_fragile, find_stub_with_shl_get,
7178 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
7179 child_enable_exception_callback, current_ex_event,
7180 null_symtab_and_line, child_get_current_exception_event,
7181 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
7182 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
7183 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
7184 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
7185 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
7186 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
7187 Move hpux-specific definitions ...
7188 * hppa-hpux-tdep.c: ... to here.
7189
3a515653
AC
71902004-04-05 Andrew Cagney <[email protected]>
7191
7192 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
7193 skip_prologue_using_sal.
7194
c1730d02
AC
71952004-04-05 Andrew Cagney <[email protected]>
7196
7197 * config/i386/tm-i386.h: Delete file.
7198 * config/i386/tm-vxworks.h: Update copyright, do not include
7199 "tm-i386.h".
7200 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
7201 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
7202 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
7203 * config/i386/ncr3000.mt (TM_FILE): Delete.
7204 * config/i386/interix.mt (TM_FILE): Delete.
7205 * config/i386/i386v.mt (TM_FILE): Delete.
7206 * config/i386/i386nw.mt (TM_FILE): Delete.
7207 * config/i386/i386gnu.mt (TM_FILE): Delete.
7208 * config/i386/i386aout.mt (TM_FILE): Delete.
7209 * config/i386/embed.mt (TM_FILE): Delete.
7210
8b67aa36
KB
72112004-04-05 Kevin Buettner <[email protected]>
7212
7213 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
7214 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
7215 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
7216 (accg7_regnum): New constants.
7217 (last_spr_regnum, last_pseudo_regnum): Update.
c2f59a1a
KB
7218 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
7219 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
8b67aa36
KB
7220 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
7221 for accg registers.
7222 (frv_register_sim_regno): Update spr_map[].
7223
3c7012f5
AC
72242004-04-04 Andrew Cagney <[email protected]>
7225
7226 * config/mips/xm-riscos.h: Delete.
7227 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
7228 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
7229 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
7230 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
7231 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
7232 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
7233 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
7234 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
7235 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
7236 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
7237 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
7238 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
7239 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
7240 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
7241 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
7242 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
7243 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
7244 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
7245 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
7246 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
7247 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
7248 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
7249 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
7250 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
7251 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
7252 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
8718a420 7253
3c7012f5
AC
7254 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
7255 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
7256 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
7257 * configure.host: Remove m680[01]0-sun-sunos3*,
7258 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
7259 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
7260 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
7261 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
7262 mips-*-riscos*.
7263 * NEWS: Mention removed systems.
7264
99d16a21
AC
72652004-04-04 Andrew Cagney <[email protected]>
7266
7267 GDB 6.1 release created from 6.1 branch.
7268
6cdf9d98
AC
72692004-04-04 Andrew Cagney <[email protected]>
7270
98d346c3
AC
7271 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
7272 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
7273 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
7274
6cdf9d98
AC
7275 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
7276 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
7277 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
7278
859a326d
JB
72792004-04-03 Jim Blandy <[email protected]>
7280
7281 * MAINTAINERS: Chris Faylor has changed employers; add him to
7282 "paper trail" section, and update his E-mail address.
7283
b87178c3
AC
72842004-04-03 Andrew Cagney <[email protected]>
7285
4ea2acf0
AC
7286 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
7287 generic dummy frames.
7288 * dummy-frame.c: Update copyright.
7289 (dummy_frame_sniffer): Delete check for generic dummy frames.
7290
d0bd2d18 7291 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
8718a420 7292 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
d0bd2d18
AC
7293 (REG_PARM_STACK_SPACE): Delete.
7294 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
7295 Inline reference to REG_PARM_STACK_SPACE.
7296
b87178c3
AC
7297 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
7298 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
7299 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
7300 (FRAME_BASE_BEFORE_SIGTRAMP)
7301 (hppa32_hpux_frame_base_before_sigtramp)
7302 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
7303 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
7304 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
7305 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
7306 (FRAME_BASE_BEFORE_SIGTRAMP)
7307 (hppa64_hpux_frame_base_before_sigtramp)
7308 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
7309
43e2e1a0
AC
73102004-04-03 Andrew Cagney <[email protected]>
7311
7312 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
7313
ddc135a4
AC
73142004-04-02 Andrew Cagney <[email protected]>
7315
7316 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
7317 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
7318 * dummy-frame.h: Delete out-of-date comments.
7319 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
7320 * gdbarch.h, gdbarch.c: Re-generate.
7321
d15bfd3a 73222004-04-02 Joel Brobecker <[email protected]>
8718a420 7323
d15bfd3a
AC
7324 Committed by Andrew Cagney <[email protected]>.
7325 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
7326 into account an instruction saving a register if we have already
7327 seen an earlier instruction saving that same register.
7328
f04ceafa
AC
73292004-04-02 Andrew Cagney <[email protected]>
7330
08be3abd
AC
7331 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
7332 * gdbarch.h, gdbarch.c: Re-generate.
7333 * frame.c (legacy_get_prev_frame): Delete references to
7334 DEPRECATED_INIT_FRAME_PC_FIRST.
7335
f04ceafa
AC
7336 * infrun.c (pc_in_sigtramp): Delete function.
7337 (check_sigtramp2): Inline call to pc_in_sigtramp, use
7338 get_frame_type.
7339
08e69816
AC
73402004-04-02 Andrew Cagney <[email protected]>
7341
7342 * infrun.c (handle_step_into_function): Delete code conditional on
7343 legacy_frame_p.
7344 (handle_inferior_event, step_over_function): Ditto.
7345
adb54772
AC
73462004-04-02 Andrew Cagney <[email protected]>
7347
7348 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
7349 "previous frame inner to this frame" test.
7350
304396fb
AC
73512004-04-02 Andrew Cagney <[email protected]>
7352
7353 * frame.c (safe_frame_unwind_memory): New function.
7354 * frame.h (safe_frame_unwind_memory): Declare. Update description
7355 of /safe_/ methods.
7356 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
7357 "next_frame". Use safe_frame_unwind_memory.
7358 (tramp_frame_sniffer): Update call to tramp_frame_start.
7359
6502dd73
DJ
73602004-04-01 Daniel Jacobowitz <[email protected]>
7361
7362 * dwarf2read.c (dwarf2_objfile_data_key): New.
7363 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
7364 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
7365 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
7366 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
7367 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
7368 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
7369 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
7370 Remove variables.
7371 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
7372 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
7373 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
7374 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
7375 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
7376 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
7377 Remove macros.
7378 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
7379 data.
7380 (dwarf2_locate_sections, dwarf2_build_psymtabs)
7381 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
7382 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
7383 (read_partial_die, read_full_die, read_indirect_string)
7384 (dwarf_decode_line_header, dwarf_decode_macros)
7385 (dwarf2_symbol_mark_computed): Remove use of removed macros.
7386 Update uses of removed variables.
7387 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
7388 of removed macros.
7389 (_initialize_dwarf2_read): New function.
7390 * symfile.h (dwarf2_has_info): Update prototype.
7391 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
7392 * elfread.c (elf_symfile_read): Likewise.
7393
408752b0
JB
73942004-04-01 Jim Blandy <[email protected]>
7395
9f744501
JB
7396 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
7397 function for register numbers on all the rs6000-derived targets.
7398 (rs6000_gdbarch_init): Don't register a separate
7399 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
7400 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
7401 variants.
7402
408752b0
JB
7403 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
7404 numbering.
7405
2de41bce
PH
74062004-04-01 Paul N. Hilfinger <[email protected]>
7407
7408 * valarith.c: Update copyright notice.
7409 (value_add): Handle range types.
7410 (value_sub): Ditto.
7411 (value_equal): Ditto.
7412 (value_less): Ditto.
7413 (value_neg): Ditto.
7414 (value_complement): Ditto.
8718a420 7415 (value_binop): Simplify slightly by using is_integral_type and
2de41bce 7416 eliminiating unnecessary COERCE_ENUMs.
8718a420 7417
5613d8d3
AC
74182004-03-31 Andrew Cagney <[email protected]>
7419
7420 * frame.h (frame_unwind_id): Declare.
7421 * frame.c (frame_unwind_id): New function.
7422 (get_prev_frame_1): New function.
7423 (frame_debug_got_null_frame): New function.
7424 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
7425 code proper to prev_frame, update description.
7426 * infrun.c (step_over_function): Use frame_unwind_id.
7427
c4557624
JB
74282004-04-31 J. Brobecker <[email protected]>
7429
7430 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
7431 (hppa64_push_dummy_call): Likewise.
7432
3e6bb910
JB
74332004-03-30 Jim Blandy <[email protected]>
7434
7435 From Ulrich Weigand:
7436 * utils.c (query): Do not use a va_list variable multiple times.
7437
a2f23071
DJ
74382004-03-29 Daniel Jacobowitz <[email protected]>
7439
7440 * Makefile.in (linux_nat_h): Update dependencies.
7441 * configure.in: Check for <gnu/libc-version.h>.
7442 * configure: Regenerate.
7443 * config.in: Regenerate.
7444 * linux-nat.h: Include "target.h". Add waitstatus field to
7445 struct lwp_info.
7446 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
7447 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
7448 to.
7449 (lin_lwp_handle_extended): New function. Handle clone events.
7450 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
7451 thread exit events.
7452 (child_wait): Handle clone events.
7453 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
7454 * linux-nat.c (linux_enable_event_reporting): Turn on
7455 PTRACE_O_TRACECLONE.
7456 (linux_handle_extended_wait): Handle clone events.
7457 * thread-db.c: Include <gnu/libc-version.h>.
7458 (struct private_thread_info): Add dying flag.
7459 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
7460 higher.
7461 (attach_thread): Update comments. Handle dying threads.
7462 (detach_thread): Set the dying flag.
7463 (check_event): Always call attach_thread.
7464
8d5f9dcb
DJ
74652004-03-29 Daniel Jacobowitz <[email protected]>
7466
7467 * mips-tdep.c (mips_pdr_data): New.
7468 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
7469 (_initialize_mips_tdep): Initialize mips_pdr_data.
7470
66337bb1
CV
74712004-03-29 Corinna Vinschen <[email protected]>
7472
7473 * minsyms.c (install_minimal_symbols): Move dropping leading
7474 char from linkage name from here...
7475 (prim_record_minimal_symbol_and_info): ...to here. Simplify
7476 test for "__gnu_compiled*" symbols.
7477
e802b915
JB
74782004-03-28 Jim Blandy <[email protected]>
7479
7480 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
7481 registers to temp register r0 and byte stores as prologue
7482 instructions.
7483
72b56458
AC
74842004-03-28 Andrew Cagney <[email protected]>
7485
7486 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
7487 arm*-*-*.
7488
0bfbda3b
SC
74892004-03-28 Stephane Carrez <[email protected]>
7490
7491 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
7492 and switch the layout to force a display of register window.
7493
5a7225ed
JB
74942004-02-26 J. Brobecker <[email protected]>
7495
7496 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
7497 of the INTEGER class.
7498
81a07a45
JB
74992004-03-26 Jim Blandy <[email protected]>
7500
7501 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
7502 bytes long on PPC GNU/Linux.
7503
8c691c7a
DC
75042004-03-26 David Carlton <[email protected]>
7505
7506 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
7507
103a0089
AC
75082004-03-25 Andrew Cagney <[email protected]>
7509
7510 * PROBLEMS: Add general section titles, remove references to
7511 specific releases.
7512
7a5ea0d4
DJ
75132004-03-25 Daniel Jacobowitz <[email protected]>
7514
7515 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
7516 INT_REGISTER_SIZE.
7517 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
7518 FP_REGISTER_VIRTUAL_SIZE.
7519 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
7520 of DEPRECATED_REGISTER_RAW_SIZE.
7521 (arm_register_type): Add gdbarch argument.
7522 (arm_register_raw_size, arm_register_virtual_size): Delete.
7523 (arm_register_byte, arm_extract_return_value)
7524 (arm_store_return_value, arm_get_longjmp_target): Update references
7525 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
7526 (arm_gdbarch_init): Likewise. Don't set
7527 deprecated_register_raw_size, deprecated_register_virtual_size,
7528 deprecated_max_register_raw_size,
7529 deprecated_max_register_virtual_size, or
7530 deprecated_max_register_virtual_type. Do set register_type.
7531 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
7532 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
7533 (FP_REGISTER_VIRTUAL_SIZE): Delete.
7534 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
7535 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
7536 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
7537 INT_REGISTER_SIZE.
7538 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
7539 (remote_rdp_store_register): Likewise.
7540
5792a79b
DJ
75412004-03-24 Daniel Jacobowitz <[email protected]>
7542
7543 * Makefile.in (mips-linux-tdep.o): Update dependencies.
7544 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
7545 to after osabi initialization.
7546 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
7547 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
7548 functions.
7549 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
7550 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
7551 variables.
7552 (mips_linux_init_abi): Append signal trampoline unwinders.
7553
1196bfda
AC
75542004-03-24 Andrew Cagney <[email protected]>
7555
7556 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
7557 * tramp-frame.c: Include "gdb_assert.h".
7558 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
7559 correct sizeof.
7560 (tramp_frame_append): Validate the tramp frame's instructions.
7561 * Makefile.in (tramp-frame.o): Update dependencies.
7562
4be282b4
AC
75632004-03-23 Andrew Cagney <[email protected]>
7564
7565 * trad-frame.h (trad_frame_set_reg_addr): Declare.
7566
69aec09b
AC
75672004-03-23 Andrew Cagney <[email protected]>
7568
7569 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
7570 Nasser as past testsuite/lib/ (and other) maintainers.
7571
63ed89b4
DJ
75722004-03-23 Daniel Jacobowitz <[email protected]>
7573
7574 * infcmd.c (attach_command): Reread symbols if we already have
7575 an exec file.
7576
f3b36427
AC
75772004-03-23 Andrew Cagney <[email protected]>
7578
7579 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
7580
aa2a3f87
AC
75812004-03-23 Andrew Cagney <[email protected]>
7582
7583 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
7584 * gdbarch.h, gdbarch.c: Re-generate.
7585 * i386obsd-tdep.c (i386obsd_init_abi): Update.
7586 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
7587 * i386bsd-tdep.c (i386bsd_init_abi): Update.
8718a420 7588 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
aa2a3f87 7589 (DEPRECATED_SIGTRAMP_START): Update.
8718a420 7590 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
aa2a3f87
AC
7591 (DEPRECATED_SIGTRAMP_START): Update.
7592 * blockframe.c (find_pc_sect_partial_function): Update.
7593 * arch-utils.c (legacy_pc_in_sigtramp): Update.
7594
00cac895
DJ
75952004-03-23 Daniel Jacobowitz <[email protected]>
7596
7597 * remote.c (remote_open_1): Reopen the exec file and reread symbols
7598 if necessary.
7599
f561f026
AC
76002004-03-23 Andrew Cagney <[email protected]>
7601
7602 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
7603 predicate, deprecate.
7604 * gdbarch.h, gdbarch.c: Re-generate.
7605 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
7606 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
7607 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
7608 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
7609 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
7610 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
7611 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
7612 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
7613 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
7614 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
7615 * blockframe.c (find_pc_partial_function): Update.
7616 * breakpoint.c (bpstat_what): Update.
7617 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
7618 * frv-linux-tdep.c (frv_linux_init_abi): Update.
7619 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
7620 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
7621 * i386-interix-tdep.c (i386_interix_init_abi): Update.
7622 * i386-linux-tdep.c (i386_linux_init_abi): Update.
7623 * i386-nto-tdep.c (i386nto_init_abi): Update.
7624 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
7625 * i386-tdep.c (i386_sigtramp_frame_sniffer)
7626 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
7627 * i386bsd-tdep.c (i386bsd_init_abi): Update.
7628 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
7629 * i386obsd-tdep.c (i386obsd_init_abi): Update.
7630 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
7631 * infrun.c (pc_in_sigtramp): Update.
7632 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
7633 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
7634 * mips-tdep.c (mips_gdbarch_init): Update.
7635 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
7636 * ppc-linux-tdep.c: Update comment.
7637 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
7638 * shnbsd-tdep.c (shnbsd_init_abi): Update.
7639 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
7640 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
7641 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
7642 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
7643 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
7644 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
7645 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
7646 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
8718a420 7647
8050c72f
AC
76482004-03-23 Andrew Cagney <[email protected]>
7649
d2259dd3
AC
7650 * tramp-frame.h, tramp-frame.h: New files.
7651 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
7652 Update rules to include "tramp-frame.h" and "tramp-frame.c".
7653
8050c72f
AC
7654 * Makefile.in: Update all dependencies.
7655
0db9b4b7
AC
76562004-03-23 Andrew Cagney <[email protected]>
7657
7658 * Makefile.in (trad_frame_h): Add $(frame_h).
7659 * trad-frame.h: Update copyright. Include "frame.h".
7660 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
7661 (trad_frame_set_id, trad_frame_get_id): Declare.
7662 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
7663 * trad-frame.c: Update copyright.
7664 (struct trad_frame_cache): Define.
7665 (trad_frame_cache_zalloc): New function.
7666 (trad_frame_set_id, trad_frame_get_id): New functions.
7667 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
8718a420 7668
8e645ae7
AC
76692004-03-22 Andrew Cagney <[email protected]>
7670
7671 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
7672 s390_pltstub_unwind_cache.
7673 (s390_stub_frame_unwind_cache): Rename
7674 s390_pltstub_frame_unwind_cache.
7675 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
7676 (s390_stub_frame_prev_register): Rename
7677 s390_pltstub_frame_prev_register.
7678 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
7679 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
7680
7681 From Ulrich Weigand:
7682 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
7683 pointer calls like PLT calls.
7684
34fcf120
DJ
76852004-03-22 Daniel Jacobowitz <[email protected]>
7686
7687 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
7688 PC rather than the partial function start address. Use the start
7689 address to sanity check the found PDR.
7690
5b917078
DJ
76912004-03-22 Daniel Jacobowitz <[email protected]>
7692
7693 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
7694 linux_handle_extended_wait.
7695
8adf9e78
AC
76962004-03-22 Andrew Cagney <[email protected]>
7697
c3122434
AC
7698 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
7699 function.
7700
8adf9e78
AC
7701 * frame.h (generic_pop_current_frame): Delete declaration.
7702 (deprecate_pop_dummy_frame): Deprecate
7703 generic_pop_dummy_frame.
7704 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
7705 (generic_pop_current_frame): Delete function.
7706 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
7707 generic_pop_current_frame.
7708 * v850-tdep.c (v850_pop_frame): Update.
7709 * mcore-tdep.c (mcore_pop_frame): Update.
7710 * sh64-tdep.c (sh64_pop_frame): Update.
7711 * h8300-tdep.c (h8300_pop_frame): Update.
7712
90ba813f
AC
77132004-03-22 Andrew Cagney <[email protected]>
7714
7715 * frame.h (deprecated_pc_in_call_dummy): Rename
7716 generic_pc_in_call_dummy.
7717 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
7718 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
7719 generic_pc_in_call_dummy.
7720 (pc_in_dummy_frame): Make static.
7721 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
7722 * gdbarch.h, gdbarch.c: Re-generate.
7723 * dummy-frame.c (dummy_frame_sniffer): Simplify.
7724 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
7725 (legacy_get_prev_frame): Ditto.
7726 * inferior.h: Delete reference to generic_pc_in_call_dummy in
7727 comment.
8718a420 7728
ca4bb888
AC
77292004-03-21 Andrew Cagney <[email protected]>
7730
244675f9
AC
7731 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
7732 declaration and out-of-date comment.
7733 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
7734 Delete function.
7735 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
7736 deprecated_pc_in_call_dummy.
7737
ca4bb888
AC
7738 * infrun.c (handle_inferior_event): For non legacy frames, use the
7739 frame ID and frame type to identify a signal trampoline. Update
7740 comments.
7741
1777c7b4
NW
77422004-03-21 Nathan J. Williams <[email protected]>
7743
7744 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
7745 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
7746
82417da5
AC
77472004-03-21 Andrew Cagney <[email protected]>
7748
7749 * frame-unwind.h: Update copyright.
7750 (struct frame_data): Add opaque declaration.
7751 (frame_sniffer_ftype): Declare.
7752 (struct frame_unwind): Add "unwind_data" and "sniffer".
7753 (frame_unwind_register_unwinder): Declare.
7754 (frame_unwind_find_by_frame): Add parameter "this_cache".
7755 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
7756 (legacy_get_prev_frame, legacy_get_prev_frame)
7757 (get_frame_type): Pass the prologue_cache to
7758 frame_unwind_find_by_frame.
7759 * frame-unwind.c (struct frame_unwind_table_entry): Add field
7760 "unwinder".
7761 (frame_unwind_register_unwinder): New function.
7762 (frame_unwind_find_by_frame): Handle an unwind sniffer.
7763
b2ba182e
PH
77642004-03-20 Paul Hilfinger <[email protected]>
7765
7766 * bcache.c (print_percentage): Use floating point to avoid
7767 incorrect results when portion*100 overflows.
7768
81332287
KB
77692004-03-19 Kevin Buettner <[email protected]>
7770
7771 * ppc_tdep.h (ppc_linux_frame_saved_pc)
7772 (ppc_linux_init_extra_frame_info)
7773 (ppc_linux_frameless_function_invocation)
7774 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
7775 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
7776 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
7777 (rs6000_frame_chain): Delete declarations.
7778 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
7779 (ppc_linux_init_extra_frame_info)
7780 (ppc_linux_frameless_function_invocation)
7781 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
7782 (ppc_linux_init_abi): Remove registration of above deleted functions.
7783 * rs6000-tdep.c (rs6000_init_extra_frame_info)
7784 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
7785 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
7786 (rs6000_pop_frame, rs6000_frameless_function_invocation)
7787 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
7788 (rs6000_gdbarch_init): Remove registration of above deleted functions.
7789 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
7790 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
7791 frame management for all OSABIs.
7792
61a65099
KB
77932004-03-19 Andrew Cagney <[email protected]>
7794
7795 Committed by Kevin Buettner <[email protected]>.
7796
7797 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
7798 Update copyright.
7799 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
7800 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
7801 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
7802 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
7803 unwinders. #ifdef legacy frame code.
7804 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
7805 "frame-base.h".
7806 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
7807 (struct rs6000_frame_cache, rs6000_frame_cache)
7808 (rs6000_frame_this_id, rs6000_frame_prev_register)
7809 (rs6000_frame_sniffer, rs6000_frame_unwind)
7810 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
7811 (rs6000_frame_base): Implement a traditional frame unwinder.
7812 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
7813 frame unwinder.
7814
88f7da05
KB
78152004-03-19 Kevin Buettner <[email protected]>
7816
7817 * breakpoint.c (adjust_breakpoint_address): Don't adjust
7818 breakpoint address for watchpoints or the catch eventpoints.
7819 Add new paramter ``bptype''. Adjust all callers.
7820
f826dce1
AC
78212004-03-19 Andrew Cagney <[email protected]>
7822
33cb8b0f
AC
7823 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
7824
f826dce1
AC
7825 * PROBLEMS: Delete note that ARM does not use frame code, problem
7826 fixed.
7827
43b1ab88
AC
78282004-03-18 Andrew Cagney <[email protected]>
7829
292ab034
AC
7830 * stack.c (return_command): Delete code wrapped in #ifdef
7831 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
7832
43b1ab88
AC
7833 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
7834
dbfe4626
AC
78352004-03-18 Andrew Cagney <[email protected]>
7836
7837 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
7838 DEPRECATED_IN_SIGTRAMP.
7839 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7840 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
7841 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7842 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7843 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7844 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7845 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7846 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7847 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
7848 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
7849
0cad6aec
AC
78502004-03-18 Andrew Cagney <[email protected]>
7851
7852 * frame-base.c: Update copyright. Include "gdb_obstack.h".
7853 (struct frame_base_table_entry): Define.
7854 (struct frame_base_table): Re-implement as a linked list.
7855 (frame_base_init): Re-implement.
7856 (frame_base_table): Delete function.
7857 (append_predicate): Delete function.
7858 (frame_base_append_sniffer): Update.
7859 (frame_base_set_default): Update.
7860 (frame_base_find_by_frame): Update.
7861 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
7862 * Makefile.in (frame-base.o): Update dependencies.
7863
9982c2e7
AC
78642004-03-17 Andrew Cagney <[email protected]>
7865
7866 * frame.c (legacy_get_prev_frame): Pass correct frame to
7867 frame_unwind_find_by_frame.
7868
8dfe8985
DC
78692004-03-17 David Carlton <[email protected]>
7870
7871 * NEWS: Mention C++ nested types and namespaces
7872
ed47347a
MC
78732004-03-16 Michael Chastain <[email protected]>
7874
7875 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
7876 and "Regressions since gdb 5.3.". Add known regressions since
7877 gdb 6.0.
7878
90aeadfc
DC
78792004-03-16 David Carlton <[email protected]>
7880
7881 * dwarf2read.c (process_structure_scope): Process children even
7882 when we're a declaration.
7883
73912b9b
AC
78842004-03-16 Andrew Cagney <[email protected]>
7885
7886 * symtab.h (find_pc_sect_partial_function): Delete declaration.
7887 * blockframe.c (find_pc_partial_function)
7888 (find_pc_sect_partial_function): Merge into a single
7889 find_pc_partial_function.
7890
283accbc
MK
78912004-03-16 Mark Kettenis <[email protected]>
7892
7893 * i386bsd-nat.c: s/regno/regnum/g.
7894 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
7895 FP0_REGNUM.
7896 (store_inferior_registers): Likewise.
7897
f5b1afdf
MK
78982004-03-16 Mark Kettenis <[email protected]>
7899
7900 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
7901 of i387_fill_fsave.
7902 (store_inferior_registers): Call i387_collect_fsave and
7903 i387_collect_fxsave instead of i387_fill_fsave and
7904 i387_fill_fxsave.
7905
41fe5eb3
AC
79062004-03-15 Andrew Cagney <[email protected]>
7907
7908 * Makefile.in (frame-unwind.o): Update dependencies.
7909 * frame-unwind.c: Include "gdb_obstack.h".
7910 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
7911 parameter.
7912 (append_predicate): Delete function.
7913 (struct frame_unwind_table_entry): New structure.
7914 (struct frame_unwind_table): Replace "sniffer" with "head" and
7915 "tail".
7916 (frame_unwind_append_sniffer): Update.
7917 (frame_unwind_find_by_frame): Update.
7918 (_initialize_frame_unwind): Registe frame_unwind_init using
7919 gdbarch_data_register_pre_init.
7920
3f63813d
MK
79212004-03-15 Mark Kettenis <[email protected]>
7922
7923 * i386bsd-nat.c: Update copyright year.
7924 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
7925 define unconditionally.
7926
3248c325 79272004-03-15 Mark Kettenis <[email protected]>
63b6c53f
MK
7928
7929 * i387-tdep.h (i387_collect_fsave): New prototype.
7930 * i387-tdep.c (i387_collect_fsave): New function containing most
7931 of the code from i387_fill_fsave.
3248c325 7932 (i387_fill_fsave): Call i387_collect_fsave.
63b6c53f 7933
871fbe6a
MK
79342004-03-15 Mark Kettenis <[email protected]>
7935
7936 * i386-linux-tdep.c: Update copyright year.
7937 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
7938 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
7939 svr4_ilp32_link_map_offsets instead of
7940 i386_linux_svr4_fetch_link_map_offsets.
7941
8176b9b8
DC
79422004-03-15 David Carlton <[email protected]>
7943
7944 Fix for PR c++/1553:
7945 * dwarf2read.c (read_structure_type): Determine type name by
7946 calling determine_class_name.
7947 (determine_class_name): New.
7948 (determine_prefix): Look at TYPE_TAG_NAME and call
7949 determine_class_name when appropriate.
7950 (determine_prefix_aux, class_name): Delete.
9d58e29d 7951 (read_namespace): Set die->type.
8176b9b8 7952
fe8bf7d7
KB
79532004-03-15 Kevin Buettner <[email protected]>
7954
7955 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
7956 unused macro definition. The definition in target.h (or perhaps
7957 elsewhere) takes precedence.
7958
ed6edd9b
AC
79592004-03-15 Andrew Cagney <[email protected]>
7960
f9be684a
AC
7961 * ppc-tdep.h: Update copyright.
7962 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
7963 function signatures to match "regsets.h".
7964 * ppc-linux-tdep.c: Include "regset.h".
7965 (ELF_GREGSET_SIZE): Delete.
7966 (right_supply_register): New function.
7967 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
7968 using right_supply_register.
7969 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
7970 functions.
7971 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
7972 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
7973 (_initialize_ppc_linux_tdep): Do not register
7974 ppc_linux_regset_core_fns.
7975 (ppc_linux_regset_from_core_section): Replace
7976 fetch_core_registers.
7977 (ppc_linux_regset_core_fns): Delete.
7978 * ppc-linux-nat.c: (right_fill_reg): New function.
7979 (supply_gregset): Update call to ppc_linux_supply_gregset.
7980 (fill_gregset): Clear the register set, use right_fill_reg.
7981 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
7982 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
7983
ed6edd9b
AC
7984 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
7985 unsigned.
7986
030f20e1
AC
79872004-03-15 Andrew Cagney <[email protected]>
7988
7989 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
7990 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
7991 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
7992 and register_gdbarch_data.
7993 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
7994 (struct gdbarch_data): Replace "init" by "pre_init" and
7995 "post_init".
7996 * gdbarch.h, gdbarch.c: Re-generate.
7997 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
7998 with"obstack", use OBSTACK_ZALLOC.
7999 (dwarf2_frame_ops): Delete.
8000 (dwarf2_frame_set_init_reg): Use gdbarch_data.
8001 (dwarf2_frame_init_reg): Use gdbarch_data.
8002 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
8718a420 8003 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
030f20e1
AC
8004 (_initialize_svr4_solib): Update.
8005 * user-regs.c (_initialize_user_regs): Update.
8006 * reggroups.c (_initialize_reggroup): Update.
8007 * regcache.c (_initialize_regcache): Update.
8008 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
8009 * libunwind-frame.c (_initialize_libunwind_frame): Update.
8010 * gnu-v3-abi.c (init_gnuv3_ops): Update.
8011 * frame-unwind.c (_initialize_frame_unwind): Update.
8012 * frame-base.c (_initialize_frame_base): Update.
8013 * user-regs.c (user_reg_add): Update.
8014 * reggroups.c (reggroup_add): Update.
8015 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
8016 * libunwind-frame.c (libunwind_frame_set_descr): Update.
8017 * frame-unwind.c (frame_unwind_append_sniffer): Update.
8018 * frame-base.c (frame_base_table): Update.
8019 * remote.c (_initialize_remote): Update.
8020 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
8718a420 8021
3111a3fc
AC
80222004-03-15 Andrew Cagney <[email protected]>
8023
8024 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
8025
5ecb7103
KB
80262004-03-15 Kevin Buettner <[email protected]>
8027
8028 * Makefile.in (frv-linux-tdep.o): Add dependencies.
8029 * frv-linux-tdep.c: New file.
8030 * frv-tdep.c (struct gdbarch_tdep): Add new field
8031 ``sigcontext_reg_addr''.
8032 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
8033 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
8034 (frv_sigramp_frame_sniffer): New functions.
8035 (frv_sigtramp_frame_unwind): New static global.
8036 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
8037 sniffers.
8038 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
8039 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
8040
1ccda5e9
KB
80412004-03-15 Kevin Buettner <[email protected]>
8042
8043 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
8044 but not via a call to error(), when unable to read memory.
8045
b375a0a5
KB
80462004-03-15 Kevin Buettner <[email protected]>
8047
8048 * frv-tdep.c (frv_call_dummy_words): Delete.
8049 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
8050
4fdf6121
AC
80512004-03-15 Andrew Cagney <[email protected]>
8052
8053 * infrun.c (handle_step_into_function, step_over_function): Only
8054 update and use STEP_FRAME_ID when the system is using legacy
8055 frames. Update comments.
8056
34021503
MK
80572004-03-14 Mark Kettenis <[email protected]>
8058
187e21d1
MK
8059 * amd64-linux-tdep.h: Remove file.
8060 * amd64-linux-tdep.c: Don't include "inferior.h" and
8061 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
8062 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
8063 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
8064 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
8065 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
8066 macros.
8067 (user_to_gdb_regmap): Remove variable.
8068 (amd64_linux_gregset_reg_offset): New variable.
8069 (amd64_core_fns): Remove variable.
8070 (fetch_core_registers): Remove function.
8071 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
8072 functions.
8073 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
8074 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
8075 * Makefile.in (amd64_linux_tdep_h): Remove.
8076 (amd64-linux-nat.o): Update dependencies.
8077 (amd64-linux-tdep.o): Update dependencies.
8078
99679982
MK
8079 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
8080 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
8081 functions.
8082 (fetch_inferior_registers, store_inferior_registers): Rewrite.
8083
34021503
MK
8084 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
8085 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
8086
134d01f1
DJ
80872004-03-14 Daniel Jacobowitz <[email protected]>
8088
8089 * dwarf2read.c (read_structure_type): Rename from
8718a420 8090 read_structure_scope. Don't create a symbol or call process_die.
134d01f1
DJ
8091 Return immediately if die->type is set. Call read_type_die before
8092 dwarf2_add_member_fn.
8093 (process_structure_scope): New function.
8094 (read_enumeration_type, process_enumeration_scope): New functions,
8095 broken out from read_enumeration. Don't create the enumeration
8096 type if it has already been created.
8097 (read_enumeration): Removed.
8098 (process_die): Call read_structure_type, process_structure_scope,
8099 read_enumeration_type, and process_enumeration_scope. Just call
8100 new_symbol for base and subrange types. Add a comment about other
8101 type dies.
8102 (read_type_die): Call read_enumeration_type.
8103 (add_partial_structure, new_symbol): Update comments.
8104
65760afb
SC
81052004-03-13 Stephane Carrez <[email protected]>
8106
8107 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
8108
10f59415
SC
81092004-03-13 Stephane Carrez <[email protected]>
8110
8111 * tui/tui-win.h (tui_get_cmd_list): Declare.
8112 * tui/tui-win.c (tui_command): New function.
8113 (tui_get_cmd_list): New function.
8114 (_initialize_tui_win): Moved initialization of tui command in
8115 tui_get_cmd_list.
8116
8117 * tui/tui-data.c (init_content_element): Setup new data members.
8118 (init_win_info): Likewise.
8119 (free_content_elements): Free it.
8120 * tui/tui-data.h (struct tui_data_element): Store the register
8121 content to print.
8122 (struct tui_data_info): Keep the current register group.
8123
8124 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
8125
8126 * tui/tui-regs.h (tui_show_registers): Update prototype.
8127 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
8128 (tui_resize_all): No need to calculate anything for register window.
8129 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
8130 (tui_set_register_element, tui_set_general_regs_content): Remove.
8131 (tui_set_special_regs_content): Remove.
8132 (tui_set_general_and_special_regs_content): Remove.
8133 (tui_set_float_regs_content): Remove.
8134 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
8135 (tui_set_regs_content): Remove.
8136 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
8137 (tui_v_show_registers_command_support): Remove.
8138 (tui_show_registers): Use a reggroup to specify the registers to show.
8139 (tui_show_register_group): New function.
8140 (tui_display_registers_from): Compute the layout of register window
8141 and refresh with new API; be sure to delete old register windows.
8142 (tui_check_register_values): Update to use tui_get_register and
8143 tui_display_data.
8144 (tui_display_register): Just refresh the register window part.
8145 (tui_register_format): Format registers and save in tui_data_element.
8146 (tui_get_register): New to combine tui_reg_value_has_changed and
8147 tui_get_register_raw_value; fix to use the new gdb API.
8148 (tui_show_float_command): Renamed tui_reg_float_command.
8149 (tui_show_general_command): Renamed tui_reg_general_command.
8150 (tui_show_special_command): Renamed tui_reg_system_command.
8151 (_initialize_tui_regs): Remove unused commands.
8152
c3364ea4
MK
81532004-03-13 Mark Kettenis <[email protected]>
8154
27d1e716
MK
8155 * NEWS (New native configurations): Mention OpenBSD/amd64.
8156
c3364ea4
MK
8157 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
8158 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
8159 Remove defines.
8160 * config/i386/nm-fbsd64.h: Likewise.
8161 * config/i386/nm-obsd.h: Likewise.
8162 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
8163 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
8164
b2d6d697
KB
81652004-03-12 Kevin Buettner <[email protected]>
8166
8167 * frv-tdep.c (set_variant_scratch_registers): New function.
b2d6d697
KB
8168 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
8169 New constants.
8170
76e43199
KB
8171 From Richard Sandiford <[email protected]>:
8172 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
8173
34ce532e
KB
81742004-03-12 Kevin Buettner <[email protected]>
8175
8176 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
8177 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
8178 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
8179 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
8180 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
8181 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
8182 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
8183 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
8184 definitions from frv-tdep.c to frv-tdep.h.
8185
c4d10515
KB
81862004-03-12 Kevin Buettner <[email protected]>
8187
8188 Add shared library support for FR-V FDPIC ABI:
8189 * Makefile.in (solib-frv.o): Add dependencies.
8190 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
8191 New functions.
8192 (frv_push_dummy_call): Add support for FDPIC ABI.
8193 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
8194 for FDPIC ABI.
8195 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
8196 (frv_fdpic_find_canonical_descriptor): Declare.
8197 * solib-frv.c: New file.
8198 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
8199 * config/frv/tm-frv.h (solib.h): Include.
8200
ed1bd989
KB
82012004-03-12 Kevin Buettner <[email protected]>
8202
8203 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
8204 (frv-tdep.o): Update dependencies.
8205 * frv-tdep.h: New file.
8206 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
8207 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
8208 constants.
8209 (struct gdbarch_tdep): Add new member ``frv_abi''.
8210 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
8211 functions.
8212 (new_variant): Set ``frv_abi'' field.
8213 (gdb_arch_init): Detect FDPIC executables.
8214
82b38f72
MK
82152004-03-12 Mark Kettenis <[email protected]>
8216
8217 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
8218 wrapper.
8219
db1ea9ba
AC
82202004-03-11 Andrew Cagney <[email protected]>
8221
8222 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
8223
f8766ec1
KB
82242004-03-11 Kevin Buettner <[email protected]>
8225
8226 * solist.h (master_so_list): New function.
8227 * solib.c (master_so_list): Likewise.
8228 * solib-svr4.c (enable_break): Iterate over so_list entries
8229 obtained from master list instead of entries obtained directly
8230 via svr4_current_sos().
8231
523f6a27
BE
82322004-03-10 Ben Elliston <[email protected]>
8233
8234 * MAINTAINERS: Update my mail address.
8235
37814c18
KI
82362004-03-10 Kei Sakamoto <[email protected]>
8237
8238 * remote-m32r-sdi.c: Support hardware watchpoint.
8239
8b9740d8
DJ
82402004-03-09 Daniel Jacobowitz <[email protected]>
8241
8242 * user-regs.c: Update copyright years.
8243 (struct user_regs): Rename to gdb_user_regs.
8244 (append_user_reg, builtin_user_regs, user_regs_init)
8245 (user_reg_add, user_reg_map_name_to_regnum)
8246 (usernum_to_user_reg): Update.
8247
4bb7a0a7
DJ
82482004-03-09 Daniel Jacobowitz <[email protected]>
8249
8250 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
8251 (skip_children): New functions.
8252 (locate_pdi_sibling): Call skip_children.
8253
44e1a9eb
DJ
82542004-03-09 Daniel Jacobowitz <[email protected]>
8255
8256 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
8257 * gdbtypes.c (check_typedef): Update comments.
8258
f3dd6933
DJ
82592004-03-09 Daniel Jacobowitz <[email protected]>
8260
8261 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
8262 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
8263 pointer. Update comment about comp_unit_head.
8264 (struct abbrev_info): Shorten two int flags.
8265 (dwarf_alloc_abbrev): Take a CU argument.
8266 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
8267 each time through the loop. Update cleanup argument.
8268 (psymtab_to_symtab_1): Update cleanup call.
8269 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
8270 abbrev_obstack.
8271 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
8272 Just call obstack_free and clear the pointer.
8273
b40c7d58
DJ
82742004-03-09 Daniel Jacobowitz <[email protected]>
8275
8276 * infrun.c (handle_inferior_event): Remove short-circuit code for
8277 events in a different thread.
8278
333dabeb
DJ
82792004-03-09 Daniel Jacobowitz <[email protected]>
8280
8281 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
8282 print the whole transfer.
8283 (initialize_targets): Update description of "set debug target".
8284
aa17d93e
DJ
82852004-03-09 Daniel Jacobowitz <[email protected]>
8286
8287 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
8288
0b71f08f
NW
82892004-03-08 Nathan J. Williams <[email protected]>
8290
8291 * MAINTAINERS (write after approval): Add myself.
8292
3930f270
CV
82932004-03-08 Corinna Vinschen <[email protected]>
8294
8295 * sh-tdep.c (sh_print_registers_info): Use for loop.
8296 Don't skip multiple registers when a float register is encountered.
8297
a2b4a96c
CV
82982004-03-08 Corinna Vinschen <[email protected]>
8299
8300 Fix PR tdep/1291.
8301 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
8302 to official SH documentation.
8303
f15a4bc0
AC
83042004-03-07 Andrew Cagney <[email protected]>
8305
8306 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
8307 unused function.
8308
9498281f
DJ
83092004-03-07 Daniel Jacobowitz <[email protected]>
8310
8311 * arm-tdep.c (thumb_get_next_pc): Handle BX.
8312 (arm_get_next_pc): Handle BX and BLX.
8313
449e1137
AC
83142004-03-07 Andrew Cagney <[email protected]>
8315
eded0a31
AC
8316 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
8317 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
8318 HPPA_SP_REGNUM.
8319 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
8320 (hppa_target_read_fp): Delete.
8321 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
8322 register_virtual_size, max_register_raw_size,
8323 max_register_virtual_size, register_byte, register_size,
8324 target_read_fp, fp_regnum, and register_bytes. Set register_type
8325 instead of register_virtual_type.
8326 (hppa32_register_type, hppa64_register_type): Replace
8327 hppa32_register_virtual_type and hppa64_register_virtual_type.
8328 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
8329 (HPPA_FP_REGNUM): Define.
8330
f5f907e2
AC
8331 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
8332
69b4bbe4
AC
8333 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
8334 (pa_do_registers_info): Delete.
8335 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
8718a420 8336 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
69b4bbe4 8337 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
f5f907e2 8338
78161e48
AC
8339 * infcall.c (legacy_push_dummy_code): Delete #ifdef
8340 GDB_TARGET_IS_HPPA code.
8341 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
8718a420 8342 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
78161e48
AC
8343 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
8344 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
8718a420
RM
8345 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
8346 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
8347 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
78161e48 8348 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
8718a420
RM
8349 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
8350 (hppa_frameless_function_invocation, hppa64_store_return_value)
8351 (hppa_store_struct_return, hppa64_extract_return_value)
78161e48 8352 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
8718a420 8353 (hppa32_call_dummy_length, hppa64_call_dummy_length)
78161e48 8354 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
8718a420
RM
8355 (find_proc_framesize, deposit_21, restore_pc_queue)
8356 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
210197d2 8357 (rp_saved, pc_in_linker_stub): Delete.
78161e48 8358
782eae8b
AC
8359 Unconditionally enable 64-bit frame and ABI code.
8360 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
8361 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
8362 push_dummy_frame, fix_call_dummy, push_arguments,
8363 call_dummy_location, extract_return_value, use_struct_convention,
8364 store_return_value, store_struct_return, saved_pc_after_call,
8365 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
8366 frame_chain, frame_chain_valid, frameless_function_invocation,
8367 frame_saved_pc, and pop_frame.
78161e48 8368
449e1137
AC
8369 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
8370 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
8371 (hppa_gdbarch_init): Do not set PC_REGNUM.
8372
12507572
MK
83732004-03-06 Mark Kettenis <[email protected]>
8374
8375 * config/alpha/tm-fbsd.h: Remove file.
8376 * config/alpha/fbsd.mt: Tweak comment.
8377 (TM_FILE): Set to tm-alpha.h.
8378
c107cc1b
AC
83792004-03-05 Andrew Cagney <[email protected]>
8380
8381 * infrun.c (step_over_function): When non-legacy code, and no
8382 step_frame_id, use the unwinder to get the caller's frame ID.
8383
f2e7c15d
MK
83842004-03-05 Mark Kettenis <[email protected]>
8385
8b0c3633
MK
8386 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
8387 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
8388 bfd_arch_unknown. Adjust comment.
8389
f2e7c15d
MK
8390 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
8391 * i386obsd-tdep.c: Correct spelling in comment.
8392 * i386nbsd-tdep.c: Correct spelling in comment.
8393 * sparc-tdep.c: Correct spelling in comments.
8394
1198ecbe
DC
83952004-03-05 David Carlton <[email protected]>
8396
8397 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
8398 bug.
8399
9eb42ed1
MK
84002004-03-05 Mark Kettenis <[email protected]>
8401
8402 * sparc-tdep.c: Fix typo in comment.
8403
52b5e991
JB
84042004-03-04 J. Brobecker <[email protected]>
8405
8406 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
8407
d8151005
DJ
84082004-03-04 Daniel Jacobowitz <[email protected]>
8409
8410 * dwarf2read.c: Add comment describing memory lifetimes.
8411 (struct dwarf2_pinfo): Update comment.
8412 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
8413 (read_enumeration, new_symbol): Don't use obsavestring.
8414
cbeae229
MK
84152004-03-04 Mark Kettenis <[email protected]>
8416
722d18c2
MK
8417 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
8418 instead of amd64_fill_fxsave.
8419 * amd64bsd-nat.c (store_inferior_registers): Likewise.
8420 * amd64fbsd-nat.c (fill_fpregset): Likewise.
8421
cbeae229
MK
8422 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
8423 Reorganize code a bit.
8424
b4206d25
OF
84252004-03-04 Orjan Friberg <[email protected]>
8426
8427 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
8718a420
RM
8428 when the frame pointer is pushed. Don't set the frame pointer's
8429 address on the stack unless it's actually located there.
b4206d25
OF
8430 Set the SRP's address on the stack correctly when the PC is still in
8431 the prologue.
8432 (cris_return_value): New function.
8433 (cris_gdbarch_init): Clear deprecated store_return_value,
8434 extract_return_value.
8435
49b0b195
JB
84362004-03-02 Jim Blandy <[email protected]>
8437
8438 * stabsread.c (reg_value_complaint): The maximum register number
8439 is one less than the number of registers.
8440
e9ff708b
AC
84412004-03-02 Andrew Cagney <[email protected]>
8442
8443 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
8444 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
8445 trailing comma and redundant assignment of I386_ST0_REGNUM.
8446 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
8447 32-bit segment registers.
8448
d4715e41
AC
84492004-03-01 Andrew Cagney <[email protected]>
8450
8451 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
8452 use frame_relative_level and get_next_frame.
8453
3ce2bf18
AC
84542004-02-29 Andrew Cagney <[email protected]>
8455
8456 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
8457 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
8458 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
8459 Delete macro.
8460
2da6aac3
DJ
84612004-02-29 Daniel Jacobowitz <[email protected]>
8462
8463 * inflow.c (terminal_inferior): Don't give up the terminal if we
8464 previously couldn't get the inferior's terminal state.
8465
6ba34a8d
DJ
84662004-02-29 Daniel Jacobowitz <[email protected]>
8467
8468 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
8469 PC_REGNUM.
8470
faae5abe
AC
84712004-02-28 Andrew Cagney <[email protected]>
8472
8473 * NEWS: Refer to GDB 6.1.
8474 * README: Refer to GDB 6.1.
8475 * PROBLEMS: Refer to GDB 6.1.
8476
2227a3c5
DJ
84772004-02-28 Daniel Jacobowitz <[email protected]>
8478
8479 * thread-db.c (disable_thread_signals): Remove unused function.
8480
80571bff
MK
84812004-02-28 Mark Kettenis <[email protected]>
8482
041bd74b
MK
8483 * amd64-nat.c: Include "gdb_string.h".
8484 (amd64_collect_native_gregset): Zero-extend the 32-bit
8485 general-purpose registers and %eip.
8486
3c017e40
MK
8487 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
8488 * amd64-tdep.c (amd64_collect_fxsave): New function.
8489 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
8490
80571bff
MK
8491 * i387-tdep.h: Update copyright year.
8492 (i387_collect_fxsave): New prototype.
8493 * i387-tdep.c: Update copyright year.
8494 (i387_collect_fxsave): New function containing most of the code
8495 from i387_fill_fxsave.
8496 (i387_fill_fxsave): Call i387_collect_fxsave.
8497
50d71875
AC
84982004-02-28 Andrew Cagney <[email protected]>
8499
8500 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
8501 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
8502
4a28816e
MK
85032004-02-28 Mark Kettenis <[email protected]>
8504
8505 * amd64-tdep.c (amd64_frame_cache): Fix comment.
8506
dbda9972
AC
85072004-02-28 Andrew Cagney <[email protected]>
8508
8509 * utils.c: Use "", instead of <>, to include readline.
8510 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
8511 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
8512 * source.c, solib.c, exec.c, event-top.c: Ditto.
8513 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
8514 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
8515 * Makefile.in: Update all dependencies.
8516 (readline_tilde_h, readline_history_h): Define.
8517 (readline_headers): Delete.
8518
83277a99
MK
85192004-02-28 Mark Kettenis <[email protected]>
8520
91ae4303
MK
8521 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
8522 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
8523 "config/i386/tm-lx64.h".
8524
83277a99
MK
8525 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
8526 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
8527 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
8528
6e1d7d6c
AC
85292004-02-28 Andrew Cagney <[email protected]>
8530
ecc9ac84
AC
8531 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
8532
6e1d7d6c
AC
8533 * breakpoint.c (_initialize_breakpoint): Use
8534 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
8535 Add help to show command.
8536
9671aeef
MK
85372004-02-28 Mark Kettenis <[email protected]>
8538
7fa2737c
MK
8539 * i386-nat.c: Reformat to be closer to coding standards.
8540 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
8541 `retval'. Make variables `align' and `size' local to while-loop.
8542 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
8543 (_initialize_i386_nat): New prototype.
8544
9671aeef
MK
8545 * tui/tui.c: Include <readline/readline.h> instead of
8546 "readline/readline.h". Include it after <term.h> and
8547 "gdb_curses.h".
8548
fca7aa43
AC
85492004-02-27 Andrew Cagney <[email protected]>
8550
412275d5
AC
8551 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
8552 the new frame unwind code.
8553 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
8554 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
8555 PCOQ_HEAD_REGNUM.
8556
fca7aa43
AC
8557 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
8558 "return_value" and "push_dummy_call".
8559 (hppa32_use_struct_convention): Delete unused function.
8560 (hppa32_store_return_value): Delete unused function.
8561 (hppa32_extract_return_value): Delete unused function.
8562 (hppa32_stack_align): Delete function.
8563
e6a8a7d2
EZ
85642004-02-27 Eli Zaretskii <[email protected]>
8565
8566 * coffread.c (enter_linenos): Don't let rawptr reference memory
8567 outside linetab[]'s limits.
8568
1797a8f6
AC
85692004-02-27 Andrew Cagney <[email protected]>
8570
8571 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
8572 inferior stack space - the stack needs to grow upwards.
8573 (hppa32_frame_align): New function.
8574 (hppa64_frame_align): Replace hppa_frame_align.
8575 (hppa_gdbarch_init): Update.
8576
2e4b5889
OF
85772004-02-26 Orjan Friberg <[email protected]>
8578
8579 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
8580 (dwarf2-frame.h): Include.
8581 (enum cris_regnums): New enum CRIS_FP_REGNUM.
8582 Remove static variables related to ABI setting.
8583 (struct gdbarch_tdep): Remove cris_abi member.
8584 (struct frame_extra_info): Remove.
8585 (cris_unwind_cache, stack_item): New structs.
8586 (cris_frame_unwind, cris_frame_base): New variables.
8587 (push_stack_item, pop_stack_item)
8588 (cris_frame_unwind_cache, cris_frame_this_id)
8589 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
8590 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
8591 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
8592 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
8593 (cris_reg_struct_has_addr): New functions.
8594 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
8718a420 8595 (cris_frame_saved_pc, cris_saved_pc_after_call,
2e4b5889
OF
8596 (cris_store_struct_return, cris_frameless_function_invocation)
8597 (cris_pop_frame, cris_skip_prologue_main)
8598 (cris_abi_original_store_return_value)
8599 (cris_abi_v2_store_return_value)
8600 (cris_abi_original_extract_return_value)
8601 (cris_abi_v2_extract_return_value)
8602 (cris_abi_original_reg_struct_has_addr)
8603 (cris_abi_v2_reg_struct_has_addr)
8604 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
8605 (cris_push_return_address, cris_abi_update): Remove.
8606 (_initialize_cris_tdep): Remove ABI command.
8607 (cris_dump_tdep): Ditto.
8718a420 8608 (cris_gdbarch_init): Remove ABI command.
2e4b5889
OF
8609 Set store_return_value, extract_return_value, push_dummy_code,
8610 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
8611 frame_unwind_append_sniffer, frame_base_set_default.
8612 Clear deprecated init_frame_pc, push_arguments, store_return_value,
8613 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
8614 sizeof_call_dummy_words, get_saved_register, push_return_address,
8718a420 8615 pop_frame, store_struct_return, frame_init_saved_regs,
2e4b5889
OF
8616 init_extra_frame_info, frameless_function_invocation, frame_chain,
8617 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
8618 dummy_write_sp.
8718a420 8619
6b9acc27
JJ
86202004-02-26 Jeff Johnston <[email protected]>
8621
8622 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
8623 * valprint.c (print_hex_chars): Change from static to external.
8624 (print_char_chars): New function.
8625 * printcmd.c (print_scalar_formatted): For integer and enum types
8626 that are longer than LONGEST, perform processing via appropriate
8627 print_*_chars routines.
8628
a431654a
AC
86292004-02-26 Andrew Cagney <[email protected]>
8630
8631 * Makefile.in: Update dependencies.
8632 Changes from Ulrich Weigand,
8633 * s390-tdep.c: Include "dwarf2-frame.h".
8634 (s390_dwarf2_frame_init_reg): New function.
8635 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
8636 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
8637
fa8d40ab
JJ
86382004-02-26 Jeff Johnston <[email protected]>
8639
8640 * breakpoint.c (pending_break_support): New setting variable.
8641 (break_command_1): Account for pending_break_support setting
8642 when creating pending breakpoints.
8643 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
8644 (_initialize_breakpoint): Add "set breakpoint pending" and
8645 "show breakpoint pending" commands.
8646
0dcd613f
AC
86472004-02-26 Andrew Cagney <[email protected]>
8648
8649 Fix PR i18n/1570.
8650 * charset.c (backslashable, backslashed, represented): Remove 'e'
8651 from list of escaped characters, not part of ISO-C.
8652
479272a3
JB
86532004-02-25 J. Brobecker <[email protected]>
8654
8655 From Peter Schauer <[email protected]>:
8656 * tui/tui.c: Move system header includes after local includes.
8657 Fixes a build failure on solaris systems.
8658
7613d933
JB
86592004-02-25 J. Brobecker <[email protected]>
8660
8661 * configure.in: Refine the previous change.
8662 * configure: Regenerate.
8663
9c1488cb
MK
86642004-02-25 Mark Kettenis <[email protected]>
8665
8666 * amd64-tdep.h: Renamed from x86-64-tdep.h.
8667 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
8668 "amd64-tdep.h" instead of "x86-64-tdep.h".
8669 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
8670 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
8671 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
8672 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
8673 and "x86-64-tdep.c".
8674 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
8675 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
8676 and "x86-64-tdep.c".
8677 * amd64bsd-nat.c: Update copyright year.
8678 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
8679 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
8680 "x86-64-tdep.h".
8681 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
8682 "x86-64-tdep.h".
8683 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
8684 "x86-64-tdep.h".
8685 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
8686 "x86-64-tdep.h".
8687 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
8688 "x86-64-tdep.h".
8689 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
8690 "x86-64-tdep.h".
8718a420 8691 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
9c1488cb
MK
8692 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
8693 * Makefile.in (amd64_linux_tdep_h): Renamed from
8694 x86_64_linux_tdep_h.
8695 (amd64_tdep_h): Renamed from x86_64_tdep_h.
8696 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
8697 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
8698 (amd64obsd-tdep.o): Update dependencies.
8699 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
8700 dependencies.
8701 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
8702 dependencies.
8703 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
8704 amd64-linux-nat.c amd64-linux-tdep.c.
8705 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
8706 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
8707 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
8708 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
8709 amd64-tdep.o and amd64-linux-tdep.o.
8710 (TM_FILE): Set to tm-linux64.h.
8711 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
8712 (NAT_FILE): Set to nm-linux64.h.
8713 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
8714 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
8715 amd64-tdep.o.
8716 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
8717 amd64-tdep.o.
8718 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
8719 amd64-tdep.o.
8720
4b8dad4a
RM
87212004-02-25 Roland McGrath <[email protected]>
8722
8723 * remote.c (remote_protocol_qPart_auxv): New variable.
8724 (init_all_packet_configs): Initialize it.
8725 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
8726 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
8727 (show_remote_cmd): Call it.
8728 (_initialize_remote): Initialize commands.
8729 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
8730 service TARGET_OBJECT_AUXV requests.
8731
66745969
JB
87322004-02-25 J. Brobecker <[email protected]>
8733
8734 * configure.in: Make sure that the wborder function is available.
8735 Otherwise, search for it in the cur_colr library.
8736 * configure: Regenerate.
8737
79508e1e
AC
87382004-02-25 Andrew Cagney <[email protected]>
8739
8740 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
8741
571ee600
MK
87422004-02-25 Mark Kettenis <[email protected]>
8743
8744 * config/i386/tm-x86-64linux.h: Tweak comments.
8745
2b1b322f 87462004-02-25 Richard Sandiford <[email protected]>
ad74788f
RS
8747
8748 * MAINTAINERS: Add self to write-after-approval list.
8749
4d2acc65
AC
87502004-02-25 Andrew Cagney <[email protected]>
8751
4b8dad4a 8752 PR cli/1566. Problem found, and fix suggested by David Allan.
4d2acc65
AC
8753 * cli/cli-script.c (execute_control_command): Unconditionally
8754 install a cleanup. Default "ret" to "invalid_control". Use
8755 "break" instead of "return" to escape from the switch.
8756
4cfcaf21
JB
87572004-02-24 J. Brobecker <[email protected]>
8758
8759 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
8760 with the lines macro defined in term.h on AiX.
8761 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
8762 a collision with the label_width macro defined in term.h on AiX.
8763
54a5c8d8
KB
87642004-02-23 David Mosberger <[email protected]>
8765
8766 Committed by Kevin Buettner <[email protected]>.
8767
8768 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
8769 * ia64-tdep.c (ia64_write_pc): Make it a global function.
8770 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
8771 instead of ia64_write_pc().
8772 * ia64-linux-tdep.c (regcache.h): Include.
8773 (ia64_linux_write_pc): New function.
4b8dad4a 8774
8a1dac83
RM
87752004-02-23 Roland McGrath <[email protected]>
8776
8777 * auxv.c (info_auxv_command): Fix typos in error messages.
8778
90f90721
MK
87792004-02-23 Mark Kettenis <[email protected]>
8780
8a1dac83 8781 * x86-64-tdep.h: Tweak comment.
90f90721
MK
8782 (enum amd64_regnum): New.
8783 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
8784 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
8785 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
8786 (X86_64_XMM1_REGNUM): Removed.
8787 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
8788 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
8789 prototypes for renamed functions.
8790 * x86-64-tdep.c: Fix typo.
8791 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
8792 register numbers.
8793 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
8794 Use constants from `enum amd64_regnum' for register numbers.
8795 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
8796 (amd64_analyze_prologue, amd64_frame_cache,
8797 amd64_sigtramp_frame_cache): Use constants from `enum
8798 amd64_regnum' for register numbers.
8799 (amd64_supply_fpregset): Adjust for renamed functions.
8800 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
8801 `enum amd64_regnum' for register numbers.
8802 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
8803 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
8804 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
8805 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
8806 (amd64_linux_fill_gregset): Adjust for renamed macros.
8807 (fetch_core_registers): Adjust for renamed functions.
8808 (amd64_linux_init_abi): Adjust for renamed functions.
8809 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
8810 renamed functions.
8811 * amd64-nat.c: Adjust for renamed macros.
8812 * amd64bsd-nat.c (fetch_inferior_registers)
8813 (store_inferior_registers): Use constants from `enum amd64_regnum'
8814 for register numbers. Adjust for renamed variables.
8815 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
8816 renamed variables.
8817 (_initialize_amd64fbsd_nat): Use constants from `enum
8818 amd64_regnum' for register numbers.
8819 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
8820 `enum amd64_regnum' for register numbers.
8821 (amd64fbsd_init_abi): Adjust for renamed functions.
8822 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
8823 `enum amd64_regnum' for register numbers.
8824 (amd64nbsd_init_abi): Adjust for renamed functions.
8825 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
8826 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
8827 `enum amd64_regnum' for register numbers.
8828 (amd64obsd_init_abi): Adjust for renamed functions.
8829 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
8830
d5479188
JJ
88312004-02-23 Jeff Johnston <[email protected]>
8832
8833 * breakpoint.c (print_one_breakpoint): Do not output spaces
8834 after printing <PENDING> for a pending breakpoint.
8835
81cb7cc9
JJ
88362004-02-23 Jeff Johnston <[email protected]>
8837
8838 * printcmd.c (print_scalar_formatted): Initialize val_long
8839 to remove compiler warning message.
8840
cbdeadca
JJ
88412004-02-23 Jeff Johnston <[email protected]>
8842
8843 * defs.h (nquery, yquery): New prototypes.
8844 * breakpoint.c (break_command_1): Use new nquery interface.
8845 * utils.c (defaulted_query, nquery, yquery): New functions.
8846
da6bab63
AC
88472004-02-23 Andrew Cagney <[email protected]>
8848
2f690297
AC
8849 * hppa-tdep.c (hppa_frame_align): New function.
8850 (hppa32_push_dummy_call): New function.
8851 (hppa64_push_dummy_call): New function.
8852 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
8853 disabled.
8a1dac83 8854
da6bab63
AC
8855 * infcall.c (legacy_push_dummy_code): Don't call deprecated
8856 FIX_CALL_DUMMY when push_dummy_call is available.
8857 (call_function_by_hand, push_dummy_code): Ditto.
8858
abf9b42d
AC
88592004-02-22 Andrew Cagney <[email protected]>
8860
8861 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
8862 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
8863 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
8864 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
8865 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
8866 call_dummy_location to ON_STACK.
8867
10fc94a4
MK
88682004-02-22 Mark Kettenis <[email protected]>
8869
51433e4b
MK
8870 * x86-64-linux-tdep.c: Tweak comment.
8871 (amd64_linux_supply_gregset): Renamed from
8872 x86_64_linux_supply_gresget.
8873 (amd64_linux_fill_gregset): Renamed from
8874 x86_64_linux_fill_gregset.
8875 (fetch_core_registers): Adjust for renamed functions.
8876 (amd64_core_fns): Renamed from x86_64_core_fns.
8877 (amd64_linux_sigtramp_start): Renamed from
8878 x86_64_linux_sigtramp_start.
8879 (amd64_linux_pc_in_sigtramp): Renamed from
8880 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
8881 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
8882 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
8883 (amd64_linux_sigcontext_addr): Renamed from
8884 x86_64_linux_sigcontext_addr.
8885 (amd64_linux_sc_reg_offset): Renamed from
8886 x86_64_linux_sc_reg_offset.
8887 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
8888 Adjust for renamed functions and variables.
8889 (_initialize_amd64_linux_tdep): Renamed from
8890 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
8891 variables.
8892 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
8893 Adjust for renamed functions.
8894
430eaf2e
MK
8895 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
8896 from x86_64_linux_gregset64_reg_offset.
8897 (amd64_linux_gregset32_reg_offset): Rename from
8898 x86_64_linux_gregset64_reg_offset.
8899 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
8900 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
8901 (amd64_linux_dr_set_control): Renamed from
8902 x86_64_linux_dr_set_control. Adjust for renamed functions.
8903 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
8904 Adjust for renamed functions.
8905 (amd64_linux_dr_reset_addr): Renamed from
8906 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
8907 (amd64_linux_dr_get_status): Renamed from
8908 x86_64_linux_dr_get_status. Adjust for renamed functions.
8909 (_initialize_amd64_linux_nat): Renamed from
8910 _initialize_x86_64_linux_nat. Adjust for renamed variables and
8911 functions.
8912 * config/i386/nm-x86-64linux.h: Update copyright year.
8913 Adjust for renamed functions.
8914
10fc94a4
MK
8915 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
8916 amd64fbsd_sigtramp_start.
8917 (amd64fbsd_sigtramp_end_addr): Renamed from
8918 amd64fbsd_sigtramp_end.
8919 (amd64fbsd_init_abi): Adjust for renamed variables.
8920 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
8921 variables.
8922 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
8923 amd64fbsd_sigtramp_start.
8924 (amd64fbsd_sigtramp_end_addr): Renamed from
8925 amd64fbsd_sigtramp_end.
8926
343af405
AC
89272004-02-22 Andrew Cagney <[email protected]>
8928
537987fc
AC
8929 * hppa-tdep.c (hppa32_return_value): New function.
8930 (hppa64_return_value): New function.
8931 (hppa_gdbarch_init): Set return_value; keep disabled.
8932
fad850b2
AC
8933 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
8934 struct-return and inferior function call methods.
8935
26d08f08
AC
8936 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
8937 "frame-base.h".
8938 (struct hppa_frame_cache): Define.
8939 (hppa_frame_cache, hppa_frame_this_id): New functions.
8940 (hppa_frame_prev_register): New function.
8941 (hppa_frame_unwind, hppa_frame_base): New variables.
8942 (hppa_frame_unwind_sniffer): New function.
8943 (hppa_frame_base_address, hppa_unwind_pc): New function.
8944 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
8945 sniffer, and frame base sniffer; keep disabled.
8946 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
8947 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
8948
e7d7bd65
AC
8949 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
8950 to predicates for "seriously old code".
8951
e963316f
AC
8952 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
8953 runtime if(0).
8954
56132691
AC
8955 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
8956 unsigned.
8957 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
e963316f 8958
343af405
AC
8959 * config/pa/tm-hppa.h: Update copyright.
8960 (DEPRECATED_INIT_FRAME_PC): Delete macro.
8961 (deprecated_init_frame_pc_default): Delete declaration.
8962 (hppa_frame_init_saved_regs): Delete declaration.
8963 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
8964 * hppa-tdep.c: Include "arch-utils.h".
8965 (hppa_gdbarch_init): Set deprecated init_frame_pc
8966 and deprecated frame_init_saved_regs.
8967 (hppa_frame_init_saved_regs): Make static.
8968
f5859b4d
MK
89692004-02-22 Mark Kettenis <[email protected]>
8970
86f6f8e7 8971 Remove old 386BSD support.
cf7c5c23 8972 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
86f6f8e7
MK
8973 * configure.host: Remove i[34567]86-*-bsd*.
8974 * configure.tgt: Remove i[34567]86-*-bsd*.
8975 * i386b-nat.c: Removed.
8976 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
cf7c5c23
MK
8977 (i386b-nat.o): Remove dependencies.
8978
86f6f8e7
MK
8979 * config/i386/i386bsd.mh: Removed.
8980 * config/i386/i386bsd.mt: Removed.
8981 * config/i386/nm-i386bsd.h: Removed.
8982 * config/i386/tm-i386bsd.h: Removed.
8983 * config/i386/xm-i386bsd.h: Removed.
8984
971218cd
MK
8985 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
8986
7e654c37
MK
8987 * amd64fbsd-tdep.c: Include "solib-svr4.h".
8988 (amd64fbsd_init_abi): Set link map offsets.
8989 * amd64nbsd-tdep.c: Include "slib-svr4.h".
8990 (amd64nbsd_init_abi): Set link map offsets.
8991 * amd64obsd-tdep.c: Include "solib-svr4.h".
8992 (amd64obsd_init_abi): Set link map offsets.
8993 * i386fbsd-tdep.c: Include "solib-svr4.h".
8994 (i386fbsd_init_abi): Set link map offsets.
8995 * i386nbsd-tdep.c: Include "solib-svr4.h".
8996 (i386nbsdelf_init_abi): Set link map offsets.
8997 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
8998 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
8999 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
9000 solib-legacy.o and core-aout.o. Reformat.
9001 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
9002 solib-svr4.o, solib-legacy.o. Reformat.
9003 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
9004 * config/i386/nbsdelf.mh: Reformat.
9005 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
9006 solib-svr4.o, solib-legacy.o and corelow.o.
9007 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
9008 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
9009 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
9010 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
9011 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
9012 (TM_FILE): Set to tm-fbsd.h.
9013 * config/i386/nbsd.mt (TDEPFILES): Reformat.
9014 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
9015 solib-svr4.o.
9016 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
9017 solib-svr4.o.
9018 (TM_FILE): Set to nm-nbsd.h.
9019 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
9020 Simplify shared library support. Don't include "elf/common.h".
9021 (SVR4_SHARED_LIBS): Don't define.
9022 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
9023 "solib.h".
9024 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
9025 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
9026 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
9027 Don't include "i386/tm-i386.h". Include "solib.h".
9028 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
9029 Don't include "i386/tm-i386.h".
9030 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
9031 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
9032 Include "i386/xm-i386.h".
9033 (HOST_LONG_DOUBLE_FORMAT): Remove.
9034
5d93ae8c
MK
9035 Fix OpenBSD/i386 sigtramp recognition.
9036 * i386-tdep.h: Update copyright year.
9037 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
9038 (i386bsd_sigtramp_end): New prototypes.
9039 (i386fbsd_sigtramp_start_addr): Renamed from
9040 i386fbsd_sigtramp_start.
9041 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
9042 (i386obsd_sigtramp_start_addr): Renamed from
9043 i386obsd_sigtramp_start.
9044 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
9045 * i386bsd-tdep.c: Update copyright year.
9046 (i386bsd_pc_in_sigtramp): Make public.
9047 * i386fbsd-nat.c: Update copyright year.
9048 (_initialize_i386fbsd_nat): Adjust for renamed variables.
9049 * i386fbsd-tdep.c: Update copyright year.
9050 (i386fbsd_sigtramp_start_addr): Renamed from
9051 i386fbsd_sigtramp_start.
9052 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
9053 (i386fbsdaout_init_abi): Adjust for renamed variables.
9054 * i386obsd-nat.c: Update copyright year.
9055 (_initialize_i386obsd_nat): Adjust for renamed variables.
9056 * i386obsd-tdep.c: Include "target.h".
9057 (i386obsd_page_size): New variable.
9058 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
9059 (i386obsd_sigtramp_end): New functions.
9060 (i386obsd_sigtramp_start_addr): Renamed from
9061 i386obsd_sigtramp_start.
9062 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
9063 (i386obsd_init_abi): Adjust for renamed variables. Set
9064 pc_in_sigtramp, sigtramp_start and sigtramp_end.
9065 * Makefile.in (i386obsd-tdep.o): Update dependencies.
9066
84d04465
MK
9067 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
9068 trampoline change in OpenBSD kernel.
9069
b053aceb
MK
9070 * amd64-nat.c: Update copyright year.
9071 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
9072 architecture from REGCACHE.
9073
f5859b4d
MK
9074 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
9075 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
9076
e4bbbda8
MK
90772004-02-21 Mark Kettenis <[email protected]>
9078
ba361932
MK
9079 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
9080 i[34567]86-*-openbsd3.[0-3].
9081 * config/i386/obsdaout.mh: New file.
9082
d3e48264
MK
9083 * config/i386/obsd.mh (MH_FLAGS): Remove.
9084
60a6eeb6
MK
9085 Fix PR build/1549.
9086 * i386obsd-tdep.c: Update copyright years. Include
9087 "solib-svr4.h".
9088 (i386obsd_init_abi): Don't set regset_from_core_section here.
9089 (i386obsd_aout_init_abi): New function. Set
9090 regset_from_core_section here.
9091 (i386obsd_elf_init_abi): New function.
9092 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
9093 * Makefile.in (i386obsd-tdep.o): Update dependecies.
9094 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
9095 (TM_FILE): Set to tm-nbsd.h.
9096
9097 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
9098 solib-sunos.o.
9099
e4bbbda8
MK
9100 * solib-svr4.h: Update copyright year.
9101 (svr4_ilp32_fetch_link_map_offsets)
9102 (svr4_lp64_fetch_link_map_offsets): New prototype.
9103 * solib-svr4.c: Update copyright year.
9104 (svr4_ilp32_fetch_link_map_offsets)
9105 (svr4_lp64_fetch_link_map_offsets): New function.
9106
f6fe98ef
DJ
91072004-02-20 Daniel Jacobowitz <[email protected]>
9108
9109 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
9110 to the partial symbol table.
9111
589ca796
JB
91122004-02-20 J. brobecker <[email protected]>
9113
9114 * PROBLEMS: Add description of problem documented under gdb/1560.
9115
2031c21a
MK
91162004-02-20 Mark Kettenis <[email protected]>
9117
30b344b1
MK
9118 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
9119 comments.
9120 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
9121 functions.
9122 (amd64obsd_init_abi): Reorder initializations. Use
9123 amd64obsd_r_reg_offset to initialize the general-purpose register
9124 set details. Set regset_from_core_section.
9125 (_initialize_amd64obsd_tdep): Rename from
9126 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
9127 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
9128 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
9129
2031c21a
MK
9130 * NEWS (New native configurations): Mention OpenBSD/alpha.
9131 * configure.tgt: Add alpha*-*-openbsd*.
9132 * configure.host: Add alpha*-*-openbsd*.
9133 * alphanbsd-tdep.c: Update copyright year.
9134 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
9135
42471775
AC
91362004-02-20 Andrew Cagney <[email protected]>
9137
9138 Fix PR tdep/1372.
9139 * configure.tgt: Delete target "none-*-*".
9140 * configure.host: Delete host "none-*-*".
9141 * config/none/none.mh: Delete file.
9142 * config/none/none.mt: Delete file.
9143 * config/none/xm-none.h: Delete file.
9144 * config/none/tm-none.h: Delete file.
9145 * config/none/nm-none.h: Delete file.
9146
960ccd7d
FF
91472004-02-19 Fred Fish <[email protected]>
9148
9149 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
9150 cache->uses_fp prior to setting it.
9151
5f883edd
FF
91522004-02-19 Fred Fish <[email protected]>
9153
9154 Fix for PR breakpoint/1558.
9155 * sh-tdep.c (IS_JSR): New macro.
9156 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
9157
f98c22d5
JB
91582004-02-19 Jim Blandy <[email protected]>
9159
9160 * findvar.c (value_from_register): Doc fix.
9161
95051d27
JJ
91622004-02-19 Jeff Johnston <[email protected]>
9163
9164 * printcmd.c (print_scalar_formatted): Do not check for sizeof
9165 type being greater than sizeof of host's LONGEST. Always use
9166 unpack_long() unless format 'f' chosen.
9167
ccefbec3
EZ
91682004-02-19 Joel Brobecker <[email protected]>
9169
9170 Committed by Elena Zannoni <[email protected]>
2ede629f 9171
ccefbec3
EZ
9172 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
9173 contains a symbol wich is the best, non-exact match for the given
9174 pc. Update comments.
9175
91762004-02-19 Elena Zannoni <[email protected]>
8a1dac83 9177
2ede629f
EZ
9178 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
9179 macro, which was part of the now removed Mach 3 port.
9180 * utils.c (request_quit): Ditto.
9181
567ee972
MK
91822004-02-18 Mark Kettenis <[email protected]>
9183
9184 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
9185 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
9186
50cca7bb
MK
91872004-02-18 Ulrich Weigand <[email protected]>
9188
9189 Committed by Mark Kettenis <[email protected]>.
9190
9191 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
9192 Define.
9193
226361c4
AC
91942004-02-18 Andrew Cagney <[email protected]>
9195
9196 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
9197 CONFIG_INSTALL and CONFIG_UNINSTALL.
9198 * configure: Re-generate.
9199 * interps.h (INTERP_TUI): Define.
9200 * Makefile.in: Update dependencies.
9201 (TUI): New macro.
9202 (tui-main.o): Specify dependencies.
9203 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
9204 * tui/tui-main.c: New file.
9205
49cfa46f
MK
92062004-02-18 Mark Kettenis <[email protected]>
9207
e2879ccb
MK
9208 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
9209 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
9210 dependencies.
9211 * configure.host: Add x86_64-*-openbsd*.
9212 * configure.tgt: Add x86_64-*-openbsd*.
9213 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
9214
c43f4bec
MK
9215 * tui/tui.c: Don't include <malloc.h>.
9216
09ae75b6
MK
9217 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
9218 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
9219 amd64nbsd-tdep.c.
9220
49cfa46f 9221 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
8a1dac83 9222 static. Remove extraneous whitespace.
49cfa46f
MK
9223 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
9224 static.
9225
05957fdb
JB
92262004-02-17 Jim Blandy <[email protected]>
9227
9228 * findvar.c (value_from_register): Doc fix.
9229
d0f54f9d
JB
92302004-02-17 Ulrich Weigand <[email protected]>
9231
9232 Committed by Jim Blandy <[email protected]>.
e1457d83 9233
8a1dac83 9234 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
c253954e
JB
9235 CORE_ADDR as type for selectors. Correct types for GNU run time
9236 message lookup function to use double indirection.
9237 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
9238 * objc-lang.h (lookup_child_selector): Adapt prototype.
9239
9cbd5950
JB
9240 * s390-nat.c (SUBOFF): New macro.
9241 (supply_gregset, fill_gregset): Use it to handle debugging
9242 of 32-bit exectuables running under a 64-bit kernel.
9243 * s390-tdep.c: Include "solib-svr4.h".
9244 (s390_svr4_fetch_link_map_offset): New function.
9245 (s390x_svr_fetch_link_map_offset): Likewise.
9246 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
9247 * Makefile.in (s390-tdep.o): Update dependencies.
9248
a8c99f38
JB
9249 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
9250 "frame-unwind.h".
9251 (s390_readinstruction): Reformat. Use read_memory_nobpt.
9252 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
9253 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
9254 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
9255 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
9256 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
8a1dac83 9257 S390_SIGNAL_FRAMESIZE,
a8c99f38
JB
9258 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
9259 (struct frame_extra_info): Remove.
9260 (s390_memset_extra_info): Remove.
f73b1eff
JB
9261 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
9262 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
9263 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
a8c99f38
JB
9264 (is_rse): Renamed to ...
9265 (is_rsy): ... this. Support long displacements.
9266 (is_rxe): Renamed to ...
9267 (is_rxy): ... this. Support long displacements.
9268 (compute_x_addr): Support long displacements.
9269 (struct s390_prologue_data): New data type.
9270 (s390_on_stack): Change API to use struct s390_prologue_data.
9271 (s390_store): Reimplement.
9272 (s390_load): New function.
9273 (s390_get_signal_frame_info): Remove.
9274 (s390_get_frame_info): Remove, replace by ...
9275 (s390_analyze_prolog): ... this new function.
9276 (s390_check_function_end): Remove.
9277 (s390_function_start): Remove.
9278 (s390_frameless_function_invokation): Remove.
9279 (s390_is_sigreturn): Remove.
9280 (s390_init_frame_pc_first): Remove.
9281 (s390_init_frame_extra_info): Remove.
9282 (s390_frame_init_saved_regs): Remove.
9283 (s390_frame_saved_pc_nofix): Remove.
9284 (s390_frame_saved_pc): Remove.
9285 (s390_frame_chain): Remove.
9286 (s390_fp_regnum, s390_read_fp): Remove.
9287 (s390_pop_frame_regular, s390_pop_frame): Remove.
9288 (s390_saved_pc_after_call): Remove.
9289 (s390_skip_prologue): Reimplement.
9290 (s390_in_function_epilogue_p): Support long displacements.
9291 (struct s390_unwind_cache): New data structure.
9292 (s390_frame_unwind_cache): New function.
9293 (s390_prologue_frame_unwind_cache): Likewise.
9294 (s390_backchain_frame_unwind_cache): Likewise.
9295 (s390_frame_this_id, s390_frame_prev_register): Likewise.
9296 (s390_frame_unwind): Define.
9297 (s390_frame_sniffer): New function.
9298 (struct s390_pltstub_unwind_cache): New data structure.
9299 (s390_pltstub_frame_unwind_cache): New function.
9300 (s390_pltstub_frame_this_id): Likewise.
9301 (s390_pltstub_frame_prev_register): Likewise.
9302 (s390_pltstub_frame_unwind): Define.
9303 (s390_pltstub_frame_sniffer): New function.
9304 (struct s390_sigtramp_unwind_cache): New data structure.
9305 (s390_sigtramp_frame_unwind_cache): New function.
9306 (s390_sigtramp_frame_this_id): Likewise.
9307 (s390_sigtramp_frame_prev_register): Likewise.
9308 (s390_sigtramp_frame_unwind): Define.
9309 (s390_sigtramp_frame_sniffer): New function.
9310 (s390_frame_base_address, s390_local_base_address): New functions.
9311 (s390_frame_base): Define.
9312 (s390_unwind_pc, s390_unwind_sp): New function.
9313 (s390_push_dummy_call): Use new frame base location.
9314 (s390_unwind_dummy_id): Likewise.
9315 (s390_gdbarch_init): Remove calls to:
9316 set_gdbarch_frameless_function_invocation,
9317 set_gdbarch_deprecated_init_frame_pc,
9318 set_gdbarch_deprecated_frame_chain,
9319 set_gdbarch_deprecated_frame_init_saved_regs,
9320 set_gdbarch_deprecated_pop_frame,
9321 set_gdbarch_deprecated_init_extra_frame_info,
9322 set_gdbarch_deprecated_init_frame_pc_first,
9323 set_gdbarch_deprecated_target_read_fp,
9324 set_gdbarch_deprecated_frame_saved_pc,
9325 set_gdbarch_deprecated_saved_pc_after_call,
9326 set_gdbarch_deprecated_fp_regnum.
9327 Add calls to:
9328 set_gdbarch_in_solib_call_trampoline,
9329 frame_unwind_append_sniffer,
9330 frame_base_set_default,
9331 set_gdbarch_unwind_pc,
9332 set_gdbarch_unwind_sp.
9333 * Makefile.in (s390-tdep.o): Update dependencies.
9334
b0cf273e
JB
9335 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
9336 (S390_STACK_FRAME_OVERHEAD): Remove.
9337 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
9338 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
9339 (s390_promote_integer_argument): Remove.
9340 (s390_cannot_extract_struct_value_address): Remove.
9341 (s390_use_struct_convention, s390_store_struct_return): Remove.
9342 (s390_extract_return_value, s390_store_return_value): Remove.
9343 (s390_return_value_convention, s390_return_value): New functions.
9344 (is_float_singleton): Handle typedefs.
8a1dac83 9345 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
b0cf273e
JB
9346 Remove, replace by ...
9347 (s390_function_arg_pass_by_reference, s390_function_arg_float,
9348 s390_function_arg_integer): ... these new functions.
9349 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
9350 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
9351 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
9352 Fill in tdep->abi.
9353 Remove calls to:
9354 set_gdbarch_deprecated_store_struct_return,
9355 set_gdbarch_deprecated_extract_return_value,
9356 set_gdbarch_deprecated_store_return_value,
9357 set_gdbarch_use_struct_convention,
9358 set_gdbarch_extract_struct_value_address,
9359 set_gdbarch_deprecated_pc_in_call_dummy,
9360 set_gdbarch_deprecated_push_arguments,
9361 set_gdbarch_deprecated_save_dummy_frame_tos,
9362 set_gdbarch_deprecated_push_return_address,
9363 set_gdbarch_deprecated_sizeof_call_dummy_words,
9364 set_gdbarch_deprecated_call_dummy_words,
9365 set_gdbarch_deprecated_dummy_write_sp.
9366 Add calls to:
9367 set_gdbarch_push_dummy_call,
9368 set_gdbarch_unwind_dummy_id,
9369 set_gdbarch_return_value.
8a1dac83 9370
e1457d83
JB
9371 * config/s390/nm-linux.h: Update comments.
9372 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
9373 (STOPPED_BY_WATCHPOINT): Redefine.
9374 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
9375 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
9376 (s390_stopped_by_watchpoint): Likewise.
9377 (watch_area_cnt): Remove.
9378 * s390-nat.c: Update comments.
9379 (watch_area): Remove typedef.
9380 Global replace watch_area by struct watch_area.
9381 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
8a1dac83 9382 (s390_stopped_by_watchpoint): Remove pid argument,
e1457d83
JB
9383 use s390_inferior_tid. Add short-cut for the no watchpoint case.
9384 (s390_fix_watch_points): Remove pid argument,
9385 use s390_inferior_tid. Recompute area spanned by watchpoints.
9386 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
9387 argument. Reimplement.
9388
d0f54f9d
JB
9389 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
9390 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
9391 (FETCH_INFERIOR_REGISTERS): Define.
8a1dac83 9392 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
d0f54f9d
JB
9393 core-regset.o.
9394 * config/s390/s390x.mt: Remove.
9395 * config/s390/tm-s390.h: Remove.
9396 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
9397 (TARGET_ELF64): Remove.
9398 (SKIP_TRAMPOLINE_CODE): Do not undefine.
9399 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
9400 s390*-*-* case; always set gdb_target to s390.
9401 * regformats/reg-s390.dat: Remove control registers.
9402 * regformats/reg-s390x.dat: Likewise.
9403 * s390-tdep.h: New file.
8a1dac83 9404 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
d0f54f9d
JB
9405 Include "inferior.h" and "s390-tdep.h".
9406 Remove private definition of offsetof.
9407 (s390_register_u_addr): Remove.
9408 (regmap_gregset, regmap_fpregset): Define.
9409 (supply_gregset, fill_gregset): Reimplement.
9410 (supply_fpregset, fill_fpregset): Likewise.
9411 (s390_inferior_tid): New function.
9412 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
9413 (fetch_inferior_registers, store_inferior_registers): Likewise.
9414 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
9415 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
9416 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
9417 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
9418 (struct gdbarch_tdep): Define.
9419 (struct s390_register_info): Define.
9420 (s390_register_info): New variable.
9421 (s390_register_name): Reimplement.
9422 (s390_register_type): New function.
9423 (s390_register_raw_size, s390x_register_raw_size): Remove.
9424 (s390_cannot_fetch_register): Remove.
9425 (s390_register_byte): Remove.
9426 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
9427 (s390_dwarf_regmap): New variable.
9428 (s390_dwarf_reg_to_regnum): New function.
9429 (s390_stab_reg_to_regnum): Remove.
9430 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
9431 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
9432 (s390_convert_register_p): Likewise.
9433 (s390_register_to_value, s390_value_to_register): Likewise.
9434 (s390_register_reggroup_p): Likewise.
9435 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
9436 s390_gregset, s390x_gregset, s390_fpregset): New variables.
9437 (s390_supply_regset, s390_regset_from_core_section): New functions.
9438 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
9439 (S390_FPR_SIZE): Likewise.
9440 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
9441 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
9442 (S390_NUM_GPRS): Move here from tm-s390.h.
9443 (S390_NUM_FPRS): Likewise.
9444 (s390_in_function_epilogue_p): New function.
9445 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
9446 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
9447 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
9448 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
9449 Replace S390_FP_REGNUM by S390_SP_REGNUM.
9450 Remove calls to:
9451 set_gdbarch_deprecated_max_register_raw_size,
8a1dac83
RM
9452 set_gdbarch_deprecated_max_register_virtual_size,
9453 set_gdbarch_deprecated_register_byte,
d0f54f9d 9454 set_gdbarch_cannot_fetch_register,
8a1dac83 9455 set_gdbarch_cannot_store_register,
d0f54f9d
JB
9456 set_gdbarch_deprecated_register_size,
9457 set_gdbarch_deprecated_register_raw_size,
9458 set_gdbarch_deprecated_register_virtual_size,
9459 set_gdbarch_deprecated_register_virtual_type,
9460 set_gdbarch_deprecated_register_bytes.
9461 Add calls to:
9462 set_gdbarch_num_pseudo_regs,
9463 set_gdbarch_register_type,
9464 set_gdbarch_convert_register_p,
9465 set_gdbarch_register_to_value,
9466 set_gdbarch_value_to_register,
9467 set_gdbarch_register_reggroup_p,
9468 set_gdbarch_regset_from_core_section,
9469 set_gdbarch_pseudo_register_read,
9470 set_gdbarch_pseudo_register_write,
9471 set_gdbarch_in_function_epilogue_p.
9472 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
9473 (s390_tdep_h): New variable.
9474
8cfe231d
JB
94752004-02-17 Jim Blandy <[email protected]>
9476
4589a601
JB
9477 * findvar.c (value_from_register): If the type has no length, just
9478 return an acceptable value --- don't report an internal error.
9479
8cfe231d
JB
9480 * stabsread.c (read_type): If we find any type numbers that are
9481 forward references, complain if the references aren't resolved by
9482 the time we're finished reading.
9483 (cleanup_undefined_types): Make error message more appropriate for
9484 a complaint.
9485
5bf0017e
EZ
94862004-02-17 Elena Zannoni <[email protected]>
9487
9d62932d
EZ
9488 * Makefile.in (defs_h): Remove dependency on progress_h.
9489 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
9490 progress.h.
9491 * main.c (captured_main): Delete use of START_PROGRESS and
9492 END_PROGRESS.
9493
94942004-02-17 Elena Zannoni <[email protected]>
8a1dac83 9495
5bf0017e
EZ
9496 * objfiles.c (terminate_minimal_symbol_table): Add back
9497 initialization of MSYMBOL_TYPE.
9498
9fc9f5e2
AC
94992004-02-17 David Mosberger <[email protected]>
9500
9501 Committed by Andrew Cagney.
9502 * Makefile.in (ia64_tdep_h): New macro.
9503 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
9504 (ia64-tdep.o): Likewise.
9505 * ia64-tdep.h: New file.
9506 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
9507 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
9508 (ia64_aix_sigcontext_register_address): Likewise.
9509 (ia64_linux_getunwind_table): Delete declaration.
9510 * ia64-linux-tdep.c: Likewise.
9511
76cd2bd9
CV
95122004-02-17 Corinna Vinschen <[email protected]>
9513
9514 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
9515 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
9516 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
9517
634aa483
AC
95182004-02-17 Andrew Cagney <[email protected]>
9519
9520 * symtab.c (skip_prologue_using_sal): New function.
9521 * symtab.h (skip_prologue_using_sal): Declare.
9522 * frv-tdep.c: Include "symtab.h".
9523 (skip_prologue_using_sal): Delete function.
9524 * mips-tdep.c (skip_prologue_using_sal): Delete function.
9525 * rs6000-tdep.c (refine_prologue_limit): Mention
9526 skip_prologue_using_sal.
9527 * ia64-tdep.c (refine_prologue_limit): Ditto.
9528 * Makefile.in: Update dependencies.
9529
95302004-02-16 Andrew Cagney <[email protected]>
19772a2c 9531
39ce7b3f
AC
9532 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
9533 START_INFERIOR_TRAPS_EXPECTED.
9534 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
9535 START_INFERIOR_TRAPS_EXPECTED.
9536 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
9537 Delete macro.
9538 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
9539 macro, moved to "nm-osf.h". Update copyright.
9540 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
9541 update copyright.
9542
19772a2c
AC
9543 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
9544 and function replacing FRAMELESS_FUNCTION_INVOCATION.
9545 * blockframe.c (legacy_frameless_look_for_prologue): Rename
9546 frameless_look_for_prologue.
9547 * frame.h (legacy_frameless_look_for_prologue): Rename
9548 frameless_look_for_prologue.
9549 * gdbarch.h, gdbarch.c: Re-generate.
9550 * sh64-tdep.c (sh64_gdbarch_init): Update.
9551 * sh-tdep.c (sh_gdbarch_init): Update.
9552 * s390-tdep.c (s390_gdbarch_init): Update.
9553 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9554 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
9555 * m68k-tdep.c (m68k_gdbarch_init): Update.
9556 (delta68_frame_args_address): Update.
9557 * m32r-tdep.c (m32r_gdbarch_init): Update.
9558 * hppa-tdep.c (hppa_gdbarch_init): Update.
9559 * h8300-tdep.c (h8300_gdbarch_init): Update.
9560 * frv-tdep.c (frv_gdbarch_init): Update.
9561 (frv_frameless_function_invocation): Update.
9562 * cris-tdep.c (cris_gdbarch_init): Update.
9563 (cris_frameless_function_invocation): Update.
9564 * avr-tdep.c (avr_gdbarch_init): Update.
9565 * arm-tdep.c (arm_gdbarch_init): Update.
9566 * stack.c (frame_info): Update, call predicate.
9567 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
9568 * frame.c (legacy_get_prev_frame): Update, call predicate..
9569 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
9570 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
9571 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
9572 invocation.
9573 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9574 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9575 * vax-tdep.c (vax_gdbarch_init): Ditto.
2be8b3c1
AC
9576
9577 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
9578 function.
9579
7dcaac91
DJ
95802004-02-16 Daniel Jacobowitz <[email protected]>
9581
9582 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
9583 initializations.
9584
88289b6e
AC
95852004-02-16 Andrew Cagney <[email protected]>
9586
9587 * tui/tui-windata.c: Include "gdb_string.h".
9588 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
9589 * tui/tui-layout.c, tui/tui-command.c: Ditto.
9590 * Makefile.in: Update dependencies.
9591
9f976b41
DJ
95922004-02-16 Daniel Jacobowitz <[email protected]>
9593
9594 * Makefile.in (infrun.o): Add $(gdb_assert_h).
9595 * infrun.c: Include "gdb_assert.h".
9596 (singlestep_ptid, saved_singlestep_ptid)
9597 (stepping_past_singlestep_breakpoint): New variables.
9598 (resume): Set singlestep_ptid. Check for singlestep thread
9599 hop.
9600 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
9601 (handle_inferior_event): Handle singlestep thread hop.
9602
c324d747
AC
96032004-02-16 Andrew Cagney <[email protected]>
9604
f090b9b1
AC
9605 * dwarf2-frame.c (dwarf2_frame_ops): New function.
9606 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
9607 (dwarf2_frame_init_reg): Ditto.
9608
fd33e6cb
AC
9609 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
9610 suggested by Joshua Neuheisel
9611
c324d747
AC
9612 * configure.in: Always check for curses, including pdcurses.
9613 Warn, instead of error, when no curses are found. Enable TUI when
9614 curses is available.
9615 * configure: Re-generate.
9616
b66ba949
CV
96172004-02-16 Corinna Vinschen <[email protected]>
9618
9619 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
9620 sh_sh4_register_convert_to_virtual.
9621 (sh_register_convert_to_raw): Rename from
9622 sh_sh4_register_convert_to_raw.
9623 (sh_pseudo_register_read): Accomodate above name change.
9624 (sh_pseudo_register_write): Ditto.
9625
b58cbbf2
CV
96262004-02-16 Corinna Vinschen <[email protected]>
9627
9628 * sh-tdep.c (sh_generic_register_name): Remove.
9629 (sh_gdbarch_init): Use sh_sh_register_name in default case.
9630
5929a910
AC
96312004-02-15 Andrew Cagney <[email protected]>
9632
4566dfcf
AC
9633 * configure.in (build_warnings): Add -Wunused-function.
9634 * configure: Re-generate.
9635
db11ed55
AC
9636 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
9637 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
9638
46ac7a5d
AC
9639 * procfs.c (procfs_init_inferior): Assume that
9640 START_INFERIOR_TRAPS_EXPECTED is defined.
9641 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
9642 * config/ns32k/tm-nbsd.h: Delete file,
9643 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
9644
ba801595
AC
9645 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
9646 * config/vax/tm-vax.h: Delete file.
9647
5929a910
AC
9648 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9649 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9650 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9651 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9652 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
9653 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9654 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
9655
8f22cb90
MK
96562004-02-15 Mark Kettenis <[email protected]>
9657
9658 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
9659 * dwarf2-frame.c (dwarf2_frame_data): New variable.
9660 (struct dwarf2_frame_ops): New.
9661 (dwarf2_frame_default_init_reg): New function, based on
9662 dwarf2_frame_init_reg.
9663 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
9664 (dwarf2_frame_init_reg): Call architecture-specific function.
9665 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
9666 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
9667 instead of dwarf2_frame_data.
9668 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
9669 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
9670
8132723e
AC
96712004-02-15 Andrew Cagney <[email protected]>
9672
046a4708
AC
9673 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
9674 register_gdbarch_swap.
9675 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
9676 * f-lang.c (_initialize_f_language): Update, use
9677 DEPRECATED_REGISTER_GDBARCH_SWAP.
9678 * remote.c (_initialize_remote): Ditto.
9679 * regcache.c (_initialize_regcache): Ditto.
9680 * parse.c (_initialize_parse): Ditto.
9681 * infrun.c (_initialize_infrun): Ditto.
9682 * mi/mi-main.c (_initialize_mi_main): Ditto.
9683 * gdbtypes.c (_initialize_gdbtypes): Ditto.
8a1dac83 9684
549c1eea
AC
9685 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
9686 poking .cacheable directly.
9687 * symfile.c (symfile_bfd_open): Ditto.
9688
0c0b39de
AC
9689 * Makefile.in: Update all dependencies.
9690
8132723e
AC
9691 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
9692 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
9693 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
9694 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
9695 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
0c0b39de 9696
b9d26eb9
AC
96972004-02-14 Andrew Cagney <[email protected]>
9698
8e1f669a
AC
9699 * arch-utils.c (legacy_convert_register_p): Check
9700 DEPRECATED_REGISTER_CONVERTIBLE_P.
9701 * findvar.c (value_of_register): Ditto.
9702
cd0bfa36
AC
9703 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
9704 * gdbarch.h, gdbarch.c: Re-generate.
9705 * arch-utils.c (deprecated_register_convertible_not): Delete.
9706 * arch-utils.h (deprecated_register_convertible_not): Delete.
9707 * mi/mi-main.c (get_register): Update. Update copyright.
9708 * infcmd.c (default_print_registers_info): Update.
9709
b9d26eb9
AC
9710 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
9711 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
9712 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
8a1dac83 9713 * gdbarch.h, gdbarch.c: Re-generate.
b9d26eb9
AC
9714 * frame.c (deprecated_get_next_frame_hack): Delete function.
9715 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
9716 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
9717 Update.
9718 * infcall.c (call_function_by_hand): Update.
9719
9ab9195f
EZ
97202004-02-14 Elena Zannoni <[email protected]>
9721
9722 * symfile.c (init_entry_point_info, entry_point_address): Move
8a1dac83 9723 from here...
9ab9195f
EZ
9724 * objfiles.c (init_entry_point_info, entry_point_address):..to
9725 here.
9726 * symfile.h (init_entry_point_info, entry_point_address): Remove
9727 prototypes.
9728 * objfiles.h (init_entry_point_info, entry_point_address):Add
8a1dac83 9729 prototypes.
9ab9195f
EZ
9730 * cris-tdep.c: Remove include of symfile.h. Add include of
9731 objfiles.h.
9732 * infcall.c: Ditto.
9733 * mcore-tdep.c: Ditto.
9734 * mn10300-tdep.c: Ditto.
9735 * sh64-tdep.c: Ditto.
9736 * v850-tdep.c: Ditto.
9737 * arm-tdep.c: Remove include of symfile.h.
9738 * blockframe.c: Ditto.
9739 * coffread.c: Ditto.
9740 * dbxread.c: Ditto.
9741 * dwarf2read.c: Ditto.
9742 * dwarfread.c: Ditto.
8a1dac83 9743 * frv-tdep.c: Ditto.
9ab9195f
EZ
9744 * ia64-tdep.c: Ditto.
9745 * mdebugread.c: Ditto.
9746 * mipsread.c: Ditto.
8a1dac83 9747 * rs6000-tdep.c: Ditto.
9ab9195f
EZ
9748 * s390-tdep.c: Ditto.
9749 * sh-tdep.c: Ditto.
8a1dac83 9750 * xstormy16-tdep.c: Ditto.
9ab9195f
EZ
9751 * gdbarch.sh: Remove include of symfile.h.
9752 * gdbarch.c: Regenerate.
9753 * solib-irix.c (enable_break): Use entry_point_address().
9754 Add comment about include file.
9755 * xcoffread.c: Add comment about include file.
8a1dac83
RM
9756 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
9757 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
9758 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
9759 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
9ab9195f
EZ
9760 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
9761
c4c5b7ba
AC
97622004-02-13 Andrew Cagney <[email protected]>
9763
9764 * corelow.c (core_xfer_partial): Use "struct bfd_section".
9765 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
9766 copyright.
9767 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
9768
3e7879de
FF
97692004-02-12 Fred Fish <[email protected]>
9770
9771 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
9772 set_gdbarch_store_return_value.
9773
6a7760b6
AC
97742004-02-12 Andrew Cagney <[email protected]>
9775
9776 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
9777 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
9778 (interrupt_query): Ditto.
9779 (ofunc): Delete unused variable.
9780 * cris-tdep.c (cris_abi): Delete unused function.
9781 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
9782 (cris_get_wide_opcode, cris_get_short_size): Ditto.
9783 (cris_get_asr_quick_shift_steps): Ditto.
9784 (cris_skip_prologue_frameless_p): Ditto.
9785 * arm-tdep.c (arm_push_return_address): Delete unused function.
9786 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
9787 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
9788 * s390-tdep.c (s390_function_start): Delete unused function.
9789
31687c3c
AC
97902004-02-12 Andrew Cagney <[email protected]>
9791
9792 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
9793 gdbarch.h, gdbarch.c: Re-generate.
9794 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
9795 to generic_prologue_frameless_p.
9796 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
9797 * arch-utils.c (generic_prologue_frameless_p): Delete function.
9798
6de918a6
DJ
97992004-02-11 Daniel Jacobowitz <[email protected]>
9800
9801 * mips-linux-tdep.c: Include "frame.h".
9802 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
9803 (mips_linux_skip_resolver): New functions.
9804 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
9805 and set_gdbarch_in_solib_call_trampoline.
9806 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
9807 to after set_gdbarch_in_solib_return_trampoline. Only set the
9808 solib hooks to mips16 functions if the OS ABI is unknown.
9809 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
9810 including "config/tm-linux.h".
9811 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
9812 * Makefile.in (mips-linux-tdep.o): Update.
9813
87b3ede8
DC
98142004-02-11 David Carlton <[email protected]>
9815
9816 * linespec.c (decode_compound): Only look for a class symbol when
9817 considering all but the rightmost component.
9818
5979bc46
AC
98192004-02-11 Andrew Cagney <[email protected]>
9820
9821 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
9822 abi code are are separatly grouped.
9823
5867a2fb
AC
98242004-02-11 Andrew Cagney <[email protected]>
9825
9826 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
9827 * gdbarch.h, gdbarch.c: Re-generate.
9828 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9829 * v850-tdep.c (v850_gdbarch_init): Update.
9830 * sh64-tdep.c (sh64_gdbarch_init): Update.
9831 * sh-tdep.c (sh_gdbarch_init): Update.
9832 * s390-tdep.c (s390_gdbarch_init): Update.
9833 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9834 * mips-tdep.c (mips_gdbarch_init): Update.
9835 * mcore-tdep.c (mcore_gdbarch_init): Update.
9836 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9837 * m32r-tdep.c (m32r_gdbarch_init): Update.
9838 * ia64-tdep.c (ia64_gdbarch_init): Update.
9839 * hppa-tdep.c (hppa_gdbarch_init): Update.
9840 * h8300-tdep.c (h8300_gdbarch_init): Update.
9841 * frv-tdep.c (frv_gdbarch_init): Update.
9842 * d10v-tdep.c (d10v_gdbarch_init): Update.
9843 * cris-tdep.c (cris_gdbarch_init): Update.
9844 * avr-tdep.c (avr_gdbarch_init): Update.
9845 * arm-tdep.c (arm_gdbarch_init): Update.
9846 * alpha-tdep.c (alpha_gdbarch_init): Update.
9847
026a72f8
CV
98482004-02-11 Corinna Vinschen <[email protected]>
9849
9850 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
9851 comma.
9852 (sh_sh4al_dsp_register_name): Ditto.
9853
3903d437
AC
98542004-02-10 Andrew Cagney <[email protected]>
9855
9856 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
9857 (mips_init_frame_pc_first): Delete function.
9858 (mips_frame_saved_pc): Delete function.
9859 (mips_frame_chain): Delete function.
9860 (mips_init_extra_frame_info): Delete function.
9861 (mips_xfer_register): Delete unused variable "reg".
9862 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
9863 (mips_n32n64_return_value): Delete unused variable "reg".
9864 (mips_n32n64_return_value): Delete unused variable "pos".
9865 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
9866 (mips_o32_return_value): Delete unused variable "pos".
9867 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
9868 (mips_print_fp_register): Delete unused variable "namelen"
9869 (mips_print_fp_register): Delete unused variable "flt2"
9870 (get_frame_pointer): Delete function.
9871 (cached_proc_desc): Delete static variable.
9872 (mips_pop_frame): Delete function.
9873 (mips_find_saved_regs): Delete function.
9874 (mips_get_saved_register): Delete function.
9875 (mips_saved_pc_after_call): Delete function.
9876 (SIGFRAME_BASE): Delete macro.
9877 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
9878 (SIGFRAME_PC_OFF): Delete macro.
9879 (SIGFRAME_REGSAVE_OFF): Delete macro.
9880 (mips_dump_tdep): Do not print deleted macro definitions.
9881
b9fb98bd
AC
98822004-02-10 Andrew Cagney <[email protected]>
9883
9884 * Makefile.in (SFILES): Remove explictly listed tui files.
9885 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
9886
78ced177 98872004-02-10 Jeff Johnston <[email protected]>
8a1dac83 9888
78ced177
JJ
9889 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
9890 to use paddr functions to format ia64 addresses and long values.
9891 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
9892 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
9893 (get_kernel_table, ia64_find_proc_info_x): Ditto.
9894 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
9895 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
9896
6a83354a
AC
98972004-02-10 Andrew Cagney <[email protected]>
9898
9899 * defs.h: Do not include "tui.h".
9900 * gdb_curses.h: New file.
9901 * tui/tui-hooks.h: New file.
9902 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
9903 (tui_install_hooks, tui_remove_hooks): Delete declarations.
9904 (tui_initialize_io): Delete declaration.
9905 (tui_initialize_readline: Delete redundant declaration.
9906 (struct tui_point): Delete definition.
9907 * tui/tui-data.h (struct tui_point): Define.
9908 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
9909 * utils.c: Include "tui/tui.h".
9910 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
9911 * printcmd.c [TUI]: Include "tui/tui.h".
9912 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
9913 * tui/tui-command.c: Include "gdb_curses.h".
9914 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
9915 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
9916 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
9917 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
9918 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
9919 * Makefile.in: Update all dependencies.
9920 (tui_hooks_h, gdb_curses_h): Define.
9921 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
9922
997470ef
EZ
99232004-02-10 Elena Zannoni <[email protected]>
9924
9925 * objfiles.h (struct objfile): Remove unused fields auxf1 and
9926 auxf2. Add comments about some other rarely used fields.
9927
4ff2cc4d
AC
99282004-02-10 Andrew Cagney <[email protected]>
9929
9930 * Makefile.in (init.c): Fix script removing duplicates. Problem
9931 reported by Peter Schauer.
9932
1ab21617
EZ
99332004-02-09 Elena Zannoni <[email protected]>
9934
9935 * bcache.c (bcache_xmalloc): Use obstack_init instead of
9936 obstack_specify_allocation.
9937 * objfiles.c (allocate_objfile): Ditto.
8a1dac83 9938 * solib-sunos.c (solib_add_common_symbols)
1ab21617
EZ
9939 (allocate_rt_common_objfile): Ditto.
9940 * symfile.c (reread_symbols): Ditto.
9941 * gdb_obstack.h: Add comment.
9942
17763fd9
EZ
99432004-02-09 Elena Zannoni <[email protected]>
9944
9945 * linespec.c (decode_line_1, locate_first_half)
9946 (decode_compound, lookup_prefix_sym): Update comments. Delete old
9947 commented out code.
9948
ec5cdd75
DJ
99492004-02-09 Daniel Jacobowitz <[email protected]>
9950
9951 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
9952 obstack_free.
9953
43b54b88
AC
99542004-02-09 Andrew Cagney <[email protected]>
9955
9956 * blockframe.c (find_pc_partial_function): If find_pc_overlay
9957 fails, try find_pc_section. Fix PR c++/1267.
9958 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
9959 instead of find_pc_mapped_section.
9960 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
9961 not default to the section containing PC. Fix PR symtab/1519.
9962
edfae063
AC
99632004-02-09 Andrew Cagney <[email protected]>
9964
9965 * Makefile.in (mips-tdep.o): Update dependencies.
9966 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
9967 "trad-frame.h".
9968 (mips_unwind_pc): Return the pseudo PC register.
9969 (mips_unwind_dummy_id): New function.
9970 (mips16_fetch_instruction): New function.
9971 (mips32_fetch_instruction): New function.
9972 (struct mips_frame_cache): Define.
9973 (mips_mdebug_frame_cache): New function.
9974 (mips_mdebug_frame_this_id): New function.
9975 (mips_mdebug_frame_prev_register): New function.
9976 (mips_mdebug_frame_unwind): Define.
9977 (mips_mdebug_frame_sniffer): New function.
9978 (mips_mdebug_frame_base_address): New function.
9979 (mips_mdebug_frame_base): Define.
9980 (mips_mdebug_frame_base_sniffer): New function.
9981 (mips_gdbarch_init): Append unwind and base sniffers. Set
9982 unwind_dummy_id.
9983
defc864c
AC
99842004-02-08 Andrew Cagney <[email protected]>
9985
6764ddad
AC
9986 * frame.c: Print both the register number and name.
9987
defc864c
AC
9988 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
9989 and a sed into a single sed. Make .c and .o patterns more robust.
9990 (OBS): Delete.
9991 (INIT_FILES): Replace OBS with COMMON_OBS.
9992 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
9993
645d6d10
MK
99942004-02-08 Mark Kettenis <[email protected]>
9995
9996 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
9997 the PT_WCOOKIE request.
9998
23e3c3fc
AC
99992004-02-08 Andrew Cagney <[email protected]>
10000
58dfe9ff
AC
10001 * mips-tdep.c (mips_unwind_pc): New function.
10002 (mips_gdbarch_init): Set mips_unwind_pc.
10003
1152e35e
AC
10004 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
10005 (get_frame_id): Allow the UNKNOWN_FRAME.
10006 (frame_register_unwind, get_frame_type): Ditto.
10007
31b75dbf
AC
10008 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
10009 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
10010 unwind_dummy_id indicates a legacy frame.
10011
3483b318
AC
10012 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
10013 * configure: Re-generate.
10014
23e3c3fc
AC
10015 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
10016 methods.
10017
33f8ca73
AC
100182004-02-08 Andrew Cagney <[email protected]>
10019
10020 * configure.in (CONFIG_ALL): Set to Makefile target, and not
10021 makefile macro.
10022 * configure: Re-generate.
10023 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
10024 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
10025 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
10026 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
10027 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
10028 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
10029 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
10030 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
10031 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
10032 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
10033
6ba8e26f 100342004-02-07 Andrew Cagney <[email protected]>
d836ee13 10035
20d286a5
AC
10036 * Makefile.in: Update all dependencies.
10037
d836ee13
AC
10038 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
10039 * configure: Re-generate.
10040 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
10041 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
10042 (COMMON_OBS): Add "main.o" and "annotate.o".
10043 (ANNOTATE_OBS): Delete.
10044 (OBS): Remove ANNOTATE_OBS.
10045 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
10046 CONFIG_INITS.
10047 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
10048 against CONFIG_OBS and "main.o".
10049 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
10050 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
10051
d02c80cd
AC
10052 * tui/tui-command.c: Include "gdb_string.h", delete register
10053 attribute, use ISO-C function signatures.
10054 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
10055 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
10056 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
10057 * tui/tui.c: Ditto.
6ba8e26f
AC
10058
10059 * tui/tui-command.c: Change variable and function names to lower
10060 case.
10061 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
10062 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
10063 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
10064 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10065 * tui/tui-winsource.c, tui/tui.c: Ditto.
10066
4a146b47
EZ
100672004-02-07 Elena Zannoni <[email protected]>
10068
10069 * buildsym.c (free_pending_blocks, finish_block)
10070 (record_pending_block, make_blockvector, end_symtab): Replace
10071 symbol_obstack with objfile_obstack.
8a1dac83 10072 * coffread.c (process_coff_symbol, coff_read_struct_type)
4a146b47 10073 (coff_read_enum_type): Ditto.
8a1dac83 10074 * cp-namespace.c (initialize_namespace_symtab)
4a146b47 10075 (check_one_possible_namespace_symbol): Ditto.
8a1dac83 10076 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
4a146b47
EZ
10077 (dwarf2_symbol_mark_computed): Ditto.
10078 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
10079 * elfread.c (elf_symtab_read): Ditto.
10080 * hpread.c (hpread_symfile_init, hpread_symfile_init)
10081 (hpread_read_enum_type, hpread_read_function_type)
10082 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
10083 Ditto.
8a1dac83 10084 * jv-lang.c (get_java_class_symtab, add_class_symbol)
4a146b47 10085 (java_link_class_type): Ditto.
8a1dac83 10086 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
4a146b47
EZ
10087 (new_symbol): Ditto.
10088 * minsyms.c (install_minimal_symbols): Ditto.
10089 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
10090 (terminate_minimal_symbol_table): Replace symbol_obstack with
10091 objfile_obstack.
10092 (free_objfile): Remove freeing of symbol_obstack.
10093 * objfiles.h: Remove symbol_obstack field.
10094 * pa64solib.c (add_to_solist): Replace symbol_obstack with
10095 objfile_obstack.
10096 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
10097 symbol_obstack.
10098 (solib_add_common_symbols): Replace symbol_obstack with
10099 objfile_obstack.
10100 * somsolib.c (som_solib_add): Ditto.
10101 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
10102 (common_block_start, common_block_end): Ditto.
10103 * symfile.c (reread_symbols): Remove freeing and init of
10104 symbol_obstack.
10105 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
10106 * symfile.h: Update comment.
10107 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
10108 stats printing.
10109 * symtab.c (symbol_set_names): Replace symbol_obstack with
10110 objfile_obstack.
10111 * symtab.h (struct general_symbol_info, struct minimal_symbol):
10112 Update comments.
10113 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
10114 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
10115 objfile_obstack.
10116
6d012f14
AC
101172004-02-07 Andrew Cagney <[email protected]>
10118
10119 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
10120 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
10121 fields and variables.
10122 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
10123 (m_beInvisible): Delete macro.
10124 * tui/tui-data.h: Fix case case fields and variables.
10125 (m_genWinPtrIsNull): Delete macro.
10126 (tui_win_list): Rename winList.
10127 (TUI_SRC_WIN): Rename srcWin.
10128 (TUI_DISASM_WIN): Rename disassemWin.
10129 (TUI_DATA_WIN): Rename dataWin.
10130 (TUI_CMD_WIN): Rename cmdWin.
10131 (m_genWinPtrNotNull): Delete macro.
10132 (m_winPtrIsNull): Delete macro.
10133 (m_winPtrNotNull): Delete macro.
10134 (tui_win_is_source_type): Replace m_winIsSourceType
10135 (tui_win_is_auxillary): Replace m_winIsAuzillary.
10136 (tui_win_has_locator): Replace m_hasLocator.
10137 (tui_set_win_highlight): Replace m_setWinHighlightOn and
10138 m_setWinHighlightOff.
10139 * tui/tui-data.c: Update references.
10140 (tui_win_is_source_type, tui_set_win_highlight): New functions.
10141 (tui_win_has_locator, tui_win_is_auxillary): New functions.
10142 * tui/tui-command.c, tui/tui-disasm.c: Update references.
10143 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
10144 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
10145 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10146 * tui/tui-winsource.c, tui/tui.c: Ditto.
10147
7d34766b
MK
101482004-02-07 Mark Kettenis <[email protected]>
10149
1c800673
MK
10150 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
10151 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
10152 StackGhost.
10153
7d34766b
MK
10154 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
10155 variable `i6' to `i7'.
10156 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
10157
22940a24
AC
101582004-02-07 Andrew Cagney <[email protected]>
10159
10160 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
10161 (TuiPoint, TuiPointPtr): Ditto.
10162 (TuiStatus, TuiStatusPtr): Ditto.
10163 (TuiWinType, TuiWinTypePtr): Ditto.
10164 (struct tui_point): Rename _TuiPoint.
10165 (tui_get_low_disassembly_address): Rename
10166 tuiGetLowDisassemblyAddress.
10167 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
10168 (tuiFree): Delete declaration.
10169 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
10170 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
10171 * tui/tui.c (tuiFree): Delete function.
10172 * cli/cli-cmds.c (disassemble_command): Update references.
10173 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
10174 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
10175 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
10176 * tui/tui-winsource.c: Ditto.
10177
8b92e4d5
EZ
101782004-02-07 Elena Zannoni <[email protected]>
10179
10180 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
10181 coffstab_build_psymtabs, elfstab_build_psymtabs)
10182 (stabsect_build_psymtabs): Replace psymbol_obstack with
10183 objfile_obstack.
10184 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
10185 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
10186 Ditto.
10187 * dwarfread.c (scan_compilation_units): Ditto.
10188 * elfread.c (elfstab_offset_sections): Ditto.
10189 * hppa-tdep.c (read_unwind_info): Ditto.
10190 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
10191 (hpread_end_psymtab): Ditto.
10192 * mdebugread.c (mdebug_build_psymtabs, add_pending)
10193 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
10194 Ditto.
10195 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
8a1dac83 10196 * objfiles.c (add_to_objfile_sections)
8b92e4d5
EZ
10197 (build_objfile_section_table): Ditto.
10198 (allocate_objfile): Remove init of psymbol_obstack.
10199 (free_objfile): Remove freeing of psymbol_obstack.
10200 * objfiles.h (struct objfile): Remove field
10201 psymbol_obstack. Update comments.
10202 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
10203 psymbol_obstack with objfile_obstack.
10204 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
10205 psymbol_obstack.
10206 * somread.c (som_symfile_offsets, init_import_symbols)
10207 (init_export_symbols): Replace psymbol_obstack with
10208 objfile_obstack.
10209 * somsolib.c (som_solib_add_solib_objfile): Ditto.
10210 * symfile.c (default_symfile_offsets, syms_from_objfile)
10211 (reread_symbols): Remove freeing and init of psymbol_obstack.
10212 (cashier_psymtab): Update comment.
10213 * symmisc.c (print_objfile_statistics): Don't report stats for
10214 psymbol obstack.
10215 * symtab.h (struct general_symbol_info, struct partial_symtab):
10216 Update comments.
10217 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
10218 (xcoff_symfile_offsets): Replace psymbol_obstack with
10219 objfile_obstack.
10220
b99607ea
EZ
102212004-02-07 Elena Zannoni <[email protected]>
10222
10223 * objfiles.h (struct objfile): Add objfile_obstack field.
10224 Remove type_obstack field.
10225
10226 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
10227 read_structure_scope read_enumeration, new_symbol): Replace
10228 type_obstack with objfile_obstack.
10229 * dwarfread.c (struct_type, enum_type): Ditto.
8a1dac83 10230 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
b99607ea
EZ
10231 (lookup_fundamental_type): Ditto.
10232 * gdbtypes.h (TYPE_ALLOC): Ditto.
8a1dac83
RM
10233 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
10234 (hpread_read_doc_function_type, hpread_read_struct_type)
10235 (fix_static_member_physnames, hpread_read_array_type)
b99607ea 10236 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
8a1dac83 10237 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
b99607ea
EZ
10238 (java_link_class_type): Ditto.
10239 * mdebugread.c (parse_type): Ditto.
10240 * objfiles.c (allocate_objfile, free_objfile): Ditto.
10241 * solib-sunos.c (solib_add_common_symbols): Ditto.
10242 * stabsread.c (define_symbol, read_type, read_member_functions,
10243 read_cpp_abbrev, read_one_struct_field): Ditto.
10244 * symfile.c (reread_symbols): Ditto.
10245 * symmisc.c (print_objfile_statistics): Ditto.
8a1dac83 10246
2a8854a7
AC
102472004-02-07 Andrew Cagney <[email protected]>
10248
10249 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
10250 (tui_exec_info_content): Rename TuiExecInfoContent.
10251 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
10252 (TuiWinInfo, TuiWinInfoPtr): Ditto.
10253 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
10254 (TuiList, TuiListPtr): Ditto.
10255 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
10256 (TuiDataType, TuiDataTypePtr): Ditto.
10257 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
10258 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
10259 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
10260 (TuiSourceElement, TuiSourceElementPtr): Ditto.
10261 (TuiDataElement, TuiDataElementPtr): Ditto.
10262 (TuiWinElement, TuiWinElementPtr): Ditto.
10263 (TuiDataInfo, TuiDataInfoPtr): Ditto.
10264 (TuiCommandElement, TuiCommandElementPtr): Ditto.
10265 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
10266 (TuiWhichElement, TuiWhichElementPtr): Ditto.
10267 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
10268 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
10269 * tui/tui-command.c, tui/tui-data.c: Update references.
10270 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
10271 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
10272 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10273 * tui/tui-winsource.c, tui/tui.c: Ditto.
8a1dac83 10274
05cbe71a
MK
102752004-02-07 Mark Kettenis <[email protected]>
10276
10277 * dwarf2-frame.h: Update copyright.
10278 (enum dwarf2_frame_reg_rule): New.
10279 (struct dwarf2_frame_state_reg): New.
10280 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
10281 * dwarf2-frame.c: Update copyright.
10282 (enum dwarf2_reg_rule): Remove.
10283 (struct dwarf2_frame_state): Remove defenition of `struct
10284 dwarf2_frame_state_reg'.
10285 (read_reg): Call get_frame_arch to get the architecture instead of
10286 using CURRENT_GDBARCH.
10287 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
10288 DWARF2_FRAME_.
10289 (dwarf2_frame_init_reg): New function.
10290 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
10291 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
10292 initialize the register state. Prefix old `enum dwarf2_reg_rule'
10293 tags with DWARF2_FRAME_.
10294 (dwarf2_frame_prev_register): Call get_frame_arch to get the
10295 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
10296 dwarf2_reg_rule' tags with DWARF2_FRAME_.
10297
ec7d9e56
AC
102982004-02-06 Andrew Cagney <[email protected]>
10299
dd1abb8c
AC
10300 * tui/tui-data.h (struct tui_list): Rename _TuiList.
10301 (enum tui_data_type): Rename _TuiDataType.
10302 (struct tui_layout_def): Rename _TuiLayoutDef.
10303 (struct tui_source_element): Rename _TuiSourceElement.
10304 (struct tui_data_element): Rename _TuiDataElement.
10305 (struct tui_command_element): Rename _TuiCommandElement.
10306 (struct tui_locator_element): Rename _TuiLocatorElement.
10307 (union tui_which_element): Define.
10308 (struct tui_win_element): Rename _TuiWinElement.
10309 (struct tui_data_info): Rename _TuiDataInfo.
10310 (struct tui_source_info): Rename _TuiSourceInfo.
10311 (struct tui_command_info): Rename _TuiCommandInfo.
10312 (tui_initialize_static_data): Rename initializeStaticData.
10313 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
10314 (tui_alloc_win_info): Rename allocWinInfo.
10315 (tui_init_generic_part): Rename initGenericPart.
10316 (tui_init_win_info): Rename initWinInfo.
10317 (tui_alloc_content): Rename allocContent.
10318 (tui_add_content_elements): Rename addContentElements.
10319 (tui_init_content_element): Rename initContentElement.
10320 (tui_free_window): Rename freeWindow.
10321 (tui_free_win_content): Rename freeWinContent.
10322 (tui_free_data_content): Rename freeDataContent.
10323 (tui_free_all_source_wins_content): Rename
10324 freeAllSourceWinsContent.
10325 (tui_del_window): Rename tuiDelWindow.
10326 (tui_del_data_windows): Rename tuiDelDataWindows.
10327 (tui_partial_win_by_name): Rename partialWinByName.
10328 (tui_win_name): Rename winName.
10329 (tui_current_layout): Rename currentLayout.
10330 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
10331 (tui_term_height): Rename termHeight.
10332 (tui_set_term_height_to): Rename setTermHeightTo.
10333 (tui_term_width): Rename termWidth.
10334 (tui_set_term_width_to): Rename setTermWidthTo.
10335 (tui_set_gen_win_origin): Rename setGenWinOrigin.
10336 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
10337 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
10338 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
10339 (tui_source_windows): Rename sourceWindows.
10340 (tui_clear_source_windows): Rename clearSourceWindows.
10341 (tui_clear_source_windows_detail): Rename
10342 clearSourceWindowsDetail.
10343 (tui_clear_win_detail): Rename clearWinDetail.
10344 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
10345 (tui_default_tab_len): Rename tuiDefaultTabLen.
10346 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
10347 (tui_win_with_focus): Rename tuiWinWithFocus.
10348 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
10349 (tui_layout_def): Rename tuiLayoutDef.
10350 (tui_win_resized): Rename tuiWinResized.
10351 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
10352 (tui_next_win): Rename tuiNextWin.
10353 (tui_prev_win): Rename tuiPrevWin.
10354 (tui_add_to_source_windows): Rename addToSourceWindows.
10355 * tui/tui-winsource.c, tui/tui-win.c: Update references.
10356 * tui/tui-layout.c, tui/tui-source.c: Ditto.
10357 * tui/tui-stack.c, tui/tui-io.c: Ditto.
10358 * tui/tui.c, tui/tui-data.c: Ditto.
10359 * tui/tui-interp.c, tui/tui-data.c: Ditto.
10360 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
10361
a358af15
AC
10362 * tui/tui-source.h: Update copyright. Include "tui-data.h".
10363 (struct symtab): Declare.
10364 (tui_set_source_content): Rename tuiSetSourceContent.
10365 (tui_show_symtab_source): Rename tuiShowSource.
10366 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
10367 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
10368 * tui/tui-source.c: Update copyright. Update references.
10369 * tui/tui-win.c, tui/tui-winsource.c: Update references.
10370 * tui/tui-stack.c: Update references.
10371
a21fcd8f
AC
10372 * tui/tui-win.h: Update copyright. Include "tui-data.h".
10373 (struct tui_win_info): Declare.
10374 (tui_scroll_forward): Rename tuiScrollForward.
10375 (tui_scroll_backward): Rename tuiScrollBackward.
10376 (tui_scroll_left): Rename tuiScrollLeft.
10377 (tui_scroll_right): Rename tuiScrollRight.
10378 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
10379 (tui_resize_all): Rename tuiResizeAll.
10380 (tui_refresh_all_win): Rename tuiRefreshAll.
10381 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
10382 * tui/tui-layout.c, * tui/tui-io.c: Update references.
10383 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
10384 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
10385
edae1ccf
AC
10386 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
10387 (tui_erase_data_content): Rename tuiEraseDataContent.
10388 (tui_display_all_data): Rename tuiDisplayAllData.
10389 (tui_check_data_values): Rename tuiCheckDataValues.
10390 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
10391 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
10392 (tui_first_data_element_no_in_line): Rename
10393 tuiFirstDataElementNoInLine.
10394 (tui_delete_data_content_windows): Rename
10395 tuiDeleteDataContentWindows.
10396 (tui_refresh_data_win): Rename tuiRefreshDataWin.
10397 (tui_display_data_from): Rename tuiDisplayDataFrom.
10398 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
10399 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
10400 * tui/tui-win.c, tui/tui-regs.c: Update references.
10401 * tui/tui-layout.c, tui/tui.c: Update references.
10402
ec7d9e56
AC
10403 * tui/tui-wingeneral.h: Update copyright.
10404 (m_allBeVisible): Delete macro.
8a1dac83 10405 (m_allBeInvisible): Delete macro.
ec7d9e56
AC
10406 (struct tui_gen_win_info): Declare.
10407 (struct tui_win_info): Declare.
10408 (tui_unhighlight_win): Rename unhighlightWin.
10409 (tui_make_visible, tui_make_invisible): Replace makeVisible.
10410 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
10411 (tui_make_window): Rename makeWindow.
10412 (tui_copy_win): Rename copyWin.
10413 (tui_box_win): Rename boxWin.
10414 (tui_highlight_win): Rename highlightWin.
10415 (tui_check_and_display_highlight_if_needed): Rename
10416 checkAndDisplayHighlightIfNeeded.
10417 (tui_refresh_all): Rename refreshAll.
10418 (tui_delete_win): Rename tuiDelwin.
10419 (tui_refresh_win): Rename tuiRefreshWin.
10420 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
10421 (tui_make_visible, tui_make_invisible): New functions.
10422 (tui_make_all_visible, tui_make_all_invisible): New functions.
10423 (make_all_visible): Rename makeAllVisible.
10424 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
10425 * tui/tui-data.c, tui/tui-winsource.c: Update references.
10426 * tui/tui-windata.c, tui/tui-win.c: Update references.
10427 * tui/tui-regs.c, tui/tui-layout.c: Update references.
10428 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
10429
1e52e2eb
MK
104302004-02-06 Mark Kettenis <[email protected]>
10431
10432 * proc-api.c (write_with_trace): Initialize local variable to
10433 silence compiler warning.
10434
f80bda8e
AC
104352004-02-06 Andrew Cagney <[email protected]>
10436
10437 * tui/tui-source.h: Do not include "defs.h".
10438 (struct tui_win_info): Declare.
10439 (tui_set_source_content_nil): Declare.
10440 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
10441 (union tui_line_or_address): Rename _TuiLineOrAddress.
10442 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
10443 (tui_update_source_window): Rename tuiUpdateSourceWindow.
10444 (tui_update_source_window_as_is): Rename
10445 tuiUpdateSourceWindowAsIs.
10446 (tui_update_source_windows_with_addr): Rename
10447 tuiUpdateSourceWindowsWithAddr.
10448 (tui_update_source_windows_with_line): Rename
10449 tuiUpdateSourceWindowsWithLine.
10450 (tui_clear_source_content): Rename tuiClearSourceContent.
10451 (tui_erase_source_content): Rename tuiEraseSourceContent.
10452 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
10453 (tui_show_source_content): Rename tuiShowSourceContent.
10454 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
10455 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
10456 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
10457 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
10458 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
10459 (tui_update_exec_info): Rename tuiUpdateExecInfo.
10460 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
10461 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
10462 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
10463 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
10464 (struct tui_win_info): Declare.
10465 * tui/tui-stack.c: Update references.
10466 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
10467 * tui/tui-win.c, tui/tui-source.c: Ditto.
10468 * tui/tui.c, tui/tui-disasm.c: Ditto.
10469
9fbfb822
MK
104702004-02-06 Mark Kettenis <[email protected]>
10471
10472 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
10473 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
10474
03cebad2
MK
104752004-02-05 Mark Kettenis <[email protected]>
10476
10477 * infrun.c (handle_inferior_event): Allow for breakpoint
10478 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
10479 and SIGEMT. Update comments.
10480 * NEWS (Revised SPARC target): Mention support for non-executable
10481 stack.
10482
290281b1
MK
104832004-02-04 Mark Kettenis <[email protected]>
10484
10485 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
10486 * inftarg.c: Update copyright year.
10487 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
10488 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
10489 (sparc_xfer_wcookie): New function.
10490 * sparc-tdep.c (sparc_fetch_wcookie): New function.
10491 * Makefile.in (sparc-nat.o): Update dependencies.
10492 * config/sparc/nm-nbsd.h: Include "target.h".
10493 (NATIVE_XFER_WCOOKIE): New define.
10494 (sparc_xfer_wcookie): New prototype.
10495
212161df
AC
104962004-02-04 Andrew Cagney <[email protected]>
10497
10498 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
10499 SYSCALL_TRAP function.
10500 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
10501
6e4c6c91
DJ
105022004-02-04 Andrew Cagney <[email protected]>
10503 Daniel Jacobowitz <[email protected]>
10504
10505 * objfiles.h: Delete comments refering to inside_entry_func and
10506 DEPRECATED_FRAME_CHAIN_VALID.
10507 * defs.h (inside_entry_func): Update prototype..
10508 * blockframe.c (inside_entry_func): Rename to
10509 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
10510 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
10511
cae688ec
JJ
105122004-02-03 Jeff Johnston <[email protected]>
10513
10514 * breakpoint.c (struct captured_parse_breakpoint_args): Move
10515 outside of #ifdef SOLIB_ADD region.
10516 (do_restore_lang_radix_cleanup): Ditto.
10517 (resolve_pending_breakpoint): Ditto.
10518
19217676
AC
105192004-02-03 Andrew Cagney <[email protected]>
10520
10521 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
10522 (process_note_abi_tag_sections): Delete unused function.
10523 (ia64_read_fp): Delete unused function.
10524 (gdbarch_extract_struct_value_address): Delete declaration.
10525
876753be
AC
105262004-02-02 Andrew Cagney <[email protected]>
10527
10528 * vax-tdep.c (vax_frame_chain): Delete call to
10529 deprecated_inside_entry_file.
10530 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
10531
d4f10bf2
MK
105322004-02-02 Mark Kettenis <[email protected]>
10533
10534 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
10535 column that's "empty" or "same value" when eliminating REG_RA
10536 rules.
10537
cae688ec
JJ
105382004-02-02 Jeff Johnston <[email protected]>
10539
10540 * NEWS: Add information about new pending breakpoint support.
10541
0101ce28
JJ
105422004-02-02 Jeff Johnston <[email protected]>
10543
10544 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
10545 and pending fields for pending breakpoint support.
10546 * breakpoint.c (breakpoint_enabled): Add check for not pending.
10547 (condition_command): Only parse condition if not a pending
10548 breakpoint.
10549 (print_one_breakpoint): Add support for pending breakpoints.
10550 (describe_other_breakpoints): Add checks to verify we are not
10551 dealing with pending breakpoints.
10552 (check_duplicates): Don't check pending breakpoints.
10553 (set_raw_breakpoint): Initialize pending flag.
10554 (do_restore_lang_radix_cleanup): New cleanup routine.
10555 (resolve_pending_breakpoint): New function.
10556 (re_enable_breakpoints_in_shlibs): Try and resolve any
10557 pending breakpoints via resolve_pending_breakpoint.
10558 (mention): Add pending breakpoint support.
10559 (parse_breakpoint_sals): Add new parameter to pass to
10560 decode_line_1 to indicate silent errors when files or functions
10561 are not found. Change all callers.
10562 (do_captured_parse_breakpoint): New function.
10563 (break_command_1): Change prototype to return an rc value and to
10564 take an optional pending breakpoint pointer. Support creating
10565 a pending breakpoint if a "not found" form of error occurs when
10566 parsing the breakpoint. Also support resolving an existing pending
10567 breakpoint and be silent if the resolution fails.
10568 (create_breakpoints): Change prototype to take pending breakpoint
10569 pointer. When resolving a pending breakpoint, use the new pointer
10570 to provide a conditional or commands added by the end-user.
10571 (delete_breakpoint): Add appropriate check for pending.
10572 (breakpoint_re_set_one): Ditto.
10573 (do_enable_breakpoint): Ditto.
10574
8d577d32
DC
105752004-02-02 David Carlton <[email protected]>
10576
10577 * valops.c (enum oload_classification): New.
10578 (find_overload_match): Break implementation into separate
10579 functions; delete #if 0'd code; look for symbols within
10580 namespaces.
10581 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
10582 (find_oload_champ,oload_method_static,classify_oload_match): New.
10583 * cp-support.h: Add declaration for cp_func_name; update
10584 declaration for make_symbol_overload_list.
10585 * cp-support.c (cp_func_name): New.
10586 (overload_list_add_symbol): Fix comment, use
10587 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
10588 (make_symbol_overload_list): Take a function name and a namespace
10589 instead of a symbol; change implementation.
10590 (make_symbol_overload_list_using): New.
10591 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
10592
22e8e3c7
FF
105932004-02-02 Fred Fish <[email protected]>
10594
10595 * main.c (gdb_stdtarg): Move definition to group with other
15390fef 10596 gdb_stdtarg definitions and update copyright years.
22e8e3c7
FF
10597 * remote-sim.c (gdb_os_write_stderr): Write output to
10598 gdb_stdtargerr stream instead of gdb_stdtarg stream.
10599 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
15390fef 10600 gdb_stderr stream and update copyright years.
22e8e3c7 10601
6b753f60
DJ
106022004-02-01 Daniel Jacobowitz <[email protected]>
10603
10604 * Makefile.in (mips-linux-nat.o): Update dependencies.
10605 * mips-linux-nat.c: Include mips-tdep.h.
10606
106072004-02-01 Roland McGrath <[email protected]>
2cb6b099
RM
10608
10609 * sol-thread.c (sol_thread_xfer_partial): New function.
10610 (init_sol_thread_ops): Use that for to_xfer_partial hook.
10611 (init_sol_core_ops): Likewise.
10612
10613 * procfs.c (procfs_xfer_partial): New function.
10614 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
10615 * Makefile.in (procfs.o): Add $(auxv_h) dep.
10616
10617 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
10618 procfs_xfer_auxv function.
10619
10620 * procfs.c (procfs_make_note_section): If we can read
10621 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
10622 * linux-proc.c (linux_make_note_section): Likewise.
10623
10624 * auxv.h: New file.
10625 * auxv.c: New file.
10626 * Makefile.in (auxv_h): New variable.
10627 (COMMON_OBS): Add auxv.o here.
10628 (auxv.o): New target.
10629
10630 * corelow.c (core_xfer_partial): New function.
10631 (init_core_ops): Use it for core_ops.to_xfer_partial.
10632
10633 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
10634 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
10635 macro if that is defined.
10636
fa5281d0
DJ
106372004-02-01 Daniel Jacobowitz <[email protected]>
10638
10639 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
10640 and check the specified thread for each breakpoint.
10641 * breakpoint.h (bpstat_stop_status): Update prototype.
10642 * infrun.c (handle_inferior_event): Update calls to
10643 bpstat_stop_status.
10644
26ee262d
DJ
106452004-02-01 Daniel Jacobowitz <[email protected]>
10646
10647 * Makefile.in (cli-cmds.o): Add $(readline_h).
10648
d9b52655
DJ
106492004-02-01 Daniel Jacobowitz <[email protected]>
10650
10651 * cli/cli-cmds.c: Include readline.h.
10652 (complete_command): Pass the start of the last word to
10653 complete_line.
10654
9709f61c
DJ
106552004-01-31 Daniel Jacobowitz <[email protected]>
10656
10657 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
10658 argument, and change first argument to a CORE_ADDR.
10659 * breakpoint.h (bpstat_stop_status): Update prototype.
10660 * infrun.c (adjust_pc_after_break): Add a new comment.
10661 (handle_inferior_event): Update calls to bpstat_stop_status.
10662
4f1280bb
DJ
106632004-01-31 Daniel Jacobowitz <[email protected]>
10664
10665 * breakpoint.h: Update copyright years.
10666
4fa8626c
DJ
106672004-01-31 Daniel Jacobowitz <[email protected]>
10668
10669 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
10670 (bpstat_stop_status): Don't decrement PC.
10671 * breakpoint.h (software_breakpoint_inserted_here_p): Add
10672 prototype.
10673 * infrun.c (adjust_pc_after_break): New function.
10674 (handle_inferior_event): Call it, early. Remove later references
10675 to DECR_PC_AFTER_BREAK.
10676 (normal_stop): Add commentary.
10677
fad0733a
DJ
106782004-01-31 Daniel Jacobowitz <[email protected]>
10679
10680 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
10681 2004-01-27 double-free fix.
10682
42cdca6c
MK
106832004-01-31 Mark Kettenis <[email protected]>
10684
10685 * sparc-tdep.c (sparc_fetch_wcookie): New function.
10686 (sparc32_frame_prev_register): Handle StackGhost.
10687 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
10688
932d5416
RM
106892004-01-29 Roland McGrath <[email protected]>
10690
10691 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
10692 * configure: Regenerated.
10693
10694 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
10695 * Makefile.in (procfs.o): Add dep.
10696
47d3492a
AC
106972004-01-28 Andrew Cagney <[email protected]>
10698
10699 * tui/tui-stack.h: Update copyright.
10700 (struct frame_info): Add opaque declaration.
10701 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
10702 (tui_show_locator_content): Rename tuiShowLocatorContent.
10703 (tui_show_frame_info): Rename tuiShowFrameInfo.
10704 * tui/tui-stack.c: Update copyright. Update references.
10705 * tui/tui-winsource.c: Update references.
10706 * tui/tui-win.c: Update references.
10707 * tui/tui-layout.c: Update references.
10708 * tui/tui-hooks.c: Update copyright, update references.
10709 * tui/tui.c: Update copyright, update references.
10710 * tui/tui-disasm.c: Update references.
10711
5d51ca54
DC
107122004-01-28 David Carlton <[email protected]>
10713
10714 * dwarf2read.c (add_partial_structure): Use demangled name if
10715 namespace equals "".
10716
086ed43d
JB
107172004-01-27 Jim Blandy <[email protected]>
10718
10719 Clean up misapplied patch:
10720 * dwarf2read.c (determine_prefix): Change one of the two forward
10721 declarations for 'determine_prefix_aux' to a declaration for this.
10722 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
10723 argument to 'die_specification'.
10724
2a35147e
JB
10725 * dwarf2read.c (read_func_scope): Re-indent comment.
10726
a355c7de 107272004-01-27 Paul N. Hilfinger <[email protected]>
932d5416 10728
a355c7de
AC
10729 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
10730 b->exp to NULL after freeing so that error during re-parsing or
10731 evaluation of expressions associated with breakpoint don't
10732 eventually lead to re-freeing of storage.
10733 Committed by Andrew Cagney.
10734
63ff5125
AC
107352004-01-27 Andrew Cagney <[email protected]>
10736
10737 * source.c (ambiguous_line_spec): Delete undefined declaration.
10738 * m32r-rom.c (m32r_set_board_address): Delete unused function.
10739 (m32r_set_server_address, m32r_set_download_path): Ditto.
10740 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
10741
e142c38c
DJ
107422004-01-27 Daniel Jacobowitz <[email protected]>
10743
10744 * dwarf2read.c: Update calls to changed and renamed functions, and
10745 references to moved variables.
10746
10747 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
10748 language, language_defn, list_in_scope, and ftypes members.
10749 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
10750 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
10751 (baseaddr): Remove globals.
10752
10753 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
10754 (set_cu_language, die_is_declaration, die_specification)
10755 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
10756 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
10757 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
10758 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
10759
10760 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
10761 cu.list_in_scope. Don't initialize cu_header_offset.
10762 (add_partial_symbol): Add local baseaddr.
10763 (psymtab_to_symtab_1): Add local baseaddr. Use
10764 objfile->section_offsets for consistency. Don't initialize
10765 cu_header_offset; do initialize cu.header.offset and
10766 cu.list_in_scope.
10767 (read_file_scope, read_func_scope, read_lexical_block_scope)
10768 (dwarf_decode_lines, new_symbol): Add local baseaddr.
10769
c6e06ede
MC
107702004-01-27 Michael Chastain <[email protected]>
10771
fb328ecc 10772 * PROBLEMS: Add gdb/1516.
c6e06ede 10773
48184fd4
AC
107742003-12-29 Robert Millan <[email protected]>
10775
10776 Patch committed by Andrw Cagney.
10777 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
10778 * configure.tgt: Match knetbsd*-gnu.
10779
c1321b30
AC
107802004-01-26 Andrew Cagney <[email protected]>
10781
f3699be3
AC
10782 * breakpoint.c (catch_command_1): Delete #ifdef code.
10783 (catch_fork_command_1): Delete #ifdef wrapper.
10784 (catch_exec_command_1): Ditto.
10785 (catch_load_command_1): Ditto.
10786 (catch_unload_command_1): Ditto.
10787
c1321b30
AC
10788 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
10789 (catch_breakpoint): Delete #if0ed function.
10790 (disable_catch_breakpoint): Ditto.
10791 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
10792 (disable_catch, enable_catch, delete_catch): Ditto.
10793
b4501125
AC
107942004-01-26 Andrew Cagney <[email protected]>
10795
10796 * remote.c (echo_check, quit_flag): Delete variables.
10797 (cisco_kernel_mode): Delete variable.
10798 (minitelnet_return, tty_input, escape_count): Delete variables.
10799 (remote_cisco_mode): Delete variable.
10800 (remote_cisco_open, remote_cisco_close): Delete function.
10801 (remote_cisco_mourn, remote_cisco_wait): Delete function.
10802 (init_remote_cisco_ops): Delete function.
10803 (_initialize_remote): Do not install "remote cisco" code.
10804 (read_frame): Delete cisco specific code.
10805 (remote_info_process): Delete function.
10806 (remote_wait): Delete cisco specific code.
10807 (remote_cisco_section_offsets): Delete function.
10808 (remote_cisco_objfile_relocate): Delete function.
10809 (remote_async_wait): Delete cisco specific code.
10810 (minitelnet, readtty, readsocket): Delete function.
10811
74055713
AC
108122004-01-26 Andrew Cagney <[email protected]>
10813
10814 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
10815 comments mentioning extract_returned_value_address.
10816 * infcmd.c (print_return_value): Update. Add comments on
10817 extract_returned_value_address.
10818 * stack.c (return_command): Add comments on
10819 extract_returned_value_address.
10820 * values.c: Update comment.
10821 * m32r-tdep.c: Update comment.
10822 * sparc-tdep.c: Update comment.
10823 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
10824 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10825 * sh64-tdep.c (sh64_gdbarch_init): Update.
10826 * sh-tdep.c (sh_gdbarch_init): Update.
10827 * s390-tdep.c (s390_gdbarch_init): Update.
10828 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10829 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
10830 * m68k-tdep.c (m68k_gdbarch_init): Update.
10831 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10832 * m32r-tdep.c (m32r_gdbarch_init): Update.
10833 * ia64-tdep.c (ia64_gdbarch_init): Update.
10834 * h8300-tdep.c (h8300_gdbarch_init): Update.
10835 * frv-tdep.c (frv_gdbarch_init): Update.
10836 * arm-tdep.c (arm_gdbarch_init): Update.
10837 * alpha-tdep.c (alpha_gdbarch_init): Update.
10838
a67af2b9
AC
108392004-01-26 Andrew Cagney <[email protected]>
10840
10841 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
10842 SYMBOL_LOCATION_FUNCS
10843 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
10844 "struct symbol_ops".
10845 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
10846 type to "struct symbol_ops".
10847 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
10848 (struct symbol): Replace ".aux_value.loc.funcs" and
10849 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
10850 (SYMBOL_OBJFILE): Delete macro.
10851 (SYMBOL_LOCATION_FUNCS): Delete macro.
10852 (SYMBOL_LOCATION_BATON): Update.
10853 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
10854 intead of SYMBOL_LOCATION_FUNCS.
10855 * ax-gdb.c (gen_var_ref): Ditto.
10856 * printcmd.c (address_info): Ditto.
10857 * findvar.c (read_var_value): Ditto.
10858 (symbol_read_needs_frame): Ditto.
10859
c034e007
AC
108602004-01-26 Andrew Cagney <[email protected]>
10861
10862 * dwarf2read.c (read_func_scope): Document frame-base hack.
10863
bb472c1e
MK
108642004-01-25 Mark Kettenis <[email protected]>
10865
10866 * infcmd.c (print_return_value): Plug memory leak; delete
10867 ui_stream object. Rename argument `structure_return' to
10868 `struct_return'.
10869
c8e737d5
MK
108702004-01-25 Mark Kettenis <[email protected]>
10871
f941662f
MK
10872 * infcmd.c (print_return_value): Wrap long lines.
10873 (finish_command_continuation, finish_command): Remove unused
10874 variable `funcaddr'. Fix some coding-standards problems.
10875
c558d81a 10876 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
d8d65dd3 10877 SECT_SIZE is large enough, not whether it's exactly the right size.
c558d81a
MK
10878 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
10879 TDEP->fpregset to zero.
10880
bf1e5861 10881 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
c8e737d5
MK
10882 floating-point registers for traditional NetBSD core files.
10883 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
10884 TDEP->sizeof_fpregset here.
10885
4c72d57a
MK
108862004-01-25 Mark Kettenis <[email protected]>
10887
566626fa
MK
10888 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
10889 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
10890 function with code split out from
10891 sparc32nbsd_sigcontext_frame_cache.
10892 (sparc32nbsd_sigcontext_frame_cache): Use
10893 sparc32nbsd_sigcontext_saved_regs.
10894 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
10895 OpenBSD.
10896 * sparcobsd-tdep.c: New file.
10897 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
10898 (sparcobsd-tdep.o): New dependency.
10899 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
10900 * config/sparc/obsd.mt: New file.
10901
4c72d57a
MK
10902 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
10903 TDEP->fpregset to be initialized to enable core file register
10904 sets.
10905
7e5e9f88
MK
109062004-01-24 Mark Kettenis <[email protected]>
10907
f0f207fd 10908 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
1e067c66
MK
10909 Add opaque declarations.
10910 (sparc64nbsd_sigcontext_saved_regs): New prototype.
10911 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
10912 function with code split out from
10913 sparc64nbsd_sigcontext_frame_cache.
10914 (sparc64nbsd_sigcontext_frame_cache): Use
10915 sparc64nbsd_sigcontext_saved_regs.
10916 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
10917 OpenBSD.
10918 * sparc64obsd-tdep.c: New file.
10919 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
10920 (sparc64obsd-tdep.o): New dependency.
10921 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
10922 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
10923 * config/sparc/obsd64.mt: New file.
10924
690668cc
MK
10925 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
10926 read the instruction at PC.
10927
7e5e9f88
MK
10928 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
10929 value of GDB_OSABI_DEFAULT.
10930 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
10931 instead of GDB_OSABI_NETBSD_AOUT.
10932
68b6dce9
NR
109332004-01-24 Nick Roberts <[email protected]>
10934
10935 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
10936 copyright.
10937
080ce8c0
AC
109382004-01-23 Andrew Cagney <[email protected]>
10939
10940 * printcmd.c (display_command): Replace tui_set_display call with
10941 tui_set_layout_for_display_command.
10942 * tui/tui.h (enum tui_win_type): Define.
10943 (tui_set_layout): Delete declaration.
10944 (tui_set_layout_for_display_command): Rename set_tui_layout.
10945 * tui/tui-data.h (enum tui_layout_type): Define.
10946 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
10947 "tui.h".
10948 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
10949 (tui_default_win_height): Rename tuiDefaultWinHeight.
10950 (tui_default_win_viewport_height): Rename
10951 tuiDefaultWinViewportHeight.
10952 (tui_set_layout): RenametuiSetLayout.
10953 * tui/tui-layout.c: Update references.
10954 * tui/tui.c: Update references.
10955 * tui/tui-disasm.c: Update references.
10956
b368761e
DC
109572004-01-23 David Carlton <[email protected]>
10958
10959 Partial workaround for PR c++/1511:
10960 * cp-namespace.c: Include frame.h.
10961 (cp_lookup_transparent_type): New
10962 (cp_lookup_transparent_type_loop): New.
10963 * cp-support.h: Declare cp_lookup_transparent_type.
10964 * symtab.c (basic_lookup_transparent_type): Renamed from
10965 lookup_transparent_type.
10966 (lookup_transparent_type): Replace old body by a call to
10967 current_language->la_lookup_transparent_type.
10968 * symtab.h: Update copyright. Declare
10969 basic_lookup_transparent_type.
10970 * language.h: Update copyright.
10971 (struct language_defn): Add la_lookup_transparent_type.
10972 * language.c: Update copyright.
10973 (unknown_language_defn): Add basic_lookup_transparent_type.
10974 (auto_language_defn): Add basic_lookup_transparent_type.
10975 (local_language_defn): Add basic_lookup_transparent_type.
10976 * ada-lang.c: Update copyright.
10977 (ada_language_defn): Add basic_lookup_transparent_type.
10978 * c-lang.c: Update copyright.
10979 (c_language_defn): Add basic_lookup_transparent_type.
10980 (cplus_language_defn): Add basic_lookup_transparent_type.
10981 (asm_language_defn): Add basic_lookup_transparent_type.
10982 (minimal_language_defn): Add basic_lookup_transparent_type.
10983 * f-lang.c: Update copyright.
10984 (f_language_defn): Add basic_lookup_transparent_type.
10985 * jv-lang.c: Update copyright.
10986 (java_language_defn): Add basic_lookup_transparent_type.
10987 * m2-lang.c: Update copyright.
10988 (m2_language_defn): Add basic_lookup_transparent_type.
10989 * objc-lang.c: Update copyright.
10990 (objc_language_defn): Add basic_lookup_transparent_type.
10991 * p-lang.c: Update copyright.
10992 (p_language_defn): Add basic_lookup_transparent_type.
10993 * scm-lang.c: Update copyright.
10994 (scm_language_defn): Add basic_lookup_transparent_type.
10995 * Makefile.in (cp-namespace.o): Depend on frame.h.
10996
fdde2d81
DC
109972004-01-23 David Carlton <[email protected]>
10998
10999 Patch for PR c++/1520:
11000 * dwarf2read.c (read_func_scope): Set processing_current_prefix
11001 properly if we have a specification die.
11002 (determine_prefix_aux): Rename from determine_prefix.
11003 (determine_prefix): Like the old determine_prefix, but never
11004 returns NULL.
11005
5b828b6b
TR
110062004-01-23 Theodore A. Roth <[email protected]>
11007
11008 * avr-tdep.c: Update copyright.
11009 (avr_iaddr_p): Delete unused function.
11010 (avr_saddr_p): Delete unused function.
11011
a1b8c067
DC
110122004-01-23 David Carlton <[email protected]>
11013
11014 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
11015 Fix for PR symtab/1534.
11016
f2cab569
MK
110172004-01-23 Mark Kettenis <[email protected]>
11018
11019 * NEWS (New native configurations): Mention OpenBSD/sparc and
11020 OpenBSD/sparc64.
11021 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
11022 * configure.host: Likewise.
11023 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
11024 handler for OpenBSD.
11025 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
11026
642d8300
MK
110272004-01-22 Mark Kettenis <[email protected]>
11028
89aac506
MK
11029 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
11030 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
11031
36662fde
MK
11032 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
11033 * cli/cli-cmds.c (shell_escape): Likewise.
11034
642d8300
MK
11035 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
11036 OpenBSD .note.openbsd.ident sections.
11037
fae299cd
DC
110382004-01-22 David Carlton <[email protected]>
11039
11040 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
11041 get_scope_pc_bounds.
11042 (read_file_scope): Ditto.
11043 (get_scope_pc_bounds): New function, produced by extracting code
11044 from the above two functions, consolidating it, and adding support
11045 for DW_TAG_namespace.
11046
a49d618c
MK
110472004-01-22 Mark Kettenis <[email protected]>
11048
11049 * osabi.c (MAX_NOTESZ): New define.
11050 (check_note): New function.
11051 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
11052 check_note.
11053
fe61caab
RM
110542004-01-21 Roland McGrath <[email protected]>
11055
11056 * MAINTAINERS (write after approval): Add myself.
11057
ec145965
EZ
110582004-01-21 Eli Zaretskii <[email protected]>
11059
11060 * utils.c (init_page_info): Move declarations of `rows' and
11061 `cols' before the __GO32__-specific code. Move the closing brace
11062 outside the #ifdef __GO32__..#endif block.
11063 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
11064
877522db
PB
110652004-01-21 Paul Brook <[email protected]>
11066
11067 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
11068 BPSTAT_WHAT_CHECK_SHLIBS.
11069
dbf5be1c
PB
110702004-01-21 Paul Brook <[email protected]>
11071
11072 * MAINTAINERS: Add myself to write-after-approval.
11073
81f08b92
AC
110742004-01-20 Andrew Cagney <[email protected]>
11075
5a1efed7
AC
11076 * ax-gdb.c (print_axs_value): Delete unused function.
11077 * jv-lang.c (java_lookup_type): Delete unused function.
11078 * cli/cli-dump.c (dump_filetype): Delete unused function.
11079 * remote-mips.c (remote_mips_insert_hw_breakpoint)
11080 (remote_mips_remove_hw_breakpoint): Delete unused functions.
11081 (mips_getstring): Delete unused function.
11082 (pmon_insert_breakpoint): Delete #if0ed function.
11083 (PMON_MAX_BP): Delete #if0ed MACRO.
11084 (mips_pmon_bp_info): Delete #if0ed variable.
11085 (pmon_remove_breakpoint): Delete #if0ed function.
11086 * monitor.c (monitor_write_even_block): Delete unused function.
11087 (monitor_write_memory_block): Delete #if0ed code.
11088 * dink32-rom.c (dink32_load): Delete unused function.
11089 (_initialize_dink32_rom): Delete #if0ed code.
11090 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
11091
b0a30fce
AC
11092 * tui/tui-command.c: Update references.
11093 * tui/tui-io.c: Update references.
11094 * tui/tui-command.h: Update copyright.
11095 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
11096
81f08b92
AC
11097 * source.c (ambiguous_line_spec): Delete never-defined function.
11098 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
11099 * gdbtypes.c (add_name, add_mangled_type): Ditto.
11100 * cli/cli-cmds.c (validate_comname): Ditto.
11101
65f05602
AC
11102 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
11103 "tui-data.h".
11104 (tui_set_disassem_content): Rename tuiSetDisassemContent.
11105 (tui_show_disassem): Rename tuiShowDisassem.
11106 (tui_show_disassem_and_update_source): Rename
11107 tuiVerticalDisassemScroll.
11108 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
11109 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
11110 * tui/tui.h: Update copyright.
11111 (enum tui_status): Define.
11112 * tui/tui-data.h (enum tui_scroll_direction): Define.
11113 * tui/tui-disasm.c: Update copyright. Update references.
11114 * tui/tui-winsource.c: Update copyright. Update references.
11115 * tui/tui-win.c: Update references.
11116 * tui/tui-layout.c: Update references.
11117
6bb0384f
AC
111182004-01-20 Andrew Cagney <[email protected]>
11119
11120 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
11121 sym2 to start of block.
11122
9175c9a3
MC
111232004-01-19 Michael Chastain <[email protected]>
11124
11125 * MAINTAINERS: Delete mmalloc.
11126 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
11127 * NEWS: Mention removal of --with-malloc.
11128 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
11129 * config.in: Regenerate.
11130 * configure: Regenerate.
6bb0384f
AC
11131 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
11132 USE_MMALLOC, MMCHECK_FORCE.
9175c9a3
MC
11133 * gdbinit.in: Remove mmalloc.
11134 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
11135 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
11136 * config/i386/go32.mh: Likewise.
11137 * config/i386/interix.mh: Likewise.
11138 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
11139
4fcef00a
JJ
111402004-01-19 Jeff Johnston <[email protected]>
11141
11142 * linespec.c (decode_variable, symtab_from_filename): Call
11143 error_silent with error message instead of throwing an exception
11144 directly.
11145 * defs.h (error_silent, error_output_message): Add prototypes.
11146 (catch_exceptions_with_msg): Ditto.
11147 * utils.c (error_silent, error_output_message): New functions.
11148 * top.c (catch_exceptions_with_msg): New function.
11149
8e94b928
NR
111502004-01-20 Nick Roberts <[email protected]>
11151
11152 * mi/mi-cmds.h (enum print_values): Add definition.
11153
11154 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
11155 type and value for simple data types and just the name and type
11156 for complex ones, if required.
11157
11158 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
11159 children, if required.
11160
a02d6af8
KB
111612004-01-19 Kevin Buettner <[email protected]>
11162
11163 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
11164 unused declarations.
11165
78a4a9b9
AC
111662004-01-19 Andrew Cagney <[email protected]>
11167
11168 * top.h (mapped_symbol_files): Delete declaration.
11169 * main.c (captured_main): Delete option "m" and "mapped".
11170 * objfiles.c (mapped_symbol_files): Delete variable.
11171 * symfile.c (symbol_file_command): Delete mmap code.
11172 (symbol_file_add_with_addrs_or_offsets): Ditto.
11173 (add_symbol_file_command, reread_separate_symbols): Ditto.
11174 * objfiles.h (OBJF_MAPPED): Delete.
11175 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
11176 (free_objfile) [USE_MMALLOC]: Ditto.
11177 (open_existing_mapped_file): Delete function.
11178 (open_mapped_file): Delete function.
11179 (map_to_file): Delete function.
11180
2dbd5e30
KB
111812004-01-19 Kevin Buettner <[email protected]>
11182
11183 * infrun.c (step_into_function): Account for possible breakpoint
11184 adjustment when computing ``stop_func_start''.
11185
437b434f
KB
111862004-01-19 Kevin Buettner <[email protected]>
11187
11188 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
11189 the region size against the size of a pointer, not the size of
11190 a register as given by DEPRECATED_REGISTER_SIZE.
11191
55fb0713
AC
111922004-01-19 Andrew Cagney <[email protected]>
11193
11194 * tui/tui-regs.h: Include "tui-data.h".
11195 (tuiFirstRegElementNoInLine): Delete declaration.
11196 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
11197 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
11198 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
11199 (tui_calculate_regs_column_count): Rename
11200 tuiCalculateRegsColumnCount.
11201 (tui_check_register_values): Rename tuiCheckRegisterValues.
11202 (tui_show_registers): Rename tuiShowRegisters.
11203 (tui_display_registers_from_line): Rename
11204 tuiDisplayRegistersFromLine.
11205 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
11206 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
11207 (tui_first_reg_element_no_inline): Rename
11208 tuiFirstRegElementNoInLine.
11209 * tui/tui-data.h: Update copyright.
11210 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
11211 * tui/tui-windata.c: Update copyright, update references.
11212 * tui/tui-regs.c: Update copyright, update references.
11213 * tui/tui-win.c: Update copyright, update references.
11214 * tui/tui-layout.c: Update copyright, update references.
fe61caab 11215
cebe9500
AC
112162004-01-18 Andrew Cagney <[email protected]>
11217
bcdf1568
AC
11218 * tui/tui-io.c: Update copyright.
11219 (key_is_end_sequence, key_is_backspace): New functions.
11220 (key_is_command_char, key_is_start_sequence): New function.
11221 (tui_getc): Update references.
11222 * tui/tui-io.h: Update copyright.
11223 (m_tuiStartNewLine): Delete macro.
11224 (m_isBackspace, m_isDeleteChar): Delete macros.
11225 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
11226 (m_isNextPage, m_isPrevPage): Delete macros.
11227 (m_isLeftArrow, m_isRightArrow): Delete macros.
11228 (m_isXdbStyleCommandChar): Delete macro.
11229 (key_is_start_sequence): Declare, replace m_isStartSequence.
11230 (key_is_end_sequence): Declare, replace m_isEndSequence.
11231 (key_is_backspace): Declare ,replace m_isBackspace.
11232 (key_is_command_char): Declare, replace m_isCommandChar.
11233 * tui/tui-command.c: Update copyright.
11234 (tuiDispatchCtrlChar): Update references.
11235
130d87e6
AC
11236 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
11237 tuiSourceWin.h.
11238
d7b2e967
AC
11239 * tui/tui-command.c: Rename tui/tuiCommand.c.
11240 * tui/tui-command.h: Rename tui/tuiCommand.h.
11241 * tui/tui-data.c: Rename tui/tuiData.c.
11242 * tui/tui-data.h: Rename tui/tuiData.h.
11243 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
11244 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
11245 * tui/tui-io.c: Rename tui/tuiIO.c.
11246 * tui/tui-io.h: Rename tui/tuiIO.h.
11247 * tui/tui-layout.c: Rename tui/tuiLayout.c.
11248 * tui/tui-layout.h: Rename tui/tuiLayout.h.
11249 * tui/tui-regs.c: Rename tui/tuiRegs.c.
11250 * tui/tui-regs.h: Rename tui/tuiRegs.h.
11251 * tui/tui-source.c: Rename tui/tuiSource.c.
11252 * tui/tui-source.h: Rename tui/tuiSource.h.
11253 * tui/tui-stack.c: Rename tui/tuiStack.c.
11254 * tui/tui-stack.h: Rename tui/tuiStack.h.
11255 * tui/tui-win.c: Rename tui/tuiWin.c.
11256 * tui/tui-win.h: Rename tui/tuiWin.h.
11257 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
11258 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
11259 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
11260 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
11261 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
11262 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
11263 * tui/tui-file.c: Update includes.
11264 * tui/tui-hooks.c: Update includes.
11265 * tui/tui-interp.c: Update includes.
11266 * tui/tui.c: Update includes.
11267 * Makefile.in: Update all tui/ dependencies.
11268 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
11269
b2100910
AC
11270 * Makefile.in: Update copyright. Update dependencies.
11271
cebe9500
AC
11272 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
11273 problem.
11274
c6f0559b
AC
112752004-01-18 Andrew Cagney <[email protected]>
11276
43e9390b
AC
11277 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
11278 instead of register_gdbarch_init.
11279
c6f0559b
AC
11280 * remote-sds.c (tohex): Delete unused function. Update copyright.
11281 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
11282 * v850-tdep.c (v850_register_virtual_size): Ditto.
11283 * target.c (normal_target_post_startup_inferior): Ditto.
11284 * source.c (ambiguous_line_spec): Ditto.
11285 * remote.c (adapt_remote_get_threadinfo): Ditto.
11286 * mi/mi-out.c (out_field_fmt): Ditto.
11287 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
11288 (output_control_change_notification): Ditto.
11289 * m68k-tdep.c (m68k_register_byte): Ditto.
11290 (m68k_remote_breakpoint_from_pc): Ditto.
11291 * ui-out.c (init_ui_out_state): Delete unused declaration.
11292 * stabsread.c (search_value): Ditto.
11293 * mi/mi-cmd-env.c (env_cli_command): Ditto.
11294 * maint.c (print_section_table): Ditto.
11295 * infrun.c (set_follow_fork_mode_command): Ditto.
11296
a8504492
MK
112972004-01-18 Mark Kettenis <[email protected]>
11298
11299 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
11300 DW_CFA_def_cfa_exporession. Add support for
11301 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
11302 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
11303
0bd8997e
AC
113042004-01-18 Andrew Cagney <[email protected]>
11305
11306 * ocd.c: Update copyright.
11307 (bdm_read_register_command): Delete unused function.
11308 (_initialize_remote_ocd): Delete commented out reference.
11309 (get_quoted_char, reset_packet): Delete #if0ed function.
11310 (output_packet, put_quoted_char): Delete #if0ed function.
11311 (stu_put_packet, stu_get_packet): Delete #if0ed function.
11312 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
11313 (BDM_BREAKPOINT): Delete #if0ed macro.
11314 (remote_timeout): Delete #if0ed variable.
11315
31bb40e4
MK
113162004-01-18 Mark Kettenis <[email protected]>
11317
11318 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
11319 (core-sol2.o): Remove dependency.
11320 * core-sol2.c: Remove file.
11321
887432a5
AC
113222004-01-17 Andrew Cagney <[email protected]>
11323
11324 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
11325 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
11326 enums.
11327
29182b13
DJ
113282004-01-17 Daniel Jacobowitz <[email protected]>
11329
11330 * remote.c: Update copyright years.
11331
2963ee1d
DJ
113322004-01-17 Daniel Jacobowitz <[email protected]>
11333
11334 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
11335
79d45cd4
AC
113362004-01-17 Andrew Cagney <[email protected]>
11337
ee300cd4
AC
11338 * mdebugread.c: Update copyright.
11339 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
11340 (parse_type, parse_procedure): Ditto.
11341 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
11342
fcacc9c2
AC
11343 * cris-tdep.c (cris_store_struct_return): Put back accidently
11344 deleted function.
11345
79d45cd4
AC
11346 * gdbarch.sh: Update copyright year.
11347 * gdbarch.h, gdbarch.c: Re-generate.
11348
b263358a
DJ
113492004-01-17 Daniel Jacobowitz <[email protected]>
11350
11351 Suggested by George Anzinger.
11352 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
11353 correct stack offset. Include unknown opcode numbers in the error
11354 message.
11355
931aecf5
AC
113562004-01-17 Andrew Cagney <[email protected]>
11357
11358 * x86-64-tdep.c (x86_64_init_abi): No need to clear
11359 extract_struct_value_address, i386 does not set it.
11360 * sparc64-tdep.c (sparc64_init_abi): Do not set
11361 extract_struct_value_address, never called.
11362 (sparc64_extract_struct_value_address): Delete function.
11363 * m68hc11-tdep.c: Update copyright.
11364 (m68hc11_gdbarch_init): Delete redundant assignment of
11365 extract_struct_value_address.
11366 * i386-tdep.c: Update copyright.
11367 (i386_gdbarch_init): Do not set extract_struct_value_address,
11368 never called.
11369 (i386_extract_struct_value_address): Delete function.
11370 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
11371 extract_struct_value_address, never called.
11372 (sparc32_extract_struct_value_address): #if 0 function. Add
11373 comments explaining its future.
11374
756fe439
DJ
113752004-01-17 Daniel Jacobowitz <[email protected]>
11376
11377 * arm-tdep.c (arm_write_pc): New function.
11378 (arm_gdbarch_init): Call set_gdbarch_write_pc.
11379
e74f0f02
DJ
113802004-01-17 Daniel Jacobowitz <[email protected]>
11381
11382 * breakpoint.c (must_shift_inst_regs): Delete.
11383 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
11384 and SHIFT_INST_REGS.
11385 * infcmd.c (step_1, step_1_continuation): Delete references to
11386 SHIFT_INST_REGS.
11387 * infrun.c (keep_going): Likewise.
11388 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
11389 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
11390
b6cb9035
AC
113912004-01-17 Andrew Cagney <[email protected]>
11392
444a1e2e
AC
11393 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
11394 * gdbarch.h, gdbarch.c: Re-generate.
11395 * infcmd.c (print_return_value): Delete reference to
11396 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
11397
def7e6ed
AC
11398 * cris-tdep.c (cris_gdbarch_init): Do not set
11399 deprecated_extract_struct_value_address.
11400
07be497a
AC
11401 * xstormy16-tdep.c: Update copyright.
11402 (xstormy16_extract_struct_value_address): Update to current
11403 extract struct value address interface.
11404 (xstormy16_gdbarch_init): Set extract_struct_value_address.
11405 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
11406 current extract struct value address interface.
11407 (sh64_gdbarch_init): Set extract_struct_value_address.
11408
6b4d5c91
AC
11409 * cris-tdep.c: Update copyright.
11410 (cris_extract_struct_value_address): Delete function.
11411 (struct_return_address): Delete variable.
11412 (cris_store_struct_return): Do not set struct_return_address.
11413
464e0365
AC
11414 * mcore-tdep.c: Update copyright.
11415 (mcore_extract_struct_value_address): Delete function. Update
11416 comments.
11417 (mcore_gdbarch_init): Update.
11418 * mn10300-tdep.c: Update copyright.
11419 (mn10300_extract_struct_value_address): Delete function.
11420 (mn10300_gdbarch_init): Update.
11421 * v850-tdep.c: Update copyright.
11422 (v850_extract_struct_value_address): Delete.
11423 (v850_gdbarch_init): Update.
11424 * ns32k-tdep.c: Update copyright.
11425 (ns32k_extract_struct_value_address): Delete.
11426 (ns32k_gdbarch_init): Update.
11427 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
11428 (hppa_gdbarch_init): Update.
11429 * vax-tdep.c: Update copyright.
11430 (vax_extract_struct_value_address): Delete.
11431 (vax_gdbarch_init): Update.
11432
afb18d0f
AC
11433 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
11434 * gdbarch.h, gdbarch.c: Re-generate.
11435 * procfs.c (procfs_fetch_registers): Delete reference to
11436 DEPRECATED_NPC_REGNUM.
11437 (procfs_store_registers): Ditto.
11438 * regcache.c (generic_target_write_pc): Simplify.
11439 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
11440
a698f53e
AC
11441 * core-sol2.c (fetch_core_registers): Replace
11442 DEPRECATED_NPC_REGNUM with equivalent tdep value.
11443
adc11376
AC
11444 * hppa-tdep.c: Update copyright year.
11445 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
11446 NPC_REGNUM.
11447 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
11448
b6cb9035
AC
11449 * mips-tdep.c (mips_write_pc): New function.
11450 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
11451 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
11452 (mips_find_saved_regs, mips_software_single_step: Ditto.
11453 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
11454 mips_init_extra_frame_info, mips_pop_frame): Ditto.
11455
6d82d43b
AC
114562004-01-17 Andrew Cagney <[email protected]>
11457
11458 * mips-tdep.c: Re-indent. Group functions by ABI.
11459
71bd6bd4
AC
114602004-01-17 Andrew Cagney <[email protected]>
11461
11462 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
11463 * gdbarch.c: Re-generate.
11464 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11465 DECR_PC_AFTER_BREAK to zero.
11466 * vax-tdep.c (vax_gdbarch_init): Ditto.
11467 * v850-tdep.c (v850_gdbarch_init): Ditto.
11468 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
11469 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
11470 * sh-tdep.c (sh_gdbarch_init): Ditto.
11471 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11472 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11473 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11474 * mips-tdep.c (mips_gdbarch_init): Ditto.
11475 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11476 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11477 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
11478 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11479 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
11480 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11481 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11482 * frv-tdep.c (frv_gdbarch_init): Ditto.
11483 * cris-tdep.c (cris_gdbarch_init): Ditto.
11484 * avr-tdep.c (avr_gdbarch_init): Ditto.
11485 * arm-tdep.c (arm_gdbarch_init): Ditto.
11486 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
11487
a02abb62
JB
114882004-01-17 J. Brobecker <[email protected]>
11489
11490 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
11491 Delete, no longer used.
11492 (read_subrange_type): New function, mostly extracted from
11493 read_array_type().
11494 (read_array_type): Replace extracted code by call to
11495 read_subrange_type().
11496 (dwarf2_get_attr_constant_value): New function.
11497 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
11498 (add_partial_symbol): Likewise.
11499 (process_die): Likewise.
11500 (new_symbol): Likewise.
11501 (read_type_die): Likewise.
11502
cf5b2f1b
AC
115032004-01-16 Andrew Cagney <[email protected]>
11504
11505 * symfile.c: Update copyright year.
11506 (compare_symbols): Delete unused function.
11507 * stabsread.c: Update copyright year.
11508 (lrs_general_complaint): Delete unused function.
11509 (ref_search_value): Ditto.
11510 (get_substring): Delete declaration.
11511 * sh64-tdep.c: Update copyright year.
11512 (sh64_get_gdb_regnum): Delete unused function.
11513 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
11514 Delete unused function.
11515
d33b9831
MK
115162004-01-17 Mark Kettenis <[email protected]>
11517
11518 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
11519 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
11520
7aea86e6
AC
115212004-01-16 Andrew Cagney <[email protected]>
11522
11523 Changes from Peter Schauer.
11524 * rs6000-tdep.c: Update copyright year.
11525 (rs6000_push_dummy_call): Update the stack pointer before
11526 accessing the corresponding stack region.
11527 * rs6000-nat.c: Update copyright year.
11528 (set_host_arch): Set "info.abfd" to "exec_bfd".
11529
26b0da32
MK
115302004-01-15 Mark Kettenis <[email protected]>
11531
11532 * blockframe.c: Update copyright year.
11533 (inside_entry_func): Don't treat a zero PC specially.
11534
86fbe6cc
EZ
115352004-01-14 Elena Zannoni <[email protected]>
11536
11537 * gcore.c (gcore_copy_callback): Use paddr_d to print size
11538 variable.
11539 (gcore_create_callback): Ditto. Skip any memory segment that has
11540 no permissions set.
11541
63d06c5c
DC
115422004-01-14 David Carlton <[email protected]>
11543
11544 Change symbols for C++ nested types to contain the fully qualified
11545 name, if possible. (At least in the DWARF-2 case.) Partial fix
11546 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
11547 c++/895.
11548 * c-exp.y (qualified_type): Handle types nested within classes.
11549 * cp-namespace.c: Update comments.
11550 (cp_set_block_scope): Delete #if 0.
11551 (cp_lookup_nested_type): Handle types nested within classes.
11552 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
11553 when appropriate.
11554 (add_partial_symbol): Add the name of the enclosing namespace to
11555 types.
11556 (pdi_needs_namespace): New.
11557 (add_partial_namespace): Tweak comment.
11558 (add_partial_structure): New.
11559 (psymtab_to_symtab_1): Initialize processing_current_prefix
11560 here...
11561 (process_die): instead of here.
11562 (read_structure_scope): Try to figure out the name of the class or
11563 namespace that the structure might be defined within.
11564 (read_enumeration): Generate fully-qualified names, if possible.
11565 (read_namespace): Don't set name to NULL.
11566 (die_specification): New.
11567 (new_symbol): Generate fully-qualified names for types.
11568 (read_type_die): Determine appropriate prefix.
11569 (determine_prefix): New.
11570 (typename_concat): New.
11571 (class_name): New.
11572 * valops.c (value_aggregate_elt): Pass NOSIDE to
11573 value_struct_elt_for_reference.
11574 (value_struct_elt_for_reference): Make static, add NOSIDE
11575 parameter, call value_maybe_namespace_elt as a last resort.
11576 (value_namespace_elt): Break out code into
11577 value_maybe_namespace_elt.
11578 (value_maybe_namespace_elt): New.
11579
87783b8b
AC
115802004-01-12 Andrew Cagney <[email protected]>
11581
11582 * mips-tdep.c (mips_convert_register_p): Handle both raw and
11583 cooked floating-point registers.
11584 (mips_gdbarch_init): Set convert_register_p, register_to_value,
11585 and value_to_register.
11586
6503b91e
AC
115872004-01-13 Andrew Cagney <[email protected]>
11588
11589 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
11590 * gdbarch.c: Re-generate.
11591 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11592 FUNCTION_START_OFFSET.
11593 * v850-tdep.c (v850_gdbarch_init): Ditto.
11594 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
11595 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
11596 * sh-tdep.c (sh_gdbarch_init): Ditto.
11597 * s390-tdep.c (s390_gdbarch_init): Ditto.
11598 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11599 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11600 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11601 * mips-tdep.c (mips_gdbarch_init): Ditto.
11602 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11603 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
11604 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11605 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
11606 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11607 * i386-tdep.c (i386_gdbarch_init): Ditto.
11608 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11609 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11610 * frv-tdep.c (frv_gdbarch_init): Ditto.
11611 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11612 * cris-tdep.c (cris_gdbarch_init): Ditto.
11613 * avr-tdep.c (avr_gdbarch_init): Ditto.
11614 * arm-tdep.c (arm_gdbarch_init): Ditto.
11615 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11616
ea1dd7bc
DJ
116172004-01-13 Daniel Jacobowitz <[email protected]>
11618
11619 * infrun.c (follow_fork_mode_ask): Remove.
11620 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
11621 (follow_fork): Simplify and remove internal error for
11622 follow_fork_mode_ask.
11623 (_initialize_infrun): Update "set follow-fork-mode" help text.
11624
0f0cffd2
AC
116252004-01-13 Andrew Cagney <[email protected]>
11626
11627 * configure.in: Update copyright year.
11628 (build_warnings): Add -Wunused-label.
11629 * configure: Re-generate.
11630
de38af99
AC
116312004-01-12 Andrew Cagney <[email protected]>
11632
954a7fba
AC
11633 * exec.h (exec_ops): Make "extern".
11634
de38af99
AC
11635 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
11636 the function is void.
11637 (mips_pseudo_register_write): Ditto.
11638
1a111ce3
AC
116392004-01-12 Andrew Cagney <[email protected]>
11640
11641 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
11642 call. Never defined.
11643 * sparc-tdep.h (struct frame_info): Add opaque declaration.
11644 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
11645 (struct sparc_gregset, struct regcache): Ditto.
11646 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
11647
48efe704
AC
116482004-01-12 Andrew Cagney <[email protected]>
11649
11650 * mi/ChangeLog: Delete file. Renamed to ...
11651 * mi/ChangeLog-1999-2003: New file.
11652 * tui/ChangeLog: Delete file. Renamed to ...
11653 * tui/ChangeLog-1998-2003: New file.
fe61caab 11654
a54124c5
MK
116552004-01-11 Mark Kettenis <[email protected]>
11656
2ca62865
MK
11657 * sparc64nbsd-tdep.c: Include "regset.h".
11658 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
11659 Remove variables.
11660 (fetch_core_registers): Remove function.
11661 (sparc64nbsd_core_fns): Remove variable.
11662 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
11663 functions.
11664 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
11665 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
11666 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
11667
ca9d58e9
MK
11668 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
11669 sparc_extract_struct_value_address.
11670 (sparc32_gdbarch_init): Set extract_struct_value_address.
11671 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
11672 function.
11673 (sparc64_init_abi): Set extract_struct_value_address. Don't set
11674 return_value_on_stack.
11675
3cc87ec0
MK
11676 * NEWS: Mention that %cs and %ss have been added to the AMD64
11677 configurations
11678
5bf00f29
MK
11679 * frame.c: Update copyright year.
11680 (get_prev_frame): Improve comment.
11681
4f7ec84e
MK
11682 * sparc64fbsd-tdep.c: Include "regset.h".
11683 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
11684 Remove variables.
11685 (fetch_core_registers): Remove function.
11686 (sparc64fbsd_core_fns): Remove variable.
11687 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
11688 functions.
11689 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
11690 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
46b58ce9 11691 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
4f7ec84e 11692
4e7b0cd3
MK
11693 * sparcnbsd-tdep.c: Include "regset.h".
11694 (fetch_core_registers): Remove function.
11695 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
11696 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
11697 functions.
11698 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
11699 TDEP->fpregset.
46b58ce9 11700 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
4e7b0cd3 11701
a54124c5
MK
11702 * sparc-tdep.h (struct regset): Provide opaque declaration.
11703 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
11704 fpregset and sizeof_fpregset members.
11705 * sparc-tdep.c (struct regset): Provide opaque declaration.
11706 (sparc_regset_from_core_section): New function.
11707 (sparc32_gdbarch_init): Initialize TDEP->gregset,
11708 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
11709 Set regset_from_core_section when appropriate.
11710
29ff87c5
MK
117112004-01-10 Mark Kettenis <[email protected]>
11712
79b1ab3d
MK
11713 * x86-64-tdep.c (amd64_non_pod_p): New function.
11714 (amd64_classify_aggregate): Return class memory for non-POD
11715 C++ structure types.
11716
6470d250
MK
11717 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
11718 argument. Use it to reserve a register if necessary.
11719 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
11720 amd64_push_arguments.
11721
562c50c2
MK
11722 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
11723
af233647
MK
11724 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
11725 register numbers in comments.
11726 * x86-64-tdep.h: Update copyright year.
11727 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
11728 Adjust for addition of %cs and %ss.
11729 * amd64fbsd-nat.c: Update copyright year.
11730 (reg_offset): Add register offsets for %cs and %ss.
11731 * amd64fbsd-tdep.c: Update copyright year.
11732 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
11733 (amd64fbsd_sc_reg_offset): Likewise.
11734 * x86-64-linux-nat.c: Update copyright year.
11735 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
11736 and %ss.
11737 * amd64nbsd-nat.c: Update copyright year.
11738 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
11739 * amd64nbsd-tdep.c: Update copyright year.
11740 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
11741 * x86-64-linux-tdep.c: Update copyright year.
11742 (user_to_gdb_regmap): Add mapping for %cs and %ss.
11743 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
11744 * regformats/reg-x86-64.dat: Add %cs and %ss.
11745
29ff87c5
MK
11746 * blockframe.c (inside_entry_func): Reformat. Introduce new local
11747 variables to prevent long lines. Update comments to reflect
11748 reality.
11749
38d518c9
EZ
117502004-01-09 David Carlton <[email protected]>
11751
11752 Checked in by Elena Zannoni <[email protected]>.
11753 * dwarf2read.c (read_namespace): Pull out name-generating code
11754 into namespace_name. Rename previous_namespace to previous_prefix
11755 and processing_current_namespace to processing_current_prefix..
11756 (namespace_name): New function.
11757 (add_partial_symbol): Substitute uses of pdi->name with
11758 actual_name.
11759 * cp-support.h: Rename processing_current_namespace to
11760 processing_current_prefix.
11761 Update copyright year.
11762 * cp-namespace.c: Rename processing_current_namespace to
11763 processing_current_prefix.
11764 Update copyright year.
fe61caab 11765
1e4728e7
AC
117662004-01-09 Andrew Cagney <[email protected]>
11767
11768 * jv-valprint.c, ser-unix.c: Add missing copyright years.
11769
c77c642a
MK
117702004-01-09 Mark Kettenis <[email protected]>
11771
11772 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
11773 complaining.
11774 (process_one_symbol): Deal with N_PATCH stabs.
11775
b44e9041
EZ
117762004-01-09 Elena Zannoni <[email protected]>
11777
11778 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
11779 ifdeffed code.
11780 Update copyright year.
38d518c9 11781
eccfb640
MC
117822004-01-08 Michael Chastain <[email protected]>
11783
11784 * config/pa/tm-hppa.h: Update extern declarations for
11785 hppa32_hpux_frame_saved_pc_in_sigtramp,
11786 hppa32_hpux_frame_base_before_sigtramp, and
11787 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
11788
848c5feb
MC
117892004-01-08 Michael Chastain <[email protected]>
11790
11791 * config/pa/tm-hppah.h: Update copyright years.
11792
3cc5d663
AC
117932004-01-08 Andrew Cagney <[email protected]>
11794
11795 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
11796 (mips_o32_reg_struct_has_addr): Delete function.
11797 (mips_gdbarch_init): Update.
11798 (mips_extract_struct_value_address): Delete function.
11799
bfec0b41
JJ
118002004-01-08 David Mosberger <[email protected]>
11801
11802 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
11803 reality.
11804
16e109ca
AC
118052004-01-07 Andrew Cagney <[email protected]>
11806
6214a8a1
AC
11807 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
11808 architecture's elf flags (when available).
11809
8d5838b5
AC
11810 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
11811 FPU to the start, check the MIPS FPU when looking for an old
11812 architecture.
11813 (set_mipsfpu_single_command): Update the architecture.
11814 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
11815
480d3dd2
AC
11816 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
11817 (mips_mask_address_p): Add "tdep" parameter.
11818 (show_mask_address, mips_addr_bits_remove): Update.
11819 (mips_dump_tdep): Update.
11820 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
11821 (MIPS_STACK_ARGSIZE): Delete macro.
11822 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
11823 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
11824 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
11825 (mips_dump_tdep): Update.
11826 (MIPS_SAVED_REGSIZE): Delete macro.
11827 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
11828 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
11829 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
11830 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
11831 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
11832 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
11833 (mips_pop_frame, return_value_location): Update.
11834 (mips_n32n64_return_value, mips_dump_tdep): Update.
11835
ec03c1ac
AC
11836 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
11837 MIPS ABI.
11838
16e109ca
AC
11839 * mips-tdep.c: Update copyright.
11840 (mips_gdbarch_init): Merge two code blocks handling the register
11841 name and number layout.
11842
15255275
MS
118432004-01-02 Pawel Ostrowski <[email protected]>
11844
11845 * tracepoint.c (validate_actionline): Fix segv at EOF
11846
9f9057da
MC
118472004-01-07 Michael Chastain <[email protected]>
11848
11849 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
11850 properly for static fields.
11851
0127c0d3 118522004-01-06 Jeff Johnston <[email protected]>
91562f53 11853 Jason Molenda <[email protected]>
0127c0d3
JJ
11854
11855 * disasm.c: Update copyright to include 2004.
11856 (do_mixed_source_and_assembly): For uiout asm list
11857 and tuple cleanups, initialize to null_cleanup instead of
fe61caab 11858 NULL and do so prior to loop. Only reset when we close off
0127c0d3 11859 the tuple/list. Move check for whether to close off the
fe61caab 11860 asm tuple/list to after dump_insns call where it will be run
0127c0d3
JJ
11861 on each loop iteration.
11862
5269965e
AC
118632004-01-05 Andrew Cagney <[email protected]>
11864
54f1137d
AC
11865 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
11866 should be a switch case and not a label.
11867 * mips-tdep.c (mips32_next_pc): Delete unused labels
11868 "greater_equal_branch" and "less_zero_branch".
11869 * jv-valprint.c (java_print_value_fields): Delete unused label
11870 "flush_it".
11871
5269965e
AC
11872 * target.c (unpush_target): Only close a target that is in the
11873 target stack.
11874
dbc22fa1
MK
118752004-01-05 Mark Kettenis <[email protected]>
11876
9515395e
MK
11877 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
11878 address from [sp + 64] instead of %o2.
11879
dbc22fa1
MK
11880 * frame.c (get_prev_frame): Don't try to unwind the PC. This
11881 fixes PR backtrace/1476.
11882
5439edaa
AC
118832004-01-05 Andrew Cagney <[email protected]>
11884
11885 * libunwind-frame.h (struct frame_id): Add opaque declaration,
11886 move to start of file.
11887 * i386-tdep.h (struct regcache): Add opaque declaration.
11888 * config/ia64/nm-linux.h (struct target_ops): Add opaque
11889 declaration.
11890 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
11891 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
11892 * win32-nat.c (fake_create_process): Use ISO C style definition.
11893 * stabsread.c (define_symbol): Delete #ifndef
11894 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
11895 stabs_argument_has_addr call, macro never defined.
11896
19061abe
MC
118972004-01-04 Michael Chastain <[email protected]>
11898
11899 * op50-rom.c: Delete.
11900 * w89k-rom.c: Delete.
11901 * Makefile.in: Remove references.
11902
e53bef9f
MK
119032004-01-04 Mark Kettenis <[email protected]>
11904
11905 * x86-64-tdep.c: Update copyright year.
11906 (struct amd64_register_info): Rename from x86_64_register_info.
11907 (amd64_register_info): Rename from x86_64_register_info.
11908 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
11909 (amd64_register_name): Rename from x86_64_register_name.
11910 (amd64_register_type): Rename from x86_64_register_type.
11911 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
11912 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
11913 (amd64_dwarf_reg_to_regnum): Rename from
11914 x86_64_dwarf_reg_to_regnum.
11915 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
11916 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
11917 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
11918 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
11919 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
11920 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
11921 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
11922 (amd64_frame_cache): Rename from x86_64_frame_cache.
11923 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
11924 (amd64_frame_prev_register): Rename from
11925 x86_64_frame_prev_register.
11926 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
11927 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
11928 (amd64_sigtramp_frame_cache): Rename from
11929 x86_64_sigtramp_frame_cache.
11930 (amd64_sigtramp_frame_prev_register): Rename from
11931 x86_64_sigtramp_frame_prev_register.
11932 (amd64_sigtramp_frame_unwind): Rename from
11933 x86_64_sigtramp_frame_unwind.
11934 (amd64_sigtramp_frame_sniffer): Rename from
11935 x86_64_sigtramp_frame_sniffer.
11936 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
11937 (amd64_frame_base): Rename from x86_64_frame_base.
11938 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
11939 (amd64_frame_align): Rename from x86_64_frame_align.
11940 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
11941 (amd64_regset_from_core_section): Rename from
11942 x86_64_regset_from_core_section.
11943 (x86_64_init_abi): Update comments.
11944
fca6aa58
NR
119452004-01-04 Nick Roberts <[email protected]>
11946
11947 * MAINTAINERS (write after approval): Add myself.
11948
8ada74e3
MK
119492004-01-04 Mark Kettenis <[email protected]>
11950
11951 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
11952 `float' arguments.
11953
5154b0cd
MK
119542004-01-04 Mark Kettenis <[email protected]>
11955
11956 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
11957 such that it mentions a specific version of GCC that exhibits this
11958 bug.
11959
fb316966
MK
119602004-01-03 Mark Kettenis <[email protected]>
11961
200cc553
MK
11962 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
11963 structure that has a single `float' member, store it in %f1 in
11964 addition to %f0.
11965
e226a4a0
MK
11966 * sparc-sol2-nat.c: Add missing '\'.
11967
b9d4c5ed
MK
11968 * sparc-tdep.c (sparc32_return_value): New function.
11969 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
11970 Remove functions.
11971 (sparc32_gdbarch_init): Set return_value, don't set
11972 extract_return_value, store_return_value, use_struct_convention
11973 and return_value_on_stack.
11974
fb316966
MK
11975 * sparc-sol2-nat.c: Add missing ')'.
11976
1af510a8
JB
119772004-01-03 J. Brobecker <[email protected]>
11978
11979 * infrun.c (handle_step_into_function): New function.
11980 (handle_inferior_event): Extract out some code into the new
11981 function above.
11982
5cf4d23a
JB
119832004-01-03 J. Brobecker <[email protected]>
11984
11985 * infrun.c (handle_inferior_event): Move the declaration of
11986 real_stop_pc inside the if blocks where it is used.
11987
60af1db2
MK
119882004-01-03 Mark Kettenis <[email protected]>
11989
11990 * sparc64-tdep.c (sparc64_16_byte_align_p)
11991 (sparc64_store_floating_fields, sparc64_store_floating_fields):
11992 Use check_typedef to get subtypes of structures and unions.
11993 (sparc64_store_return_value): Fix calculation of the appropriate
11994 offset into VALBUF when storing a structure or union.
11995 (sparc64_return_value): New function.
11996 (sparc64_use_struct_convention): Remove function.
11997 (sparc64_init_abi): Set return_value, don't set
11998 extract_return_value, store_return_value and
11999 use_struct_convention.
12000
1a901d3f
EZ
120012004-01-03 Eli Zaretskii <[email protected]>
12002
12003 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
12004 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
12005 gdb/config/alpha/xm-alphaosf.h,
12006 gdb/config/powerpc/tm-ppcle-eabi.h,
12007 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
12008 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
12009 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
12010 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
12011 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
12012 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
12013 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
12014 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
12015 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
12016 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
12017 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
12018 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
12019 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
12020 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
12021 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
12022 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
12023 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
12024 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
12025 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
12026 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
12027 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
12028 Remove lines for .cvsignore files.
12029
ef52e463
JB
120302004-01-03 J. Brobecker <[email protected]>
12031
12032 * infrun.c: Back out the previous change.
12033
cb1bf9dc
MK
120342004-01-03 Mark Kettenis <[email protected]>
12035
f0424ef6
MK
12036 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
12037 sparc-*-sunos4* to the list of REMOVED configurations.
12038
cb1bf9dc
MK
12039 * configure.tgt: Add back sparc-*-vxworks*.
12040 * remote-vxsparc.c: Remove all includes except for "defs.h",
12041 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
12042 Include "sparc-tdep.h".
12043 (SPARC_R_G1): New define.
12044 (vxsparc_gregset): New variable.
12045 (ext_format_sparc): Remove extern declaration.
12046 (vx_read_register): Rewrite to use sparc32_supply_gregset and
12047 sparc32_supply_fpregset.
12048 (vx_write_register): Rewrite to use sparc32_collect_gregset,
12049 sparc_collect_rwindow and sparc32_collect_fpregset.
12050 * config/sparc/tm-vxworks.h: New file, based on recently removed
12051 tm-vxsparc.h.
12052 * config/sparc/vxworks.mt: New file, based on recently removed
12053 vxworks.mt.
fe61caab 12054
5e938f9f
JB
120552004-01-03 J. Brobecker <[email protected]>
12056
12057 * infrun.c (handle_step_into_function): New function.
12058 (handle_inferior_event): Extract out some code into the new
12059 function above.
12060
386c036b
MK
120612004-01-02 Mark Kettenis <[email protected]>
12062
12063 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
12064 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
12065 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
12066 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
12067 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
12068 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
12069 (sparc_nat_h): New variable.
12070 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
12071 (tm-sun4os4.h): Remove dependency.
12072 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
12073 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
12074 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
12075 sparc-tdep.o): Update dependencies.
12076 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
12077 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
12078 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
12079 dependencies.
12080 * configure.host: Remove existing sparc-*-lynxos*,
12081 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
12082 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
12083 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
12084 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
12085 triplets.
12086 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
12087 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
12088 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
12089 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
12090 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
12091 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
12092 sparc64-*-solaris2* and sparc64-*-* triplets.
12093 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
12094 "symtab.h" and "objfiles.h".
12095 (BIAS): Remove define.
12096 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
12097 (X_DISP19): Remove macros.
12098 (sparc_fetch_instruction): Remove function.
12099 (struct gdbarch_tdep): Remove definition.
12100 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
12101 (sparc_breakpoint_from_pc): Remove function.
12102 (struct sparc64_frame_cache): Remove definition.
12103 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
12104 sparc64_unwind_pc): Remove functions.
12105 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
12106 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
12107 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
12108 (sparc64_frame_cache): Change return type to `struct
12109 sparc_frame_cache *'. Simply call sparc_frame_cache.
12110 (sparc64_frame_this_id, sparc64_frame_prev_register,
12111 sparc64_frame_base_address): Use `struct sparc_frame_cache'
12112 instead of `struct sparc64_frame_cache.
12113 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
12114 sparc_analyze_control_transfer, sparc_software_single_step,
12115 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
12116 _initialize_sparc64_tdep): Remove functions.
12117 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
12118 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
12119 macros.
12120 (sparc64_supply_gregset, sparc64_collect_gregset,
12121 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
12122 (sparc64_init_abi): New function.
12123 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
12124 inclusion guard. Include "sparc-tdep.h".
12125 (BIAS): Define.
12126 (r_tstate_offset, r_fprs_offset): New defines.
12127 (enum sparc_regnum): Remove defenition.
12128 (enum sparc64_regnum): Reformat.
12129 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
12130 (sparc64_init_abi, sparc64_supply_gregset,
12131 sparc64_collect_gregset, sparc64_supply_fpregset,
12132 sparc64_collect_fpregset): New prototypes.
12133 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
12134 Add extern declarations.
12135 (sparc64_sol2_init_abi): New prototype.
12136 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
12137 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
12138 prototypes.
12139 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
12140 "sparnbsd-nat.h".
12141 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
12142 functions.
12143 (_initialize_sparc64fbsd_nat): Remove initialization of
12144 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
12145 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
fe61caab 12146 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
386c036b
MK
12147 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
12148 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
12149 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
12150 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
12151 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
12152 (sparc64fbsd_r_y_offset): Remove variables.
12153 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
12154 Make static and const.
12155 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
12156 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
12157 functions.
12158 (sparc64fbsd_gregset): New variable.
12159 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
12160 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
12161 and sparc64_supply_fpregset.
12162 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
12163 (sparc64fbsd_sigtramp_frame_this_id)
12164 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
12165 (sparc64fbsd_sigtramp_frame_unwind): New variable.
12166 (sparc64fbsd_sigtramp_frame_sniffer): New function.
12167 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
12168 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
12169 * sparcnbsd-tdep.c: Update copyright year. Include
12170 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
12171 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
12172 "value.h" and "sparcnbsd-tdep.h".
12173 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
12174 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
12175 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
12176 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
12177 defines.
12178 (sparcnbsd_gregset): New variable.
12179 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
12180 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
12181 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
12182 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
12183 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
12184 variables.
12185 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
12186 (sparc32nbsd_sigcontext_frame_this_id)
12187 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
12188 (sparc32nbsd_sigcontext_frame_unwind): New variable.
12189 (sparc32nbsd_sigtramp_frame_sniffer): New function.
12190 (sparcnbsd_get_longjmp_target_32,
12191 sparcnbsd_get_longjmp_target_64): Remove functions.
12192 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
12193 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
12194 sparcnbsd_init_elf): Remove.
12195 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
12196 (sparcnbsd_elf_init_abi): New functions.
12197 (_initialize_sparcnbsd_tdep): New prototype.
12198 (_initialize_sparnbsd_tdep): Update.
12199 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
12200 corelow.o. Add sparc64-nat.o and sparc-nat.o.
12201 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
12202 * config/sparc/linux.mh: Update comment.
12203 (XM_FILE, HOST_IPC): Remove variables.
12204 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
12205 sparc-linux-nat.o.
12206 * config/sparc/linux.mt: Update comment.
12207 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
12208 * config/sparc/nbsd.mt: Reformat.
12209 * config/sparc/nbsd64.mh: Update comment.
12210 (NATDEPFILES): Add sparc-nat.o.
12211 * config/sparc/nbsd64.mt: Update comment.
12212 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
12213 (TM_FILE): Set to tm-nbsd.h.
12214 * config/sparc/nbsdelf.mh: Update comment.
12215 (NATDEPFILES): Add sparc-nat.o.
12216 (XM_FILE): Delete.
12217 * config/sparc/nbsdaout.mh: Update comment.
12218 (NATDEPFILES): Add sparc-nat.o
12219 (XM_FILE): Delete.
12220 * config/sparc/nm-linux.h: Update copyright year. Don't include
12221 "config/nm-svr4.h" and "solib.h". Add protection against multiple
12222 inclusion.
12223 (KERNEL_U_SIZE): Remove define.
12224 (kernel_u_size): Remove prototype.
12225 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
12226 * config/sparc/nm-nbsd.h: Update copyright. Don't include
12227 "regcache.h".
12228 (CHILD_PREPARE_TO_STORE): Remove define.
12229 * config/sparc/nm-nbsdaout.h: Tweak some comments.
12230 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
12231 sparcnbsd-nat.c: Rewrite files.
12232 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
12233 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
12234 sparcnbsd-tdep.h: Remove files.
12235 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
12236 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
12237 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
12238 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
12239 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
12240 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
12241 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
12242 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
12243 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
12244 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
12245 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
12246 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
12247 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
12248 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
12249 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
12250 * config/sparc/linux64.mh, config/sparc/linux64.mt,
12251 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
12252 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
12253 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
12254
ee84457a
AC
122552004-01-02 Andrew Cagney <[email protected]>
12256
12257 From 2003-12-18 Kazuhiro Inaoka:
12258 * configure.host: Add m32r-linux target.
12259
0bc2134e
MC
122602004-01-02 Michael Chastain <[email protected]>
12261
12262 * top.c (print_gdb_version): Update year to 2004.
12263
89a72f9c
MM
122642004-01-02 Mark Mitchell <[email protected]>
12265
12266 * MAINTAINERS: Add myself to the write-after-approval category.
12267
86b013ed
DJ
122682004-01-02 Daniel Jacobowitz <[email protected]>
12269
12270 From Bernardo Innocenti <[email protected]>:
12271 * configure.tgt: Add uClinux target.
12272
e42c9534
AC
122732004-01-02 Andrew Cagney <[email protected]>
12274
12275 * utils.c (do_my_cleanups): Make static, add forward declaration.
12276 * defs.h (do_my_cleanups): Delete declaration.
12277
162467d3
EZ
122782004-01-02 Eli Zaretskii <[email protected]>
12279
12280 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
12281 bfd/ChangeLog-0203.
12282
78434e59
MK
122832004-01-02 Mark Kettenis <[email protected]>
12284
12285 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
12286 in <machine/reg.h>.
12287 * configure, config.in: Regenerate.
12288
48efe704
AC
12289For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
12290tui/ChangeLog-1998-2003.
c906108c
SS
12291\f
12292Local Variables:
12293mode: change-log
12294left-margin: 8
12295fill-column: 74
12296version-control: never
12297End:
This page took 2.791827 seconds and 4 git commands to generate.