daily update
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
dd6bda65
DJ
12002-02-03 Daniel Jacobowitz <drow@mvista.com>
2
3 PR gdb/280
4 * gdbtypes.c (replace_type): New function.
5 * gdbtypes.h (replace_type): Add prototype.
6 * stabsread.c (read_type): Use replace_type.
7
88fe217c
RE
82002-02-03 Richard Earnshaw <rearnsha@arm.com>
9
10 * Makefile.in (memattr.o): Add missing dependencies rule.
11
e5d66720
PS
122002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
13
14 * breakpoint.c (break_at_finish_command): Really export.
15 (break_at_finish_at_depth_command): Ditto.
16 (tbreak_at_finish_command): Ditto.
17 * hppa-tdep.c: Include completer.h.
18 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
19 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
20
fffee0be
AC
212002-02-01 Andrew Cagney <ac131313@redhat.com>
22
23 * utils.c (do_write): New function.
24 (error_stream): Rewrite combining the code from error_begin and
25 verror.
26 (verror): Rewrite using error_stream.
27 (error_begin): Delete function.
28
255e7dbf
AC
292002-02-01 Andrew Cagney <ac131313@redhat.com>
30
31 * utils.c (error_begin): Make static.
32 * defs.h (error_begin): Delete declaration.
33
34 * linespec.c (cplusplus_error): Replace cplusplus_hint.
35 (decode_line_1): Use cplusplus_error instead of error_begin,
36 cplusplus_hint and return_to_top_level.
37 * coffread.c (coff_symfile_read): Use error instead of error_begin
38 and return_to_top_level.
39 * infrun.c (default_skip_permanent_breakpoint): Ditto.
40
ddfe3c15
AC
412002-02-01 Andrew Cagney <ac131313@redhat.com>
42
43 * language.h (type_error, range_error): Make string parameter
44 constant.
45 * language.c (warning_pre_print): Delete extern declaration.
46 * dwarfread.c (warning_pre_print): Ditto.
47 * language.c (type_error, range_error): Rewrite to use verror and
48 vwarning instead of warning_begin.
49
03ac34d5
MS
502002-02-01 Michael Snyder <msnyder@redhat.com>
51
261c4ca2
MS
52 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
53 (set_ignore_count): Move misplaced comment back where it belongs.
03ac34d5 54
e00d1dc8
AC
552002-02-01 Andrew Cagney <ac131313@redhat.com>
56
57 * command.h (NO_FUNCTION): Delete macro.
58 * cli/cli-decode.h (NO_FUNCTION): Ditto.
59 * top.c (execute_command): Replace NO_FUNCTION with NULL.
60 * tracepoint.c (_initialize_tracepoint): Ditto.
61 * cli/cli-decode.c (add_set_cmd): Ditto.
62 * cli/cli-cmds.c (init_cli_cmds): Ditto.
63
76b79d6e
DJ
642002-02-01 Daniel Jacobowitz <drow@mvista.com>
65
66 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
67 Update ``this'' pointer when calling virtual functions.
68
799f9e91
MS
692002-02-01 Michael Snyder <msnyder@redhat.com>
70
c7bd442c 71 * breakpoint.c (create_temp_exception_breakpoint): Delete.
799f9e91
MS
72 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
73
3cf384d4
DJ
742002-02-01 Daniel Jacobowitz <drow@mvista.com>
75
76 * regformats/reg-arm.dat: New file.
77 * regformats/reg-i386.dat: New file.
78 * regformats/reg-ia64.dat: New file.
79 * regformats/reg-m68k.dat: New file.
80 * regformats/reg-mips.dat: New file.
81 * regformats/reg-ppc.dat: New file.
82 * regformats/reg-sh.dat: New file.
83 * regformats/regdef.h: New file.
84 * regformats/regdat.sh: New file.
85
0defa245
RE
862002-02-01 Richard Earnshaw <reanrsha@arm.com>
87
88 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
89 (arm_frame_args_address, arm_frame_locals_address): New functions.
90 (arm_frame_num_args): New function.
91 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
92 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
93 (FRMA_NUM_ARGS): Call arm_frame_num_args.
94
405f26e6
MS
952002-01-31 Michael Snyder <msnyder@redhat.com>
96
502fd408
MS
97 * breakpoint.c (break_at_finish_command): Export.
98 (break_at_finish_at_depth_command): Export.
99 (tbreak_at_finish_command): Export.
100 (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
101 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
102 "tbreak" commands, which are HPPA specific.
103
7d35e135
MS
104 * printcmd.c (disassemble_command): Remove an ancient
105 artifact of an old merge.
106
d874f1e2
MS
107 * symfile.h (enum overlay_debugging_state):
108 Define enum constant values for overlay mode.
109 * symfile.c (overlay_debugging): Use enums instead of literals.
110 (overlay_is_mapped, overlay_auto_command,
111 overlay_manual_command): Ditto.
112
9f04af04
MS
113 * breakpoint.c (insert_breakpoints, remove_breakpoint,
114 breakpoint_here_p, breakpoint_inserted_here_p,
115 breakpoint_thread_match, bpstat_stop_status,
116 describe_other_breakpoints, check_duplicates, clear_command):
117 Coding standard fixes.
118
8add0441 119 * target.c (target_xfer_memory): Add spaces, coding standard.
9f04af04 120 (do_xfer_memory): Add missing line to trust-readonly
405f26e6
MS
121 code: check bfd SEC_READONLY flag for section.
122
e351066e
AC
1232002-01-31 Andrew Cagney <ac131313@redhat.com>
124
7d35e135 125 * PROBLEMS: Fix typo, 5.1->5.1.1.
e351066e 126
8a48e967
DJ
1272002-01-30 Daniel Jacobowitz <drow@mvista.com>
128
129 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
130 data symbols, since we search based on textlow and texthigh.
131 (find_pc_sect_symtab): Likewise.
132
f5a96129
AC
1332002-01-30 Andrew Cagney <ac131313@redhat.com>
134
135 * defs.h (vwarning): Declare.
136 (warning_begin): Delete declaration.
137 * utils.c (vwarning): New function.
138 (warning): Call vwarning.
139 (warning_begin): Delete function.
140
141 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
142 the warning message.
143 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
144 warning_begin.
145
cefd4ef5
MS
1462002-01-30 Michael Snyder <msnyder@redhat.com>
147
1a703748
MS
148 * NEWS: Mention "set trust-readonly-sections" command.
149 Mention generate-core-file command.
cefd4ef5 150
3a11626d
MS
1512002-01-15 Michael Snyder <msnyder@redhat.com>
152
153 * target.c: New command, "set trust-readonly-sections on".
154 (do_xfer_memory): Honor the suggestion to trust readonly sections
155 by reading them from the object file instead of from the target.
156 (initialize_targets): Register command "set trust-readonly-sections".
157
d1c7e53b
AC
1582002-01-29 Andrew Cagney <ac131313@redhat.com>
159
160 * parse.c (target_map_name_to_register): Simplify, search regs and
161 pseudo-regs using a single loop.
162
e2c9a72c
AC
1632002-01-30 Andrew Cagney <ac131313@redhat.com>
164
165 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
166
69824b4e
MK
1672002-01-15 Rodney Brown <rbrown64@csc.com.au>
168
169 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
170 * config/i386/i386v42mp.mh: Add i387-nat.o .
171 * i386v4-nat.c: Include i387-nat.h.
172 (supply_fpregset): Use i387_supply_fsave.
173 (fill_fpregset): Use i387_fill_fsave.
174
6eb69eab
RE
1752002-01-30 Richard Earnshaw <rearnsha@arm.com>
176
177 * arm-tdep.c (arm_call_dummy_words): Define.
178 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
179 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
180 (CALL_DUMMY_WORDS): Define.
181 (arm_call_dummy_words): Declare.
182 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
183 (arm_linux_call_dummy_words): Declare.
184
9852326a
AS
1852002-01-30 Andreas Schwab <schwab@suse.de>
186
187 * m68klinux-nat.c: Fix last change to use regcache_collect
188 instead of referencing registers[] directly.
189
977a3030
AC
1902002-01-29 Andrew Cagney <ac131313@redhat.com>
191
192 * parse.c (target_map_name_to_register): Delete code wrapped in
193 #ifdef REGISTER_NAME_ALIAS_HOOK.
194
2076c72b
MS
1952002-01-28 Michael Snyder <msnyder@redhat.com>
196
197 * regcache.c (legacy_read_register_gen): Need to be able to
198 read pseudo-register as well as real register.
199 (legacy_write_register_gen): Ditto.
200
8fcc723b
AC
2012002-01-28 Andrew Cagney <ac131313@redhat.com>
202
203 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
204 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
205 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
206 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
207 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
208 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
209 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
210 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
211 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
212 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
213 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
214 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
215 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
216 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
217 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
218 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
219 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
220 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
221 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
222 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
223
afe64c1a
AC
2242002-01-28 Andrew Cagney <ac131313@redhat.com>
225
226 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
227 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
228 (initialize_current_architecture): Update target_byte_order using
229 information from BFD.
230 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
231 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
232 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
233
75bc7ddf
AC
2342002-01-28 Andrew Cagney <ac131313@redhat.com>
235
236 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
237 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
238
239 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
240 #ifdef INVALID_FLOAT.
241 * infcmd.c (do_registers_info): Ditto.
242 * values.c (unpack_double): Ditto. Add comment.
243
244 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
245 already commented out.
246
0280a90a
AS
2472002-01-26 Andreas Schwab <schwab@suse.de>
248
249 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
250 * m68klinux-nat.c: Update ptrace interface for fetching/storing
251 registers and add support for PTRACE_GETREGS.
252
7072a954
AC
2532002-01-24 Andrew Cagney <ac131313@redhat.com>
254
255 GDB 5.1.1 released from 5.1 branch.
256 * NEWS: Add 5.1.1 news.
257 * README: Sync with 5.1 branch.
258
86f902e0
FF
2592002-01-23 Fred Fish <fnf@redhat.com>
260
261 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
262 stabstring on initial malloc. Reallocing will copy it for us,
263 if necessary.
264
8af51c36
EZ
2652002-01-23 Elena Zannoni <ezannoni@redhat.com>
266
267 * Makefile.in (hpread_h): Delete.
268 (HFILES_NO_SRCDIR): Remove hpread.h.
269 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
270 (hpread.o): Update dependencies.
271 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
272
273 * hp-psymtab-read.c: Remove file.
274 * hp-symtab-read.c: Remove file.
275 * hpread.h: Remove file.
276
277 * hpread.c: Merge all contents of hp-psymtab-read.c,
278 hp-symtab-read.c and hpread.h into this file, as it was prior to
279 January 1999.
280
281 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
282 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
283 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
284 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
285
dc5cfeb6
EZ
2862002-01-23 Elena Zannoni <ezannoni@redhat.com>
287
288 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
289 fill_gregset): Call gdbarch_tdep() just once, assign result to
290 variable and use that, instead of calling the function several
291 times.
292
ea87b71b
AO
2932002-01-24 Alexandre Oliva <aoliva@redhat.com>
294
295 * configure.host: Accept sparcv9 as alias for sparc64.
296 * configure.tgt: Likewise.
297
13fc0c2f
KB
2982002-01-22 Kevin Buettner <kevinb@redhat.com>
299
300 * solib-aix5.c (build_so_list_from_mapfile)
301 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
302 arguments is not reversed.
303 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
304 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
305
7bd872fe
EZ
3062002-01-22 Elena Zannoni <ezannoni@redhat.com>
307
308 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
309 modified version of obsolete sh_fetch_pseudo_register.
310 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
311 (sh4_register_read): New function.
312 (sh_pseudo_register_write): New function. Renamed and modified
313 version of obsolete sh_store_pseudo_register.
314 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
315 (sh4_register_write): New function.
316 (sh_gdbarch_init): Remove setting of gdbarch function
317 fetch_pseudo_register and store_pseudo_register. Remove setting of
318 register_convert_to_raw, register_convert_to_virtual,
319 register_convertible.
320 (sh_sh4_register_convertible): Delete. No longer needed. All is
321 taken care by architecture specific functions
322 register_read/register_write.
323 (sh_sh4_register_convert_to_virtual): Make static.
324 (sh_sh4_register_convert_to_raw): Ditto.
325
069e84fd
AC
3262002-01-22 Andrew Cagney <ac131313@redhat.com>
327
328 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
329 (floatformat_is_nan, floatformat_mantissa): Ditto.
330
331 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
332 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
333 builtin_type_ieee_double_little,
334 builtin_type_ieee_double_littlebyte_bigword,
335 builtin_type_m68881_ext, builtin_type_i960_ext,
336 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
337 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
338 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
339 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
340
211a4f69
CV
3412002-01-22 Corinna Vinschen <vinschen@redhat.com>
342
343 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
344 parameter. Set frameless flag if it exists and depended of
345 whether the scanned function is frameless or not.
346 (xstormy16_skip_prologue): If function is frameless, return
347 result of xstormy16_scan_prologue().
348 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
349 call.
350
f81353e4
EZ
3512002-01-21 Elena Zannoni <ezannoni@redhat.com>
352
353 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
354 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
355 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
356 sh_sh4_register_byte, sh_sh4_register_raw_size,
357 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
358 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
359 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
360 sh_store_pseudo_register, sh_do_pseudo_register): Call
361 gdbarch_tdep() just once, assign result to variable and use that,
362 instead of calling the function several times.
363
63c73a17
MK
3642002-01-20 Mark Kettenis <kettenis@gnu.org>
365
366 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
367 macros instead of LAST_FPU_CTRL_REGNUM.
368 (store_register): Likewise.
369
39ad761d
JB
3702002-01-21 Jim Blandy <jimb@redhat.com>
371
372 * infcmd.c (run_command): Check that the `exec' target layer's BFD
373 is up-to-date before running the program, not just when a program
374 exits.
375
3d74b771
FF
3762002-01-21 Fred Fish <fnf@redhat.com>
377
378 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
379 when we have found all instructions we are looking for.
380
966fbf70
RE
3812002-01-21 Richard Earnshaw <rearnsha@arm.com>
382
383 * arm-tdep.c (arm_register_name): New function.
384 (arm_registers_names): Make static.
385 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
386 (arm_register_name): Declare.
387 (REGISTER_NAME): Use it.
388
c3b4394c
RE
3892002-01-21 Richard Earnshaw <rearnsha@arm.com>
390 Kevin Buettner <kevinb@redhat.com>
391
392 Convert arm targets to new FRAME interface.
393 * arm-tdep.c (struct frame_extra_info): Remove fsr.
394 (arm_frame_find_save_regs): Delete.
395 (arm_frame_init_saved_regs): New.
396 (arm_init_extra_frame_info): Alloacte saved_regs as required.
397 Allocate extra_info as required. Convert all uses of fsr.regs
398 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
399 to use extra_info.
400 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
401 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
402 (check_prologue_cache, save_prologue_cache): Likewise.
403 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
404 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
405 (FRAME_FIND_SAVED_REGS): Delete.
406 (arm_frame_find_saved_regs): Delete prototype.
407 (arm_frame_init_saved_regs): New prototype.
408 (FRAME_INIT_SAVED_REGS): Define.
409
61d99182
AC
4102002-01-20 Andrew Cagney <ac131313@redhat.com>
411
412 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
413
6aaea291
AC
4142002-01-20 Andrew Cagney <ac131313@redhat.com>
415
416 From Jeff Law <law@redhat.com>:
417 * infttrace.c: Include <sys/pstat.h>.
418 (child_pid_to_exec_file): Revamp. Use pstat call to get the
419 exec file if the ttrace equivalent fails.
420
15f698d2
AC
4212002-01-20 Andrew Cagney <ac131313@redhat.com>
422
423 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
424 (closeLogFile): Ditto.
425
f86ddd7c
MC
4262002-01-20 Michael Chastain <mec@shout.net>
427
428 * top.c (print_gdb_version): Bump copyright year to 2002.
429
904507ce
AC
4302002-01-20 Andrew Cagney <ac131313@redhat.com>
431
432 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
433 Zannoni and Eli Zaretskii.
434
d7f0b9ce
DJ
4352002-01-20 Daniel Jacobowitz <drow@mvista.com>
436
437 * buildsym.c: Update copyright years.
438 * c-typeprint.c: Likewise.
439 * dwarf2read.c: Likewise.
440 * f-typeprint.c: Likewise.
441 * gdbtypes.c: Likewise.
442 * gdbtypes.h: Likewise.
443 * hp-symtab-read.c: Likewise.
444 * hpread.c: Likewise.
445 * mdebugread.c: Likewise.
446 * p-typeprint.c: Likewise.
447
3fd3d7d2
AC
4482002-01-20 Andrew Cagney <ac131313@redhat.com>
449
450 * remote-sim.c (gdbsim_open): Simplify code testing the macro
451 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
452 byte-order selectable.
453 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
454 * arch-utils.c: Ditto.
455 (set_endian): Ditto.
456 (set_endian_from_file): Ditto.
457 * gdbserver/low-sim.c (create_inferior): Ditto.
458 * gdbarch.sh: Ditto.
459 * gdbarch.h: Re-generate.
460 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
461 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
462 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
463 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
464 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
465 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
466 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
467 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
468 macro definition.
469 * config/mips/tm-wince.h: Remove #undef of macro
470 TARGET_BYTE_ORDER_SELECTABLE.
471 * config/sh/tm-wince.h: Ditto.
472
b02dede2
DJ
4732002-01-20 Daniel Jacobowitz <drow@mvista.com>
474
475 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
476 member function fields. Add accessor macro
477 TYPE_FN_FIELD_ARTIFICIAL.
478 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
479 * c-typeprint.c (c_type_print_base): Skip artificial member
480 functions.
481
c3643761
DJ
4822002-01-20 Daniel Jacobowitz <drow@mvista.com>
483
484 * f-typeprint.c: Delete unused function f_type_print_args.
485 * p-typeprint.c: Delete unused function pascal_type_print_args.
486
8176bb6d
DJ
4872002-01-20 Daniel Jacobowitz <drow@mvista.com>
488
489 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
490 comment. Add ``artificial'' to ``union field_location''.
491
492 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
493
494 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
495 * mdebugread.c (parse_symbol): Likewise.
496 * stabsread.c (define_symbol): Likewise.
497 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
498 initializing TYPE_FIELD_BITPOS to n (obsolete).
499 (hpread_doc_function_type): Likewise.
500 * hpread.c (hpread_function_type): Likewise.
501
7fd60527
AC
5022002-01-20 Andrew Cagney <ac131313@redhat.com>
503
504 * configure.in (host_makefile_frag): Only require a host makefile
505 fragment when a native build.
506 * configure: Re-generate.
507
c2f05ac9
AC
5082002-01-20 Andrew Cagney <ac131313@redhat.com>
509
510 * doublest.h (floatformat_from_type): Declare.
511 * doublest.c (floatformat_from_type): New function.
512 (convert_typed_floating): Use.
513
514 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
515 call to function floatformat_from_type.
516
517 * gdbarch.sh (IEEE_FLOAT): Delete.
518 * gdbarch.h, gdbarch.c: Re-generate.
519 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
520 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
521 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
522 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
523 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
524 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
525 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
526 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
527 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
528 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
529 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
c2f05ac9
AC
530 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
531
532 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
533 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
534 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
535 * sh-tdep.c (sh_gdbarch_init): Ditto.
536 * mips-tdep.c (mips_gdbarch_init): Ditto.
537 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
538 * cris-tdep.c (cris_gdbarch_init): Ditto.
539
abf22e64
AJ
5402002-01-20 Jiri Smid <smid@suse.cz>
541
542 * configure.host, configure.tgt: Support x86-64.
543 * NEWS: Note new target x86-64.
544
b7c4cbf8
AJ
545 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
546 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
547 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
548 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
549 x86-64-linux-nat.o): Fix dependencies.
550
82600034
AC
5512002-01-19 Andrew Cagney <ac131313@redhat.com>
552
553 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
554 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
555 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
556 * config/sparc/xm-sun4os4.h: Delete file.
557 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
abf22e64 558
bbe5c628
AC
5592002-01-19 Andrew Cagney <ac131313@redhat.com>
560
561 * config/sparc/sparclynx.mh (XM_FILE): Delete.
562 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
563 * config/m68k/m68klynx.mh (XM_FILE): Delete.
564 * config/i386/i386lynx.mh (XM_FILE): Delete.
565 * config/rs6000/xm-rs6000ly.h: Delete file.
566 * config/sparc/xm-sparclynx.h: Delete file.
567 * config/m68k/xm-m68klynx.h: Delete file.
568 * config/i386/xm-i386lynx.h: Delete file.
569 * config/xm-lynx.h: Delete file.
570 * config/djgpp/fnchange.lst: Update.
571
f8453e34
JT
5722002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
573
574 * alpha-tdep.c (alpha_register_byte): New function.
575 (alpha_register_raw_size): Ditto.
576 (alpha_register_virtual_size): Ditto.
577 (alpha_skip_prologue_internal): Renamed from
578 alpha_skip_prologue.
579 (alpha_skip_prologue): New version that calls
580 alpha_skip_prologue_internal.
581 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
582 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
583 second argument from alpha_skip_prologue.
584 (REGISTER_BYTE): Use alpha_register_byte.
585 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
586 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
587 (FRAMELESS_FUNCTION_INVOCATION): Use
588 generic_frameless_function_invocation_not.
589 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
590 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
591
52d9e613
AC
5922002-01-19 Andrew Cagney <ac131313@redhat.com>
593
594 * config/mips/xm-news-mips.h: Delete file.
595 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
596
597 * config/m88k/xm-m88k.h: Delete file.
598 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
599 * config/m88k/xm-delta88v4.h: Ditto.
600 * config/m88k/xm-delta88.h: Ditto.
601
602 * config/alpha/xm-fbsd.h: Delete file.
603 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
604
605 * config/sparc/xm-sparc.h: Delete file.
606 * Makefile.in (xm-sun4os4.h): Delete dependency.
607 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
608 * config/sparc/xm-sun4os4.h: Ditto.
609 * config/sparc/xm-linux.h: Ditto.
610
611 * config/i386/xm-windows.h: Delete file.
612
2d1b2124
AC
6132002-01-19 Andrew Cagney <ac131313@redhat.com>
614
615 * utils.c: Include <sys/param.h> for MAXPATHLEN.
616 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
617
ee1f65f0
JT
6182002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
619
620 * alpha-tdep.c (alpha_call_dummy_words): New.
621 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
622 (CALL_DUMMY_P): Define.
623 (CALL_DUMMY_WORDS): Define.
624 (SIZEOF_CALL_DUMMY_WORDS): Define.
625
98081e55
PB
6262002-01-19 Per Bothner <per@bothner.com>
627
628 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
629 isn't NULL, which can happen with some gcj-3.x-produced code.
630
0d056799
JT
6312002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
632
633 * alpha-tdep.c (alpha_register_virtual_type): New function.
634 (alpha_init_frame_pc_first): Ditto.
635 (alpha_fix_call_dummy): Ditto.
636 (alpha_store_struct_return): Ditto.
637 (alpha_extract_struct_value_address): Ditto.
638 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
639 alpha_register_virtual_type.
640 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
641 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
642 alpha_extract_struct_value_address.
643 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
644 (INIT_FRAME_PC): Use init_frame_pc_noop.
645 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
646
4604bcad
MK
6472002-01-19 Mark Kettenis <kettenis@gnu.org>
648
649 * i386gnu-nat.c: Include "i386-tdep.h".
650 (fetch_fpregs): Simplify code dealing with uninitialized floating
651 point states such that it doesn't require FP7_REGNUM.
652
140f9984
JT
6532002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
654
abf22e64
AJ
655 * alpha-tdep.c (frame_extra_info): New.
656 (alpha_find_saved_regs): Make static. Use
140f9984
JT
657 frame->extra_info.
658 (alpha_frame_init_saved_regs): New function.
abf22e64
AJ
659 (alpha_frame_saved_pc): Use frame->extra_info.
660 (temp_saved_regs): Don't declare as struct frame_saved_regs.
661 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
140f9984
JT
662 (init_extra_frame_info): Rename to...
663 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
abf22e64 664 (alpha_print_extra_frame_info): New function.
140f9984
JT
665 (alpha_frame_locals_address): Ditto.
666 (alpha_frame_args_address): Ditto.
abf22e64 667 (alpha_pop_frame): Use frame->extra_info.
140f9984
JT
668 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
669 alpha_frame_args_address.
abf22e64 670 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
140f9984 671 (alpha_find_saved_regs): Remove prototype.
abf22e64
AJ
672 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
673 (EXTRA_FRAME_INFO): Remove.
140f9984
JT
674 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
675 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
676
d734c450
JT
6772002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
678
679 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
680 (alpha_cannot_fetch_register): Ditto.
681 (alpha_cannot_store_register): Ditto.
682 (alpha_register_convertible): Ditto.
683 (alpha_use_struct_convention): Ditto.
684 * config/alpha/tm-alpha.h: Update copyright years.
685 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
686 (INNER_THAN): Use core_addr_lessthan.
687 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
688 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
689 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
690 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
691 (FRAME_CHAIN): Remove unnecessary cast.
692
b4ceaee6
AC
6932002-01-18 Andrew Cagney <ac131313@redhat.com>
694
695 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
696 obsolete.
697
0a65a603
AC
6982002-01-18 Andrew Cagney <ac131313@redhat.com>
699
700 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
701 * monitor.c, remote-array.c, remote-bug.c: Ditto.
702 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
703 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
704 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
705 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
706 * x86-64-linux-nat.c: Ditto.
707
636a6dfc
JT
7082002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
709
abf22e64 710 * alpha-tdep.c (alpha_register_name): New function.
636a6dfc
JT
711 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
712 (REGISTER_NAME): Define.
713
acceddb6
JT
7142002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
715
716 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
717
ec32e4be
JT
7182002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
719
720 * alpha-tdep.c: Update copyright years.
721 (alpha_next_pc): New function.
722 (alpha_software_single_step): Ditto.
723 * config/alpha/tm-alpha.h: Add prototype for
724 alpha_software_single_step.
725
e771a871
JT
7262002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
727
728 * alphabsd-nat.c: Update copyright years.
729 (fill_gregset): Use regcache_collect.
730 (fill_fpregset): Likewise.
731 (fetch_inferior_registers): Only fetch integer registers
732 if requested to do so.
733 (store_inferior_registers): Only store integer registers
734 if requested to do so.
735
7708fa01
AC
7362002-01-17 Andrew Cagney <ac131313@redhat.com>
737
738 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
739 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
740 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
741 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
742 * config/alpha/fbsd.mh (XDEPFILES): Delete.
743 * config/arm/linux.mh (XDEPFILES): Delete.
744 * config/arm/nbsd.mh (XDEPFILES): Delete.
745 * config/i386/i386dgux.mh (XDEPFILES): Delete.
746 * config/i386/i386sol2.mh (XDEPFILES): Delete.
747 * config/i386/i386m3.mh (XDEPFILES): Delete.
748 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
749 * config/i386/i386gnu.mh (XDEPFILES): Delete.
750 * config/i386/fbsd.mh (XDEPFILES): Delete.
751 * config/i386/i386bsd.mh (XDEPFILES): Delete.
752 * config/i386/i386sco5.mh (XDEPFILES): Delete.
753 * config/i386/i386v4.mh (XDEPFILES): Delete.
754 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
755 * config/i386/i386sco4.mh (XDEPFILES): Delete.
756 * config/i386/i386aix.mh (XDEPFILES): Delete.
757 * config/i386/go32.mh (XDEPFILES): Delete.
758 * config/i386/cygwin.mh (XDEPFILES): Delete.
759 * config/i386/i386lynx.mh (XDEPFILES): Delete.
760 * config/i386/i386mach.mh (XDEPFILES): Delete.
761 * config/i386/i386v32.mh (XDEPFILES): Delete.
762 * config/i386/linux.mh (XDEPFILES): Delete.
763 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
764 * config/i386/ncr3000.mh (XDEPFILES): Delete.
765 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
766 * config/i386/i386sco.mh (XDEPFILES): Delete.
767 * config/i386/i386v.mh (XDEPFILES): Delete.
768 * config/i386/nbsd.mh (XDEPFILES): Delete.
769 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
770 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
771 * config/i386/symmetry.mh (XDEPFILES): Delete.
772 * config/i386/obsd.mh (XDEPFILES): Delete.
773 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
774 * config/ia64/linux.mh (XDEPFILES): Delete.
775 * config/ia64/aix.mh (XDEPFILES): Delete.
776 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
777 * config/m68k/dpx2.mh (XDEPFILES): Delete.
778 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
779 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
780 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
781 * config/m68k/linux.mh (XDEPFILES): Delete.
782 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
783 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
784 * config/m68k/nbsd.mh (XDEPFILES): Delete.
785 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
786 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
787 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
788 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
789 * config/m88k/delta88.mh (XDEPFILES): Delete.
790 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
791 * config/m88k/m88k.mh (XDEPFILES): Delete.
792 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
793 * config/mips/linux.mh (XDEPFILES): Delete.
794 * config/mips/irix6.mh (XDEPFILES): Delete.
795 * config/mips/irix5.mh (XDEPFILES): Delete.
796 * config/mips/irix4.mh (XDEPFILES): Delete.
797 * config/mips/irix3.mh (XDEPFILES): Delete.
798 * config/mips/decstation.mh (XDEPFILES): Delete.
799 * config/mips/mipsm3.mh (XDEPFILES): Delete.
800 (NATDEPFILES): Move core-aout.o to here.
801 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
802 * config/pa/hpux1020.mh (XDEPFILES): Delete.
803 * config/pa/hppabsd.mh (XDEPFILES): Delete.
804 * config/pa/hppahpux.mh (XDEPFILES): Delete.
805 * config/pa/hpux11w.mh (XDEPFILES): Delete.
806 * config/pa/hppaosf.mh (XDEPFILES): Delete.
807 * config/pa/hpux11.mh (XDEPFILES): Delete.
808 * config/powerpc/aix.mh (XDEPFILES): Delete.
809 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
810 * config/powerpc/linux.mh (XDEPFILES): Delete.
811 * config/romp/rtbsd.mh: Rename XDEPFILES.
812 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
813 * config/rs6000/aix4.mh (XDEPFILES): Delete.
814 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
815 * config/s390/s390.mh (XDEPFILES): Delete.
816 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
817 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
818 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
819 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
820 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
821 * config/sparc/nbsd.mh (XDEPFILES): Delete.
822 * config/sparc/linux.mh (XDEPFILES): Delete.
823 * config/vax/vaxult.mh (XDEPFILES): Delete.
824 * config/vax/vaxult2.mh (XDEPFILES): Delete.
825 * Makefile.in (DEPFILES): Remove XDEPFILES.
826
375fc983
AC
8272002-01-17 Andrew Cagney <ac131313@redhat.com>
828
829 * utils.c (internal_verror): Fix comments, default is yes not no.
830 Update queries to match. Default to quit and dump core.
831
8926118c
AC
8322002-01-17 Andrew Cagney <ac131313@redhat.com>
833
834 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
835 copyright.
836 * defs.h, event-top.c, gdbcmd.h: Ditto.
837 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
838 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
839 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
840 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
841 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
842 * mi/mi-main.c:Ditto.
843
844 * stack.c, symfile.c: Update copyright.
845
45b7b345
DJ
8462002-01-17 Daniel Jacobowitz <drow@mvista.com>
847
db728ff7
DJ
848 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
849 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
850 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
851 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
45b7b345 852
db728ff7
DJ
8532002-01-17 Daniel Jacobowitz <drow@mvista.com>
854
855 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
856 * gdbserver/low-lynx.c (myattach): Likewise.
857 * gdbserver/low-nbsd.c (myattach): Likewise.
858 * gdbserver/low-sim.c (myattach): Likewise.
859 * gdbserver/low-sparc.c (myattach): Likewise.
860 * gdbserver/low-sun3.c (myattach): Likewise.
861
862 * gdbserver/low-linux.c (myattach): New function.
45b7b345 863
db728ff7 864 * gdbserver/server.c (attach_inferior): New function.
45b7b345
DJ
865 (main): Handle "--attach".
866
8de3c354
AC
8672002-01-16 Andrew Cagney <ac131313@redhat.com>
868
869 * MAINTAINERS (language support): Daniel Jacobwitz is C++
870 maintainer.
871
b0129042
DJ
8722002-01-15 Daniel Jacobowitz <drow@mvista.com>
873
874 * c-typeprint.c (is_type_conversion_operator): Add additional
875 check for non-conversion operators.
876
ba8679fb 8772002-01-15 Michael Snyder <msnyder@redhat.com>
2bf543a6
MS
878
879 * linux-proc.c: Add "info proc" command, a la procfs.c.
880 (read_mapping): New function, abstract and re-use code.
881 (linux_find_memory_regions): Use new func read_mapping.
882 (linux_info_proc_cmd): New function, implement "info proc".
883 (_initialize_linux_proc): Add new command "info proc".
884
e4f9b4d5
MS
8852002-01-15 Michael Snyder <msnyder@redhat.com>
886
887 * symfile.c (generic_load): Use bfd_map_over_sections method
888 instead of manipulating bfd structure members directly.
889 (add_section_size_callback): New function, bfd sections callback
890 used by generic_load.
891 (load_sections_callback): New function, bfd sections callback
892 used by generic_load.
893
08cf96df
EZ
8942002-01-15 Elena Zannoni <ezannoni@redhat.com>
895
abf22e64 896 [Based on work by Jim Blandy]
08cf96df
EZ
897 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
898 (builtin_type_vec128): Export.
899 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
900 types.
901 (builtin_type_vec128): New builtin type for 128 bit vector
902 registers.
903 (build_gdbtypes): Initialize builtin_type_v16qi and
904 builtin_type_v8hi. Create the vec128 register builtin type
905 structure.
906 (build_builtin_type_vec128): New function.
abf22e64 907 (_initialize_gdbtypes): Register builtin_type_v16qi and
08cf96df
EZ
908 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
909 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
910 AltiVec register to new builtin type.
911
d7242108
DJ
9122001-01-15 Daniel Jacobowitz <drow@mvista.com>
913
914 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
915 to make_cv_type.
916
4ee3352d
AC
9172002-01-14 Andrew Cagney <ac131313@redhat.com>
918
919 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
920 CLEAN_UP_REGISTER_VALUE.
921 * regcache.c (supply_register): Update only call.
922
f015b2e7
AC
9232002-01-14 Andrew Cagney <ac131313@redhat.com>
924
925 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
926 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
927 a29k-*-vxworks* targets as obsolete.
928
356ae49d
MS
9292002-01-14 Michael Snyder <msnyder@redhat.com>
930
931 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
932 until we can resolve portability issues.
933 * gregset.h: Remove references to fpxregs.
934 * gcore.c (gcore_command): Initialize note_sec to NULL.
935
ade8f45e
AC
9362002-01-13 Andrew Cagney <ac131313@redhat.com>
937
938 * signals.c (target_signal_to_name): Rewrite. Only use
939 signals[].name when in bounds and non-NULL.
abf22e64 940
89c49e7a
AC
9412002-01-13 Andrew Cagney <ac131313@redhat.com>
942
943 From Petr Ledvina <ledvinap@kae.zcu.cz>:
944 * signals.c (target_signal_to_name): Verify that SIG is within the
945 bounds of the signals array.
946
4daa9f9f
AC
9472002-01-13 Andrew Cagney <ac131313@redhat.com>
948
949 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
950
ba4bbdcb
KS
9512002-01-13 Keith Seitz <keiths@redhat.com>
952
953 * stack.c (print_frame_info_base): Print the frame's pc
954 only if when print_frame_info_listing_hook is not defined.
955
575bbeb6
KS
9562002-01-13 Keith Seitz <keiths@redhat.com>
957
958 * varobj.c (varobj_set_value): Make sure that there were no
959 errors evaluating the object before attempting to set its
960 value.
961 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
962 so this offset adjustment is no longer necessary.
963 (create_child): Don't set the error flag if the child is
964 a CPLUS_FAKE_CHILD.
965 (value_of_child): If value_fetch_lazy fails, return NULL
966 so that callers will be notified that an error occurred.
967 (c_value_of_variable): Delay check of variable's validity
968 until later. We actually want all structs and unions to have
969 the value "{...}".
970 Do not return "???" for variables which could not be evaluated.
971 This error condition must be returned to the caller so that it
972 can get the error condition from gdb.
973 (cplus_name_of_child): Adjust index for vptr before figuring
974 out the name of the child.
975 (cplus_value_of_child): If a child's (real) parent is not valid,
976 don't even bother trying to give a value for it. Just return
977 an error. Change all instances in this function.
978 (cplus_type_of_child): If our parent is one of the "fake"
979 parents, we need to get at the type of the real parent, and
980 derive the child's true type using this information.
981
b76898ab
AC
9822002-01-13 Andrew Cagney <ac131313@redhat.com>
983
984 From 2002-01-09 John Marshall <johnm@falch.net>:
985 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
986 sources.redhat.com, and tweak some related URLs which had
987 suffered from linkrot.
988
b6649e88
AC
9892002-01-13 Andrew Cagney <ac131313@redhat.com>
990
991 From Jeff law:
992 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
993 structures passed in registers.
994
82cc5033
EZ
9952002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
996
997 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
998 white space which prevented compilation. Reported by DSK
999 <dsk@student.unsw.edu.au>.
1000
ba5f2f8a
MS
10012002-01-11 Michael Snyder <msnyder@redhat.com>
1002
fbd35540
MS
1003 * symfile.c (build_section_addr_info_from_section_tab):
1004 Use bfd access method instead of manipulating bfd directly.
1005 (syms_from_objfile): Ditto.
1006 (simple_overlay_update_1): Ditto.
1007 (simple_overlay_update): Ditto.
1008 (generic_load): Ditto.
1009 (overlay_unmapped_address): FIXME comment, bfd access methods.
1010 (sections_overlap): FIXME comment, bfd access methods.
1011 (pc_in_mapped_range): FIXME comment, bfd access methods.
1012 (pc_in_unmapped_range): FIXME comment, bfd access methods.
1013 (section_is_mapped): FIXME comment, bfd access methods.
1014 (section_is_overlay): FIXME comment, bfd access methods.
1015
ba5f2f8a
MS
1016 * symfile.c (generic_load): Whitespace and long line cleanups.
1017 Remove duplicate variable, change several local variables to
1018 more appropriate data types.
1019 (print_transfer_performance): Use %lu instead of %ld for ulongs.
1020
17df2af6
AC
10212002-01-12 Andrew Cagney <ac131313@redhat.com>
1022
1023 From Peter Schauer:
1024 * language.c (longest_local_hex_string_custom): Use phex_nz to
1025 convert NUM to a hex string.
1026
ec920329
EZ
10272002-01-12 Elena Zannoni <ezannoni@redhat.com>
1028
1029 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
1030 the function.
538a76d6 1031 Update Copyright year.
ec920329 1032
3abd2e01
AC
10332002-01-12 Andrew Cagney <ac131313@redhat.com>
1034
1035 * language.c (longest_raw_hex_string): Delete unused function.
1036
b21b22e0
PS
10372002-01-11 Petr Sorfa <petrs@caldera.com>
1038
1039 * MAINTAINERS (write-after-approval): Add myself.
1040 * dwarf2read.c (read_tag_string_type): Handling of
1041 DW_AT_byte_size.
1042 (read_tag_string_type): FORTRAN fix to prevent propagation of
1043 first string size.
1044 (set_cu_language): Handling of DW_LANG_Fortran95
1045
747fe712
RE
10462002-01-11 Richard Earnshaw <rearnsha@arm.com>
1047
1048 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
1049 GETPID(inferior_ptid).
1050 (store_inferior_registers): Likewise.
1051
f1bea926
JM
10522002-01-10 Jason Merrill <jason@redhat.com>
1053
1054 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
1055 Fix DW_OP_minus.
1056
ae940673
AC
10572002-01-10 Andrew Cagney <ac131313@redhat.com>
1058
1059 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
1060 and bfd/elf32-sh-nbsd.c.
1061
00546b04
MS
10622002-01-10 Michael Snyder <msnyder@redhat.com>
1063
352ed7b4
MS
1064 * NEWS: Mention --pid and corefile/proc-id behavior change.
1065
c18be923
MS
1066 * Makefile.in: Add rules for gcore.o and linux-proc.o.
1067 * gcore.c: Include cli/cli-decode.h instead of command.h.
1068
00546b04
MS
1069 * main.c (captured_main): Add new command line option "--pid".
1070 If the second command line argument (following the symbol-file)
1071 begins with a digit, try to attach to it before trying to open
1072 it as a corefile.
1073 (print_gdb_help): Document the "--pid" argument.
1074
db60ec62
EZ
10752002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
1076
1077 * completer.c (command_completer): New function.
1078
1079 * completer.h <command_completer>: Add prototype.
1080
1081 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
1082 completer for the "help" command.
1083
39c22d1a
JM
10842002-01-09 Jason Merrill <jason@redhat.com>
1085
1086 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
1087
c564377f
MS
10882002-01-09 Michael Snyder <msnyder@redhat.com>
1089
975aec09
MS
1090 * i386-linux-nat.c (fill_fpxregset): Make global.
1091 (store_fpxregset): Ditto.
1092
db4a10fa
MS
1093 * gregset.h (gdb_fpxregset_t): Define.
1094 (supply_fpxregset): Prototype.
1095 (fill_fpxregset): Prototype.
1096
c564377f
MS
1097 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
1098
c3d45d70
RE
10992002-01-09 Richard Earnshaw <rearnsha@arm.com>
1100
1101 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
1102 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
1103 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
1104
fcc87af1
AC
11052002-01-09 Andrew Cagney <ac131313@redhat.com>
1106
1107 * MAINTAINERS: Update target maintainer rules so that any
1108 Maintainer can approve a tested patch for a maintenance-only
1109 target.
1110
dd96c05b
RE
11112002-01-09 Richard Earnshaw <rearnsha@arm.com>
1112
d4297db9 1113 * MAINTAINERS (write-after-approval): Add myself.
dd96c05b 1114
d4297db9 1115 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
dd96c05b
RE
1116 IN_SIGTRAMP.
1117
145fdc6e
MS
11182002-01-08 Michael Snyder <msnyder@redhat.com>
1119
1120 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
1121 real name of the executable, rather than the /proc name.
1122
be4d1333
MS
11232002-01-03 Michael Snyder <msnyder@redhat.com>
1124
1125 Implement a "generate-core-file" command in gdb, save target state.
1126 * gcore.c: New file. Implement new command 'generate-core-file'.
1127 Save a corefile image of the current state of the inferior.
1128 * linux-proc.c: Add linux-specific code for saving corefiles.
1129 * target.h (struct target_ops): Add new target vectors for saving
1130 corefiles; to_find_memory_regions and to_make_corefile_notes.
1131 (target_find_memory_regions): New macro.
1132 (target_make_corefile_notes): New macro.
1133 * target.c (update_current_target): Inherit new target methods.
1134 (dummy_find_memory_regions): New place-holder method.
1135 (dummy_make_corefile_notes): New place-holder method.
1136 (init_dummy_target): Initialize new dummy target vectors.
1137 * exec.c (exec_set_find_memory_regions): New function.
1138 Allow the exec_ops vector for memory regions to be taken over.
1139 (exec_make_note_section): New function, target vector method.
1140 * defs.h (exec_set_find_memory_regions): Export prototype.
1141 * procfs.c (proc_find_memory_regions): New function, corefile method.
1142 (procfs_make_note_section): New function, corefile method.
1143 (init_procfs_ops): Set new target vector pointers.
1144 (find_memory_regions_callback): New function.
1145 (procfs_do_thread_registers): New function.
1146 (procfs_corefile_thread_callback): New function.
1147 * sol-thread.c (sol_find_memory_regions): New function.
1148 (sol_make_note_section): New function.
1149 (init_sol_thread_ops): Initialize new target vectors.
1150 * inftarg.c (inftarg_set_find_memory_regions): New function.
1151 Allow to_find_memory_regions vector to be taken over.
1152 (inftarg_set_make_corefile_notes): New function.
1153 Allow to_make_corefile_notes vector to be taken over.
1154 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
1155 interface layer if not target_has_execution (may be a corefile).
1156 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
1157 * config/sparc/sun4sol2.mh: Ditto.
1158 * config/alpha/alpha-linux.mh: Ditto.
1159 * config/arm/linux.mh: Ditto.
1160 * config/i386/x86-64linux.mh: Ditto.
1161 * config/ia64/linux.mh: Ditto.
1162 * config/m68k/linux.mh: Ditto.
1163 * config/mips/linux.mh: Ditto.
1164 * config/powerpc/linux.mh: Ditto.
1165 * config/sparc/linux.mh: Ditto.
1166
c6b92abd
MS
11672002-01-07 Michael Snyder <msnyder@redhat.com>
1168
1169 * arm-linux-nat.c: Remove references to regcache.c internal data
1170 (registers[] and register_valid[]).
1171
4b09dc8c
MS
11722002-01-07 Michael Snyder <msnyder@redhat.com>
1173
abf22e64
AJ
1174 * linux-proc.c: New file. Implement child_pid_to_exec_file,
1175 so that attaching to a pid will automatically read the process's
4b09dc8c
MS
1176 symbol file and shlibs.
1177 * Makefile.in: Add rule for linux-proc.o.
1178 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
1179 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
1180 * config/arm/linux.mh: Ditto.
1181 * config/i386/linux.mh: Ditto.
1182 * config/i386/x86-64linux.mh: Ditto.
1183 * config/ia64/linux.mh: Ditto.
1184 * config/m68k/linux.mh: Ditto.
1185 * config/mips/linux.mh: Ditto.
1186 * config/powerpc/linux.mh: Ditto.
1187 * config/sparc/linux.mh: Ditto.
1188
c25b74ac
PM
11892002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
1190
1191 * win32-nat.c: Add i386-tdep.h dependency.
1192
94cd915f
MS
11932002-01-07 Michael Snyder <msnyder@redhat.com>
1194
c7cccb76
MS
1195 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
1196 instead of bfd_get_arch_size. Don't bail out just because
1197 there's no exec_bfd.
abf22e64 1198
34c0bd93
MS
1199 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
1200 * p-valprint.c (pascal_object_print_value): Ditto.
1201 * somread.c (som_symtab_read): Ditto.
1202 * symfile.c (simple_free_overlay_region_table): Ditto.
1203 * valops.c (value_assign): Ditto.
1204
21c1c920
MS
1205 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
1206 use tilde_expand and strerror for opening save-tracepoints file.
1207
5bbd998e
MS
1208 * thread-db.c (thread_db_new_objfile): Indendation fix.
1209
94cd915f
MS
1210 * infptrace.c (GDB_MAX_ALLOCA): New define.
1211 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
abf22e64 1212 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
94cd915f
MS
1213 can be overridden with whatever value is appropriate to the host).
1214 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
1215 alloca to allocate potentially large buffer.
1216 * rs6000-nat.c (child_xfer_memory): Ditto.
1217 * symm-nat.c (child_xfer_memory): Ditto.
1218 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
1219
494e8a93
JSC
12202002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
1221
1222 From Nick Clifton <nickc@redhat.com>
1223 * d10v-tdep.c: Set STACK_START to 0x200bffe.
1224
d0e1d48e
MS
12252002-01-07 Michael Snyder <msnyder@redhat.com>
1226
abf22e64 1227 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
d0e1d48e
MS
1228 Don't use exec_bfd if it's NULL.
1229
290b2c7a
MK
12302002-01-06 Mark Kettenis <kettenis@gnu.org>
1231
abf22e64 1232 * valops.c (value_arg_coerce): Fix formatting.
290b2c7a 1233
aef21287
AC
12342002-01-06 Andrew Cagney <ac131313@redhat.com>
1235
1236 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
1237 * gnu-nat.c: Ditto.
1238
30efa627
AC
12392002-01-06 Andrew Cagney <ac131313@redhat.com>
1240
1241 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
1242 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
1243 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
1244 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
1245 z8k-coff have not been multi-arched. Update z8k-coff build
1246 status.
1247
9b4ff276
AC
12482002-01-06 Andrew Cagney <ac131313@redhat.com>
1249
1250 * MAINTAINERS: Mark a29k target as obsolete.
1251 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
1252 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
1253 comments.
1254 * NEWS: Note that a29k targets are obsolete.
1255 * a29k-tdep.c: Mark as obsolete.
1256 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
1257 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
1258 a29k-*-vxworks* targets as obsolete.
1259 * remote-adapt.c: Obsolete.
1260 * remote-eb.c: Obsolete.
1261 * remote-mm.c: Obsolete.
1262 * remote-udi.c: Obsolete.
1263 * config/a29k/a29k-udi.mt: Obsolete.
1264 * config/a29k/a29k.mt: Obsolete.
1265 * config/a29k/tm-a29k.h: Obsolete.
1266 * config/a29k/tm-vx29k.h: Obsolete.
1267 * config/a29k/vx29k.mt: Obsolete.
1268
a9011d31
AC
12692002-01-05 Andrew Cagney <ac131313@redhat.com>
1270
1271 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
1272 with BFD_ENDIAN_BIG.
1273
9299404e
AC
12742002-01-05 Andrew Cagney <ac131313@redhat.com>
1275
1276 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
1277 * configure, config.in: Re-generate.
1278 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
1279 * defs.h: Do not include <endian.h>.
1280
7e89e357
JT
12812002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
1282
1283 * acconfig.h (HAVE_PT_GETXMMREGS): New.
1284 * config.in: Regenerate.
1285 * configure.in: Update copyright years.
1286 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
1287 * configure: Regenerate.
1288 * i386bsd-nat.c: Update copyright years.
1289 (fill_gregset): Use regcache_collect.
1290 (fetch_inferior_registers): Only fetch integer registers
1291 if requested to do so. Add support for XMM registers
1292 using PT_GETXMMREGS.
1293 (store_inferior_registers): Only store integer registers
1294 if requested to do so. Add support for XMM registers
1295 using PT_SETXMMREGS.
1296 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
1297 (store_inferior_registers): Remove.
1298 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
1299 (fetch_elfcore_registers): New function.
1300 (i386nbsd_elfcore_fns): New.
1301 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
1302 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
1303 i386bsd-nat.o.
1304 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
1305 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
1306 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
1307 * config/i386/tm-nbsd.h: Update copyright years.
1308 (HAVE_SSE_REGS): Define.
1309 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
1310 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
1311 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
1312 (SIGCONTEXT_PC_OFFSET): Remove.
1313 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
1314
a752853e
AC
13152002-01-05 Andrew Cagney <ac131313@redhat.com>
1316
1317 * configure.tgt: Remove powerpc-*-macos* target.
1318 * config/m68k/xm-mpw.h: Delete file.
1319 * config/xm-mpw.h: Delete file.
1320 * ser-mac.c: Delete file.
1321 * mpw-make.sed: Delete file.
1322 * mpw-config.in: Delete file.
1323 * mac-xdep.c: Delete file.
1324 * mac-gdb.r: Delete file.
1325 * mac-defs.h: Delete file.
1326 * mac-nat.c: Delete file.
1327 * config/powerpc/macos.mh: Delete file.
1328 * config/powerpc/macos.mt: Delete file.
1329 * config/powerpc/nm-macos.h: Delete file.
1330 * config/powerpc/tm-macos.h: Delete file.
1331 * source.c (openp, open_source_file): Remove obsolete code.
1332 * top.c (gdb_readline): Ditto.
1333 * utils.c (query): Ditto.
1334 * event-top.c (display_gdb_prompt): Ditto.
1335 * Makefile.in (ser-mac.o): Delete obsolete target.
1336 * NEWS: Update.
1337
d7449b42
AC
13382002-01-04 Andrew Cagney <ac131313@redhat.com>
1339
1340 * defs.h (BIG_ENDIAN): Delete macro definition.
1341 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
1342 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
1343 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
1344 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
1345 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
1346 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
1347 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
1348 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
1349 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
1350 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
1351 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
1352 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
1353 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
1354 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
1355 * gdbarch.c: Re-generate.
1356
356374e8
DJ
13572002-01-04 Daniel Jacobowitz <drow@mvista.com>
1358
1359 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
1360 for core files.
1361
a2b8f8f8
JT
13622002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
1363
1364 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
1365
12466af9
AC
13662002-01-04 Andrew Cagney <ac131313@redhat.com>
1367
1368 * value.h (value_ptr): Delete typedef.
1369
3549ab40
JT
13702002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
1371
1372 * i386nbsd-nat.c: Update copyright years.
1373 Include i386-tdep.h.
1374
fedbd091
EZ
13752002-01-04 Elena Zannoni <ezannoni@redhat.com>
1376
1377 * stabsread.c: Update copyright years.
1378
1379 From Debashis Mahata <debashis.mahata@wipro.com>:
1380 (read_struct_fields): Deal with Sun C compiler erroneous stab
1381 output for structs and unions.
fec8b34f 1382 Fix PR gdb/269.
fedbd091 1383
eb43544b
DJ
13842002-01-04 Daniel Jacobowitz <drow@mvista.com>
1385
1386 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
1387 prototype.
1388
1514d34e
DJ
13892002-01-04 Daniel Jacobowitz <drow@mvista.com>
1390
1391 * cp-abi.c: Fix whitespace.
1392 (baseclass_offset): New wrapper function.
1393 * cp-abi.h (baseclass_offset): Add prototype.
1394 (struct cp_abi_ops): Add baseclass_offset pointer.
1395
1396 * valops.c (vb_match): Move to...
1397 * gnu-v2-abi.c (vb_match): here.
1398 * valops.c (baseclass_offset): Move to...
1399 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
1400
1401 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
1402
1403 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
1404 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
1405 * hpacc-abi.c (init_hpacc_ops): Likewise.
1406
7f8c9282
DJ
14072002-01-04 Daniel Jacobowitz <drow@mvista.com>
1408
1409 * valops.c (find_overload_match): Accept obj as a
1410 reference parameter. Update it before returning.
1411 * value.h (find_overload_match): Update prototype.
1412 * eval.c (evaluate_subexp_standard): Pass object to
1413 find_overload_match by reference.
1414
f23631e4
AC
14152002-01-03 Andrew Cagney <ac131313@redhat.com>
1416
1417 * valarith.c: Replace value_ptr with struct value pointer. Remove
1418 register attribute from value declarations.
1419 * valops.c: Ditto.
1420 * value.h: Ditto.
1421 * scm-lang.c (scm_lookup_name): Ditto.
1422
79e10fab 14232002-01-03 Michael Snyder <msnyder@redhat.com>
abf22e64 1424
79e10fab
AC
1425 Abstract the functionality of iterating over mapped memory
1426 regions into a general purpose iterator function.
abf22e64 1427 * procfs.c (iterate_over_mappings): New function, general purpose
79e10fab
AC
1428 iterator for memory sections.
1429 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
1430 (solib_mappings_callback): New function, callback for above.
1431 (info_proc_mappings): Reimpliment using iterate_over_mappings.
1432 (info_mappings_callback): New function, callback for above.
1433
1434 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
1435
c5ad026a
MK
14362002-01-01 Mark Kettenis <kettenis@gnu.org>
1437
d2a7c97a
MK
1438 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
1439 * i386-tdep.c: Include "elf-bfd.h".
1440 (process_note_abi_tag_sections): New function.
1441 (i386_gdbarch_init): Add code to recognize various OS/ABI
1442 combinations.
1443
c5ad026a
MK
1444 * maint.c (_initialize_maint_cmds): Add missing \ in
1445 string-literal.
1446
a1a5b71e 1447For older changes see ChangeLog-2001
c906108c
SS
1448\f
1449Local Variables:
1450mode: change-log
1451left-margin: 8
1452fill-column: 74
1453version-control: never
1454End:
This page took 0.334066 seconds and 4 git commands to generate.