* tui/tui.c: Include <readline/readline.h> instead of
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
9671aeef
MK
12004-02-28 Mark Kettenis <kettenis@gnu.org>
2
3 * tui/tui.c: Include <readline/readline.h> instead of
4 "readline/readline.h". Include it after <term.h> and
5 "gdb_curses.h".
6
fca7aa43
AC
72004-02-27 Andrew Cagney <cagney@redhat.com>
8
412275d5
AC
9 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
10 the new frame unwind code.
11 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
12 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
13 PCOQ_HEAD_REGNUM.
14
fca7aa43
AC
15 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
16 "return_value" and "push_dummy_call".
17 (hppa32_use_struct_convention): Delete unused function.
18 (hppa32_store_return_value): Delete unused function.
19 (hppa32_extract_return_value): Delete unused function.
20 (hppa32_stack_align): Delete function.
21
e6a8a7d2
EZ
222004-02-27 Eli Zaretskii <eliz@elta.co.il>
23
24 * coffread.c (enter_linenos): Don't let rawptr reference memory
25 outside linetab[]'s limits.
26
1797a8f6
AC
272004-02-27 Andrew Cagney <cagney@redhat.com>
28
29 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
30 inferior stack space - the stack needs to grow upwards.
31 (hppa32_frame_align): New function.
32 (hppa64_frame_align): Replace hppa_frame_align.
33 (hppa_gdbarch_init): Update.
34
2e4b5889
OF
352004-02-26 Orjan Friberg <orjanf@axis.com>
36
37 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
38 (dwarf2-frame.h): Include.
39 (enum cris_regnums): New enum CRIS_FP_REGNUM.
40 Remove static variables related to ABI setting.
41 (struct gdbarch_tdep): Remove cris_abi member.
42 (struct frame_extra_info): Remove.
43 (cris_unwind_cache, stack_item): New structs.
44 (cris_frame_unwind, cris_frame_base): New variables.
45 (push_stack_item, pop_stack_item)
46 (cris_frame_unwind_cache, cris_frame_this_id)
47 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
48 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
49 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
50 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
51 (cris_reg_struct_has_addr): New functions.
52 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
53 (cris_frame_saved_pc, cris_saved_pc_after_call,
54 (cris_store_struct_return, cris_frameless_function_invocation)
55 (cris_pop_frame, cris_skip_prologue_main)
56 (cris_abi_original_store_return_value)
57 (cris_abi_v2_store_return_value)
58 (cris_abi_original_extract_return_value)
59 (cris_abi_v2_extract_return_value)
60 (cris_abi_original_reg_struct_has_addr)
61 (cris_abi_v2_reg_struct_has_addr)
62 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
63 (cris_push_return_address, cris_abi_update): Remove.
64 (_initialize_cris_tdep): Remove ABI command.
65 (cris_dump_tdep): Ditto.
66 (cris_gdbarch_init): Remove ABI command.
67 Set store_return_value, extract_return_value, push_dummy_code,
68 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
69 frame_unwind_append_sniffer, frame_base_set_default.
70 Clear deprecated init_frame_pc, push_arguments, store_return_value,
71 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
72 sizeof_call_dummy_words, get_saved_register, push_return_address,
73 pop_frame, store_struct_return, frame_init_saved_regs,
74 init_extra_frame_info, frameless_function_invocation, frame_chain,
75 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
76 dummy_write_sp.
77
6b9acc27
JJ
782004-02-26 Jeff Johnston <jjohnstn@redhat.com>
79
80 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
81 * valprint.c (print_hex_chars): Change from static to external.
82 (print_char_chars): New function.
83 * printcmd.c (print_scalar_formatted): For integer and enum types
84 that are longer than LONGEST, perform processing via appropriate
85 print_*_chars routines.
86
a431654a
AC
872004-02-26 Andrew Cagney <cagney@redhat.com>
88
89 * Makefile.in: Update dependencies.
90 Changes from Ulrich Weigand,
91 * s390-tdep.c: Include "dwarf2-frame.h".
92 (s390_dwarf2_frame_init_reg): New function.
93 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
94 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
95
fa8d40ab
JJ
962004-02-26 Jeff Johnston <jjohnstn@redhat.com>
97
98 * breakpoint.c (pending_break_support): New setting variable.
99 (break_command_1): Account for pending_break_support setting
100 when creating pending breakpoints.
101 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
102 (_initialize_breakpoint): Add "set breakpoint pending" and
103 "show breakpoint pending" commands.
104
0dcd613f
AC
1052004-02-26 Andrew Cagney <cagney@redhat.com>
106
107 Fix PR i18n/1570.
108 * charset.c (backslashable, backslashed, represented): Remove 'e'
109 from list of escaped characters, not part of ISO-C.
110
479272a3
JB
1112004-02-25 J. Brobecker <brobecker@gnat.com>
112
113 From Peter Schauer <schauer@pdf.de>:
114 * tui/tui.c: Move system header includes after local includes.
115 Fixes a build failure on solaris systems.
116
7613d933
JB
1172004-02-25 J. Brobecker <brobecker@gnat.com>
118
119 * configure.in: Refine the previous change.
120 * configure: Regenerate.
121
9c1488cb
MK
1222004-02-25 Mark Kettenis <kettenis@gnu.org>
123
124 * amd64-tdep.h: Renamed from x86-64-tdep.h.
125 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
126 "amd64-tdep.h" instead of "x86-64-tdep.h".
127 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
128 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
129 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
130 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
131 and "x86-64-tdep.c".
132 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
133 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
134 and "x86-64-tdep.c".
135 * amd64bsd-nat.c: Update copyright year.
136 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
137 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
138 "x86-64-tdep.h".
139 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
140 "x86-64-tdep.h".
141 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
142 "x86-64-tdep.h".
143 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
144 "x86-64-tdep.h".
145 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
146 "x86-64-tdep.h".
147 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
148 "x86-64-tdep.h".
149 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
150 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
151 * Makefile.in (amd64_linux_tdep_h): Renamed from
152 x86_64_linux_tdep_h.
153 (amd64_tdep_h): Renamed from x86_64_tdep_h.
154 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
155 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
156 (amd64obsd-tdep.o): Update dependencies.
157 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
158 dependencies.
159 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
160 dependencies.
161 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
162 amd64-linux-nat.c amd64-linux-tdep.c.
163 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
164 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
165 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
166 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
167 amd64-tdep.o and amd64-linux-tdep.o.
168 (TM_FILE): Set to tm-linux64.h.
169 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
170 (NAT_FILE): Set to nm-linux64.h.
171 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
172 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
173 amd64-tdep.o.
174 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
175 amd64-tdep.o.
176 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
177 amd64-tdep.o.
178
4b8dad4a
RM
1792004-02-25 Roland McGrath <roland@redhat.com>
180
181 * remote.c (remote_protocol_qPart_auxv): New variable.
182 (init_all_packet_configs): Initialize it.
183 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
184 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
185 (show_remote_cmd): Call it.
186 (_initialize_remote): Initialize commands.
187 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
188 service TARGET_OBJECT_AUXV requests.
189
66745969
JB
1902004-02-25 J. Brobecker <brobecker@gnat.com>
191
192 * configure.in: Make sure that the wborder function is available.
193 Otherwise, search for it in the cur_colr library.
194 * configure: Regenerate.
195
79508e1e
AC
1962004-02-25 Andrew Cagney <cagney@redhat.com>
197
198 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
199
571ee600
MK
2002004-02-25 Mark Kettenis <kettenis@gnu.org>
201
202 * config/i386/tm-x86-64linux.h: Tweak comments.
203
2b1b322f 2042004-02-25 Richard Sandiford <rsandifo@redhat.com>
ad74788f
RS
205
206 * MAINTAINERS: Add self to write-after-approval list.
207
4d2acc65
AC
2082004-02-25 Andrew Cagney <cagney@redhat.com>
209
4b8dad4a 210 PR cli/1566. Problem found, and fix suggested by David Allan.
4d2acc65
AC
211 * cli/cli-script.c (execute_control_command): Unconditionally
212 install a cleanup. Default "ret" to "invalid_control". Use
213 "break" instead of "return" to escape from the switch.
214
4cfcaf21
JB
2152004-02-24 J. Brobecker <brobecker@gnat.com>
216
217 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
218 with the lines macro defined in term.h on AiX.
219 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
220 a collision with the label_width macro defined in term.h on AiX.
221
54a5c8d8
KB
2222004-02-23 David Mosberger <davidm@hpl.hp.com>
223
224 Committed by Kevin Buettner <kevinb@redhat.com>.
225
226 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
227 * ia64-tdep.c (ia64_write_pc): Make it a global function.
228 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
229 instead of ia64_write_pc().
230 * ia64-linux-tdep.c (regcache.h): Include.
231 (ia64_linux_write_pc): New function.
4b8dad4a 232
8a1dac83
RM
2332004-02-23 Roland McGrath <roland@redhat.com>
234
235 * auxv.c (info_auxv_command): Fix typos in error messages.
236
90f90721
MK
2372004-02-23 Mark Kettenis <kettenis@gnu.org>
238
8a1dac83 239 * x86-64-tdep.h: Tweak comment.
90f90721
MK
240 (enum amd64_regnum): New.
241 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
242 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
243 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
244 (X86_64_XMM1_REGNUM): Removed.
245 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
246 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
247 prototypes for renamed functions.
248 * x86-64-tdep.c: Fix typo.
249 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
250 register numbers.
251 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
252 Use constants from `enum amd64_regnum' for register numbers.
253 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
254 (amd64_analyze_prologue, amd64_frame_cache,
255 amd64_sigtramp_frame_cache): Use constants from `enum
256 amd64_regnum' for register numbers.
257 (amd64_supply_fpregset): Adjust for renamed functions.
258 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
259 `enum amd64_regnum' for register numbers.
260 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
261 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
262 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
263 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
264 (amd64_linux_fill_gregset): Adjust for renamed macros.
265 (fetch_core_registers): Adjust for renamed functions.
266 (amd64_linux_init_abi): Adjust for renamed functions.
267 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
268 renamed functions.
269 * amd64-nat.c: Adjust for renamed macros.
270 * amd64bsd-nat.c (fetch_inferior_registers)
271 (store_inferior_registers): Use constants from `enum amd64_regnum'
272 for register numbers. Adjust for renamed variables.
273 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
274 renamed variables.
275 (_initialize_amd64fbsd_nat): Use constants from `enum
276 amd64_regnum' for register numbers.
277 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
278 `enum amd64_regnum' for register numbers.
279 (amd64fbsd_init_abi): Adjust for renamed functions.
280 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
281 `enum amd64_regnum' for register numbers.
282 (amd64nbsd_init_abi): Adjust for renamed functions.
283 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
284 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
285 `enum amd64_regnum' for register numbers.
286 (amd64obsd_init_abi): Adjust for renamed functions.
287 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
288
d5479188
JJ
2892004-02-23 Jeff Johnston <jjohnstn@redhat.com>
290
291 * breakpoint.c (print_one_breakpoint): Do not output spaces
292 after printing <PENDING> for a pending breakpoint.
293
81cb7cc9
JJ
2942004-02-23 Jeff Johnston <jjohnstn@redhat.com>
295
296 * printcmd.c (print_scalar_formatted): Initialize val_long
297 to remove compiler warning message.
298
cbdeadca
JJ
2992004-02-23 Jeff Johnston <jjohnstn@redhat.com>
300
301 * defs.h (nquery, yquery): New prototypes.
302 * breakpoint.c (break_command_1): Use new nquery interface.
303 * utils.c (defaulted_query, nquery, yquery): New functions.
304
da6bab63
AC
3052004-02-23 Andrew Cagney <cagney@redhat.com>
306
2f690297
AC
307 * hppa-tdep.c (hppa_frame_align): New function.
308 (hppa32_push_dummy_call): New function.
309 (hppa64_push_dummy_call): New function.
310 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
311 disabled.
8a1dac83 312
da6bab63
AC
313 * infcall.c (legacy_push_dummy_code): Don't call deprecated
314 FIX_CALL_DUMMY when push_dummy_call is available.
315 (call_function_by_hand, push_dummy_code): Ditto.
316
abf9b42d
AC
3172004-02-22 Andrew Cagney <cagney@redhat.com>
318
319 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
320 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
321 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
322 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
323 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
324 call_dummy_location to ON_STACK.
325
10fc94a4
MK
3262004-02-22 Mark Kettenis <kettenis@gnu.org>
327
51433e4b
MK
328 * x86-64-linux-tdep.c: Tweak comment.
329 (amd64_linux_supply_gregset): Renamed from
330 x86_64_linux_supply_gresget.
331 (amd64_linux_fill_gregset): Renamed from
332 x86_64_linux_fill_gregset.
333 (fetch_core_registers): Adjust for renamed functions.
334 (amd64_core_fns): Renamed from x86_64_core_fns.
335 (amd64_linux_sigtramp_start): Renamed from
336 x86_64_linux_sigtramp_start.
337 (amd64_linux_pc_in_sigtramp): Renamed from
338 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
339 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
340 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
341 (amd64_linux_sigcontext_addr): Renamed from
342 x86_64_linux_sigcontext_addr.
343 (amd64_linux_sc_reg_offset): Renamed from
344 x86_64_linux_sc_reg_offset.
345 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
346 Adjust for renamed functions and variables.
347 (_initialize_amd64_linux_tdep): Renamed from
348 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
349 variables.
350 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
351 Adjust for renamed functions.
352
430eaf2e
MK
353 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
354 from x86_64_linux_gregset64_reg_offset.
355 (amd64_linux_gregset32_reg_offset): Rename from
356 x86_64_linux_gregset64_reg_offset.
357 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
358 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
359 (amd64_linux_dr_set_control): Renamed from
360 x86_64_linux_dr_set_control. Adjust for renamed functions.
361 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
362 Adjust for renamed functions.
363 (amd64_linux_dr_reset_addr): Renamed from
364 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
365 (amd64_linux_dr_get_status): Renamed from
366 x86_64_linux_dr_get_status. Adjust for renamed functions.
367 (_initialize_amd64_linux_nat): Renamed from
368 _initialize_x86_64_linux_nat. Adjust for renamed variables and
369 functions.
370 * config/i386/nm-x86-64linux.h: Update copyright year.
371 Adjust for renamed functions.
372
10fc94a4
MK
373 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
374 amd64fbsd_sigtramp_start.
375 (amd64fbsd_sigtramp_end_addr): Renamed from
376 amd64fbsd_sigtramp_end.
377 (amd64fbsd_init_abi): Adjust for renamed variables.
378 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
379 variables.
380 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
381 amd64fbsd_sigtramp_start.
382 (amd64fbsd_sigtramp_end_addr): Renamed from
383 amd64fbsd_sigtramp_end.
384
343af405
AC
3852004-02-22 Andrew Cagney <cagney@redhat.com>
386
537987fc
AC
387 * hppa-tdep.c (hppa32_return_value): New function.
388 (hppa64_return_value): New function.
389 (hppa_gdbarch_init): Set return_value; keep disabled.
390
fad850b2
AC
391 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
392 struct-return and inferior function call methods.
393
26d08f08
AC
394 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
395 "frame-base.h".
396 (struct hppa_frame_cache): Define.
397 (hppa_frame_cache, hppa_frame_this_id): New functions.
398 (hppa_frame_prev_register): New function.
399 (hppa_frame_unwind, hppa_frame_base): New variables.
400 (hppa_frame_unwind_sniffer): New function.
401 (hppa_frame_base_address, hppa_unwind_pc): New function.
402 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
403 sniffer, and frame base sniffer; keep disabled.
404 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
405 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
406
e7d7bd65
AC
407 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
408 to predicates for "seriously old code".
409
e963316f
AC
410 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
411 runtime if(0).
412
56132691
AC
413 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
414 unsigned.
415 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
e963316f 416
343af405
AC
417 * config/pa/tm-hppa.h: Update copyright.
418 (DEPRECATED_INIT_FRAME_PC): Delete macro.
419 (deprecated_init_frame_pc_default): Delete declaration.
420 (hppa_frame_init_saved_regs): Delete declaration.
421 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
422 * hppa-tdep.c: Include "arch-utils.h".
423 (hppa_gdbarch_init): Set deprecated init_frame_pc
424 and deprecated frame_init_saved_regs.
425 (hppa_frame_init_saved_regs): Make static.
426
f5859b4d
MK
4272004-02-22 Mark Kettenis <kettenis@gnu.org>
428
86f6f8e7 429 Remove old 386BSD support.
cf7c5c23 430 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
86f6f8e7
MK
431 * configure.host: Remove i[34567]86-*-bsd*.
432 * configure.tgt: Remove i[34567]86-*-bsd*.
433 * i386b-nat.c: Removed.
434 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
cf7c5c23
MK
435 (i386b-nat.o): Remove dependencies.
436
86f6f8e7
MK
437 * config/i386/i386bsd.mh: Removed.
438 * config/i386/i386bsd.mt: Removed.
439 * config/i386/nm-i386bsd.h: Removed.
440 * config/i386/tm-i386bsd.h: Removed.
441 * config/i386/xm-i386bsd.h: Removed.
442
971218cd
MK
443 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
444
7e654c37
MK
445 * amd64fbsd-tdep.c: Include "solib-svr4.h".
446 (amd64fbsd_init_abi): Set link map offsets.
447 * amd64nbsd-tdep.c: Include "slib-svr4.h".
448 (amd64nbsd_init_abi): Set link map offsets.
449 * amd64obsd-tdep.c: Include "solib-svr4.h".
450 (amd64obsd_init_abi): Set link map offsets.
451 * i386fbsd-tdep.c: Include "solib-svr4.h".
452 (i386fbsd_init_abi): Set link map offsets.
453 * i386nbsd-tdep.c: Include "solib-svr4.h".
454 (i386nbsdelf_init_abi): Set link map offsets.
455 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
456 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
457 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
458 solib-legacy.o and core-aout.o. Reformat.
459 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
460 solib-svr4.o, solib-legacy.o. Reformat.
461 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
462 * config/i386/nbsdelf.mh: Reformat.
463 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
464 solib-svr4.o, solib-legacy.o and corelow.o.
465 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
466 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
467 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
468 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
469 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
470 (TM_FILE): Set to tm-fbsd.h.
471 * config/i386/nbsd.mt (TDEPFILES): Reformat.
472 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
473 solib-svr4.o.
474 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
475 solib-svr4.o.
476 (TM_FILE): Set to nm-nbsd.h.
477 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
478 Simplify shared library support. Don't include "elf/common.h".
479 (SVR4_SHARED_LIBS): Don't define.
480 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
481 "solib.h".
482 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
483 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
484 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
485 Don't include "i386/tm-i386.h". Include "solib.h".
486 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
487 Don't include "i386/tm-i386.h".
488 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
489 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
490 Include "i386/xm-i386.h".
491 (HOST_LONG_DOUBLE_FORMAT): Remove.
492
5d93ae8c
MK
493 Fix OpenBSD/i386 sigtramp recognition.
494 * i386-tdep.h: Update copyright year.
495 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
496 (i386bsd_sigtramp_end): New prototypes.
497 (i386fbsd_sigtramp_start_addr): Renamed from
498 i386fbsd_sigtramp_start.
499 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
500 (i386obsd_sigtramp_start_addr): Renamed from
501 i386obsd_sigtramp_start.
502 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
503 * i386bsd-tdep.c: Update copyright year.
504 (i386bsd_pc_in_sigtramp): Make public.
505 * i386fbsd-nat.c: Update copyright year.
506 (_initialize_i386fbsd_nat): Adjust for renamed variables.
507 * i386fbsd-tdep.c: Update copyright year.
508 (i386fbsd_sigtramp_start_addr): Renamed from
509 i386fbsd_sigtramp_start.
510 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
511 (i386fbsdaout_init_abi): Adjust for renamed variables.
512 * i386obsd-nat.c: Update copyright year.
513 (_initialize_i386obsd_nat): Adjust for renamed variables.
514 * i386obsd-tdep.c: Include "target.h".
515 (i386obsd_page_size): New variable.
516 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
517 (i386obsd_sigtramp_end): New functions.
518 (i386obsd_sigtramp_start_addr): Renamed from
519 i386obsd_sigtramp_start.
520 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
521 (i386obsd_init_abi): Adjust for renamed variables. Set
522 pc_in_sigtramp, sigtramp_start and sigtramp_end.
523 * Makefile.in (i386obsd-tdep.o): Update dependencies.
524
84d04465
MK
525 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
526 trampoline change in OpenBSD kernel.
527
b053aceb
MK
528 * amd64-nat.c: Update copyright year.
529 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
530 architecture from REGCACHE.
531
f5859b4d
MK
532 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
533 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
534
e4bbbda8
MK
5352004-02-21 Mark Kettenis <kettenis@gnu.org>
536
ba361932
MK
537 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
538 i[34567]86-*-openbsd3.[0-3].
539 * config/i386/obsdaout.mh: New file.
540
d3e48264
MK
541 * config/i386/obsd.mh (MH_FLAGS): Remove.
542
60a6eeb6
MK
543 Fix PR build/1549.
544 * i386obsd-tdep.c: Update copyright years. Include
545 "solib-svr4.h".
546 (i386obsd_init_abi): Don't set regset_from_core_section here.
547 (i386obsd_aout_init_abi): New function. Set
548 regset_from_core_section here.
549 (i386obsd_elf_init_abi): New function.
550 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
551 * Makefile.in (i386obsd-tdep.o): Update dependecies.
552 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
553 (TM_FILE): Set to tm-nbsd.h.
554
555 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
556 solib-sunos.o.
557
e4bbbda8
MK
558 * solib-svr4.h: Update copyright year.
559 (svr4_ilp32_fetch_link_map_offsets)
560 (svr4_lp64_fetch_link_map_offsets): New prototype.
561 * solib-svr4.c: Update copyright year.
562 (svr4_ilp32_fetch_link_map_offsets)
563 (svr4_lp64_fetch_link_map_offsets): New function.
564
f6fe98ef
DJ
5652004-02-20 Daniel Jacobowitz <drow@mvista.com>
566
567 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
568 to the partial symbol table.
569
589ca796
JB
5702004-02-20 J. brobecker <brobecker@gnat.com>
571
572 * PROBLEMS: Add description of problem documented under gdb/1560.
573
2031c21a
MK
5742004-02-20 Mark Kettenis <kettenis@gnu.org>
575
30b344b1
MK
576 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
577 comments.
578 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
579 functions.
580 (amd64obsd_init_abi): Reorder initializations. Use
581 amd64obsd_r_reg_offset to initialize the general-purpose register
582 set details. Set regset_from_core_section.
583 (_initialize_amd64obsd_tdep): Rename from
584 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
585 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
586 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
587
2031c21a
MK
588 * NEWS (New native configurations): Mention OpenBSD/alpha.
589 * configure.tgt: Add alpha*-*-openbsd*.
590 * configure.host: Add alpha*-*-openbsd*.
591 * alphanbsd-tdep.c: Update copyright year.
592 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
593
42471775
AC
5942004-02-20 Andrew Cagney <cagney@redhat.com>
595
596 Fix PR tdep/1372.
597 * configure.tgt: Delete target "none-*-*".
598 * configure.host: Delete host "none-*-*".
599 * config/none/none.mh: Delete file.
600 * config/none/none.mt: Delete file.
601 * config/none/xm-none.h: Delete file.
602 * config/none/tm-none.h: Delete file.
603 * config/none/nm-none.h: Delete file.
604
960ccd7d
FF
6052004-02-19 Fred Fish <fnf@redhat.com>
606
607 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
608 cache->uses_fp prior to setting it.
609
5f883edd
FF
6102004-02-19 Fred Fish <fnf@redhat.com>
611
612 Fix for PR breakpoint/1558.
613 * sh-tdep.c (IS_JSR): New macro.
614 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
615
f98c22d5
JB
6162004-02-19 Jim Blandy <jimb@redhat.com>
617
618 * findvar.c (value_from_register): Doc fix.
619
95051d27
JJ
6202004-02-19 Jeff Johnston <jjohnstn@redhat.com>
621
622 * printcmd.c (print_scalar_formatted): Do not check for sizeof
623 type being greater than sizeof of host's LONGEST. Always use
624 unpack_long() unless format 'f' chosen.
625
ccefbec3
EZ
6262004-02-19 Joel Brobecker <brobecker@gnat.com>
627
628 Committed by Elena Zannoni <ezannoni@redhat.com>
2ede629f 629
ccefbec3
EZ
630 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
631 contains a symbol wich is the best, non-exact match for the given
632 pc. Update comments.
633
6342004-02-19 Elena Zannoni <ezannoni@redhat.com>
8a1dac83 635
2ede629f
EZ
636 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
637 macro, which was part of the now removed Mach 3 port.
638 * utils.c (request_quit): Ditto.
639
567ee972
MK
6402004-02-18 Mark Kettenis <kettenis@gnu.org>
641
642 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
643 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
644
50cca7bb
MK
6452004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
646
647 Committed by Mark Kettenis <kettenis@gnu.org>.
648
649 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
650 Define.
651
226361c4
AC
6522004-02-18 Andrew Cagney <cagney@redhat.com>
653
654 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
655 CONFIG_INSTALL and CONFIG_UNINSTALL.
656 * configure: Re-generate.
657 * interps.h (INTERP_TUI): Define.
658 * Makefile.in: Update dependencies.
659 (TUI): New macro.
660 (tui-main.o): Specify dependencies.
661 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
662 * tui/tui-main.c: New file.
663
49cfa46f
MK
6642004-02-18 Mark Kettenis <kettenis@gnu.org>
665
e2879ccb
MK
666 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
667 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
668 dependencies.
669 * configure.host: Add x86_64-*-openbsd*.
670 * configure.tgt: Add x86_64-*-openbsd*.
671 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
672
c43f4bec
MK
673 * tui/tui.c: Don't include <malloc.h>.
674
09ae75b6
MK
675 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
676 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
677 amd64nbsd-tdep.c.
678
49cfa46f 679 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
8a1dac83 680 static. Remove extraneous whitespace.
49cfa46f
MK
681 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
682 static.
683
05957fdb
JB
6842004-02-17 Jim Blandy <jimb@redhat.com>
685
686 * findvar.c (value_from_register): Doc fix.
687
d0f54f9d
JB
6882004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
689
690 Committed by Jim Blandy <jimb@redhat.com>.
e1457d83 691
8a1dac83 692 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
c253954e
JB
693 CORE_ADDR as type for selectors. Correct types for GNU run time
694 message lookup function to use double indirection.
695 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
696 * objc-lang.h (lookup_child_selector): Adapt prototype.
697
9cbd5950
JB
698 * s390-nat.c (SUBOFF): New macro.
699 (supply_gregset, fill_gregset): Use it to handle debugging
700 of 32-bit exectuables running under a 64-bit kernel.
701 * s390-tdep.c: Include "solib-svr4.h".
702 (s390_svr4_fetch_link_map_offset): New function.
703 (s390x_svr_fetch_link_map_offset): Likewise.
704 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
705 * Makefile.in (s390-tdep.o): Update dependencies.
706
a8c99f38
JB
707 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
708 "frame-unwind.h".
709 (s390_readinstruction): Reformat. Use read_memory_nobpt.
710 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
711 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
712 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
713 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
714 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
8a1dac83 715 S390_SIGNAL_FRAMESIZE,
a8c99f38
JB
716 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
717 (struct frame_extra_info): Remove.
718 (s390_memset_extra_info): Remove.
f73b1eff
JB
719 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
720 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
721 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
a8c99f38
JB
722 (is_rse): Renamed to ...
723 (is_rsy): ... this. Support long displacements.
724 (is_rxe): Renamed to ...
725 (is_rxy): ... this. Support long displacements.
726 (compute_x_addr): Support long displacements.
727 (struct s390_prologue_data): New data type.
728 (s390_on_stack): Change API to use struct s390_prologue_data.
729 (s390_store): Reimplement.
730 (s390_load): New function.
731 (s390_get_signal_frame_info): Remove.
732 (s390_get_frame_info): Remove, replace by ...
733 (s390_analyze_prolog): ... this new function.
734 (s390_check_function_end): Remove.
735 (s390_function_start): Remove.
736 (s390_frameless_function_invokation): Remove.
737 (s390_is_sigreturn): Remove.
738 (s390_init_frame_pc_first): Remove.
739 (s390_init_frame_extra_info): Remove.
740 (s390_frame_init_saved_regs): Remove.
741 (s390_frame_saved_pc_nofix): Remove.
742 (s390_frame_saved_pc): Remove.
743 (s390_frame_chain): Remove.
744 (s390_fp_regnum, s390_read_fp): Remove.
745 (s390_pop_frame_regular, s390_pop_frame): Remove.
746 (s390_saved_pc_after_call): Remove.
747 (s390_skip_prologue): Reimplement.
748 (s390_in_function_epilogue_p): Support long displacements.
749 (struct s390_unwind_cache): New data structure.
750 (s390_frame_unwind_cache): New function.
751 (s390_prologue_frame_unwind_cache): Likewise.
752 (s390_backchain_frame_unwind_cache): Likewise.
753 (s390_frame_this_id, s390_frame_prev_register): Likewise.
754 (s390_frame_unwind): Define.
755 (s390_frame_sniffer): New function.
756 (struct s390_pltstub_unwind_cache): New data structure.
757 (s390_pltstub_frame_unwind_cache): New function.
758 (s390_pltstub_frame_this_id): Likewise.
759 (s390_pltstub_frame_prev_register): Likewise.
760 (s390_pltstub_frame_unwind): Define.
761 (s390_pltstub_frame_sniffer): New function.
762 (struct s390_sigtramp_unwind_cache): New data structure.
763 (s390_sigtramp_frame_unwind_cache): New function.
764 (s390_sigtramp_frame_this_id): Likewise.
765 (s390_sigtramp_frame_prev_register): Likewise.
766 (s390_sigtramp_frame_unwind): Define.
767 (s390_sigtramp_frame_sniffer): New function.
768 (s390_frame_base_address, s390_local_base_address): New functions.
769 (s390_frame_base): Define.
770 (s390_unwind_pc, s390_unwind_sp): New function.
771 (s390_push_dummy_call): Use new frame base location.
772 (s390_unwind_dummy_id): Likewise.
773 (s390_gdbarch_init): Remove calls to:
774 set_gdbarch_frameless_function_invocation,
775 set_gdbarch_deprecated_init_frame_pc,
776 set_gdbarch_deprecated_frame_chain,
777 set_gdbarch_deprecated_frame_init_saved_regs,
778 set_gdbarch_deprecated_pop_frame,
779 set_gdbarch_deprecated_init_extra_frame_info,
780 set_gdbarch_deprecated_init_frame_pc_first,
781 set_gdbarch_deprecated_target_read_fp,
782 set_gdbarch_deprecated_frame_saved_pc,
783 set_gdbarch_deprecated_saved_pc_after_call,
784 set_gdbarch_deprecated_fp_regnum.
785 Add calls to:
786 set_gdbarch_in_solib_call_trampoline,
787 frame_unwind_append_sniffer,
788 frame_base_set_default,
789 set_gdbarch_unwind_pc,
790 set_gdbarch_unwind_sp.
791 * Makefile.in (s390-tdep.o): Update dependencies.
792
b0cf273e
JB
793 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
794 (S390_STACK_FRAME_OVERHEAD): Remove.
795 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
796 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
797 (s390_promote_integer_argument): Remove.
798 (s390_cannot_extract_struct_value_address): Remove.
799 (s390_use_struct_convention, s390_store_struct_return): Remove.
800 (s390_extract_return_value, s390_store_return_value): Remove.
801 (s390_return_value_convention, s390_return_value): New functions.
802 (is_float_singleton): Handle typedefs.
8a1dac83 803 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
b0cf273e
JB
804 Remove, replace by ...
805 (s390_function_arg_pass_by_reference, s390_function_arg_float,
806 s390_function_arg_integer): ... these new functions.
807 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
808 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
809 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
810 Fill in tdep->abi.
811 Remove calls to:
812 set_gdbarch_deprecated_store_struct_return,
813 set_gdbarch_deprecated_extract_return_value,
814 set_gdbarch_deprecated_store_return_value,
815 set_gdbarch_use_struct_convention,
816 set_gdbarch_extract_struct_value_address,
817 set_gdbarch_deprecated_pc_in_call_dummy,
818 set_gdbarch_deprecated_push_arguments,
819 set_gdbarch_deprecated_save_dummy_frame_tos,
820 set_gdbarch_deprecated_push_return_address,
821 set_gdbarch_deprecated_sizeof_call_dummy_words,
822 set_gdbarch_deprecated_call_dummy_words,
823 set_gdbarch_deprecated_dummy_write_sp.
824 Add calls to:
825 set_gdbarch_push_dummy_call,
826 set_gdbarch_unwind_dummy_id,
827 set_gdbarch_return_value.
8a1dac83 828
e1457d83
JB
829 * config/s390/nm-linux.h: Update comments.
830 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
831 (STOPPED_BY_WATCHPOINT): Redefine.
832 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
833 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
834 (s390_stopped_by_watchpoint): Likewise.
835 (watch_area_cnt): Remove.
836 * s390-nat.c: Update comments.
837 (watch_area): Remove typedef.
838 Global replace watch_area by struct watch_area.
839 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
8a1dac83 840 (s390_stopped_by_watchpoint): Remove pid argument,
e1457d83
JB
841 use s390_inferior_tid. Add short-cut for the no watchpoint case.
842 (s390_fix_watch_points): Remove pid argument,
843 use s390_inferior_tid. Recompute area spanned by watchpoints.
844 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
845 argument. Reimplement.
846
d0f54f9d
JB
847 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
848 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
849 (FETCH_INFERIOR_REGISTERS): Define.
8a1dac83 850 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
d0f54f9d
JB
851 core-regset.o.
852 * config/s390/s390x.mt: Remove.
853 * config/s390/tm-s390.h: Remove.
854 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
855 (TARGET_ELF64): Remove.
856 (SKIP_TRAMPOLINE_CODE): Do not undefine.
857 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
858 s390*-*-* case; always set gdb_target to s390.
859 * regformats/reg-s390.dat: Remove control registers.
860 * regformats/reg-s390x.dat: Likewise.
861 * s390-tdep.h: New file.
8a1dac83 862 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
d0f54f9d
JB
863 Include "inferior.h" and "s390-tdep.h".
864 Remove private definition of offsetof.
865 (s390_register_u_addr): Remove.
866 (regmap_gregset, regmap_fpregset): Define.
867 (supply_gregset, fill_gregset): Reimplement.
868 (supply_fpregset, fill_fpregset): Likewise.
869 (s390_inferior_tid): New function.
870 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
871 (fetch_inferior_registers, store_inferior_registers): Likewise.
872 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
873 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
874 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
875 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
876 (struct gdbarch_tdep): Define.
877 (struct s390_register_info): Define.
878 (s390_register_info): New variable.
879 (s390_register_name): Reimplement.
880 (s390_register_type): New function.
881 (s390_register_raw_size, s390x_register_raw_size): Remove.
882 (s390_cannot_fetch_register): Remove.
883 (s390_register_byte): Remove.
884 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
885 (s390_dwarf_regmap): New variable.
886 (s390_dwarf_reg_to_regnum): New function.
887 (s390_stab_reg_to_regnum): Remove.
888 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
889 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
890 (s390_convert_register_p): Likewise.
891 (s390_register_to_value, s390_value_to_register): Likewise.
892 (s390_register_reggroup_p): Likewise.
893 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
894 s390_gregset, s390x_gregset, s390_fpregset): New variables.
895 (s390_supply_regset, s390_regset_from_core_section): New functions.
896 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
897 (S390_FPR_SIZE): Likewise.
898 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
899 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
900 (S390_NUM_GPRS): Move here from tm-s390.h.
901 (S390_NUM_FPRS): Likewise.
902 (s390_in_function_epilogue_p): New function.
903 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
904 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
905 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
906 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
907 Replace S390_FP_REGNUM by S390_SP_REGNUM.
908 Remove calls to:
909 set_gdbarch_deprecated_max_register_raw_size,
8a1dac83
RM
910 set_gdbarch_deprecated_max_register_virtual_size,
911 set_gdbarch_deprecated_register_byte,
d0f54f9d 912 set_gdbarch_cannot_fetch_register,
8a1dac83 913 set_gdbarch_cannot_store_register,
d0f54f9d
JB
914 set_gdbarch_deprecated_register_size,
915 set_gdbarch_deprecated_register_raw_size,
916 set_gdbarch_deprecated_register_virtual_size,
917 set_gdbarch_deprecated_register_virtual_type,
918 set_gdbarch_deprecated_register_bytes.
919 Add calls to:
920 set_gdbarch_num_pseudo_regs,
921 set_gdbarch_register_type,
922 set_gdbarch_convert_register_p,
923 set_gdbarch_register_to_value,
924 set_gdbarch_value_to_register,
925 set_gdbarch_register_reggroup_p,
926 set_gdbarch_regset_from_core_section,
927 set_gdbarch_pseudo_register_read,
928 set_gdbarch_pseudo_register_write,
929 set_gdbarch_in_function_epilogue_p.
930 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
931 (s390_tdep_h): New variable.
932
8cfe231d
JB
9332004-02-17 Jim Blandy <jimb@redhat.com>
934
4589a601
JB
935 * findvar.c (value_from_register): If the type has no length, just
936 return an acceptable value --- don't report an internal error.
937
8cfe231d
JB
938 * stabsread.c (read_type): If we find any type numbers that are
939 forward references, complain if the references aren't resolved by
940 the time we're finished reading.
941 (cleanup_undefined_types): Make error message more appropriate for
942 a complaint.
943
5bf0017e
EZ
9442004-02-17 Elena Zannoni <ezannoni@redhat.com>
945
9d62932d
EZ
946 * Makefile.in (defs_h): Remove dependency on progress_h.
947 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
948 progress.h.
949 * main.c (captured_main): Delete use of START_PROGRESS and
950 END_PROGRESS.
951
9522004-02-17 Elena Zannoni <ezannoni@redhat.com>
8a1dac83 953
5bf0017e
EZ
954 * objfiles.c (terminate_minimal_symbol_table): Add back
955 initialization of MSYMBOL_TYPE.
956
9fc9f5e2
AC
9572004-02-17 David Mosberger <davidm@hpl.hp.com>
958
959 Committed by Andrew Cagney.
960 * Makefile.in (ia64_tdep_h): New macro.
961 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
962 (ia64-tdep.o): Likewise.
963 * ia64-tdep.h: New file.
964 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
965 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
966 (ia64_aix_sigcontext_register_address): Likewise.
967 (ia64_linux_getunwind_table): Delete declaration.
968 * ia64-linux-tdep.c: Likewise.
969
76cd2bd9
CV
9702004-02-17 Corinna Vinschen <vinschen@redhat.com>
971
972 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
973 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
974 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
975
634aa483
AC
9762004-02-17 Andrew Cagney <cagney@redhat.com>
977
978 * symtab.c (skip_prologue_using_sal): New function.
979 * symtab.h (skip_prologue_using_sal): Declare.
980 * frv-tdep.c: Include "symtab.h".
981 (skip_prologue_using_sal): Delete function.
982 * mips-tdep.c (skip_prologue_using_sal): Delete function.
983 * rs6000-tdep.c (refine_prologue_limit): Mention
984 skip_prologue_using_sal.
985 * ia64-tdep.c (refine_prologue_limit): Ditto.
986 * Makefile.in: Update dependencies.
987
9882004-02-16 Andrew Cagney <cagney@redhat.com>
19772a2c 989
39ce7b3f
AC
990 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
991 START_INFERIOR_TRAPS_EXPECTED.
992 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
993 START_INFERIOR_TRAPS_EXPECTED.
994 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
995 Delete macro.
996 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
997 macro, moved to "nm-osf.h". Update copyright.
998 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
999 update copyright.
1000
19772a2c
AC
1001 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
1002 and function replacing FRAMELESS_FUNCTION_INVOCATION.
1003 * blockframe.c (legacy_frameless_look_for_prologue): Rename
1004 frameless_look_for_prologue.
1005 * frame.h (legacy_frameless_look_for_prologue): Rename
1006 frameless_look_for_prologue.
1007 * gdbarch.h, gdbarch.c: Re-generate.
1008 * sh64-tdep.c (sh64_gdbarch_init): Update.
1009 * sh-tdep.c (sh_gdbarch_init): Update.
1010 * s390-tdep.c (s390_gdbarch_init): Update.
1011 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1012 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
1013 * m68k-tdep.c (m68k_gdbarch_init): Update.
1014 (delta68_frame_args_address): Update.
1015 * m32r-tdep.c (m32r_gdbarch_init): Update.
1016 * hppa-tdep.c (hppa_gdbarch_init): Update.
1017 * h8300-tdep.c (h8300_gdbarch_init): Update.
1018 * frv-tdep.c (frv_gdbarch_init): Update.
1019 (frv_frameless_function_invocation): Update.
1020 * cris-tdep.c (cris_gdbarch_init): Update.
1021 (cris_frameless_function_invocation): Update.
1022 * avr-tdep.c (avr_gdbarch_init): Update.
1023 * arm-tdep.c (arm_gdbarch_init): Update.
1024 * stack.c (frame_info): Update, call predicate.
1025 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
1026 * frame.c (legacy_get_prev_frame): Update, call predicate..
1027 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
1028 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
1029 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
1030 invocation.
1031 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
1032 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
1033 * vax-tdep.c (vax_gdbarch_init): Ditto.
2be8b3c1
AC
1034
1035 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
1036 function.
1037
7dcaac91
DJ
10382004-02-16 Daniel Jacobowitz <drow@mvista.com>
1039
1040 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
1041 initializations.
1042
88289b6e
AC
10432004-02-16 Andrew Cagney <cagney@redhat.com>
1044
1045 * tui/tui-windata.c: Include "gdb_string.h".
1046 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
1047 * tui/tui-layout.c, tui/tui-command.c: Ditto.
1048 * Makefile.in: Update dependencies.
1049
9f976b41
DJ
10502004-02-16 Daniel Jacobowitz <drow@mvista.com>
1051
1052 * Makefile.in (infrun.o): Add $(gdb_assert_h).
1053 * infrun.c: Include "gdb_assert.h".
1054 (singlestep_ptid, saved_singlestep_ptid)
1055 (stepping_past_singlestep_breakpoint): New variables.
1056 (resume): Set singlestep_ptid. Check for singlestep thread
1057 hop.
1058 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
1059 (handle_inferior_event): Handle singlestep thread hop.
1060
c324d747
AC
10612004-02-16 Andrew Cagney <cagney@redhat.com>
1062
f090b9b1
AC
1063 * dwarf2-frame.c (dwarf2_frame_ops): New function.
1064 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
1065 (dwarf2_frame_init_reg): Ditto.
1066
fd33e6cb
AC
1067 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
1068 suggested by Joshua Neuheisel
1069
c324d747
AC
1070 * configure.in: Always check for curses, including pdcurses.
1071 Warn, instead of error, when no curses are found. Enable TUI when
1072 curses is available.
1073 * configure: Re-generate.
1074
b66ba949
CV
10752004-02-16 Corinna Vinschen <vinschen@redhat.com>
1076
1077 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
1078 sh_sh4_register_convert_to_virtual.
1079 (sh_register_convert_to_raw): Rename from
1080 sh_sh4_register_convert_to_raw.
1081 (sh_pseudo_register_read): Accomodate above name change.
1082 (sh_pseudo_register_write): Ditto.
1083
b58cbbf2
CV
10842004-02-16 Corinna Vinschen <vinschen@redhat.com>
1085
1086 * sh-tdep.c (sh_generic_register_name): Remove.
1087 (sh_gdbarch_init): Use sh_sh_register_name in default case.
1088
5929a910
AC
10892004-02-15 Andrew Cagney <cagney@redhat.com>
1090
4566dfcf
AC
1091 * configure.in (build_warnings): Add -Wunused-function.
1092 * configure: Re-generate.
1093
db11ed55
AC
1094 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
1095 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
1096
46ac7a5d
AC
1097 * procfs.c (procfs_init_inferior): Assume that
1098 START_INFERIOR_TRAPS_EXPECTED is defined.
1099 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
1100 * config/ns32k/tm-nbsd.h: Delete file,
1101 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
1102
ba801595
AC
1103 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
1104 * config/vax/tm-vax.h: Delete file.
1105
5929a910
AC
1106 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
1107 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
1108 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
1109 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
1110 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
1111 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
1112 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
1113
8f22cb90
MK
11142004-02-15 Mark Kettenis <kettenis@gnu.org>
1115
1116 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
1117 * dwarf2-frame.c (dwarf2_frame_data): New variable.
1118 (struct dwarf2_frame_ops): New.
1119 (dwarf2_frame_default_init_reg): New function, based on
1120 dwarf2_frame_init_reg.
1121 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
1122 (dwarf2_frame_init_reg): Call architecture-specific function.
1123 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
1124 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
1125 instead of dwarf2_frame_data.
1126 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
1127 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
1128
8132723e
AC
11292004-02-15 Andrew Cagney <cagney@redhat.com>
1130
046a4708
AC
1131 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
1132 register_gdbarch_swap.
1133 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
1134 * f-lang.c (_initialize_f_language): Update, use
1135 DEPRECATED_REGISTER_GDBARCH_SWAP.
1136 * remote.c (_initialize_remote): Ditto.
1137 * regcache.c (_initialize_regcache): Ditto.
1138 * parse.c (_initialize_parse): Ditto.
1139 * infrun.c (_initialize_infrun): Ditto.
1140 * mi/mi-main.c (_initialize_mi_main): Ditto.
1141 * gdbtypes.c (_initialize_gdbtypes): Ditto.
8a1dac83 1142
549c1eea
AC
1143 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
1144 poking .cacheable directly.
1145 * symfile.c (symfile_bfd_open): Ditto.
1146
0c0b39de
AC
1147 * Makefile.in: Update all dependencies.
1148
8132723e
AC
1149 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
1150 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
1151 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
1152 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
1153 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
0c0b39de 1154
b9d26eb9
AC
11552004-02-14 Andrew Cagney <cagney@redhat.com>
1156
8e1f669a
AC
1157 * arch-utils.c (legacy_convert_register_p): Check
1158 DEPRECATED_REGISTER_CONVERTIBLE_P.
1159 * findvar.c (value_of_register): Ditto.
1160
cd0bfa36
AC
1161 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
1162 * gdbarch.h, gdbarch.c: Re-generate.
1163 * arch-utils.c (deprecated_register_convertible_not): Delete.
1164 * arch-utils.h (deprecated_register_convertible_not): Delete.
1165 * mi/mi-main.c (get_register): Update. Update copyright.
1166 * infcmd.c (default_print_registers_info): Update.
1167
b9d26eb9
AC
1168 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
1169 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
1170 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
8a1dac83 1171 * gdbarch.h, gdbarch.c: Re-generate.
b9d26eb9
AC
1172 * frame.c (deprecated_get_next_frame_hack): Delete function.
1173 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
1174 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
1175 Update.
1176 * infcall.c (call_function_by_hand): Update.
1177
9ab9195f
EZ
11782004-02-14 Elena Zannoni <ezannoni@redhat.com>
1179
1180 * symfile.c (init_entry_point_info, entry_point_address): Move
8a1dac83 1181 from here...
9ab9195f
EZ
1182 * objfiles.c (init_entry_point_info, entry_point_address):..to
1183 here.
1184 * symfile.h (init_entry_point_info, entry_point_address): Remove
1185 prototypes.
1186 * objfiles.h (init_entry_point_info, entry_point_address):Add
8a1dac83 1187 prototypes.
9ab9195f
EZ
1188 * cris-tdep.c: Remove include of symfile.h. Add include of
1189 objfiles.h.
1190 * infcall.c: Ditto.
1191 * mcore-tdep.c: Ditto.
1192 * mn10300-tdep.c: Ditto.
1193 * sh64-tdep.c: Ditto.
1194 * v850-tdep.c: Ditto.
1195 * arm-tdep.c: Remove include of symfile.h.
1196 * blockframe.c: Ditto.
1197 * coffread.c: Ditto.
1198 * dbxread.c: Ditto.
1199 * dwarf2read.c: Ditto.
1200 * dwarfread.c: Ditto.
8a1dac83 1201 * frv-tdep.c: Ditto.
9ab9195f
EZ
1202 * ia64-tdep.c: Ditto.
1203 * mdebugread.c: Ditto.
1204 * mipsread.c: Ditto.
8a1dac83 1205 * rs6000-tdep.c: Ditto.
9ab9195f
EZ
1206 * s390-tdep.c: Ditto.
1207 * sh-tdep.c: Ditto.
8a1dac83 1208 * xstormy16-tdep.c: Ditto.
9ab9195f
EZ
1209 * gdbarch.sh: Remove include of symfile.h.
1210 * gdbarch.c: Regenerate.
1211 * solib-irix.c (enable_break): Use entry_point_address().
1212 Add comment about include file.
1213 * xcoffread.c: Add comment about include file.
8a1dac83
RM
1214 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
1215 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
1216 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
1217 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
9ab9195f
EZ
1218 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
1219
c4c5b7ba
AC
12202004-02-13 Andrew Cagney <cagney@redhat.com>
1221
1222 * corelow.c (core_xfer_partial): Use "struct bfd_section".
1223 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
1224 copyright.
1225 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
1226
3e7879de
FF
12272004-02-12 Fred Fish <fnf@redhat.com>
1228
1229 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
1230 set_gdbarch_store_return_value.
1231
6a7760b6
AC
12322004-02-12 Andrew Cagney <cagney@redhat.com>
1233
1234 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
1235 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
1236 (interrupt_query): Ditto.
1237 (ofunc): Delete unused variable.
1238 * cris-tdep.c (cris_abi): Delete unused function.
1239 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
1240 (cris_get_wide_opcode, cris_get_short_size): Ditto.
1241 (cris_get_asr_quick_shift_steps): Ditto.
1242 (cris_skip_prologue_frameless_p): Ditto.
1243 * arm-tdep.c (arm_push_return_address): Delete unused function.
1244 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
1245 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
1246 * s390-tdep.c (s390_function_start): Delete unused function.
1247
31687c3c
AC
12482004-02-12 Andrew Cagney <cagney@redhat.com>
1249
1250 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
1251 gdbarch.h, gdbarch.c: Re-generate.
1252 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
1253 to generic_prologue_frameless_p.
1254 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
1255 * arch-utils.c (generic_prologue_frameless_p): Delete function.
1256
6de918a6
DJ
12572004-02-11 Daniel Jacobowitz <drow@mvista.com>
1258
1259 * mips-linux-tdep.c: Include "frame.h".
1260 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
1261 (mips_linux_skip_resolver): New functions.
1262 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
1263 and set_gdbarch_in_solib_call_trampoline.
1264 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
1265 to after set_gdbarch_in_solib_return_trampoline. Only set the
1266 solib hooks to mips16 functions if the OS ABI is unknown.
1267 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
1268 including "config/tm-linux.h".
1269 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
1270 * Makefile.in (mips-linux-tdep.o): Update.
1271
87b3ede8
DC
12722004-02-11 David Carlton <carlton@kealia.com>
1273
1274 * linespec.c (decode_compound): Only look for a class symbol when
1275 considering all but the rightmost component.
1276
5979bc46
AC
12772004-02-11 Andrew Cagney <cagney@redhat.com>
1278
1279 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
1280 abi code are are separatly grouped.
1281
5867a2fb
AC
12822004-02-11 Andrew Cagney <cagney@redhat.com>
1283
1284 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
1285 * gdbarch.h, gdbarch.c: Re-generate.
1286 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1287 * v850-tdep.c (v850_gdbarch_init): Update.
1288 * sh64-tdep.c (sh64_gdbarch_init): Update.
1289 * sh-tdep.c (sh_gdbarch_init): Update.
1290 * s390-tdep.c (s390_gdbarch_init): Update.
1291 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1292 * mips-tdep.c (mips_gdbarch_init): Update.
1293 * mcore-tdep.c (mcore_gdbarch_init): Update.
1294 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1295 * m32r-tdep.c (m32r_gdbarch_init): Update.
1296 * ia64-tdep.c (ia64_gdbarch_init): Update.
1297 * hppa-tdep.c (hppa_gdbarch_init): Update.
1298 * h8300-tdep.c (h8300_gdbarch_init): Update.
1299 * frv-tdep.c (frv_gdbarch_init): Update.
1300 * d10v-tdep.c (d10v_gdbarch_init): Update.
1301 * cris-tdep.c (cris_gdbarch_init): Update.
1302 * avr-tdep.c (avr_gdbarch_init): Update.
1303 * arm-tdep.c (arm_gdbarch_init): Update.
1304 * alpha-tdep.c (alpha_gdbarch_init): Update.
1305
026a72f8
CV
13062004-02-11 Corinna Vinschen <vinschen@redhat.com>
1307
1308 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
1309 comma.
1310 (sh_sh4al_dsp_register_name): Ditto.
1311
3903d437
AC
13122004-02-10 Andrew Cagney <cagney@redhat.com>
1313
1314 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
1315 (mips_init_frame_pc_first): Delete function.
1316 (mips_frame_saved_pc): Delete function.
1317 (mips_frame_chain): Delete function.
1318 (mips_init_extra_frame_info): Delete function.
1319 (mips_xfer_register): Delete unused variable "reg".
1320 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
1321 (mips_n32n64_return_value): Delete unused variable "reg".
1322 (mips_n32n64_return_value): Delete unused variable "pos".
1323 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
1324 (mips_o32_return_value): Delete unused variable "pos".
1325 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
1326 (mips_print_fp_register): Delete unused variable "namelen"
1327 (mips_print_fp_register): Delete unused variable "flt2"
1328 (get_frame_pointer): Delete function.
1329 (cached_proc_desc): Delete static variable.
1330 (mips_pop_frame): Delete function.
1331 (mips_find_saved_regs): Delete function.
1332 (mips_get_saved_register): Delete function.
1333 (mips_saved_pc_after_call): Delete function.
1334 (SIGFRAME_BASE): Delete macro.
1335 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
1336 (SIGFRAME_PC_OFF): Delete macro.
1337 (SIGFRAME_REGSAVE_OFF): Delete macro.
1338 (mips_dump_tdep): Do not print deleted macro definitions.
1339
b9fb98bd
AC
13402004-02-10 Andrew Cagney <cagney@redhat.com>
1341
1342 * Makefile.in (SFILES): Remove explictly listed tui files.
1343 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
1344
78ced177 13452004-02-10 Jeff Johnston <jjohnstn@redhat.com>
8a1dac83 1346
78ced177
JJ
1347 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
1348 to use paddr functions to format ia64 addresses and long values.
1349 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
1350 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
1351 (get_kernel_table, ia64_find_proc_info_x): Ditto.
1352 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
1353 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
1354
6a83354a
AC
13552004-02-10 Andrew Cagney <cagney@redhat.com>
1356
1357 * defs.h: Do not include "tui.h".
1358 * gdb_curses.h: New file.
1359 * tui/tui-hooks.h: New file.
1360 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
1361 (tui_install_hooks, tui_remove_hooks): Delete declarations.
1362 (tui_initialize_io): Delete declaration.
1363 (tui_initialize_readline: Delete redundant declaration.
1364 (struct tui_point): Delete definition.
1365 * tui/tui-data.h (struct tui_point): Define.
1366 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
1367 * utils.c: Include "tui/tui.h".
1368 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
1369 * printcmd.c [TUI]: Include "tui/tui.h".
1370 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
1371 * tui/tui-command.c: Include "gdb_curses.h".
1372 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
1373 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
1374 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
1375 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
1376 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
1377 * Makefile.in: Update all dependencies.
1378 (tui_hooks_h, gdb_curses_h): Define.
1379 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
1380
997470ef
EZ
13812004-02-10 Elena Zannoni <ezannoni@redhat.com>
1382
1383 * objfiles.h (struct objfile): Remove unused fields auxf1 and
1384 auxf2. Add comments about some other rarely used fields.
1385
4ff2cc4d
AC
13862004-02-10 Andrew Cagney <cagney@redhat.com>
1387
1388 * Makefile.in (init.c): Fix script removing duplicates. Problem
1389 reported by Peter Schauer.
1390
1ab21617
EZ
13912004-02-09 Elena Zannoni <ezannoni@redhat.com>
1392
1393 * bcache.c (bcache_xmalloc): Use obstack_init instead of
1394 obstack_specify_allocation.
1395 * objfiles.c (allocate_objfile): Ditto.
8a1dac83 1396 * solib-sunos.c (solib_add_common_symbols)
1ab21617
EZ
1397 (allocate_rt_common_objfile): Ditto.
1398 * symfile.c (reread_symbols): Ditto.
1399 * gdb_obstack.h: Add comment.
1400
17763fd9
EZ
14012004-02-09 Elena Zannoni <ezannoni@redhat.com>
1402
1403 * linespec.c (decode_line_1, locate_first_half)
1404 (decode_compound, lookup_prefix_sym): Update comments. Delete old
1405 commented out code.
1406
ec5cdd75
DJ
14072004-02-09 Daniel Jacobowitz <drow@mvista.com>
1408
1409 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
1410 obstack_free.
1411
43b54b88
AC
14122004-02-09 Andrew Cagney <cagney@redhat.com>
1413
1414 * blockframe.c (find_pc_partial_function): If find_pc_overlay
1415 fails, try find_pc_section. Fix PR c++/1267.
1416 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
1417 instead of find_pc_mapped_section.
1418 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
1419 not default to the section containing PC. Fix PR symtab/1519.
1420
edfae063
AC
14212004-02-09 Andrew Cagney <cagney@redhat.com>
1422
1423 * Makefile.in (mips-tdep.o): Update dependencies.
1424 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
1425 "trad-frame.h".
1426 (mips_unwind_pc): Return the pseudo PC register.
1427 (mips_unwind_dummy_id): New function.
1428 (mips16_fetch_instruction): New function.
1429 (mips32_fetch_instruction): New function.
1430 (struct mips_frame_cache): Define.
1431 (mips_mdebug_frame_cache): New function.
1432 (mips_mdebug_frame_this_id): New function.
1433 (mips_mdebug_frame_prev_register): New function.
1434 (mips_mdebug_frame_unwind): Define.
1435 (mips_mdebug_frame_sniffer): New function.
1436 (mips_mdebug_frame_base_address): New function.
1437 (mips_mdebug_frame_base): Define.
1438 (mips_mdebug_frame_base_sniffer): New function.
1439 (mips_gdbarch_init): Append unwind and base sniffers. Set
1440 unwind_dummy_id.
1441
defc864c
AC
14422004-02-08 Andrew Cagney <cagney@redhat.com>
1443
6764ddad
AC
1444 * frame.c: Print both the register number and name.
1445
defc864c
AC
1446 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
1447 and a sed into a single sed. Make .c and .o patterns more robust.
1448 (OBS): Delete.
1449 (INIT_FILES): Replace OBS with COMMON_OBS.
1450 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
1451
645d6d10
MK
14522004-02-08 Mark Kettenis <kettenis@gnu.org>
1453
1454 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
1455 the PT_WCOOKIE request.
1456
23e3c3fc
AC
14572004-02-08 Andrew Cagney <cagney@redhat.com>
1458
58dfe9ff
AC
1459 * mips-tdep.c (mips_unwind_pc): New function.
1460 (mips_gdbarch_init): Set mips_unwind_pc.
1461
1152e35e
AC
1462 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
1463 (get_frame_id): Allow the UNKNOWN_FRAME.
1464 (frame_register_unwind, get_frame_type): Ditto.
1465
31b75dbf
AC
1466 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
1467 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
1468 unwind_dummy_id indicates a legacy frame.
1469
3483b318
AC
1470 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
1471 * configure: Re-generate.
1472
23e3c3fc
AC
1473 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
1474 methods.
1475
33f8ca73
AC
14762004-02-08 Andrew Cagney <cagney@redhat.com>
1477
1478 * configure.in (CONFIG_ALL): Set to Makefile target, and not
1479 makefile macro.
1480 * configure: Re-generate.
1481 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
1482 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
1483 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
1484 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
1485 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
1486 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
1487 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
1488 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
1489 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
1490 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
1491
6ba8e26f 14922004-02-07 Andrew Cagney <cagney@redhat.com>
d836ee13 1493
20d286a5
AC
1494 * Makefile.in: Update all dependencies.
1495
d836ee13
AC
1496 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
1497 * configure: Re-generate.
1498 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
1499 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
1500 (COMMON_OBS): Add "main.o" and "annotate.o".
1501 (ANNOTATE_OBS): Delete.
1502 (OBS): Remove ANNOTATE_OBS.
1503 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
1504 CONFIG_INITS.
1505 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
1506 against CONFIG_OBS and "main.o".
1507 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
1508 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
1509
d02c80cd
AC
1510 * tui/tui-command.c: Include "gdb_string.h", delete register
1511 attribute, use ISO-C function signatures.
1512 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
1513 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
1514 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
1515 * tui/tui.c: Ditto.
6ba8e26f
AC
1516
1517 * tui/tui-command.c: Change variable and function names to lower
1518 case.
1519 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
1520 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
1521 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
1522 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
1523 * tui/tui-winsource.c, tui/tui.c: Ditto.
1524
4a146b47
EZ
15252004-02-07 Elena Zannoni <ezannoni@redhat.com>
1526
1527 * buildsym.c (free_pending_blocks, finish_block)
1528 (record_pending_block, make_blockvector, end_symtab): Replace
1529 symbol_obstack with objfile_obstack.
8a1dac83 1530 * coffread.c (process_coff_symbol, coff_read_struct_type)
4a146b47 1531 (coff_read_enum_type): Ditto.
8a1dac83 1532 * cp-namespace.c (initialize_namespace_symtab)
4a146b47 1533 (check_one_possible_namespace_symbol): Ditto.
8a1dac83 1534 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
4a146b47
EZ
1535 (dwarf2_symbol_mark_computed): Ditto.
1536 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
1537 * elfread.c (elf_symtab_read): Ditto.
1538 * hpread.c (hpread_symfile_init, hpread_symfile_init)
1539 (hpread_read_enum_type, hpread_read_function_type)
1540 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
1541 Ditto.
8a1dac83 1542 * jv-lang.c (get_java_class_symtab, add_class_symbol)
4a146b47 1543 (java_link_class_type): Ditto.
8a1dac83 1544 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
4a146b47
EZ
1545 (new_symbol): Ditto.
1546 * minsyms.c (install_minimal_symbols): Ditto.
1547 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
1548 (terminate_minimal_symbol_table): Replace symbol_obstack with
1549 objfile_obstack.
1550 (free_objfile): Remove freeing of symbol_obstack.
1551 * objfiles.h: Remove symbol_obstack field.
1552 * pa64solib.c (add_to_solist): Replace symbol_obstack with
1553 objfile_obstack.
1554 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
1555 symbol_obstack.
1556 (solib_add_common_symbols): Replace symbol_obstack with
1557 objfile_obstack.
1558 * somsolib.c (som_solib_add): Ditto.
1559 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
1560 (common_block_start, common_block_end): Ditto.
1561 * symfile.c (reread_symbols): Remove freeing and init of
1562 symbol_obstack.
1563 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
1564 * symfile.h: Update comment.
1565 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
1566 stats printing.
1567 * symtab.c (symbol_set_names): Replace symbol_obstack with
1568 objfile_obstack.
1569 * symtab.h (struct general_symbol_info, struct minimal_symbol):
1570 Update comments.
1571 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
1572 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
1573 objfile_obstack.
1574
6d012f14
AC
15752004-02-07 Andrew Cagney <cagney@redhat.com>
1576
1577 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
1578 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
1579 fields and variables.
1580 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
1581 (m_beInvisible): Delete macro.
1582 * tui/tui-data.h: Fix case case fields and variables.
1583 (m_genWinPtrIsNull): Delete macro.
1584 (tui_win_list): Rename winList.
1585 (TUI_SRC_WIN): Rename srcWin.
1586 (TUI_DISASM_WIN): Rename disassemWin.
1587 (TUI_DATA_WIN): Rename dataWin.
1588 (TUI_CMD_WIN): Rename cmdWin.
1589 (m_genWinPtrNotNull): Delete macro.
1590 (m_winPtrIsNull): Delete macro.
1591 (m_winPtrNotNull): Delete macro.
1592 (tui_win_is_source_type): Replace m_winIsSourceType
1593 (tui_win_is_auxillary): Replace m_winIsAuzillary.
1594 (tui_win_has_locator): Replace m_hasLocator.
1595 (tui_set_win_highlight): Replace m_setWinHighlightOn and
1596 m_setWinHighlightOff.
1597 * tui/tui-data.c: Update references.
1598 (tui_win_is_source_type, tui_set_win_highlight): New functions.
1599 (tui_win_has_locator, tui_win_is_auxillary): New functions.
1600 * tui/tui-command.c, tui/tui-disasm.c: Update references.
1601 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
1602 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
1603 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
1604 * tui/tui-winsource.c, tui/tui.c: Ditto.
1605
7d34766b
MK
16062004-02-07 Mark Kettenis <kettenis@gnu.org>
1607
1c800673
MK
1608 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
1609 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
1610 StackGhost.
1611
7d34766b
MK
1612 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
1613 variable `i6' to `i7'.
1614 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
1615
22940a24
AC
16162004-02-07 Andrew Cagney <cagney@redhat.com>
1617
1618 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
1619 (TuiPoint, TuiPointPtr): Ditto.
1620 (TuiStatus, TuiStatusPtr): Ditto.
1621 (TuiWinType, TuiWinTypePtr): Ditto.
1622 (struct tui_point): Rename _TuiPoint.
1623 (tui_get_low_disassembly_address): Rename
1624 tuiGetLowDisassemblyAddress.
1625 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
1626 (tuiFree): Delete declaration.
1627 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
1628 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
1629 * tui/tui.c (tuiFree): Delete function.
1630 * cli/cli-cmds.c (disassemble_command): Update references.
1631 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
1632 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
1633 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
1634 * tui/tui-winsource.c: Ditto.
1635
8b92e4d5
EZ
16362004-02-07 Elena Zannoni <ezannoni@redhat.com>
1637
1638 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
1639 coffstab_build_psymtabs, elfstab_build_psymtabs)
1640 (stabsect_build_psymtabs): Replace psymbol_obstack with
1641 objfile_obstack.
1642 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
1643 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
1644 Ditto.
1645 * dwarfread.c (scan_compilation_units): Ditto.
1646 * elfread.c (elfstab_offset_sections): Ditto.
1647 * hppa-tdep.c (read_unwind_info): Ditto.
1648 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
1649 (hpread_end_psymtab): Ditto.
1650 * mdebugread.c (mdebug_build_psymtabs, add_pending)
1651 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
1652 Ditto.
1653 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
8a1dac83 1654 * objfiles.c (add_to_objfile_sections)
8b92e4d5
EZ
1655 (build_objfile_section_table): Ditto.
1656 (allocate_objfile): Remove init of psymbol_obstack.
1657 (free_objfile): Remove freeing of psymbol_obstack.
1658 * objfiles.h (struct objfile): Remove field
1659 psymbol_obstack. Update comments.
1660 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
1661 psymbol_obstack with objfile_obstack.
1662 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
1663 psymbol_obstack.
1664 * somread.c (som_symfile_offsets, init_import_symbols)
1665 (init_export_symbols): Replace psymbol_obstack with
1666 objfile_obstack.
1667 * somsolib.c (som_solib_add_solib_objfile): Ditto.
1668 * symfile.c (default_symfile_offsets, syms_from_objfile)
1669 (reread_symbols): Remove freeing and init of psymbol_obstack.
1670 (cashier_psymtab): Update comment.
1671 * symmisc.c (print_objfile_statistics): Don't report stats for
1672 psymbol obstack.
1673 * symtab.h (struct general_symbol_info, struct partial_symtab):
1674 Update comments.
1675 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
1676 (xcoff_symfile_offsets): Replace psymbol_obstack with
1677 objfile_obstack.
1678
b99607ea
EZ
16792004-02-07 Elena Zannoni <ezannoni@redhat.com>
1680
1681 * objfiles.h (struct objfile): Add objfile_obstack field.
1682 Remove type_obstack field.
1683
1684 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
1685 read_structure_scope read_enumeration, new_symbol): Replace
1686 type_obstack with objfile_obstack.
1687 * dwarfread.c (struct_type, enum_type): Ditto.
8a1dac83 1688 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
b99607ea
EZ
1689 (lookup_fundamental_type): Ditto.
1690 * gdbtypes.h (TYPE_ALLOC): Ditto.
8a1dac83
RM
1691 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
1692 (hpread_read_doc_function_type, hpread_read_struct_type)
1693 (fix_static_member_physnames, hpread_read_array_type)
b99607ea 1694 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
8a1dac83 1695 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
b99607ea
EZ
1696 (java_link_class_type): Ditto.
1697 * mdebugread.c (parse_type): Ditto.
1698 * objfiles.c (allocate_objfile, free_objfile): Ditto.
1699 * solib-sunos.c (solib_add_common_symbols): Ditto.
1700 * stabsread.c (define_symbol, read_type, read_member_functions,
1701 read_cpp_abbrev, read_one_struct_field): Ditto.
1702 * symfile.c (reread_symbols): Ditto.
1703 * symmisc.c (print_objfile_statistics): Ditto.
8a1dac83 1704
2a8854a7
AC
17052004-02-07 Andrew Cagney <cagney@redhat.com>
1706
1707 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
1708 (tui_exec_info_content): Rename TuiExecInfoContent.
1709 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
1710 (TuiWinInfo, TuiWinInfoPtr): Ditto.
1711 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
1712 (TuiList, TuiListPtr): Ditto.
1713 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
1714 (TuiDataType, TuiDataTypePtr): Ditto.
1715 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
1716 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
1717 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
1718 (TuiSourceElement, TuiSourceElementPtr): Ditto.
1719 (TuiDataElement, TuiDataElementPtr): Ditto.
1720 (TuiWinElement, TuiWinElementPtr): Ditto.
1721 (TuiDataInfo, TuiDataInfoPtr): Ditto.
1722 (TuiCommandElement, TuiCommandElementPtr): Ditto.
1723 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
1724 (TuiWhichElement, TuiWhichElementPtr): Ditto.
1725 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
1726 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
1727 * tui/tui-command.c, tui/tui-data.c: Update references.
1728 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
1729 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
1730 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
1731 * tui/tui-winsource.c, tui/tui.c: Ditto.
8a1dac83 1732
05cbe71a
MK
17332004-02-07 Mark Kettenis <kettenis@gnu.org>
1734
1735 * dwarf2-frame.h: Update copyright.
1736 (enum dwarf2_frame_reg_rule): New.
1737 (struct dwarf2_frame_state_reg): New.
1738 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
1739 * dwarf2-frame.c: Update copyright.
1740 (enum dwarf2_reg_rule): Remove.
1741 (struct dwarf2_frame_state): Remove defenition of `struct
1742 dwarf2_frame_state_reg'.
1743 (read_reg): Call get_frame_arch to get the architecture instead of
1744 using CURRENT_GDBARCH.
1745 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
1746 DWARF2_FRAME_.
1747 (dwarf2_frame_init_reg): New function.
1748 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
1749 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
1750 initialize the register state. Prefix old `enum dwarf2_reg_rule'
1751 tags with DWARF2_FRAME_.
1752 (dwarf2_frame_prev_register): Call get_frame_arch to get the
1753 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
1754 dwarf2_reg_rule' tags with DWARF2_FRAME_.
1755
ec7d9e56
AC
17562004-02-06 Andrew Cagney <cagney@redhat.com>
1757
dd1abb8c
AC
1758 * tui/tui-data.h (struct tui_list): Rename _TuiList.
1759 (enum tui_data_type): Rename _TuiDataType.
1760 (struct tui_layout_def): Rename _TuiLayoutDef.
1761 (struct tui_source_element): Rename _TuiSourceElement.
1762 (struct tui_data_element): Rename _TuiDataElement.
1763 (struct tui_command_element): Rename _TuiCommandElement.
1764 (struct tui_locator_element): Rename _TuiLocatorElement.
1765 (union tui_which_element): Define.
1766 (struct tui_win_element): Rename _TuiWinElement.
1767 (struct tui_data_info): Rename _TuiDataInfo.
1768 (struct tui_source_info): Rename _TuiSourceInfo.
1769 (struct tui_command_info): Rename _TuiCommandInfo.
1770 (tui_initialize_static_data): Rename initializeStaticData.
1771 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
1772 (tui_alloc_win_info): Rename allocWinInfo.
1773 (tui_init_generic_part): Rename initGenericPart.
1774 (tui_init_win_info): Rename initWinInfo.
1775 (tui_alloc_content): Rename allocContent.
1776 (tui_add_content_elements): Rename addContentElements.
1777 (tui_init_content_element): Rename initContentElement.
1778 (tui_free_window): Rename freeWindow.
1779 (tui_free_win_content): Rename freeWinContent.
1780 (tui_free_data_content): Rename freeDataContent.
1781 (tui_free_all_source_wins_content): Rename
1782 freeAllSourceWinsContent.
1783 (tui_del_window): Rename tuiDelWindow.
1784 (tui_del_data_windows): Rename tuiDelDataWindows.
1785 (tui_partial_win_by_name): Rename partialWinByName.
1786 (tui_win_name): Rename winName.
1787 (tui_current_layout): Rename currentLayout.
1788 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
1789 (tui_term_height): Rename termHeight.
1790 (tui_set_term_height_to): Rename setTermHeightTo.
1791 (tui_term_width): Rename termWidth.
1792 (tui_set_term_width_to): Rename setTermWidthTo.
1793 (tui_set_gen_win_origin): Rename setGenWinOrigin.
1794 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
1795 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
1796 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
1797 (tui_source_windows): Rename sourceWindows.
1798 (tui_clear_source_windows): Rename clearSourceWindows.
1799 (tui_clear_source_windows_detail): Rename
1800 clearSourceWindowsDetail.
1801 (tui_clear_win_detail): Rename clearWinDetail.
1802 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
1803 (tui_default_tab_len): Rename tuiDefaultTabLen.
1804 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
1805 (tui_win_with_focus): Rename tuiWinWithFocus.
1806 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
1807 (tui_layout_def): Rename tuiLayoutDef.
1808 (tui_win_resized): Rename tuiWinResized.
1809 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
1810 (tui_next_win): Rename tuiNextWin.
1811 (tui_prev_win): Rename tuiPrevWin.
1812 (tui_add_to_source_windows): Rename addToSourceWindows.
1813 * tui/tui-winsource.c, tui/tui-win.c: Update references.
1814 * tui/tui-layout.c, tui/tui-source.c: Ditto.
1815 * tui/tui-stack.c, tui/tui-io.c: Ditto.
1816 * tui/tui.c, tui/tui-data.c: Ditto.
1817 * tui/tui-interp.c, tui/tui-data.c: Ditto.
1818 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
1819
a358af15
AC
1820 * tui/tui-source.h: Update copyright. Include "tui-data.h".
1821 (struct symtab): Declare.
1822 (tui_set_source_content): Rename tuiSetSourceContent.
1823 (tui_show_symtab_source): Rename tuiShowSource.
1824 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
1825 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
1826 * tui/tui-source.c: Update copyright. Update references.
1827 * tui/tui-win.c, tui/tui-winsource.c: Update references.
1828 * tui/tui-stack.c: Update references.
1829
a21fcd8f
AC
1830 * tui/tui-win.h: Update copyright. Include "tui-data.h".
1831 (struct tui_win_info): Declare.
1832 (tui_scroll_forward): Rename tuiScrollForward.
1833 (tui_scroll_backward): Rename tuiScrollBackward.
1834 (tui_scroll_left): Rename tuiScrollLeft.
1835 (tui_scroll_right): Rename tuiScrollRight.
1836 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
1837 (tui_resize_all): Rename tuiResizeAll.
1838 (tui_refresh_all_win): Rename tuiRefreshAll.
1839 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
1840 * tui/tui-layout.c, * tui/tui-io.c: Update references.
1841 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
1842 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
1843
edae1ccf
AC
1844 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
1845 (tui_erase_data_content): Rename tuiEraseDataContent.
1846 (tui_display_all_data): Rename tuiDisplayAllData.
1847 (tui_check_data_values): Rename tuiCheckDataValues.
1848 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
1849 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
1850 (tui_first_data_element_no_in_line): Rename
1851 tuiFirstDataElementNoInLine.
1852 (tui_delete_data_content_windows): Rename
1853 tuiDeleteDataContentWindows.
1854 (tui_refresh_data_win): Rename tuiRefreshDataWin.
1855 (tui_display_data_from): Rename tuiDisplayDataFrom.
1856 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
1857 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
1858 * tui/tui-win.c, tui/tui-regs.c: Update references.
1859 * tui/tui-layout.c, tui/tui.c: Update references.
1860
ec7d9e56
AC
1861 * tui/tui-wingeneral.h: Update copyright.
1862 (m_allBeVisible): Delete macro.
8a1dac83 1863 (m_allBeInvisible): Delete macro.
ec7d9e56
AC
1864 (struct tui_gen_win_info): Declare.
1865 (struct tui_win_info): Declare.
1866 (tui_unhighlight_win): Rename unhighlightWin.
1867 (tui_make_visible, tui_make_invisible): Replace makeVisible.
1868 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
1869 (tui_make_window): Rename makeWindow.
1870 (tui_copy_win): Rename copyWin.
1871 (tui_box_win): Rename boxWin.
1872 (tui_highlight_win): Rename highlightWin.
1873 (tui_check_and_display_highlight_if_needed): Rename
1874 checkAndDisplayHighlightIfNeeded.
1875 (tui_refresh_all): Rename refreshAll.
1876 (tui_delete_win): Rename tuiDelwin.
1877 (tui_refresh_win): Rename tuiRefreshWin.
1878 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
1879 (tui_make_visible, tui_make_invisible): New functions.
1880 (tui_make_all_visible, tui_make_all_invisible): New functions.
1881 (make_all_visible): Rename makeAllVisible.
1882 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
1883 * tui/tui-data.c, tui/tui-winsource.c: Update references.
1884 * tui/tui-windata.c, tui/tui-win.c: Update references.
1885 * tui/tui-regs.c, tui/tui-layout.c: Update references.
1886 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
1887
1e52e2eb
MK
18882004-02-06 Mark Kettenis <kettenis@gnu.org>
1889
1890 * proc-api.c (write_with_trace): Initialize local variable to
1891 silence compiler warning.
1892
f80bda8e
AC
18932004-02-06 Andrew Cagney <cagney@redhat.com>
1894
1895 * tui/tui-source.h: Do not include "defs.h".
1896 (struct tui_win_info): Declare.
1897 (tui_set_source_content_nil): Declare.
1898 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
1899 (union tui_line_or_address): Rename _TuiLineOrAddress.
1900 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
1901 (tui_update_source_window): Rename tuiUpdateSourceWindow.
1902 (tui_update_source_window_as_is): Rename
1903 tuiUpdateSourceWindowAsIs.
1904 (tui_update_source_windows_with_addr): Rename
1905 tuiUpdateSourceWindowsWithAddr.
1906 (tui_update_source_windows_with_line): Rename
1907 tuiUpdateSourceWindowsWithLine.
1908 (tui_clear_source_content): Rename tuiClearSourceContent.
1909 (tui_erase_source_content): Rename tuiEraseSourceContent.
1910 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
1911 (tui_show_source_content): Rename tuiShowSourceContent.
1912 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
1913 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
1914 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
1915 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
1916 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
1917 (tui_update_exec_info): Rename tuiUpdateExecInfo.
1918 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
1919 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
1920 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
1921 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
1922 (struct tui_win_info): Declare.
1923 * tui/tui-stack.c: Update references.
1924 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
1925 * tui/tui-win.c, tui/tui-source.c: Ditto.
1926 * tui/tui.c, tui/tui-disasm.c: Ditto.
1927
9fbfb822
MK
19282004-02-06 Mark Kettenis <kettenis@gnu.org>
1929
1930 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
1931 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
1932
03cebad2
MK
19332004-02-05 Mark Kettenis <kettenis@gnu.org>
1934
1935 * infrun.c (handle_inferior_event): Allow for breakpoint
1936 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
1937 and SIGEMT. Update comments.
1938 * NEWS (Revised SPARC target): Mention support for non-executable
1939 stack.
1940
290281b1
MK
19412004-02-04 Mark Kettenis <kettenis@gnu.org>
1942
1943 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
1944 * inftarg.c: Update copyright year.
1945 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
1946 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
1947 (sparc_xfer_wcookie): New function.
1948 * sparc-tdep.c (sparc_fetch_wcookie): New function.
1949 * Makefile.in (sparc-nat.o): Update dependencies.
1950 * config/sparc/nm-nbsd.h: Include "target.h".
1951 (NATIVE_XFER_WCOOKIE): New define.
1952 (sparc_xfer_wcookie): New prototype.
1953
212161df
AC
19542004-02-04 Andrew Cagney <cagney@redhat.com>
1955
1956 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
1957 SYSCALL_TRAP function.
1958 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
1959
6e4c6c91
DJ
19602004-02-04 Andrew Cagney <cagney@redhat.com>
1961 Daniel Jacobowitz <drow@mvista.com>
1962
1963 * objfiles.h: Delete comments refering to inside_entry_func and
1964 DEPRECATED_FRAME_CHAIN_VALID.
1965 * defs.h (inside_entry_func): Update prototype..
1966 * blockframe.c (inside_entry_func): Rename to
1967 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
1968 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
1969
cae688ec
JJ
19702004-02-03 Jeff Johnston <jjohnstn@redhat.com>
1971
1972 * breakpoint.c (struct captured_parse_breakpoint_args): Move
1973 outside of #ifdef SOLIB_ADD region.
1974 (do_restore_lang_radix_cleanup): Ditto.
1975 (resolve_pending_breakpoint): Ditto.
1976
19217676
AC
19772004-02-03 Andrew Cagney <cagney@redhat.com>
1978
1979 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
1980 (process_note_abi_tag_sections): Delete unused function.
1981 (ia64_read_fp): Delete unused function.
1982 (gdbarch_extract_struct_value_address): Delete declaration.
1983
876753be
AC
19842004-02-02 Andrew Cagney <cagney@redhat.com>
1985
1986 * vax-tdep.c (vax_frame_chain): Delete call to
1987 deprecated_inside_entry_file.
1988 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
1989
d4f10bf2
MK
19902004-02-02 Mark Kettenis <kettenis@gnu.org>
1991
1992 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
1993 column that's "empty" or "same value" when eliminating REG_RA
1994 rules.
1995
cae688ec
JJ
19962004-02-02 Jeff Johnston <jjohnstn@redhat.com>
1997
1998 * NEWS: Add information about new pending breakpoint support.
1999
0101ce28
JJ
20002004-02-02 Jeff Johnston <jjohnstn@redhat.com>
2001
2002 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
2003 and pending fields for pending breakpoint support.
2004 * breakpoint.c (breakpoint_enabled): Add check for not pending.
2005 (condition_command): Only parse condition if not a pending
2006 breakpoint.
2007 (print_one_breakpoint): Add support for pending breakpoints.
2008 (describe_other_breakpoints): Add checks to verify we are not
2009 dealing with pending breakpoints.
2010 (check_duplicates): Don't check pending breakpoints.
2011 (set_raw_breakpoint): Initialize pending flag.
2012 (do_restore_lang_radix_cleanup): New cleanup routine.
2013 (resolve_pending_breakpoint): New function.
2014 (re_enable_breakpoints_in_shlibs): Try and resolve any
2015 pending breakpoints via resolve_pending_breakpoint.
2016 (mention): Add pending breakpoint support.
2017 (parse_breakpoint_sals): Add new parameter to pass to
2018 decode_line_1 to indicate silent errors when files or functions
2019 are not found. Change all callers.
2020 (do_captured_parse_breakpoint): New function.
2021 (break_command_1): Change prototype to return an rc value and to
2022 take an optional pending breakpoint pointer. Support creating
2023 a pending breakpoint if a "not found" form of error occurs when
2024 parsing the breakpoint. Also support resolving an existing pending
2025 breakpoint and be silent if the resolution fails.
2026 (create_breakpoints): Change prototype to take pending breakpoint
2027 pointer. When resolving a pending breakpoint, use the new pointer
2028 to provide a conditional or commands added by the end-user.
2029 (delete_breakpoint): Add appropriate check for pending.
2030 (breakpoint_re_set_one): Ditto.
2031 (do_enable_breakpoint): Ditto.
2032
8d577d32
DC
20332004-02-02 David Carlton <carlton@kealia.com>
2034
2035 * valops.c (enum oload_classification): New.
2036 (find_overload_match): Break implementation into separate
2037 functions; delete #if 0'd code; look for symbols within
2038 namespaces.
2039 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
2040 (find_oload_champ,oload_method_static,classify_oload_match): New.
2041 * cp-support.h: Add declaration for cp_func_name; update
2042 declaration for make_symbol_overload_list.
2043 * cp-support.c (cp_func_name): New.
2044 (overload_list_add_symbol): Fix comment, use
2045 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
2046 (make_symbol_overload_list): Take a function name and a namespace
2047 instead of a symbol; change implementation.
2048 (make_symbol_overload_list_using): New.
2049 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
2050
22e8e3c7
FF
20512004-02-02 Fred Fish <fnf@redhat.com>
2052
2053 * main.c (gdb_stdtarg): Move definition to group with other
15390fef 2054 gdb_stdtarg definitions and update copyright years.
22e8e3c7
FF
2055 * remote-sim.c (gdb_os_write_stderr): Write output to
2056 gdb_stdtargerr stream instead of gdb_stdtarg stream.
2057 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
15390fef 2058 gdb_stderr stream and update copyright years.
22e8e3c7 2059
6b753f60
DJ
20602004-02-01 Daniel Jacobowitz <drow@mvista.com>
2061
2062 * Makefile.in (mips-linux-nat.o): Update dependencies.
2063 * mips-linux-nat.c: Include mips-tdep.h.
2064
20652004-02-01 Roland McGrath <roland@redhat.com>
2cb6b099
RM
2066
2067 * sol-thread.c (sol_thread_xfer_partial): New function.
2068 (init_sol_thread_ops): Use that for to_xfer_partial hook.
2069 (init_sol_core_ops): Likewise.
2070
2071 * procfs.c (procfs_xfer_partial): New function.
2072 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
2073 * Makefile.in (procfs.o): Add $(auxv_h) dep.
2074
2075 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
2076 procfs_xfer_auxv function.
2077
2078 * procfs.c (procfs_make_note_section): If we can read
2079 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
2080 * linux-proc.c (linux_make_note_section): Likewise.
2081
2082 * auxv.h: New file.
2083 * auxv.c: New file.
2084 * Makefile.in (auxv_h): New variable.
2085 (COMMON_OBS): Add auxv.o here.
2086 (auxv.o): New target.
2087
2088 * corelow.c (core_xfer_partial): New function.
2089 (init_core_ops): Use it for core_ops.to_xfer_partial.
2090
2091 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
2092 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
2093 macro if that is defined.
2094
fa5281d0
DJ
20952004-02-01 Daniel Jacobowitz <drow@mvista.com>
2096
2097 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
2098 and check the specified thread for each breakpoint.
2099 * breakpoint.h (bpstat_stop_status): Update prototype.
2100 * infrun.c (handle_inferior_event): Update calls to
2101 bpstat_stop_status.
2102
26ee262d
DJ
21032004-02-01 Daniel Jacobowitz <drow@mvista.com>
2104
2105 * Makefile.in (cli-cmds.o): Add $(readline_h).
2106
d9b52655
DJ
21072004-02-01 Daniel Jacobowitz <drow@mvista.com>
2108
2109 * cli/cli-cmds.c: Include readline.h.
2110 (complete_command): Pass the start of the last word to
2111 complete_line.
2112
9709f61c
DJ
21132004-01-31 Daniel Jacobowitz <drow@mvista.com>
2114
2115 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
2116 argument, and change first argument to a CORE_ADDR.
2117 * breakpoint.h (bpstat_stop_status): Update prototype.
2118 * infrun.c (adjust_pc_after_break): Add a new comment.
2119 (handle_inferior_event): Update calls to bpstat_stop_status.
2120
4f1280bb
DJ
21212004-01-31 Daniel Jacobowitz <drow@mvista.com>
2122
2123 * breakpoint.h: Update copyright years.
2124
4fa8626c
DJ
21252004-01-31 Daniel Jacobowitz <drow@mvista.com>
2126
2127 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
2128 (bpstat_stop_status): Don't decrement PC.
2129 * breakpoint.h (software_breakpoint_inserted_here_p): Add
2130 prototype.
2131 * infrun.c (adjust_pc_after_break): New function.
2132 (handle_inferior_event): Call it, early. Remove later references
2133 to DECR_PC_AFTER_BREAK.
2134 (normal_stop): Add commentary.
2135
fad0733a
DJ
21362004-01-31 Daniel Jacobowitz <drow@mvista.com>
2137
2138 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
2139 2004-01-27 double-free fix.
2140
42cdca6c
MK
21412004-01-31 Mark Kettenis <kettenis@gnu.org>
2142
2143 * sparc-tdep.c (sparc_fetch_wcookie): New function.
2144 (sparc32_frame_prev_register): Handle StackGhost.
2145 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
2146
932d5416
RM
21472004-01-29 Roland McGrath <roland@redhat.com>
2148
2149 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
2150 * configure: Regenerated.
2151
2152 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
2153 * Makefile.in (procfs.o): Add dep.
2154
47d3492a
AC
21552004-01-28 Andrew Cagney <cagney@redhat.com>
2156
2157 * tui/tui-stack.h: Update copyright.
2158 (struct frame_info): Add opaque declaration.
2159 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
2160 (tui_show_locator_content): Rename tuiShowLocatorContent.
2161 (tui_show_frame_info): Rename tuiShowFrameInfo.
2162 * tui/tui-stack.c: Update copyright. Update references.
2163 * tui/tui-winsource.c: Update references.
2164 * tui/tui-win.c: Update references.
2165 * tui/tui-layout.c: Update references.
2166 * tui/tui-hooks.c: Update copyright, update references.
2167 * tui/tui.c: Update copyright, update references.
2168 * tui/tui-disasm.c: Update references.
2169
5d51ca54
DC
21702004-01-28 David Carlton <carlton@kealia.com>
2171
2172 * dwarf2read.c (add_partial_structure): Use demangled name if
2173 namespace equals "".
2174
086ed43d
JB
21752004-01-27 Jim Blandy <jimb@redhat.com>
2176
2177 Clean up misapplied patch:
2178 * dwarf2read.c (determine_prefix): Change one of the two forward
2179 declarations for 'determine_prefix_aux' to a declaration for this.
2180 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
2181 argument to 'die_specification'.
2182
2a35147e
JB
2183 * dwarf2read.c (read_func_scope): Re-indent comment.
2184
a355c7de 21852004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
932d5416 2186
a355c7de
AC
2187 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
2188 b->exp to NULL after freeing so that error during re-parsing or
2189 evaluation of expressions associated with breakpoint don't
2190 eventually lead to re-freeing of storage.
2191 Committed by Andrew Cagney.
2192
63ff5125
AC
21932004-01-27 Andrew Cagney <cagney@redhat.com>
2194
2195 * source.c (ambiguous_line_spec): Delete undefined declaration.
2196 * m32r-rom.c (m32r_set_board_address): Delete unused function.
2197 (m32r_set_server_address, m32r_set_download_path): Ditto.
2198 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
2199
e142c38c
DJ
22002004-01-27 Daniel Jacobowitz <drow@mvista.com>
2201
2202 * dwarf2read.c: Update calls to changed and renamed functions, and
2203 references to moved variables.
2204
2205 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
2206 language, language_defn, list_in_scope, and ftypes members.
2207 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
2208 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
2209 (baseaddr): Remove globals.
2210
2211 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
2212 (set_cu_language, die_is_declaration, die_specification)
2213 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
2214 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
2215 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
2216 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
2217
2218 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
2219 cu.list_in_scope. Don't initialize cu_header_offset.
2220 (add_partial_symbol): Add local baseaddr.
2221 (psymtab_to_symtab_1): Add local baseaddr. Use
2222 objfile->section_offsets for consistency. Don't initialize
2223 cu_header_offset; do initialize cu.header.offset and
2224 cu.list_in_scope.
2225 (read_file_scope, read_func_scope, read_lexical_block_scope)
2226 (dwarf_decode_lines, new_symbol): Add local baseaddr.
2227
c6e06ede
MC
22282004-01-27 Michael Chastain <mec.gnu@mindspring.com>
2229
fb328ecc 2230 * PROBLEMS: Add gdb/1516.
c6e06ede 2231
48184fd4
AC
22322003-12-29 Robert Millan <robertmh@gnu.org>
2233
2234 Patch committed by Andrw Cagney.
2235 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
2236 * configure.tgt: Match knetbsd*-gnu.
2237
c1321b30
AC
22382004-01-26 Andrew Cagney <cagney@redhat.com>
2239
f3699be3
AC
2240 * breakpoint.c (catch_command_1): Delete #ifdef code.
2241 (catch_fork_command_1): Delete #ifdef wrapper.
2242 (catch_exec_command_1): Ditto.
2243 (catch_load_command_1): Ditto.
2244 (catch_unload_command_1): Ditto.
2245
c1321b30
AC
2246 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
2247 (catch_breakpoint): Delete #if0ed function.
2248 (disable_catch_breakpoint): Ditto.
2249 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
2250 (disable_catch, enable_catch, delete_catch): Ditto.
2251
b4501125
AC
22522004-01-26 Andrew Cagney <cagney@redhat.com>
2253
2254 * remote.c (echo_check, quit_flag): Delete variables.
2255 (cisco_kernel_mode): Delete variable.
2256 (minitelnet_return, tty_input, escape_count): Delete variables.
2257 (remote_cisco_mode): Delete variable.
2258 (remote_cisco_open, remote_cisco_close): Delete function.
2259 (remote_cisco_mourn, remote_cisco_wait): Delete function.
2260 (init_remote_cisco_ops): Delete function.
2261 (_initialize_remote): Do not install "remote cisco" code.
2262 (read_frame): Delete cisco specific code.
2263 (remote_info_process): Delete function.
2264 (remote_wait): Delete cisco specific code.
2265 (remote_cisco_section_offsets): Delete function.
2266 (remote_cisco_objfile_relocate): Delete function.
2267 (remote_async_wait): Delete cisco specific code.
2268 (minitelnet, readtty, readsocket): Delete function.
2269
74055713
AC
22702004-01-26 Andrew Cagney <cagney@redhat.com>
2271
2272 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
2273 comments mentioning extract_returned_value_address.
2274 * infcmd.c (print_return_value): Update. Add comments on
2275 extract_returned_value_address.
2276 * stack.c (return_command): Add comments on
2277 extract_returned_value_address.
2278 * values.c: Update comment.
2279 * m32r-tdep.c: Update comment.
2280 * sparc-tdep.c: Update comment.
2281 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
2282 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2283 * sh64-tdep.c (sh64_gdbarch_init): Update.
2284 * sh-tdep.c (sh_gdbarch_init): Update.
2285 * s390-tdep.c (s390_gdbarch_init): Update.
2286 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2287 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
2288 * m68k-tdep.c (m68k_gdbarch_init): Update.
2289 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2290 * m32r-tdep.c (m32r_gdbarch_init): Update.
2291 * ia64-tdep.c (ia64_gdbarch_init): Update.
2292 * h8300-tdep.c (h8300_gdbarch_init): Update.
2293 * frv-tdep.c (frv_gdbarch_init): Update.
2294 * arm-tdep.c (arm_gdbarch_init): Update.
2295 * alpha-tdep.c (alpha_gdbarch_init): Update.
2296
a67af2b9
AC
22972004-01-26 Andrew Cagney <cagney@redhat.com>
2298
2299 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
2300 SYMBOL_LOCATION_FUNCS
2301 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
2302 "struct symbol_ops".
2303 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
2304 type to "struct symbol_ops".
2305 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
2306 (struct symbol): Replace ".aux_value.loc.funcs" and
2307 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
2308 (SYMBOL_OBJFILE): Delete macro.
2309 (SYMBOL_LOCATION_FUNCS): Delete macro.
2310 (SYMBOL_LOCATION_BATON): Update.
2311 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
2312 intead of SYMBOL_LOCATION_FUNCS.
2313 * ax-gdb.c (gen_var_ref): Ditto.
2314 * printcmd.c (address_info): Ditto.
2315 * findvar.c (read_var_value): Ditto.
2316 (symbol_read_needs_frame): Ditto.
2317
c034e007
AC
23182004-01-26 Andrew Cagney <cagney@redhat.com>
2319
2320 * dwarf2read.c (read_func_scope): Document frame-base hack.
2321
bb472c1e
MK
23222004-01-25 Mark Kettenis <kettenis@gnu.org>
2323
2324 * infcmd.c (print_return_value): Plug memory leak; delete
2325 ui_stream object. Rename argument `structure_return' to
2326 `struct_return'.
2327
c8e737d5
MK
23282004-01-25 Mark Kettenis <kettenis@gnu.org>
2329
f941662f
MK
2330 * infcmd.c (print_return_value): Wrap long lines.
2331 (finish_command_continuation, finish_command): Remove unused
2332 variable `funcaddr'. Fix some coding-standards problems.
2333
c558d81a
MK
2334 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
2335 SECT_SIZE is large enough, not wheter it's exactly the right size.
2336 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
2337 TDEP->fpregset to zero.
2338
bf1e5861 2339 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
c8e737d5
MK
2340 floating-point registers for traditional NetBSD core files.
2341 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
2342 TDEP->sizeof_fpregset here.
2343
4c72d57a
MK
23442004-01-25 Mark Kettenis <kettenis@gnu.org>
2345
566626fa
MK
2346 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
2347 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
2348 function with code split out from
2349 sparc32nbsd_sigcontext_frame_cache.
2350 (sparc32nbsd_sigcontext_frame_cache): Use
2351 sparc32nbsd_sigcontext_saved_regs.
2352 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
2353 OpenBSD.
2354 * sparcobsd-tdep.c: New file.
2355 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
2356 (sparcobsd-tdep.o): New dependency.
2357 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
2358 * config/sparc/obsd.mt: New file.
2359
4c72d57a
MK
2360 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
2361 TDEP->fpregset to be initialized to enable core file register
2362 sets.
2363
7e5e9f88
MK
23642004-01-24 Mark Kettenis <kettenis@gnu.org>
2365
f0f207fd 2366 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
1e067c66
MK
2367 Add opaque declarations.
2368 (sparc64nbsd_sigcontext_saved_regs): New prototype.
2369 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
2370 function with code split out from
2371 sparc64nbsd_sigcontext_frame_cache.
2372 (sparc64nbsd_sigcontext_frame_cache): Use
2373 sparc64nbsd_sigcontext_saved_regs.
2374 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
2375 OpenBSD.
2376 * sparc64obsd-tdep.c: New file.
2377 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
2378 (sparc64obsd-tdep.o): New dependency.
2379 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
2380 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
2381 * config/sparc/obsd64.mt: New file.
2382
690668cc
MK
2383 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
2384 read the instruction at PC.
2385
7e5e9f88
MK
2386 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
2387 value of GDB_OSABI_DEFAULT.
2388 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
2389 instead of GDB_OSABI_NETBSD_AOUT.
2390
68b6dce9
NR
23912004-01-24 Nick Roberts <nick@nick.uklinux.net>
2392
2393 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
2394 copyright.
2395
080ce8c0
AC
23962004-01-23 Andrew Cagney <cagney@redhat.com>
2397
2398 * printcmd.c (display_command): Replace tui_set_display call with
2399 tui_set_layout_for_display_command.
2400 * tui/tui.h (enum tui_win_type): Define.
2401 (tui_set_layout): Delete declaration.
2402 (tui_set_layout_for_display_command): Rename set_tui_layout.
2403 * tui/tui-data.h (enum tui_layout_type): Define.
2404 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
2405 "tui.h".
2406 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
2407 (tui_default_win_height): Rename tuiDefaultWinHeight.
2408 (tui_default_win_viewport_height): Rename
2409 tuiDefaultWinViewportHeight.
2410 (tui_set_layout): RenametuiSetLayout.
2411 * tui/tui-layout.c: Update references.
2412 * tui/tui.c: Update references.
2413 * tui/tui-disasm.c: Update references.
2414
b368761e
DC
24152004-01-23 David Carlton <carlton@kealia.com>
2416
2417 Partial workaround for PR c++/1511:
2418 * cp-namespace.c: Include frame.h.
2419 (cp_lookup_transparent_type): New
2420 (cp_lookup_transparent_type_loop): New.
2421 * cp-support.h: Declare cp_lookup_transparent_type.
2422 * symtab.c (basic_lookup_transparent_type): Renamed from
2423 lookup_transparent_type.
2424 (lookup_transparent_type): Replace old body by a call to
2425 current_language->la_lookup_transparent_type.
2426 * symtab.h: Update copyright. Declare
2427 basic_lookup_transparent_type.
2428 * language.h: Update copyright.
2429 (struct language_defn): Add la_lookup_transparent_type.
2430 * language.c: Update copyright.
2431 (unknown_language_defn): Add basic_lookup_transparent_type.
2432 (auto_language_defn): Add basic_lookup_transparent_type.
2433 (local_language_defn): Add basic_lookup_transparent_type.
2434 * ada-lang.c: Update copyright.
2435 (ada_language_defn): Add basic_lookup_transparent_type.
2436 * c-lang.c: Update copyright.
2437 (c_language_defn): Add basic_lookup_transparent_type.
2438 (cplus_language_defn): Add basic_lookup_transparent_type.
2439 (asm_language_defn): Add basic_lookup_transparent_type.
2440 (minimal_language_defn): Add basic_lookup_transparent_type.
2441 * f-lang.c: Update copyright.
2442 (f_language_defn): Add basic_lookup_transparent_type.
2443 * jv-lang.c: Update copyright.
2444 (java_language_defn): Add basic_lookup_transparent_type.
2445 * m2-lang.c: Update copyright.
2446 (m2_language_defn): Add basic_lookup_transparent_type.
2447 * objc-lang.c: Update copyright.
2448 (objc_language_defn): Add basic_lookup_transparent_type.
2449 * p-lang.c: Update copyright.
2450 (p_language_defn): Add basic_lookup_transparent_type.
2451 * scm-lang.c: Update copyright.
2452 (scm_language_defn): Add basic_lookup_transparent_type.
2453 * Makefile.in (cp-namespace.o): Depend on frame.h.
2454
fdde2d81
DC
24552004-01-23 David Carlton <carlton@kealia.com>
2456
2457 Patch for PR c++/1520:
2458 * dwarf2read.c (read_func_scope): Set processing_current_prefix
2459 properly if we have a specification die.
2460 (determine_prefix_aux): Rename from determine_prefix.
2461 (determine_prefix): Like the old determine_prefix, but never
2462 returns NULL.
2463
5b828b6b
TR
24642004-01-23 Theodore A. Roth <troth@openavr.org>
2465
2466 * avr-tdep.c: Update copyright.
2467 (avr_iaddr_p): Delete unused function.
2468 (avr_saddr_p): Delete unused function.
2469
a1b8c067
DC
24702004-01-23 David Carlton <carlton@kealia.com>
2471
2472 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
2473 Fix for PR symtab/1534.
2474
f2cab569
MK
24752004-01-23 Mark Kettenis <kettenis@gnu.org>
2476
2477 * NEWS (New native configurations): Mention OpenBSD/sparc and
2478 OpenBSD/sparc64.
2479 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
2480 * configure.host: Likewise.
2481 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
2482 handler for OpenBSD.
2483 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
2484
642d8300
MK
24852004-01-22 Mark Kettenis <kettenis@gnu.org>
2486
89aac506
MK
2487 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
2488 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
2489
36662fde
MK
2490 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
2491 * cli/cli-cmds.c (shell_escape): Likewise.
2492
642d8300
MK
2493 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
2494 OpenBSD .note.openbsd.ident sections.
2495
fae299cd
DC
24962004-01-22 David Carlton <carlton@kealia.com>
2497
2498 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
2499 get_scope_pc_bounds.
2500 (read_file_scope): Ditto.
2501 (get_scope_pc_bounds): New function, produced by extracting code
2502 from the above two functions, consolidating it, and adding support
2503 for DW_TAG_namespace.
2504
a49d618c
MK
25052004-01-22 Mark Kettenis <kettenis@gnu.org>
2506
2507 * osabi.c (MAX_NOTESZ): New define.
2508 (check_note): New function.
2509 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
2510 check_note.
2511
fe61caab
RM
25122004-01-21 Roland McGrath <roland@redhat.com>
2513
2514 * MAINTAINERS (write after approval): Add myself.
2515
ec145965
EZ
25162004-01-21 Eli Zaretskii <eliz@gnu.org>
2517
2518 * utils.c (init_page_info): Move declarations of `rows' and
2519 `cols' before the __GO32__-specific code. Move the closing brace
2520 outside the #ifdef __GO32__..#endif block.
2521 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
2522
877522db
PB
25232004-01-21 Paul Brook <paul@codesourcery.com>
2524
2525 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
2526 BPSTAT_WHAT_CHECK_SHLIBS.
2527
dbf5be1c
PB
25282004-01-21 Paul Brook <paul@codesourcery.com>
2529
2530 * MAINTAINERS: Add myself to write-after-approval.
2531
81f08b92
AC
25322004-01-20 Andrew Cagney <cagney@redhat.com>
2533
5a1efed7
AC
2534 * ax-gdb.c (print_axs_value): Delete unused function.
2535 * jv-lang.c (java_lookup_type): Delete unused function.
2536 * cli/cli-dump.c (dump_filetype): Delete unused function.
2537 * remote-mips.c (remote_mips_insert_hw_breakpoint)
2538 (remote_mips_remove_hw_breakpoint): Delete unused functions.
2539 (mips_getstring): Delete unused function.
2540 (pmon_insert_breakpoint): Delete #if0ed function.
2541 (PMON_MAX_BP): Delete #if0ed MACRO.
2542 (mips_pmon_bp_info): Delete #if0ed variable.
2543 (pmon_remove_breakpoint): Delete #if0ed function.
2544 * monitor.c (monitor_write_even_block): Delete unused function.
2545 (monitor_write_memory_block): Delete #if0ed code.
2546 * dink32-rom.c (dink32_load): Delete unused function.
2547 (_initialize_dink32_rom): Delete #if0ed code.
2548 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
2549
b0a30fce
AC
2550 * tui/tui-command.c: Update references.
2551 * tui/tui-io.c: Update references.
2552 * tui/tui-command.h: Update copyright.
2553 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
2554
81f08b92
AC
2555 * source.c (ambiguous_line_spec): Delete never-defined function.
2556 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
2557 * gdbtypes.c (add_name, add_mangled_type): Ditto.
2558 * cli/cli-cmds.c (validate_comname): Ditto.
2559
65f05602
AC
2560 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
2561 "tui-data.h".
2562 (tui_set_disassem_content): Rename tuiSetDisassemContent.
2563 (tui_show_disassem): Rename tuiShowDisassem.
2564 (tui_show_disassem_and_update_source): Rename
2565 tuiVerticalDisassemScroll.
2566 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
2567 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
2568 * tui/tui.h: Update copyright.
2569 (enum tui_status): Define.
2570 * tui/tui-data.h (enum tui_scroll_direction): Define.
2571 * tui/tui-disasm.c: Update copyright. Update references.
2572 * tui/tui-winsource.c: Update copyright. Update references.
2573 * tui/tui-win.c: Update references.
2574 * tui/tui-layout.c: Update references.
2575
6bb0384f
AC
25762004-01-20 Andrew Cagney <cagney@redhat.com>
2577
2578 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
2579 sym2 to start of block.
2580
9175c9a3
MC
25812004-01-19 Michael Chastain <mec.gnu@mindspring.com>
2582
2583 * MAINTAINERS: Delete mmalloc.
2584 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
2585 * NEWS: Mention removal of --with-malloc.
2586 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
2587 * config.in: Regenerate.
2588 * configure: Regenerate.
6bb0384f
AC
2589 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
2590 USE_MMALLOC, MMCHECK_FORCE.
9175c9a3
MC
2591 * gdbinit.in: Remove mmalloc.
2592 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
2593 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
2594 * config/i386/go32.mh: Likewise.
2595 * config/i386/interix.mh: Likewise.
2596 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
2597
4fcef00a
JJ
25982004-01-19 Jeff Johnston <jjohnstn@redhat.com>
2599
2600 * linespec.c (decode_variable, symtab_from_filename): Call
2601 error_silent with error message instead of throwing an exception
2602 directly.
2603 * defs.h (error_silent, error_output_message): Add prototypes.
2604 (catch_exceptions_with_msg): Ditto.
2605 * utils.c (error_silent, error_output_message): New functions.
2606 * top.c (catch_exceptions_with_msg): New function.
2607
8e94b928
NR
26082004-01-20 Nick Roberts <nick@nick.uklinux.net>
2609
2610 * mi/mi-cmds.h (enum print_values): Add definition.
2611
2612 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
2613 type and value for simple data types and just the name and type
2614 for complex ones, if required.
2615
2616 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
2617 children, if required.
2618
a02d6af8
KB
26192004-01-19 Kevin Buettner <kevinb@redhat.com>
2620
2621 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
2622 unused declarations.
2623
78a4a9b9
AC
26242004-01-19 Andrew Cagney <cagney@redhat.com>
2625
2626 * top.h (mapped_symbol_files): Delete declaration.
2627 * main.c (captured_main): Delete option "m" and "mapped".
2628 * objfiles.c (mapped_symbol_files): Delete variable.
2629 * symfile.c (symbol_file_command): Delete mmap code.
2630 (symbol_file_add_with_addrs_or_offsets): Ditto.
2631 (add_symbol_file_command, reread_separate_symbols): Ditto.
2632 * objfiles.h (OBJF_MAPPED): Delete.
2633 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
2634 (free_objfile) [USE_MMALLOC]: Ditto.
2635 (open_existing_mapped_file): Delete function.
2636 (open_mapped_file): Delete function.
2637 (map_to_file): Delete function.
2638
2dbd5e30
KB
26392004-01-19 Kevin Buettner <kevinb@redhat.com>
2640
2641 * infrun.c (step_into_function): Account for possible breakpoint
2642 adjustment when computing ``stop_func_start''.
2643
437b434f
KB
26442004-01-19 Kevin Buettner <kevinb@redhat.com>
2645
2646 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
2647 the region size against the size of a pointer, not the size of
2648 a register as given by DEPRECATED_REGISTER_SIZE.
2649
55fb0713
AC
26502004-01-19 Andrew Cagney <cagney@redhat.com>
2651
2652 * tui/tui-regs.h: Include "tui-data.h".
2653 (tuiFirstRegElementNoInLine): Delete declaration.
2654 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
2655 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
2656 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
2657 (tui_calculate_regs_column_count): Rename
2658 tuiCalculateRegsColumnCount.
2659 (tui_check_register_values): Rename tuiCheckRegisterValues.
2660 (tui_show_registers): Rename tuiShowRegisters.
2661 (tui_display_registers_from_line): Rename
2662 tuiDisplayRegistersFromLine.
2663 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
2664 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
2665 (tui_first_reg_element_no_inline): Rename
2666 tuiFirstRegElementNoInLine.
2667 * tui/tui-data.h: Update copyright.
2668 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
2669 * tui/tui-windata.c: Update copyright, update references.
2670 * tui/tui-regs.c: Update copyright, update references.
2671 * tui/tui-win.c: Update copyright, update references.
2672 * tui/tui-layout.c: Update copyright, update references.
fe61caab 2673
cebe9500
AC
26742004-01-18 Andrew Cagney <cagney@redhat.com>
2675
bcdf1568
AC
2676 * tui/tui-io.c: Update copyright.
2677 (key_is_end_sequence, key_is_backspace): New functions.
2678 (key_is_command_char, key_is_start_sequence): New function.
2679 (tui_getc): Update references.
2680 * tui/tui-io.h: Update copyright.
2681 (m_tuiStartNewLine): Delete macro.
2682 (m_isBackspace, m_isDeleteChar): Delete macros.
2683 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
2684 (m_isNextPage, m_isPrevPage): Delete macros.
2685 (m_isLeftArrow, m_isRightArrow): Delete macros.
2686 (m_isXdbStyleCommandChar): Delete macro.
2687 (key_is_start_sequence): Declare, replace m_isStartSequence.
2688 (key_is_end_sequence): Declare, replace m_isEndSequence.
2689 (key_is_backspace): Declare ,replace m_isBackspace.
2690 (key_is_command_char): Declare, replace m_isCommandChar.
2691 * tui/tui-command.c: Update copyright.
2692 (tuiDispatchCtrlChar): Update references.
2693
130d87e6
AC
2694 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
2695 tuiSourceWin.h.
2696
d7b2e967
AC
2697 * tui/tui-command.c: Rename tui/tuiCommand.c.
2698 * tui/tui-command.h: Rename tui/tuiCommand.h.
2699 * tui/tui-data.c: Rename tui/tuiData.c.
2700 * tui/tui-data.h: Rename tui/tuiData.h.
2701 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
2702 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
2703 * tui/tui-io.c: Rename tui/tuiIO.c.
2704 * tui/tui-io.h: Rename tui/tuiIO.h.
2705 * tui/tui-layout.c: Rename tui/tuiLayout.c.
2706 * tui/tui-layout.h: Rename tui/tuiLayout.h.
2707 * tui/tui-regs.c: Rename tui/tuiRegs.c.
2708 * tui/tui-regs.h: Rename tui/tuiRegs.h.
2709 * tui/tui-source.c: Rename tui/tuiSource.c.
2710 * tui/tui-source.h: Rename tui/tuiSource.h.
2711 * tui/tui-stack.c: Rename tui/tuiStack.c.
2712 * tui/tui-stack.h: Rename tui/tuiStack.h.
2713 * tui/tui-win.c: Rename tui/tuiWin.c.
2714 * tui/tui-win.h: Rename tui/tuiWin.h.
2715 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
2716 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
2717 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
2718 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
2719 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
2720 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
2721 * tui/tui-file.c: Update includes.
2722 * tui/tui-hooks.c: Update includes.
2723 * tui/tui-interp.c: Update includes.
2724 * tui/tui.c: Update includes.
2725 * Makefile.in: Update all tui/ dependencies.
2726 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
2727
b2100910
AC
2728 * Makefile.in: Update copyright. Update dependencies.
2729
cebe9500
AC
2730 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
2731 problem.
2732
c6f0559b
AC
27332004-01-18 Andrew Cagney <cagney@redhat.com>
2734
43e9390b
AC
2735 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
2736 instead of register_gdbarch_init.
2737
c6f0559b
AC
2738 * remote-sds.c (tohex): Delete unused function. Update copyright.
2739 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
2740 * v850-tdep.c (v850_register_virtual_size): Ditto.
2741 * target.c (normal_target_post_startup_inferior): Ditto.
2742 * source.c (ambiguous_line_spec): Ditto.
2743 * remote.c (adapt_remote_get_threadinfo): Ditto.
2744 * mi/mi-out.c (out_field_fmt): Ditto.
2745 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
2746 (output_control_change_notification): Ditto.
2747 * m68k-tdep.c (m68k_register_byte): Ditto.
2748 (m68k_remote_breakpoint_from_pc): Ditto.
2749 * ui-out.c (init_ui_out_state): Delete unused declaration.
2750 * stabsread.c (search_value): Ditto.
2751 * mi/mi-cmd-env.c (env_cli_command): Ditto.
2752 * maint.c (print_section_table): Ditto.
2753 * infrun.c (set_follow_fork_mode_command): Ditto.
2754
a8504492
MK
27552004-01-18 Mark Kettenis <kettenis@gnu.org>
2756
2757 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
2758 DW_CFA_def_cfa_exporession. Add support for
2759 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
2760 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
2761
0bd8997e
AC
27622004-01-18 Andrew Cagney <cagney@redhat.com>
2763
2764 * ocd.c: Update copyright.
2765 (bdm_read_register_command): Delete unused function.
2766 (_initialize_remote_ocd): Delete commented out reference.
2767 (get_quoted_char, reset_packet): Delete #if0ed function.
2768 (output_packet, put_quoted_char): Delete #if0ed function.
2769 (stu_put_packet, stu_get_packet): Delete #if0ed function.
2770 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
2771 (BDM_BREAKPOINT): Delete #if0ed macro.
2772 (remote_timeout): Delete #if0ed variable.
2773
31bb40e4
MK
27742004-01-18 Mark Kettenis <kettenis@gnu.org>
2775
2776 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
2777 (core-sol2.o): Remove dependency.
2778 * core-sol2.c: Remove file.
2779
887432a5
AC
27802004-01-17 Andrew Cagney <cagney@redhat.com>
2781
2782 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
2783 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
2784 enums.
2785
29182b13
DJ
27862004-01-17 Daniel Jacobowitz <drow@mvista.com>
2787
2788 * remote.c: Update copyright years.
2789
2963ee1d
DJ
27902004-01-17 Daniel Jacobowitz <drow@mvista.com>
2791
2792 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
2793
79d45cd4
AC
27942004-01-17 Andrew Cagney <cagney@redhat.com>
2795
ee300cd4
AC
2796 * mdebugread.c: Update copyright.
2797 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
2798 (parse_type, parse_procedure): Ditto.
2799 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
2800
fcacc9c2
AC
2801 * cris-tdep.c (cris_store_struct_return): Put back accidently
2802 deleted function.
2803
79d45cd4
AC
2804 * gdbarch.sh: Update copyright year.
2805 * gdbarch.h, gdbarch.c: Re-generate.
2806
b263358a
DJ
28072004-01-17 Daniel Jacobowitz <drow@mvista.com>
2808
2809 Suggested by George Anzinger.
2810 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
2811 correct stack offset. Include unknown opcode numbers in the error
2812 message.
2813
931aecf5
AC
28142004-01-17 Andrew Cagney <cagney@redhat.com>
2815
2816 * x86-64-tdep.c (x86_64_init_abi): No need to clear
2817 extract_struct_value_address, i386 does not set it.
2818 * sparc64-tdep.c (sparc64_init_abi): Do not set
2819 extract_struct_value_address, never called.
2820 (sparc64_extract_struct_value_address): Delete function.
2821 * m68hc11-tdep.c: Update copyright.
2822 (m68hc11_gdbarch_init): Delete redundant assignment of
2823 extract_struct_value_address.
2824 * i386-tdep.c: Update copyright.
2825 (i386_gdbarch_init): Do not set extract_struct_value_address,
2826 never called.
2827 (i386_extract_struct_value_address): Delete function.
2828 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
2829 extract_struct_value_address, never called.
2830 (sparc32_extract_struct_value_address): #if 0 function. Add
2831 comments explaining its future.
2832
756fe439
DJ
28332004-01-17 Daniel Jacobowitz <drow@mvista.com>
2834
2835 * arm-tdep.c (arm_write_pc): New function.
2836 (arm_gdbarch_init): Call set_gdbarch_write_pc.
2837
e74f0f02
DJ
28382004-01-17 Daniel Jacobowitz <drow@mvista.com>
2839
2840 * breakpoint.c (must_shift_inst_regs): Delete.
2841 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
2842 and SHIFT_INST_REGS.
2843 * infcmd.c (step_1, step_1_continuation): Delete references to
2844 SHIFT_INST_REGS.
2845 * infrun.c (keep_going): Likewise.
2846 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
2847 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
2848
b6cb9035
AC
28492004-01-17 Andrew Cagney <cagney@redhat.com>
2850
444a1e2e
AC
2851 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
2852 * gdbarch.h, gdbarch.c: Re-generate.
2853 * infcmd.c (print_return_value): Delete reference to
2854 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
2855
def7e6ed
AC
2856 * cris-tdep.c (cris_gdbarch_init): Do not set
2857 deprecated_extract_struct_value_address.
2858
07be497a
AC
2859 * xstormy16-tdep.c: Update copyright.
2860 (xstormy16_extract_struct_value_address): Update to current
2861 extract struct value address interface.
2862 (xstormy16_gdbarch_init): Set extract_struct_value_address.
2863 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
2864 current extract struct value address interface.
2865 (sh64_gdbarch_init): Set extract_struct_value_address.
2866
6b4d5c91
AC
2867 * cris-tdep.c: Update copyright.
2868 (cris_extract_struct_value_address): Delete function.
2869 (struct_return_address): Delete variable.
2870 (cris_store_struct_return): Do not set struct_return_address.
2871
464e0365
AC
2872 * mcore-tdep.c: Update copyright.
2873 (mcore_extract_struct_value_address): Delete function. Update
2874 comments.
2875 (mcore_gdbarch_init): Update.
2876 * mn10300-tdep.c: Update copyright.
2877 (mn10300_extract_struct_value_address): Delete function.
2878 (mn10300_gdbarch_init): Update.
2879 * v850-tdep.c: Update copyright.
2880 (v850_extract_struct_value_address): Delete.
2881 (v850_gdbarch_init): Update.
2882 * ns32k-tdep.c: Update copyright.
2883 (ns32k_extract_struct_value_address): Delete.
2884 (ns32k_gdbarch_init): Update.
2885 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
2886 (hppa_gdbarch_init): Update.
2887 * vax-tdep.c: Update copyright.
2888 (vax_extract_struct_value_address): Delete.
2889 (vax_gdbarch_init): Update.
2890
afb18d0f
AC
2891 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
2892 * gdbarch.h, gdbarch.c: Re-generate.
2893 * procfs.c (procfs_fetch_registers): Delete reference to
2894 DEPRECATED_NPC_REGNUM.
2895 (procfs_store_registers): Ditto.
2896 * regcache.c (generic_target_write_pc): Simplify.
2897 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
2898
a698f53e
AC
2899 * core-sol2.c (fetch_core_registers): Replace
2900 DEPRECATED_NPC_REGNUM with equivalent tdep value.
2901
adc11376
AC
2902 * hppa-tdep.c: Update copyright year.
2903 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
2904 NPC_REGNUM.
2905 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
2906
b6cb9035
AC
2907 * mips-tdep.c (mips_write_pc): New function.
2908 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
2909 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
2910 (mips_find_saved_regs, mips_software_single_step: Ditto.
2911 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
2912 mips_init_extra_frame_info, mips_pop_frame): Ditto.
2913
6d82d43b
AC
29142004-01-17 Andrew Cagney <cagney@redhat.com>
2915
2916 * mips-tdep.c: Re-indent. Group functions by ABI.
2917
71bd6bd4
AC
29182004-01-17 Andrew Cagney <cagney@redhat.com>
2919
2920 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
2921 * gdbarch.c: Re-generate.
2922 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
2923 DECR_PC_AFTER_BREAK to zero.
2924 * vax-tdep.c (vax_gdbarch_init): Ditto.
2925 * v850-tdep.c (v850_gdbarch_init): Ditto.
2926 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
2927 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
2928 * sh-tdep.c (sh_gdbarch_init): Ditto.
2929 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2930 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
2931 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2932 * mips-tdep.c (mips_gdbarch_init): Ditto.
2933 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2934 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2935 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
2936 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
2937 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
2938 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
2939 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2940 * frv-tdep.c (frv_gdbarch_init): Ditto.
2941 * cris-tdep.c (cris_gdbarch_init): Ditto.
2942 * avr-tdep.c (avr_gdbarch_init): Ditto.
2943 * arm-tdep.c (arm_gdbarch_init): Ditto.
2944 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
2945
a02abb62
JB
29462004-01-17 J. Brobecker <brobecker@gnat.com>
2947
2948 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
2949 Delete, no longer used.
2950 (read_subrange_type): New function, mostly extracted from
2951 read_array_type().
2952 (read_array_type): Replace extracted code by call to
2953 read_subrange_type().
2954 (dwarf2_get_attr_constant_value): New function.
2955 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
2956 (add_partial_symbol): Likewise.
2957 (process_die): Likewise.
2958 (new_symbol): Likewise.
2959 (read_type_die): Likewise.
2960
cf5b2f1b
AC
29612004-01-16 Andrew Cagney <cagney@redhat.com>
2962
2963 * symfile.c: Update copyright year.
2964 (compare_symbols): Delete unused function.
2965 * stabsread.c: Update copyright year.
2966 (lrs_general_complaint): Delete unused function.
2967 (ref_search_value): Ditto.
2968 (get_substring): Delete declaration.
2969 * sh64-tdep.c: Update copyright year.
2970 (sh64_get_gdb_regnum): Delete unused function.
2971 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
2972 Delete unused function.
2973
d33b9831
MK
29742004-01-17 Mark Kettenis <kettenis@gnu.org>
2975
2976 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
2977 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
2978
7aea86e6
AC
29792004-01-16 Andrew Cagney <cagney@redhat.com>
2980
2981 Changes from Peter Schauer.
2982 * rs6000-tdep.c: Update copyright year.
2983 (rs6000_push_dummy_call): Update the stack pointer before
2984 accessing the corresponding stack region.
2985 * rs6000-nat.c: Update copyright year.
2986 (set_host_arch): Set "info.abfd" to "exec_bfd".
2987
26b0da32
MK
29882004-01-15 Mark Kettenis <kettenis@gnu.org>
2989
2990 * blockframe.c: Update copyright year.
2991 (inside_entry_func): Don't treat a zero PC specially.
2992
86fbe6cc
EZ
29932004-01-14 Elena Zannoni <ezannoni@redhat.com>
2994
2995 * gcore.c (gcore_copy_callback): Use paddr_d to print size
2996 variable.
2997 (gcore_create_callback): Ditto. Skip any memory segment that has
2998 no permissions set.
2999
63d06c5c
DC
30002004-01-14 David Carlton <carlton@kealia.com>
3001
3002 Change symbols for C++ nested types to contain the fully qualified
3003 name, if possible. (At least in the DWARF-2 case.) Partial fix
3004 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
3005 c++/895.
3006 * c-exp.y (qualified_type): Handle types nested within classes.
3007 * cp-namespace.c: Update comments.
3008 (cp_set_block_scope): Delete #if 0.
3009 (cp_lookup_nested_type): Handle types nested within classes.
3010 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
3011 when appropriate.
3012 (add_partial_symbol): Add the name of the enclosing namespace to
3013 types.
3014 (pdi_needs_namespace): New.
3015 (add_partial_namespace): Tweak comment.
3016 (add_partial_structure): New.
3017 (psymtab_to_symtab_1): Initialize processing_current_prefix
3018 here...
3019 (process_die): instead of here.
3020 (read_structure_scope): Try to figure out the name of the class or
3021 namespace that the structure might be defined within.
3022 (read_enumeration): Generate fully-qualified names, if possible.
3023 (read_namespace): Don't set name to NULL.
3024 (die_specification): New.
3025 (new_symbol): Generate fully-qualified names for types.
3026 (read_type_die): Determine appropriate prefix.
3027 (determine_prefix): New.
3028 (typename_concat): New.
3029 (class_name): New.
3030 * valops.c (value_aggregate_elt): Pass NOSIDE to
3031 value_struct_elt_for_reference.
3032 (value_struct_elt_for_reference): Make static, add NOSIDE
3033 parameter, call value_maybe_namespace_elt as a last resort.
3034 (value_namespace_elt): Break out code into
3035 value_maybe_namespace_elt.
3036 (value_maybe_namespace_elt): New.
3037
87783b8b
AC
30382004-01-12 Andrew Cagney <cagney@redhat.com>
3039
3040 * mips-tdep.c (mips_convert_register_p): Handle both raw and
3041 cooked floating-point registers.
3042 (mips_gdbarch_init): Set convert_register_p, register_to_value,
3043 and value_to_register.
3044
6503b91e
AC
30452004-01-13 Andrew Cagney <cagney@redhat.com>
3046
3047 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
3048 * gdbarch.c: Re-generate.
3049 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
3050 FUNCTION_START_OFFSET.
3051 * v850-tdep.c (v850_gdbarch_init): Ditto.
3052 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
3053 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
3054 * sh-tdep.c (sh_gdbarch_init): Ditto.
3055 * s390-tdep.c (s390_gdbarch_init): Ditto.
3056 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
3057 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
3058 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3059 * mips-tdep.c (mips_gdbarch_init): Ditto.
3060 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
3061 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
3062 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3063 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
3064 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
3065 * i386-tdep.c (i386_gdbarch_init): Ditto.
3066 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
3067 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
3068 * frv-tdep.c (frv_gdbarch_init): Ditto.
3069 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3070 * cris-tdep.c (cris_gdbarch_init): Ditto.
3071 * avr-tdep.c (avr_gdbarch_init): Ditto.
3072 * arm-tdep.c (arm_gdbarch_init): Ditto.
3073 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
3074
ea1dd7bc
DJ
30752004-01-13 Daniel Jacobowitz <drow@mvista.com>
3076
3077 * infrun.c (follow_fork_mode_ask): Remove.
3078 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
3079 (follow_fork): Simplify and remove internal error for
3080 follow_fork_mode_ask.
3081 (_initialize_infrun): Update "set follow-fork-mode" help text.
3082
0f0cffd2
AC
30832004-01-13 Andrew Cagney <cagney@redhat.com>
3084
3085 * configure.in: Update copyright year.
3086 (build_warnings): Add -Wunused-label.
3087 * configure: Re-generate.
3088
de38af99
AC
30892004-01-12 Andrew Cagney <cagney@redhat.com>
3090
954a7fba
AC
3091 * exec.h (exec_ops): Make "extern".
3092
de38af99
AC
3093 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
3094 the function is void.
3095 (mips_pseudo_register_write): Ditto.
3096
1a111ce3
AC
30972004-01-12 Andrew Cagney <cagney@redhat.com>
3098
3099 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
3100 call. Never defined.
3101 * sparc-tdep.h (struct frame_info): Add opaque declaration.
3102 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
3103 (struct sparc_gregset, struct regcache): Ditto.
3104 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
3105
48efe704
AC
31062004-01-12 Andrew Cagney <cagney@redhat.com>
3107
3108 * mi/ChangeLog: Delete file. Renamed to ...
3109 * mi/ChangeLog-1999-2003: New file.
3110 * tui/ChangeLog: Delete file. Renamed to ...
3111 * tui/ChangeLog-1998-2003: New file.
fe61caab 3112
a54124c5
MK
31132004-01-11 Mark Kettenis <kettenis@gnu.org>
3114
2ca62865
MK
3115 * sparc64nbsd-tdep.c: Include "regset.h".
3116 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
3117 Remove variables.
3118 (fetch_core_registers): Remove function.
3119 (sparc64nbsd_core_fns): Remove variable.
3120 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
3121 functions.
3122 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
3123 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
3124 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
3125
ca9d58e9
MK
3126 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
3127 sparc_extract_struct_value_address.
3128 (sparc32_gdbarch_init): Set extract_struct_value_address.
3129 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
3130 function.
3131 (sparc64_init_abi): Set extract_struct_value_address. Don't set
3132 return_value_on_stack.
3133
3cc87ec0
MK
3134 * NEWS: Mention that %cs and %ss have been added to the AMD64
3135 configurations
3136
5bf00f29
MK
3137 * frame.c: Update copyright year.
3138 (get_prev_frame): Improve comment.
3139
4f7ec84e
MK
3140 * sparc64fbsd-tdep.c: Include "regset.h".
3141 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
3142 Remove variables.
3143 (fetch_core_registers): Remove function.
3144 (sparc64fbsd_core_fns): Remove variable.
3145 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
3146 functions.
3147 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
3148 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
46b58ce9 3149 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
4f7ec84e 3150
4e7b0cd3
MK
3151 * sparcnbsd-tdep.c: Include "regset.h".
3152 (fetch_core_registers): Remove function.
3153 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
3154 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
3155 functions.
3156 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
3157 TDEP->fpregset.
46b58ce9 3158 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
4e7b0cd3 3159
a54124c5
MK
3160 * sparc-tdep.h (struct regset): Provide opaque declaration.
3161 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
3162 fpregset and sizeof_fpregset members.
3163 * sparc-tdep.c (struct regset): Provide opaque declaration.
3164 (sparc_regset_from_core_section): New function.
3165 (sparc32_gdbarch_init): Initialize TDEP->gregset,
3166 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
3167 Set regset_from_core_section when appropriate.
3168
29ff87c5
MK
31692004-01-10 Mark Kettenis <kettenis@gnu.org>
3170
79b1ab3d
MK
3171 * x86-64-tdep.c (amd64_non_pod_p): New function.
3172 (amd64_classify_aggregate): Return class memory for non-POD
3173 C++ structure types.
3174
6470d250
MK
3175 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
3176 argument. Use it to reserve a register if necessary.
3177 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
3178 amd64_push_arguments.
3179
562c50c2
MK
3180 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
3181
af233647
MK
3182 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
3183 register numbers in comments.
3184 * x86-64-tdep.h: Update copyright year.
3185 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
3186 Adjust for addition of %cs and %ss.
3187 * amd64fbsd-nat.c: Update copyright year.
3188 (reg_offset): Add register offsets for %cs and %ss.
3189 * amd64fbsd-tdep.c: Update copyright year.
3190 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
3191 (amd64fbsd_sc_reg_offset): Likewise.
3192 * x86-64-linux-nat.c: Update copyright year.
3193 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
3194 and %ss.
3195 * amd64nbsd-nat.c: Update copyright year.
3196 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
3197 * amd64nbsd-tdep.c: Update copyright year.
3198 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
3199 * x86-64-linux-tdep.c: Update copyright year.
3200 (user_to_gdb_regmap): Add mapping for %cs and %ss.
3201 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
3202 * regformats/reg-x86-64.dat: Add %cs and %ss.
3203
29ff87c5
MK
3204 * blockframe.c (inside_entry_func): Reformat. Introduce new local
3205 variables to prevent long lines. Update comments to reflect
3206 reality.
3207
38d518c9
EZ
32082004-01-09 David Carlton <carlton@kealia.com>
3209
3210 Checked in by Elena Zannoni <ezannoni@redhat.com>.
3211 * dwarf2read.c (read_namespace): Pull out name-generating code
3212 into namespace_name. Rename previous_namespace to previous_prefix
3213 and processing_current_namespace to processing_current_prefix..
3214 (namespace_name): New function.
3215 (add_partial_symbol): Substitute uses of pdi->name with
3216 actual_name.
3217 * cp-support.h: Rename processing_current_namespace to
3218 processing_current_prefix.
3219 Update copyright year.
3220 * cp-namespace.c: Rename processing_current_namespace to
3221 processing_current_prefix.
3222 Update copyright year.
fe61caab 3223
1e4728e7
AC
32242004-01-09 Andrew Cagney <cagney@redhat.com>
3225
3226 * jv-valprint.c, ser-unix.c: Add missing copyright years.
3227
c77c642a
MK
32282004-01-09 Mark Kettenis <kettenis@gnu.org>
3229
3230 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
3231 complaining.
3232 (process_one_symbol): Deal with N_PATCH stabs.
3233
b44e9041
EZ
32342004-01-09 Elena Zannoni <ezannoni@redhat.com>
3235
3236 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
3237 ifdeffed code.
3238 Update copyright year.
38d518c9 3239
eccfb640
MC
32402004-01-08 Michael Chastain <mec.gnu@mindspring.com>
3241
3242 * config/pa/tm-hppa.h: Update extern declarations for
3243 hppa32_hpux_frame_saved_pc_in_sigtramp,
3244 hppa32_hpux_frame_base_before_sigtramp, and
3245 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
3246
848c5feb
MC
32472004-01-08 Michael Chastain <mec.gnu@mindspring.com>
3248
3249 * config/pa/tm-hppah.h: Update copyright years.
3250
3cc5d663
AC
32512004-01-08 Andrew Cagney <cagney@redhat.com>
3252
3253 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
3254 (mips_o32_reg_struct_has_addr): Delete function.
3255 (mips_gdbarch_init): Update.
3256 (mips_extract_struct_value_address): Delete function.
3257
bfec0b41
JJ
32582004-01-08 David Mosberger <davidm@hpl.hp.com>
3259
3260 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
3261 reality.
3262
16e109ca
AC
32632004-01-07 Andrew Cagney <cagney@redhat.com>
3264
6214a8a1
AC
3265 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
3266 architecture's elf flags (when available).
3267
8d5838b5
AC
3268 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
3269 FPU to the start, check the MIPS FPU when looking for an old
3270 architecture.
3271 (set_mipsfpu_single_command): Update the architecture.
3272 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
3273
480d3dd2
AC
3274 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
3275 (mips_mask_address_p): Add "tdep" parameter.
3276 (show_mask_address, mips_addr_bits_remove): Update.
3277 (mips_dump_tdep): Update.
3278 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
3279 (MIPS_STACK_ARGSIZE): Delete macro.
3280 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
3281 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
3282 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
3283 (mips_dump_tdep): Update.
3284 (MIPS_SAVED_REGSIZE): Delete macro.
3285 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
3286 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
3287 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
3288 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
3289 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
3290 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
3291 (mips_pop_frame, return_value_location): Update.
3292 (mips_n32n64_return_value, mips_dump_tdep): Update.
3293
ec03c1ac
AC
3294 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
3295 MIPS ABI.
3296
16e109ca
AC
3297 * mips-tdep.c: Update copyright.
3298 (mips_gdbarch_init): Merge two code blocks handling the register
3299 name and number layout.
3300
15255275
MS
33012004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
3302
3303 * tracepoint.c (validate_actionline): Fix segv at EOF
3304
9f9057da
MC
33052004-01-07 Michael Chastain <mec.gnu@mindspring.com>
3306
3307 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
3308 properly for static fields.
3309
0127c0d3 33102004-01-06 Jeff Johnston <jjohnstn@redhat.com>
91562f53 3311 Jason Molenda <jmolenda@apple.com>
0127c0d3
JJ
3312
3313 * disasm.c: Update copyright to include 2004.
3314 (do_mixed_source_and_assembly): For uiout asm list
3315 and tuple cleanups, initialize to null_cleanup instead of
fe61caab 3316 NULL and do so prior to loop. Only reset when we close off
0127c0d3 3317 the tuple/list. Move check for whether to close off the
fe61caab 3318 asm tuple/list to after dump_insns call where it will be run
0127c0d3
JJ
3319 on each loop iteration.
3320
5269965e
AC
33212004-01-05 Andrew Cagney <cagney@redhat.com>
3322
54f1137d
AC
3323 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
3324 should be a switch case and not a label.
3325 * mips-tdep.c (mips32_next_pc): Delete unused labels
3326 "greater_equal_branch" and "less_zero_branch".
3327 * jv-valprint.c (java_print_value_fields): Delete unused label
3328 "flush_it".
3329
5269965e
AC
3330 * target.c (unpush_target): Only close a target that is in the
3331 target stack.
3332
dbc22fa1
MK
33332004-01-05 Mark Kettenis <kettenis@gnu.org>
3334
9515395e
MK
3335 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
3336 address from [sp + 64] instead of %o2.
3337
dbc22fa1
MK
3338 * frame.c (get_prev_frame): Don't try to unwind the PC. This
3339 fixes PR backtrace/1476.
3340
5439edaa
AC
33412004-01-05 Andrew Cagney <cagney@redhat.com>
3342
3343 * libunwind-frame.h (struct frame_id): Add opaque declaration,
3344 move to start of file.
3345 * i386-tdep.h (struct regcache): Add opaque declaration.
3346 * config/ia64/nm-linux.h (struct target_ops): Add opaque
3347 declaration.
3348 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
3349 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
3350 * win32-nat.c (fake_create_process): Use ISO C style definition.
3351 * stabsread.c (define_symbol): Delete #ifndef
3352 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
3353 stabs_argument_has_addr call, macro never defined.
3354
19061abe
MC
33552004-01-04 Michael Chastain <mec.gnu@mindspring.com>
3356
3357 * op50-rom.c: Delete.
3358 * w89k-rom.c: Delete.
3359 * Makefile.in: Remove references.
3360
e53bef9f
MK
33612004-01-04 Mark Kettenis <kettenis@gnu.org>
3362
3363 * x86-64-tdep.c: Update copyright year.
3364 (struct amd64_register_info): Rename from x86_64_register_info.
3365 (amd64_register_info): Rename from x86_64_register_info.
3366 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
3367 (amd64_register_name): Rename from x86_64_register_name.
3368 (amd64_register_type): Rename from x86_64_register_type.
3369 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
3370 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
3371 (amd64_dwarf_reg_to_regnum): Rename from
3372 x86_64_dwarf_reg_to_regnum.
3373 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
3374 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
3375 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
3376 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
3377 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
3378 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
3379 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
3380 (amd64_frame_cache): Rename from x86_64_frame_cache.
3381 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
3382 (amd64_frame_prev_register): Rename from
3383 x86_64_frame_prev_register.
3384 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
3385 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
3386 (amd64_sigtramp_frame_cache): Rename from
3387 x86_64_sigtramp_frame_cache.
3388 (amd64_sigtramp_frame_prev_register): Rename from
3389 x86_64_sigtramp_frame_prev_register.
3390 (amd64_sigtramp_frame_unwind): Rename from
3391 x86_64_sigtramp_frame_unwind.
3392 (amd64_sigtramp_frame_sniffer): Rename from
3393 x86_64_sigtramp_frame_sniffer.
3394 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
3395 (amd64_frame_base): Rename from x86_64_frame_base.
3396 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
3397 (amd64_frame_align): Rename from x86_64_frame_align.
3398 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
3399 (amd64_regset_from_core_section): Rename from
3400 x86_64_regset_from_core_section.
3401 (x86_64_init_abi): Update comments.
3402
fca6aa58
NR
34032004-01-04 Nick Roberts <nick@nick.uklinux.net>
3404
3405 * MAINTAINERS (write after approval): Add myself.
3406
8ada74e3
MK
34072004-01-04 Mark Kettenis <kettenis@gnu.org>
3408
3409 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
3410 `float' arguments.
3411
5154b0cd
MK
34122004-01-04 Mark Kettenis <kettenis@gnu.org>
3413
3414 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
3415 such that it mentions a specific version of GCC that exhibits this
3416 bug.
3417
fb316966
MK
34182004-01-03 Mark Kettenis <kettenis@gnu.org>
3419
200cc553
MK
3420 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
3421 structure that has a single `float' member, store it in %f1 in
3422 addition to %f0.
3423
e226a4a0
MK
3424 * sparc-sol2-nat.c: Add missing '\'.
3425
b9d4c5ed
MK
3426 * sparc-tdep.c (sparc32_return_value): New function.
3427 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
3428 Remove functions.
3429 (sparc32_gdbarch_init): Set return_value, don't set
3430 extract_return_value, store_return_value, use_struct_convention
3431 and return_value_on_stack.
3432
fb316966
MK
3433 * sparc-sol2-nat.c: Add missing ')'.
3434
1af510a8
JB
34352004-01-03 J. Brobecker <brobecker@gnat.com>
3436
3437 * infrun.c (handle_step_into_function): New function.
3438 (handle_inferior_event): Extract out some code into the new
3439 function above.
3440
5cf4d23a
JB
34412004-01-03 J. Brobecker <brobecker@gnat.com>
3442
3443 * infrun.c (handle_inferior_event): Move the declaration of
3444 real_stop_pc inside the if blocks where it is used.
3445
60af1db2
MK
34462004-01-03 Mark Kettenis <kettenis@gnu.org>
3447
3448 * sparc64-tdep.c (sparc64_16_byte_align_p)
3449 (sparc64_store_floating_fields, sparc64_store_floating_fields):
3450 Use check_typedef to get subtypes of structures and unions.
3451 (sparc64_store_return_value): Fix calculation of the appropriate
3452 offset into VALBUF when storing a structure or union.
3453 (sparc64_return_value): New function.
3454 (sparc64_use_struct_convention): Remove function.
3455 (sparc64_init_abi): Set return_value, don't set
3456 extract_return_value, store_return_value and
3457 use_struct_convention.
3458
1a901d3f
EZ
34592004-01-03 Eli Zaretskii <eliz@elta.co.il>
3460
3461 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
3462 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
3463 gdb/config/alpha/xm-alphaosf.h,
3464 gdb/config/powerpc/tm-ppcle-eabi.h,
3465 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
3466 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
3467 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
3468 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
3469 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
3470 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
3471 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
3472 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
3473 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
3474 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
3475 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
3476 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
3477 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
3478 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
3479 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
3480 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
3481 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
3482 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
3483 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
3484 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
3485 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
3486 Remove lines for .cvsignore files.
3487
ef52e463
JB
34882004-01-03 J. Brobecker <brobecker@gnat.com>
3489
3490 * infrun.c: Back out the previous change.
3491
cb1bf9dc
MK
34922004-01-03 Mark Kettenis <kettenis@gnu.org>
3493
f0424ef6
MK
3494 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
3495 sparc-*-sunos4* to the list of REMOVED configurations.
3496
cb1bf9dc
MK
3497 * configure.tgt: Add back sparc-*-vxworks*.
3498 * remote-vxsparc.c: Remove all includes except for "defs.h",
3499 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
3500 Include "sparc-tdep.h".
3501 (SPARC_R_G1): New define.
3502 (vxsparc_gregset): New variable.
3503 (ext_format_sparc): Remove extern declaration.
3504 (vx_read_register): Rewrite to use sparc32_supply_gregset and
3505 sparc32_supply_fpregset.
3506 (vx_write_register): Rewrite to use sparc32_collect_gregset,
3507 sparc_collect_rwindow and sparc32_collect_fpregset.
3508 * config/sparc/tm-vxworks.h: New file, based on recently removed
3509 tm-vxsparc.h.
3510 * config/sparc/vxworks.mt: New file, based on recently removed
3511 vxworks.mt.
fe61caab 3512
5e938f9f
JB
35132004-01-03 J. Brobecker <brobecker@gnat.com>
3514
3515 * infrun.c (handle_step_into_function): New function.
3516 (handle_inferior_event): Extract out some code into the new
3517 function above.
3518
386c036b
MK
35192004-01-02 Mark Kettenis <kettenis@gnu.org>
3520
3521 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
3522 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
3523 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
3524 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
3525 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
3526 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
3527 (sparc_nat_h): New variable.
3528 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
3529 (tm-sun4os4.h): Remove dependency.
3530 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
3531 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
3532 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
3533 sparc-tdep.o): Update dependencies.
3534 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
3535 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
3536 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
3537 dependencies.
3538 * configure.host: Remove existing sparc-*-lynxos*,
3539 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
3540 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
3541 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
3542 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
3543 triplets.
3544 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
3545 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
3546 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
3547 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
3548 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
3549 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
3550 sparc64-*-solaris2* and sparc64-*-* triplets.
3551 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
3552 "symtab.h" and "objfiles.h".
3553 (BIAS): Remove define.
3554 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
3555 (X_DISP19): Remove macros.
3556 (sparc_fetch_instruction): Remove function.
3557 (struct gdbarch_tdep): Remove definition.
3558 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
3559 (sparc_breakpoint_from_pc): Remove function.
3560 (struct sparc64_frame_cache): Remove definition.
3561 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
3562 sparc64_unwind_pc): Remove functions.
3563 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
3564 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
3565 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
3566 (sparc64_frame_cache): Change return type to `struct
3567 sparc_frame_cache *'. Simply call sparc_frame_cache.
3568 (sparc64_frame_this_id, sparc64_frame_prev_register,
3569 sparc64_frame_base_address): Use `struct sparc_frame_cache'
3570 instead of `struct sparc64_frame_cache.
3571 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
3572 sparc_analyze_control_transfer, sparc_software_single_step,
3573 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
3574 _initialize_sparc64_tdep): Remove functions.
3575 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
3576 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
3577 macros.
3578 (sparc64_supply_gregset, sparc64_collect_gregset,
3579 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
3580 (sparc64_init_abi): New function.
3581 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
3582 inclusion guard. Include "sparc-tdep.h".
3583 (BIAS): Define.
3584 (r_tstate_offset, r_fprs_offset): New defines.
3585 (enum sparc_regnum): Remove defenition.
3586 (enum sparc64_regnum): Reformat.
3587 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
3588 (sparc64_init_abi, sparc64_supply_gregset,
3589 sparc64_collect_gregset, sparc64_supply_fpregset,
3590 sparc64_collect_fpregset): New prototypes.
3591 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
3592 Add extern declarations.
3593 (sparc64_sol2_init_abi): New prototype.
3594 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
3595 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
3596 prototypes.
3597 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
3598 "sparnbsd-nat.h".
3599 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
3600 functions.
3601 (_initialize_sparc64fbsd_nat): Remove initialization of
3602 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
3603 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
fe61caab 3604 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
386c036b
MK
3605 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
3606 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
3607 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
3608 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
3609 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
3610 (sparc64fbsd_r_y_offset): Remove variables.
3611 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
3612 Make static and const.
3613 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
3614 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
3615 functions.
3616 (sparc64fbsd_gregset): New variable.
3617 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
3618 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
3619 and sparc64_supply_fpregset.
3620 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
3621 (sparc64fbsd_sigtramp_frame_this_id)
3622 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
3623 (sparc64fbsd_sigtramp_frame_unwind): New variable.
3624 (sparc64fbsd_sigtramp_frame_sniffer): New function.
3625 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
3626 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
3627 * sparcnbsd-tdep.c: Update copyright year. Include
3628 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
3629 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
3630 "value.h" and "sparcnbsd-tdep.h".
3631 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
3632 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
3633 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
3634 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
3635 defines.
3636 (sparcnbsd_gregset): New variable.
3637 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
3638 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
3639 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
3640 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
3641 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
3642 variables.
3643 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
3644 (sparc32nbsd_sigcontext_frame_this_id)
3645 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
3646 (sparc32nbsd_sigcontext_frame_unwind): New variable.
3647 (sparc32nbsd_sigtramp_frame_sniffer): New function.
3648 (sparcnbsd_get_longjmp_target_32,
3649 sparcnbsd_get_longjmp_target_64): Remove functions.
3650 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
3651 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
3652 sparcnbsd_init_elf): Remove.
3653 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
3654 (sparcnbsd_elf_init_abi): New functions.
3655 (_initialize_sparcnbsd_tdep): New prototype.
3656 (_initialize_sparnbsd_tdep): Update.
3657 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
3658 corelow.o. Add sparc64-nat.o and sparc-nat.o.
3659 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
3660 * config/sparc/linux.mh: Update comment.
3661 (XM_FILE, HOST_IPC): Remove variables.
3662 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
3663 sparc-linux-nat.o.
3664 * config/sparc/linux.mt: Update comment.
3665 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
3666 * config/sparc/nbsd.mt: Reformat.
3667 * config/sparc/nbsd64.mh: Update comment.
3668 (NATDEPFILES): Add sparc-nat.o.
3669 * config/sparc/nbsd64.mt: Update comment.
3670 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
3671 (TM_FILE): Set to tm-nbsd.h.
3672 * config/sparc/nbsdelf.mh: Update comment.
3673 (NATDEPFILES): Add sparc-nat.o.
3674 (XM_FILE): Delete.
3675 * config/sparc/nbsdaout.mh: Update comment.
3676 (NATDEPFILES): Add sparc-nat.o
3677 (XM_FILE): Delete.
3678 * config/sparc/nm-linux.h: Update copyright year. Don't include
3679 "config/nm-svr4.h" and "solib.h". Add protection against multiple
3680 inclusion.
3681 (KERNEL_U_SIZE): Remove define.
3682 (kernel_u_size): Remove prototype.
3683 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
3684 * config/sparc/nm-nbsd.h: Update copyright. Don't include
3685 "regcache.h".
3686 (CHILD_PREPARE_TO_STORE): Remove define.
3687 * config/sparc/nm-nbsdaout.h: Tweak some comments.
3688 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
3689 sparcnbsd-nat.c: Rewrite files.
3690 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
3691 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
3692 sparcnbsd-tdep.h: Remove files.
3693 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
3694 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
3695 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
3696 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
3697 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
3698 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
3699 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
3700 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
3701 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
3702 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
3703 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
3704 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
3705 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
3706 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
3707 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
3708 * config/sparc/linux64.mh, config/sparc/linux64.mt,
3709 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
3710 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
3711 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
3712
ee84457a
AC
37132004-01-02 Andrew Cagney <cagney@redhat.com>
3714
3715 From 2003-12-18 Kazuhiro Inaoka:
3716 * configure.host: Add m32r-linux target.
3717
0bc2134e
MC
37182004-01-02 Michael Chastain <mec.gnu@mindspring.com>
3719
3720 * top.c (print_gdb_version): Update year to 2004.
3721
89a72f9c
MM
37222004-01-02 Mark Mitchell <mark@codesourcery.com>
3723
3724 * MAINTAINERS: Add myself to the write-after-approval category.
3725
86b013ed
DJ
37262004-01-02 Daniel Jacobowitz <drow@mvista.com>
3727
3728 From Bernardo Innocenti <bernie@develer.com>:
3729 * configure.tgt: Add uClinux target.
3730
e42c9534
AC
37312004-01-02 Andrew Cagney <cagney@redhat.com>
3732
3733 * utils.c (do_my_cleanups): Make static, add forward declaration.
3734 * defs.h (do_my_cleanups): Delete declaration.
3735
162467d3
EZ
37362004-01-02 Eli Zaretskii <eliz@elta.co.il>
3737
3738 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
3739 bfd/ChangeLog-0203.
3740
78434e59
MK
37412004-01-02 Mark Kettenis <kettenis@gnu.org>
3742
3743 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
3744 in <machine/reg.h>.
3745 * configure, config.in: Regenerate.
3746
48efe704
AC
3747For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
3748tui/ChangeLog-1998-2003.
c906108c
SS
3749\f
3750Local Variables:
3751mode: change-log
3752left-margin: 8
3753fill-column: 74
3754version-control: never
3755End:
This page took 0.706155 seconds and 4 git commands to generate.