* xcoffsolib.c (_initialize_xcoffsolib): Renamed from
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
fb39c8f3
PS
12002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
2
3 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
4 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
5 now _initialize_xcoffsolib gets called again and overrides the
6 commands from solib.c in a native configuration.
7
0b87a11d
MK
82002-02-09 Mark Kettenis <kettenis@gnu.org>
9
10 * doublest.c (store_typed_floating): Don't try to return a value.
11 Fixes PR gdb/290.
12
bdc2fc72
JB
132002-02-08 Jim Blandy <jimb@redhat.com>
14
15 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
16 is prototyped and has no arguments, print its argument list as
17 `(void)'.
18
da69bbcf
CD
192002-02-08 Chris Demetriou <cgd@broadcom.com>
20
21 * MAINTAINERS (write-after-approval): Add myself.
22 (paper-trail): I've escaped!
23
b69571f5
CF
242002-02-08 Christopher Faylor <cgf@redhat.com>
25
26 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
27 changes.
28 (_initialize_check_for_gdb_ini): Ditto.
29
f6871398
MH
302002-02-08 Martin M. Hunt <hunt@redhat.com>
31
32 * win32-nat.c (cygwin_pid_to_str): Fix typo.
33 xaprintf -> xasprintf.
34
4e52d31c
PM
352002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
36
37 * win32-nat.c: Remove use of printf and sprintf functions.
38
39bbf761
RE
392002-02-08 Richard Earnshaw <rearnsha@arm.com>
40
41 * arm-tdep.c (arm_frame_chain_valid): Make static.
42 (arm_push_arguments): Likewise.
43 (arm_gdbarch_init): New function.
44 (_initialize_arm_tdep): Call it.
45 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
46 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
47 (FRAME_CHAIN_VALID): Delete.
48 (arm_frame_chain_valid): Delete declaration.
49 (PUSH_ARGUMENTS): Delete.
50 (arm_push_arguments): Delete declaration.
51 (CALL_DUMMY_P): Delete.
52
9c9532c9
CV
532002-02-08 Andrew Cagney <ac131313@redhat.com>
54 Corinna Vinschen <vinschen@redhat.com>
55
56 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
57 on builtin float types.
58
4e8f7a8b
DJ
592002-02-08 Daniel Jacobowitz <drow@mvista.com>
60
61 * utils.c: Include <curses.h> before "bfd.h".
62 * tui/tui-hooks.c: Likewise.
63 * tui/tui.c: Likewise.
64 * tui/tuiCommand.c: Likewise.
65 * tui/tuiData.c: Likewise.
66 * tui/tuiDataWin.c: Likewise.
67 * tui/tuiDisassem.c: Likewise.
68 * tui/tuiGeneralWin.c: Likewise.
69 * tui/tuiIO.c: Likewise.
70 * tui/tuiLayout.c: Likewise.
71 * tui/tuiRegs.c: Likewise.
72 * tui/tuiSource.c: Likewise.
73 * tui/tuiSourceWin.c: Likewise.
74 * tui/tuiStack.c: Likewise.
75 * tui/tuiWin.c: Likewise.
76
cd4bffcf
EZ
772002-02-07 Elena Zannoni <ezannoni@redhat.com>
78
79 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
80 to include space for pseudoregs as well. Update loops accordingly.
81 (sh_fp_frame_init_saved_regs): Ditto.
82 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
83
26806ce2
AC
842002-02-07 Andrew Cagney <ac131313@redhat.com>
85
86 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
87 Add Richard Earnshaw to Arm maintainers.
88
97fdab62
AC
892002-02-07 Andrew Cagney <ac131313@redhat.com>
90
a6b98203
AC
91 * defs.h (warning_begin): Delete declaration.
92
97fdab62
AC
93 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
94 Delete macro.
95
78b29b40
MS
962002-02-07 Michael Snyder <msnyder@redhat.com>
97
98 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
99 Logic bug, remove misplaced else.
100
d8849953
KD
1012002-02-07 Klee Dienes <klee@apple.com>
102
103 * fork-inferior.c (fork_inferior): Add '!' to the list of
104 characters that need to be quoted when building a string for the
105 shell. Quote '!' specifically with a backslash, since CSH chokes
106 when trying to evaluate "str!str".
107
095778a0
NC
1082002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
109
110 * rdi-share/host.h: Only provide a typedef for bool if it is not
111 defined.
112
1900040c
MS
1132002-02-04 Michael Snyder <msnyder@redhat.com>
114
115 * breakpoint.h (enum bptype): Add new overlay event bp type.
116 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
117
118 * breakpoint.c (create_internal_breakpoint): New function.
119 (internal_breakpoint_number): Moved into create_internal_breakpoint.
120 (create_longjmp_breakpoint): Use create_internal_breakpoint.
121 (create_thread_event_breakpoint): Ditto.
122 (create_solib_event_breakpoint): Ditto.
123 (create_overlay_event_breakpoint): New function.
124 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
125 (update_breakpoints_after_exec): Delete and re-initialize
126 overlay event breakpoints after an exec. Add FIXME comment
127 about longjmp breakpoint.
128 (print_it_typical): Ignore overlay event breakpoints.
129 (print_one_breakpoint): Ditto.
130 (mention): Ditto.
131 (bpstat_what): Do not stop for overlay event breakpoints.
132 (delete_breakpoint): Don't delete overlay event breakpoints.
133 (breakpoint_re_set_one): Delete the overlay event breakpoint.
134 (breakpoint_re_set): Re-create overlay event breakpoint.
135
136 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
137 (overlay_manual_command): Disable overlay breakpoints.
138 (overlay_off_command): Disable overlay breakpoints.
139
082fc60d
RE
1402002-02-06 Richard Earnshaw <rearnsha@arm.com>
141
142 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
143 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
144 to here from config/tm-arm.h.
145 (coff_sym_is_thumb): Make static.
146 (arm_elf_make_msymbol_special): New function.
147 (arm_coff_make_msymbol_special): New function.
148 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
149 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
150 (coff_sym_is_thumb): Delete declaration.
151 (arm_elf_make_msymbol_special): Declare.
152 (arm_coff_make_msymbol_special): Declare.
153 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
154 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
155
039c5766
RE
1562002-02-06 Richard Earnshaw <rearnsha@arm.com>
157
158 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
159
1602002-02-06 Richard Earnshaw <rearnsha@arm.com>
161
162 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
163 * gdbarch.c gdbarch.h: Regenerate.
164 * arch-utils.c (default_print_float_info): New function.
165 * arch-utils.h (default_print_float_info): Prototype it.
166 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
167 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
168 (PRINT_FLOAT_INFO): Document it.
169
170 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
171 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
172 (PRINT_FLOAT_INFO): Define.
173
58fa08f0
PM
1742002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
175
176 * win32-nat.c (_initialize_check_for_gdb_ini):
177 Add typecast to sprintf argument to suppress a warning.
178
7393af7c
PM
1792002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
180
58fa08f0 181 * win32-nat.c (last_sig): Changed type of variable to target_signal,
7393af7c
PM
182 to allow easier handling of pass state.
183 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
184 that gives exception name and address.
185 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
186 and set last_sig value to ourstatus->value.sig. Some missing
187 exceptions added.
188 (child_continue): Correctly report continue_status.
189 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
190 TARGET_SIGNAL_0 (new default value).
191 (child_resume): consider sig argument passed to decide if
192 the exception should be passed to debuggee or not.
193
6af4589c
MS
1942002-02-05 Michael Snyder <msnyder@redhat.com>
195
196 * regcache.c (fetch_register): Call target_fetch_register
197 only if we don't call FETCH_PSEUDO_REGISTER.
198 (store_register): Call target_store_register only if we
199 don't call STORE_PSEUDO_REGISTER.
200
a2cf933a
EZ
2012002-02-05 Elena Zannoni <ezannoni@redhat.com>
202
203 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
204 ELF_MAKE_MSYMBOL_SPECIAL.
205 * gdbarch.c, gdbarch.h: Regenerate.
206 * arch-utils.c (default_make_msymbol_special): New function.
207 * arch-utils.h (default_make_msymbol_special): Export.
208 * elfread.c (elf_symtab_read): Compile use of
209 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
210 multiarched.
211 * coffread.c (coff_symtab_read): Ditto, for
212 COFF_MAKE_MSYMBOL_SPECIAL.
213
6bb7be43
JB
2142002-02-05 Jim Blandy <jimb@redhat.com>
215
216 * solib-svr4.c (svr4_truncate_ptr): New function.
217 (svr4_relocate_section_addresses): Do the address arithmetic with
218 the appropriate truncation for target addresses, even when
219 CORE_ADDR is larger than a target address.
220
e18651ec
DJ
2212002-02-05 Daniel Jacobowitz <drow@mvista.com>
222
223 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
224 to (int *).
225
6b2725be
DJ
2262002-02-05 Daniel Jacobowitz <drow@mvista.com>
227
228 * gdbserver/linux-low.c (kill_inferior): Remove commented out
229 code.
230
fca9e603
DJ
2312002-02-05 Daniel Jacobowitz <drow@mvista.com>
232
233 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
234
6c537a52
DJ
2352002-02-05 Daniel Jacobowitz <drow@mvista.com>
236
237 * gdbserver/linux-low.c: Remove unused include files.
238
d844cde6
DJ
2392002-02-05 Daniel Jacobowitz <drow@mvista.com>
240
241 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
242 (read_inferior_memory): Use it.
243 (write_inferior_memory): Likewise.
244
d07c63e7
DJ
2452002-02-05 Daniel Jacobowitz <drow@mvista.com>
246
247 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
248 grubbing through sys_errlist.
249
da6d8c04
DJ
2502002-02-05 Daniel Jacobowitz <drow@mvista.com>
251
252 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
253
5b421780
PM
2542002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
255 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
256
9f60d481
AC
2572002-02-04 Andrew Cagney <ac131313@redhat.com>
258
259 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
260 (do_sfunc, set_cmd_sfunc): New functions.
261
262 * command.h (struct cmd_list_element): Add field func.
263 * cli/cli-decode.h (struct cmd_list_element): Ditto.
264 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
265 * cli/cli-decode.h: Ditto.
266
267 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
268 (help_all, help_cmd_list): Ditto.
269 (find_cmd, complete_on_cmdlist): Ditto.
270 * top.c (execute_command): Ditto.
271
272 * cli/cli-setshow.c (do_setshow_command): Call func instead of
273 function.sfunc.
274
275 * infcmd.c (notice_args_read): Fix function signature.
276
277 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
278 * cli/cli-decode.c (add_set_cmd): Ditto.
279 * utils.c (initialize_utils): Ditto.
280 * maint.c (_initialize_maint_cmds): Ditto.
281 * infrun.c (_initialize_infrun): Ditto.
282 * demangle.c (_initialize_demangler): Ditto.
283 * remote.c (add_packet_config_cmd): Ditto.
284 * mips-tdep.c (_initialize_mips_tdep): Ditto.
285 * cris-tdep.c (_initialize_cris_tdep): Ditto.
286 * proc-api.c (_initialize_proc_api): Ditto.
287 * kod.c (_initialize_kod): Ditto.
288 * valprint.c (_initialize_valprint): Ditto.
289 * top.c (init_main): Ditto.
290 * infcmd.c (_initialize_infcmd): Ditto.
291 * corefile.c (_initialize_core): Ditto.
292 * arm-tdep.c (_initialize_arm_tdep): Ditto.
293 * arch-utils.c (initialize_current_architecture): Ditto.
294 (_initialize_gdbarch_utils): Ditto.
295 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
296
297 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
298 * wince.c (_initialize_inftarg): Ditto.
299 * symfile.c (_initialize_symfile): Ditto.
300 * mips-tdep.c (_initialize_mips_tdep): Ditto.
301 * language.c (_initialize_language): Ditto.
302 * arc-tdep.c (_initialize_arc_tdep): Ditto.
303
f9ba0717
MS
3042002-02-04 Michael Snyder <msnyder@redhat.com>
305
306 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
307
0c74b2a7
DJ
3082002-02-04 Daniel Jacobowitz <drow@mvista.com>
309
310 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
311 Add rules for building the register data files.
312
c638789f
DJ
3132002-02-04 Daniel Jacobowitz <drow@mvista.com>
314
315 * regformats/regdat.sh: Add braces to the definition of
316 expedite_regs_${arch}.
317
db253027
DJ
3182002-02-04 Daniel Jacobowitz <drow@mvista.com>
319
320 * regformats/regdef.h (struct reg): Add comment describing the
321 requirements for offset and size fields.
322
206be19c
AS
3232002-02-04 Andreas Schwab <schwab@suse.de>
324
325 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
326 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
327
181c1381
RE
3282002-02-04 Richard Earnshaw <rearnsha@arm.com>
329
330 * gdbarch.sh (copyright): Update years in generated header.
331 (SMASH_TEXT_ADDRESS): Add rule.
db253027 332 * gdbarch.h, gdbarch.c: Re-generate.
181c1381
RE
333 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
334 * dbxread.c: Likewise.
335 * dwarfread.c: Likewise.
336 * elfread.c: Likewise.
337 * somread.c: Likewise.
338
339 * arm-tdep.c (arm_smash_text_address): New function.
340 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
341
fa4ba8da
PM
3422002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
343
344 Add support for hardware watchpoints on win32 native.
345 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
346 CONTEXT_DEBUG_REGISTERS.
347 (dr variable): New variable. Static array containing a local copy
348 of debug registers.
349 (debug_registers_changed): New variable. Reflects when debug registers
350 are changed and need to be written to inferior.
351 (debug_registers_used): New variable. Reflects when any debug register
352 was set, used when new threads are created.
353 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
354 i386-nat code.
355 (thread_rec): Set dr array if id is the thread of current_event .
356 (child_continue, child_resume): Change the debug registers for all
357 threads if debug_registers_changed.
358 (child_add_thread): Change the debug registers if debug_registers_used.
359 * config/i386/cygwin.mh: Add use of i386-nat.o file.
360 Link nm.h to new nm-cygwin.h file.
361 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
362 of hardware registers.
363
a73c86fb
AC
3642002-02-03 Andrew Cagney <ac131313@redhat.com>
365
366 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
367 Restore behavour broken by 2002-01-20 Andrew Cagney
368 <ac131313@redhat.com> IEEE_FLOAT removal.
369
acf5ed49
DJ
3702002-02-03 Daniel Jacobowitz <drow@mvista.com>
371
372 * c-valprint.c (c_val_print): Pass a proper valaddr to
373 cp_print_class_method.
374 * valops.c (search_struct_method): If there is only one method
375 and args is NULL, return that method.
376
493d28d5
DJ
3772002-02-03 Daniel Jacobowitz <drow@mvista.com>
378
379 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
380 accessing tag_name directly.
381
7495dfdb
DJ
3822002-02-03 Daniel Jacobowitz <drow@mvista.com>
383
384 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
385 of accessing tag_name directly.
386
dd6bda65
DJ
3872002-02-03 Daniel Jacobowitz <drow@mvista.com>
388
389 PR gdb/280
390 * gdbtypes.c (replace_type): New function.
391 * gdbtypes.h (replace_type): Add prototype.
392 * stabsread.c (read_type): Use replace_type.
393
88fe217c
RE
3942002-02-03 Richard Earnshaw <rearnsha@arm.com>
395
396 * Makefile.in (memattr.o): Add missing dependencies rule.
397
e5d66720
PS
3982002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
399
400 * breakpoint.c (break_at_finish_command): Really export.
401 (break_at_finish_at_depth_command): Ditto.
402 (tbreak_at_finish_command): Ditto.
403 * hppa-tdep.c: Include completer.h.
404 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
405 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
406
fffee0be
AC
4072002-02-01 Andrew Cagney <ac131313@redhat.com>
408
409 * utils.c (do_write): New function.
410 (error_stream): Rewrite combining the code from error_begin and
411 verror.
412 (verror): Rewrite using error_stream.
413 (error_begin): Delete function.
414
255e7dbf
AC
4152002-02-01 Andrew Cagney <ac131313@redhat.com>
416
417 * utils.c (error_begin): Make static.
418 * defs.h (error_begin): Delete declaration.
419
420 * linespec.c (cplusplus_error): Replace cplusplus_hint.
421 (decode_line_1): Use cplusplus_error instead of error_begin,
422 cplusplus_hint and return_to_top_level.
423 * coffread.c (coff_symfile_read): Use error instead of error_begin
424 and return_to_top_level.
425 * infrun.c (default_skip_permanent_breakpoint): Ditto.
426
ddfe3c15
AC
4272002-02-01 Andrew Cagney <ac131313@redhat.com>
428
429 * language.h (type_error, range_error): Make string parameter
430 constant.
431 * language.c (warning_pre_print): Delete extern declaration.
432 * dwarfread.c (warning_pre_print): Ditto.
433 * language.c (type_error, range_error): Rewrite to use verror and
434 vwarning instead of warning_begin.
435
03ac34d5
MS
4362002-02-01 Michael Snyder <msnyder@redhat.com>
437
261c4ca2
MS
438 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
439 (set_ignore_count): Move misplaced comment back where it belongs.
03ac34d5 440
e00d1dc8
AC
4412002-02-01 Andrew Cagney <ac131313@redhat.com>
442
443 * command.h (NO_FUNCTION): Delete macro.
444 * cli/cli-decode.h (NO_FUNCTION): Ditto.
445 * top.c (execute_command): Replace NO_FUNCTION with NULL.
446 * tracepoint.c (_initialize_tracepoint): Ditto.
447 * cli/cli-decode.c (add_set_cmd): Ditto.
448 * cli/cli-cmds.c (init_cli_cmds): Ditto.
449
76b79d6e
DJ
4502002-02-01 Daniel Jacobowitz <drow@mvista.com>
451
452 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
453 Update ``this'' pointer when calling virtual functions.
454
799f9e91
MS
4552002-02-01 Michael Snyder <msnyder@redhat.com>
456
c7bd442c 457 * breakpoint.c (create_temp_exception_breakpoint): Delete.
799f9e91
MS
458 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
459
3cf384d4
DJ
4602002-02-01 Daniel Jacobowitz <drow@mvista.com>
461
462 * regformats/reg-arm.dat: New file.
463 * regformats/reg-i386.dat: New file.
464 * regformats/reg-ia64.dat: New file.
465 * regformats/reg-m68k.dat: New file.
466 * regformats/reg-mips.dat: New file.
467 * regformats/reg-ppc.dat: New file.
468 * regformats/reg-sh.dat: New file.
469 * regformats/regdef.h: New file.
470 * regformats/regdat.sh: New file.
471
0defa245
RE
4722002-02-01 Richard Earnshaw <reanrsha@arm.com>
473
474 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
475 (arm_frame_args_address, arm_frame_locals_address): New functions.
476 (arm_frame_num_args): New function.
477 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
478 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
479 (FRMA_NUM_ARGS): Call arm_frame_num_args.
480
405f26e6
MS
4812002-01-31 Michael Snyder <msnyder@redhat.com>
482
502fd408
MS
483 * breakpoint.c (break_at_finish_command): Export.
484 (break_at_finish_at_depth_command): Export.
485 (tbreak_at_finish_command): Export.
486 (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
487 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
488 "tbreak" commands, which are HPPA specific.
489
7d35e135
MS
490 * printcmd.c (disassemble_command): Remove an ancient
491 artifact of an old merge.
492
d874f1e2
MS
493 * symfile.h (enum overlay_debugging_state):
494 Define enum constant values for overlay mode.
495 * symfile.c (overlay_debugging): Use enums instead of literals.
496 (overlay_is_mapped, overlay_auto_command,
497 overlay_manual_command): Ditto.
498
9f04af04
MS
499 * breakpoint.c (insert_breakpoints, remove_breakpoint,
500 breakpoint_here_p, breakpoint_inserted_here_p,
501 breakpoint_thread_match, bpstat_stop_status,
502 describe_other_breakpoints, check_duplicates, clear_command):
503 Coding standard fixes.
504
8add0441 505 * target.c (target_xfer_memory): Add spaces, coding standard.
9f04af04 506 (do_xfer_memory): Add missing line to trust-readonly
405f26e6
MS
507 code: check bfd SEC_READONLY flag for section.
508
e351066e
AC
5092002-01-31 Andrew Cagney <ac131313@redhat.com>
510
7d35e135 511 * PROBLEMS: Fix typo, 5.1->5.1.1.
e351066e 512
8a48e967
DJ
5132002-01-30 Daniel Jacobowitz <drow@mvista.com>
514
515 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
516 data symbols, since we search based on textlow and texthigh.
517 (find_pc_sect_symtab): Likewise.
518
f5a96129
AC
5192002-01-30 Andrew Cagney <ac131313@redhat.com>
520
521 * defs.h (vwarning): Declare.
f5a96129
AC
522 * utils.c (vwarning): New function.
523 (warning): Call vwarning.
524 (warning_begin): Delete function.
525
526 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
527 the warning message.
528 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
529 warning_begin.
530
cefd4ef5
MS
5312002-01-30 Michael Snyder <msnyder@redhat.com>
532
1a703748
MS
533 * NEWS: Mention "set trust-readonly-sections" command.
534 Mention generate-core-file command.
cefd4ef5 535
3a11626d
MS
5362002-01-15 Michael Snyder <msnyder@redhat.com>
537
538 * target.c: New command, "set trust-readonly-sections on".
539 (do_xfer_memory): Honor the suggestion to trust readonly sections
540 by reading them from the object file instead of from the target.
541 (initialize_targets): Register command "set trust-readonly-sections".
542
d1c7e53b
AC
5432002-01-29 Andrew Cagney <ac131313@redhat.com>
544
545 * parse.c (target_map_name_to_register): Simplify, search regs and
546 pseudo-regs using a single loop.
547
e2c9a72c
AC
5482002-01-30 Andrew Cagney <ac131313@redhat.com>
549
550 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
551
69824b4e
MK
5522002-01-15 Rodney Brown <rbrown64@csc.com.au>
553
554 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
555 * config/i386/i386v42mp.mh: Add i387-nat.o .
556 * i386v4-nat.c: Include i387-nat.h.
557 (supply_fpregset): Use i387_supply_fsave.
558 (fill_fpregset): Use i387_fill_fsave.
559
6eb69eab
RE
5602002-01-30 Richard Earnshaw <rearnsha@arm.com>
561
562 * arm-tdep.c (arm_call_dummy_words): Define.
563 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
564 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
565 (CALL_DUMMY_WORDS): Define.
566 (arm_call_dummy_words): Declare.
567 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
568 (arm_linux_call_dummy_words): Declare.
569
9852326a
AS
5702002-01-30 Andreas Schwab <schwab@suse.de>
571
572 * m68klinux-nat.c: Fix last change to use regcache_collect
573 instead of referencing registers[] directly.
574
977a3030
AC
5752002-01-29 Andrew Cagney <ac131313@redhat.com>
576
577 * parse.c (target_map_name_to_register): Delete code wrapped in
578 #ifdef REGISTER_NAME_ALIAS_HOOK.
579
2076c72b
MS
5802002-01-28 Michael Snyder <msnyder@redhat.com>
581
582 * regcache.c (legacy_read_register_gen): Need to be able to
583 read pseudo-register as well as real register.
584 (legacy_write_register_gen): Ditto.
585
8fcc723b
AC
5862002-01-28 Andrew Cagney <ac131313@redhat.com>
587
588 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
589 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
590 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
591 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
592 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
593 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
594 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
595 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
596 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
597 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
598 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
599 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
600 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
601 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
602 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
603 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
604 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
605 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
606 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
607 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
608
afe64c1a
AC
6092002-01-28 Andrew Cagney <ac131313@redhat.com>
610
611 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
612 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
613 (initialize_current_architecture): Update target_byte_order using
614 information from BFD.
afe64c1a
AC
615 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
616 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
617
75bc7ddf
AC
6182002-01-28 Andrew Cagney <ac131313@redhat.com>
619
620 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
621 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
622
623 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
624 #ifdef INVALID_FLOAT.
625 * infcmd.c (do_registers_info): Ditto.
626 * values.c (unpack_double): Ditto. Add comment.
627
628 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
629 already commented out.
630
0280a90a
AS
6312002-01-26 Andreas Schwab <schwab@suse.de>
632
633 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
634 * m68klinux-nat.c: Update ptrace interface for fetching/storing
635 registers and add support for PTRACE_GETREGS.
636
7072a954
AC
6372002-01-24 Andrew Cagney <ac131313@redhat.com>
638
639 GDB 5.1.1 released from 5.1 branch.
640 * NEWS: Add 5.1.1 news.
641 * README: Sync with 5.1 branch.
642
86f902e0
FF
6432002-01-23 Fred Fish <fnf@redhat.com>
644
645 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
646 stabstring on initial malloc. Reallocing will copy it for us,
647 if necessary.
648
8af51c36
EZ
6492002-01-23 Elena Zannoni <ezannoni@redhat.com>
650
651 * Makefile.in (hpread_h): Delete.
652 (HFILES_NO_SRCDIR): Remove hpread.h.
653 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
654 (hpread.o): Update dependencies.
655 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
656
657 * hp-psymtab-read.c: Remove file.
658 * hp-symtab-read.c: Remove file.
659 * hpread.h: Remove file.
660
661 * hpread.c: Merge all contents of hp-psymtab-read.c,
662 hp-symtab-read.c and hpread.h into this file, as it was prior to
663 January 1999.
664
665 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
666 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
667 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
668 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
669
dc5cfeb6
EZ
6702002-01-23 Elena Zannoni <ezannoni@redhat.com>
671
672 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
673 fill_gregset): Call gdbarch_tdep() just once, assign result to
674 variable and use that, instead of calling the function several
675 times.
676
ea87b71b
AO
6772002-01-24 Alexandre Oliva <aoliva@redhat.com>
678
679 * configure.host: Accept sparcv9 as alias for sparc64.
680 * configure.tgt: Likewise.
681
13fc0c2f
KB
6822002-01-22 Kevin Buettner <kevinb@redhat.com>
683
684 * solib-aix5.c (build_so_list_from_mapfile)
685 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
686 arguments is not reversed.
687 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
688 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
689
7bd872fe
EZ
6902002-01-22 Elena Zannoni <ezannoni@redhat.com>
691
692 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
693 modified version of obsolete sh_fetch_pseudo_register.
694 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
695 (sh4_register_read): New function.
696 (sh_pseudo_register_write): New function. Renamed and modified
697 version of obsolete sh_store_pseudo_register.
698 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
699 (sh4_register_write): New function.
700 (sh_gdbarch_init): Remove setting of gdbarch function
701 fetch_pseudo_register and store_pseudo_register. Remove setting of
702 register_convert_to_raw, register_convert_to_virtual,
703 register_convertible.
704 (sh_sh4_register_convertible): Delete. No longer needed. All is
705 taken care by architecture specific functions
706 register_read/register_write.
707 (sh_sh4_register_convert_to_virtual): Make static.
708 (sh_sh4_register_convert_to_raw): Ditto.
709
069e84fd
AC
7102002-01-22 Andrew Cagney <ac131313@redhat.com>
711
712 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
713 (floatformat_is_nan, floatformat_mantissa): Ditto.
714
715 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
716 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
717 builtin_type_ieee_double_little,
718 builtin_type_ieee_double_littlebyte_bigword,
719 builtin_type_m68881_ext, builtin_type_i960_ext,
720 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
721 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
722 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
723 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
724
211a4f69
CV
7252002-01-22 Corinna Vinschen <vinschen@redhat.com>
726
727 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
728 parameter. Set frameless flag if it exists and depended of
729 whether the scanned function is frameless or not.
730 (xstormy16_skip_prologue): If function is frameless, return
731 result of xstormy16_scan_prologue().
732 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
733 call.
734
f81353e4
EZ
7352002-01-21 Elena Zannoni <ezannoni@redhat.com>
736
737 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
738 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
739 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
740 sh_sh4_register_byte, sh_sh4_register_raw_size,
741 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
742 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
743 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
744 sh_store_pseudo_register, sh_do_pseudo_register): Call
745 gdbarch_tdep() just once, assign result to variable and use that,
746 instead of calling the function several times.
747
63c73a17
MK
7482002-01-20 Mark Kettenis <kettenis@gnu.org>
749
750 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
751 macros instead of LAST_FPU_CTRL_REGNUM.
752 (store_register): Likewise.
753
39ad761d
JB
7542002-01-21 Jim Blandy <jimb@redhat.com>
755
756 * infcmd.c (run_command): Check that the `exec' target layer's BFD
757 is up-to-date before running the program, not just when a program
758 exits.
759
3d74b771
FF
7602002-01-21 Fred Fish <fnf@redhat.com>
761
762 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
763 when we have found all instructions we are looking for.
764
966fbf70
RE
7652002-01-21 Richard Earnshaw <rearnsha@arm.com>
766
767 * arm-tdep.c (arm_register_name): New function.
768 (arm_registers_names): Make static.
769 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
770 (arm_register_name): Declare.
771 (REGISTER_NAME): Use it.
772
c3b4394c
RE
7732002-01-21 Richard Earnshaw <rearnsha@arm.com>
774 Kevin Buettner <kevinb@redhat.com>
775
776 Convert arm targets to new FRAME interface.
777 * arm-tdep.c (struct frame_extra_info): Remove fsr.
778 (arm_frame_find_save_regs): Delete.
779 (arm_frame_init_saved_regs): New.
780 (arm_init_extra_frame_info): Alloacte saved_regs as required.
781 Allocate extra_info as required. Convert all uses of fsr.regs
782 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
783 to use extra_info.
784 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
785 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
786 (check_prologue_cache, save_prologue_cache): Likewise.
787 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
788 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
789 (FRAME_FIND_SAVED_REGS): Delete.
790 (arm_frame_find_saved_regs): Delete prototype.
791 (arm_frame_init_saved_regs): New prototype.
792 (FRAME_INIT_SAVED_REGS): Define.
793
61d99182
AC
7942002-01-20 Andrew Cagney <ac131313@redhat.com>
795
796 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
797
6aaea291
AC
7982002-01-20 Andrew Cagney <ac131313@redhat.com>
799
800 From Jeff Law <law@redhat.com>:
801 * infttrace.c: Include <sys/pstat.h>.
802 (child_pid_to_exec_file): Revamp. Use pstat call to get the
803 exec file if the ttrace equivalent fails.
804
15f698d2
AC
8052002-01-20 Andrew Cagney <ac131313@redhat.com>
806
807 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
808 (closeLogFile): Ditto.
809
f86ddd7c
MC
8102002-01-20 Michael Chastain <mec@shout.net>
811
812 * top.c (print_gdb_version): Bump copyright year to 2002.
813
904507ce
AC
8142002-01-20 Andrew Cagney <ac131313@redhat.com>
815
816 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
817 Zannoni and Eli Zaretskii.
818
d7f0b9ce
DJ
8192002-01-20 Daniel Jacobowitz <drow@mvista.com>
820
821 * buildsym.c: Update copyright years.
822 * c-typeprint.c: Likewise.
823 * dwarf2read.c: Likewise.
824 * f-typeprint.c: Likewise.
825 * gdbtypes.c: Likewise.
826 * gdbtypes.h: Likewise.
827 * hp-symtab-read.c: Likewise.
828 * hpread.c: Likewise.
829 * mdebugread.c: Likewise.
830 * p-typeprint.c: Likewise.
831
3fd3d7d2
AC
8322002-01-20 Andrew Cagney <ac131313@redhat.com>
833
834 * remote-sim.c (gdbsim_open): Simplify code testing the macro
835 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
836 byte-order selectable.
837 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
838 * arch-utils.c: Ditto.
839 (set_endian): Ditto.
840 (set_endian_from_file): Ditto.
841 * gdbserver/low-sim.c (create_inferior): Ditto.
842 * gdbarch.sh: Ditto.
843 * gdbarch.h: Re-generate.
844 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
845 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
846 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
847 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
848 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
849 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
850 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
851 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
852 macro definition.
853 * config/mips/tm-wince.h: Remove #undef of macro
854 TARGET_BYTE_ORDER_SELECTABLE.
855 * config/sh/tm-wince.h: Ditto.
856
b02dede2
DJ
8572002-01-20 Daniel Jacobowitz <drow@mvista.com>
858
859 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
860 member function fields. Add accessor macro
861 TYPE_FN_FIELD_ARTIFICIAL.
862 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
863 * c-typeprint.c (c_type_print_base): Skip artificial member
864 functions.
865
c3643761
DJ
8662002-01-20 Daniel Jacobowitz <drow@mvista.com>
867
868 * f-typeprint.c: Delete unused function f_type_print_args.
869 * p-typeprint.c: Delete unused function pascal_type_print_args.
870
8176bb6d
DJ
8712002-01-20 Daniel Jacobowitz <drow@mvista.com>
872
873 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
874 comment. Add ``artificial'' to ``union field_location''.
875
876 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
877
878 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
879 * mdebugread.c (parse_symbol): Likewise.
880 * stabsread.c (define_symbol): Likewise.
881 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
882 initializing TYPE_FIELD_BITPOS to n (obsolete).
883 (hpread_doc_function_type): Likewise.
884 * hpread.c (hpread_function_type): Likewise.
885
7fd60527
AC
8862002-01-20 Andrew Cagney <ac131313@redhat.com>
887
888 * configure.in (host_makefile_frag): Only require a host makefile
889 fragment when a native build.
890 * configure: Re-generate.
891
c2f05ac9
AC
8922002-01-20 Andrew Cagney <ac131313@redhat.com>
893
894 * doublest.h (floatformat_from_type): Declare.
895 * doublest.c (floatformat_from_type): New function.
896 (convert_typed_floating): Use.
897
898 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
899 call to function floatformat_from_type.
900
901 * gdbarch.sh (IEEE_FLOAT): Delete.
902 * gdbarch.h, gdbarch.c: Re-generate.
903 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
904 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
905 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
906 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
907 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
908 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
909 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
910 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
911 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
912 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
913 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
c2f05ac9
AC
914 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
915
916 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
917 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
918 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
919 * sh-tdep.c (sh_gdbarch_init): Ditto.
920 * mips-tdep.c (mips_gdbarch_init): Ditto.
921 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
922 * cris-tdep.c (cris_gdbarch_init): Ditto.
923
abf22e64
AJ
9242002-01-20 Jiri Smid <smid@suse.cz>
925
926 * configure.host, configure.tgt: Support x86-64.
927 * NEWS: Note new target x86-64.
928
b7c4cbf8
AJ
929 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
930 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
931 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
932 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
933 x86-64-linux-nat.o): Fix dependencies.
934
82600034
AC
9352002-01-19 Andrew Cagney <ac131313@redhat.com>
936
937 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
938 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
939 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
940 * config/sparc/xm-sun4os4.h: Delete file.
941 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
abf22e64 942
bbe5c628
AC
9432002-01-19 Andrew Cagney <ac131313@redhat.com>
944
945 * config/sparc/sparclynx.mh (XM_FILE): Delete.
946 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
947 * config/m68k/m68klynx.mh (XM_FILE): Delete.
948 * config/i386/i386lynx.mh (XM_FILE): Delete.
949 * config/rs6000/xm-rs6000ly.h: Delete file.
950 * config/sparc/xm-sparclynx.h: Delete file.
951 * config/m68k/xm-m68klynx.h: Delete file.
952 * config/i386/xm-i386lynx.h: Delete file.
953 * config/xm-lynx.h: Delete file.
954 * config/djgpp/fnchange.lst: Update.
955
f8453e34
JT
9562002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
957
958 * alpha-tdep.c (alpha_register_byte): New function.
959 (alpha_register_raw_size): Ditto.
960 (alpha_register_virtual_size): Ditto.
961 (alpha_skip_prologue_internal): Renamed from
962 alpha_skip_prologue.
963 (alpha_skip_prologue): New version that calls
964 alpha_skip_prologue_internal.
965 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
966 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
967 second argument from alpha_skip_prologue.
968 (REGISTER_BYTE): Use alpha_register_byte.
969 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
970 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
971 (FRAMELESS_FUNCTION_INVOCATION): Use
972 generic_frameless_function_invocation_not.
973 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
974 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
975
52d9e613
AC
9762002-01-19 Andrew Cagney <ac131313@redhat.com>
977
978 * config/mips/xm-news-mips.h: Delete file.
979 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
980
981 * config/m88k/xm-m88k.h: Delete file.
982 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
983 * config/m88k/xm-delta88v4.h: Ditto.
984 * config/m88k/xm-delta88.h: Ditto.
985
986 * config/alpha/xm-fbsd.h: Delete file.
987 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
988
989 * config/sparc/xm-sparc.h: Delete file.
990 * Makefile.in (xm-sun4os4.h): Delete dependency.
991 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
992 * config/sparc/xm-sun4os4.h: Ditto.
993 * config/sparc/xm-linux.h: Ditto.
994
995 * config/i386/xm-windows.h: Delete file.
996
2d1b2124
AC
9972002-01-19 Andrew Cagney <ac131313@redhat.com>
998
999 * utils.c: Include <sys/param.h> for MAXPATHLEN.
1000 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
1001
ee1f65f0
JT
10022002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
1003
1004 * alpha-tdep.c (alpha_call_dummy_words): New.
1005 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
1006 (CALL_DUMMY_P): Define.
1007 (CALL_DUMMY_WORDS): Define.
1008 (SIZEOF_CALL_DUMMY_WORDS): Define.
1009
98081e55
PB
10102002-01-19 Per Bothner <per@bothner.com>
1011
1012 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
1013 isn't NULL, which can happen with some gcj-3.x-produced code.
1014
0d056799
JT
10152002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
1016
1017 * alpha-tdep.c (alpha_register_virtual_type): New function.
1018 (alpha_init_frame_pc_first): Ditto.
1019 (alpha_fix_call_dummy): Ditto.
1020 (alpha_store_struct_return): Ditto.
1021 (alpha_extract_struct_value_address): Ditto.
1022 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
1023 alpha_register_virtual_type.
1024 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
1025 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
1026 alpha_extract_struct_value_address.
1027 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
1028 (INIT_FRAME_PC): Use init_frame_pc_noop.
1029 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
1030
4604bcad
MK
10312002-01-19 Mark Kettenis <kettenis@gnu.org>
1032
1033 * i386gnu-nat.c: Include "i386-tdep.h".
1034 (fetch_fpregs): Simplify code dealing with uninitialized floating
1035 point states such that it doesn't require FP7_REGNUM.
1036
140f9984
JT
10372002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
1038
abf22e64
AJ
1039 * alpha-tdep.c (frame_extra_info): New.
1040 (alpha_find_saved_regs): Make static. Use
140f9984
JT
1041 frame->extra_info.
1042 (alpha_frame_init_saved_regs): New function.
abf22e64
AJ
1043 (alpha_frame_saved_pc): Use frame->extra_info.
1044 (temp_saved_regs): Don't declare as struct frame_saved_regs.
1045 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
140f9984
JT
1046 (init_extra_frame_info): Rename to...
1047 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
abf22e64 1048 (alpha_print_extra_frame_info): New function.
140f9984
JT
1049 (alpha_frame_locals_address): Ditto.
1050 (alpha_frame_args_address): Ditto.
abf22e64 1051 (alpha_pop_frame): Use frame->extra_info.
140f9984
JT
1052 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
1053 alpha_frame_args_address.
abf22e64 1054 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
140f9984 1055 (alpha_find_saved_regs): Remove prototype.
abf22e64
AJ
1056 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
1057 (EXTRA_FRAME_INFO): Remove.
140f9984
JT
1058 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
1059 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
1060
d734c450
JT
10612002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
1062
1063 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
1064 (alpha_cannot_fetch_register): Ditto.
1065 (alpha_cannot_store_register): Ditto.
1066 (alpha_register_convertible): Ditto.
1067 (alpha_use_struct_convention): Ditto.
1068 * config/alpha/tm-alpha.h: Update copyright years.
1069 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
1070 (INNER_THAN): Use core_addr_lessthan.
1071 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
1072 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
1073 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
1074 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
1075 (FRAME_CHAIN): Remove unnecessary cast.
1076
b4ceaee6
AC
10772002-01-18 Andrew Cagney <ac131313@redhat.com>
1078
1079 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
1080 obsolete.
1081
0a65a603
AC
10822002-01-18 Andrew Cagney <ac131313@redhat.com>
1083
1084 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
1085 * monitor.c, remote-array.c, remote-bug.c: Ditto.
1086 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
1087 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
1088 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
1089 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
1090 * x86-64-linux-nat.c: Ditto.
1091
636a6dfc
JT
10922002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
1093
abf22e64 1094 * alpha-tdep.c (alpha_register_name): New function.
636a6dfc
JT
1095 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
1096 (REGISTER_NAME): Define.
1097
acceddb6
JT
10982002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
1099
1100 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
1101
ec32e4be
JT
11022002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
1103
1104 * alpha-tdep.c: Update copyright years.
1105 (alpha_next_pc): New function.
1106 (alpha_software_single_step): Ditto.
1107 * config/alpha/tm-alpha.h: Add prototype for
1108 alpha_software_single_step.
1109
e771a871
JT
11102002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
1111
1112 * alphabsd-nat.c: Update copyright years.
1113 (fill_gregset): Use regcache_collect.
1114 (fill_fpregset): Likewise.
1115 (fetch_inferior_registers): Only fetch integer registers
1116 if requested to do so.
1117 (store_inferior_registers): Only store integer registers
1118 if requested to do so.
1119
7708fa01
AC
11202002-01-17 Andrew Cagney <ac131313@redhat.com>
1121
1122 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
1123 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
1124 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
1125 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
1126 * config/alpha/fbsd.mh (XDEPFILES): Delete.
1127 * config/arm/linux.mh (XDEPFILES): Delete.
1128 * config/arm/nbsd.mh (XDEPFILES): Delete.
1129 * config/i386/i386dgux.mh (XDEPFILES): Delete.
1130 * config/i386/i386sol2.mh (XDEPFILES): Delete.
1131 * config/i386/i386m3.mh (XDEPFILES): Delete.
1132 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
1133 * config/i386/i386gnu.mh (XDEPFILES): Delete.
1134 * config/i386/fbsd.mh (XDEPFILES): Delete.
1135 * config/i386/i386bsd.mh (XDEPFILES): Delete.
1136 * config/i386/i386sco5.mh (XDEPFILES): Delete.
1137 * config/i386/i386v4.mh (XDEPFILES): Delete.
1138 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
1139 * config/i386/i386sco4.mh (XDEPFILES): Delete.
1140 * config/i386/i386aix.mh (XDEPFILES): Delete.
1141 * config/i386/go32.mh (XDEPFILES): Delete.
1142 * config/i386/cygwin.mh (XDEPFILES): Delete.
1143 * config/i386/i386lynx.mh (XDEPFILES): Delete.
1144 * config/i386/i386mach.mh (XDEPFILES): Delete.
1145 * config/i386/i386v32.mh (XDEPFILES): Delete.
1146 * config/i386/linux.mh (XDEPFILES): Delete.
1147 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
1148 * config/i386/ncr3000.mh (XDEPFILES): Delete.
1149 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
1150 * config/i386/i386sco.mh (XDEPFILES): Delete.
1151 * config/i386/i386v.mh (XDEPFILES): Delete.
1152 * config/i386/nbsd.mh (XDEPFILES): Delete.
1153 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
1154 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
1155 * config/i386/symmetry.mh (XDEPFILES): Delete.
1156 * config/i386/obsd.mh (XDEPFILES): Delete.
1157 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
1158 * config/ia64/linux.mh (XDEPFILES): Delete.
1159 * config/ia64/aix.mh (XDEPFILES): Delete.
1160 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
1161 * config/m68k/dpx2.mh (XDEPFILES): Delete.
1162 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
1163 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
1164 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
1165 * config/m68k/linux.mh (XDEPFILES): Delete.
1166 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
1167 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
1168 * config/m68k/nbsd.mh (XDEPFILES): Delete.
1169 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
1170 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
1171 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
1172 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
1173 * config/m88k/delta88.mh (XDEPFILES): Delete.
1174 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
1175 * config/m88k/m88k.mh (XDEPFILES): Delete.
1176 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
1177 * config/mips/linux.mh (XDEPFILES): Delete.
1178 * config/mips/irix6.mh (XDEPFILES): Delete.
1179 * config/mips/irix5.mh (XDEPFILES): Delete.
1180 * config/mips/irix4.mh (XDEPFILES): Delete.
1181 * config/mips/irix3.mh (XDEPFILES): Delete.
1182 * config/mips/decstation.mh (XDEPFILES): Delete.
1183 * config/mips/mipsm3.mh (XDEPFILES): Delete.
1184 (NATDEPFILES): Move core-aout.o to here.
1185 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
1186 * config/pa/hpux1020.mh (XDEPFILES): Delete.
1187 * config/pa/hppabsd.mh (XDEPFILES): Delete.
1188 * config/pa/hppahpux.mh (XDEPFILES): Delete.
1189 * config/pa/hpux11w.mh (XDEPFILES): Delete.
1190 * config/pa/hppaosf.mh (XDEPFILES): Delete.
1191 * config/pa/hpux11.mh (XDEPFILES): Delete.
1192 * config/powerpc/aix.mh (XDEPFILES): Delete.
1193 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
1194 * config/powerpc/linux.mh (XDEPFILES): Delete.
1195 * config/romp/rtbsd.mh: Rename XDEPFILES.
1196 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
1197 * config/rs6000/aix4.mh (XDEPFILES): Delete.
1198 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
1199 * config/s390/s390.mh (XDEPFILES): Delete.
1200 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
1201 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
1202 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
1203 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
1204 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
1205 * config/sparc/nbsd.mh (XDEPFILES): Delete.
1206 * config/sparc/linux.mh (XDEPFILES): Delete.
1207 * config/vax/vaxult.mh (XDEPFILES): Delete.
1208 * config/vax/vaxult2.mh (XDEPFILES): Delete.
1209 * Makefile.in (DEPFILES): Remove XDEPFILES.
1210
375fc983
AC
12112002-01-17 Andrew Cagney <ac131313@redhat.com>
1212
1213 * utils.c (internal_verror): Fix comments, default is yes not no.
1214 Update queries to match. Default to quit and dump core.
1215
8926118c
AC
12162002-01-17 Andrew Cagney <ac131313@redhat.com>
1217
1218 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
1219 copyright.
1220 * defs.h, event-top.c, gdbcmd.h: Ditto.
1221 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
1222 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
1223 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
1224 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
1225 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
1226 * mi/mi-main.c:Ditto.
1227
1228 * stack.c, symfile.c: Update copyright.
1229
45b7b345
DJ
12302002-01-17 Daniel Jacobowitz <drow@mvista.com>
1231
db728ff7
DJ
1232 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
1233 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
1234 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
1235 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
45b7b345 1236
db728ff7
DJ
12372002-01-17 Daniel Jacobowitz <drow@mvista.com>
1238
1239 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
1240 * gdbserver/low-lynx.c (myattach): Likewise.
1241 * gdbserver/low-nbsd.c (myattach): Likewise.
1242 * gdbserver/low-sim.c (myattach): Likewise.
1243 * gdbserver/low-sparc.c (myattach): Likewise.
1244 * gdbserver/low-sun3.c (myattach): Likewise.
1245
1246 * gdbserver/low-linux.c (myattach): New function.
45b7b345 1247
db728ff7 1248 * gdbserver/server.c (attach_inferior): New function.
45b7b345
DJ
1249 (main): Handle "--attach".
1250
8de3c354
AC
12512002-01-16 Andrew Cagney <ac131313@redhat.com>
1252
1253 * MAINTAINERS (language support): Daniel Jacobwitz is C++
1254 maintainer.
1255
b0129042
DJ
12562002-01-15 Daniel Jacobowitz <drow@mvista.com>
1257
1258 * c-typeprint.c (is_type_conversion_operator): Add additional
1259 check for non-conversion operators.
1260
ba8679fb 12612002-01-15 Michael Snyder <msnyder@redhat.com>
2bf543a6
MS
1262
1263 * linux-proc.c: Add "info proc" command, a la procfs.c.
1264 (read_mapping): New function, abstract and re-use code.
1265 (linux_find_memory_regions): Use new func read_mapping.
1266 (linux_info_proc_cmd): New function, implement "info proc".
1267 (_initialize_linux_proc): Add new command "info proc".
1268
e4f9b4d5
MS
12692002-01-15 Michael Snyder <msnyder@redhat.com>
1270
1271 * symfile.c (generic_load): Use bfd_map_over_sections method
1272 instead of manipulating bfd structure members directly.
1273 (add_section_size_callback): New function, bfd sections callback
1274 used by generic_load.
1275 (load_sections_callback): New function, bfd sections callback
1276 used by generic_load.
1277
08cf96df
EZ
12782002-01-15 Elena Zannoni <ezannoni@redhat.com>
1279
abf22e64 1280 [Based on work by Jim Blandy]
08cf96df
EZ
1281 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
1282 (builtin_type_vec128): Export.
1283 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
1284 types.
1285 (builtin_type_vec128): New builtin type for 128 bit vector
1286 registers.
1287 (build_gdbtypes): Initialize builtin_type_v16qi and
1288 builtin_type_v8hi. Create the vec128 register builtin type
1289 structure.
1290 (build_builtin_type_vec128): New function.
abf22e64 1291 (_initialize_gdbtypes): Register builtin_type_v16qi and
08cf96df
EZ
1292 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
1293 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
1294 AltiVec register to new builtin type.
1295
d7242108
DJ
12962001-01-15 Daniel Jacobowitz <drow@mvista.com>
1297
1298 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
1299 to make_cv_type.
1300
4ee3352d
AC
13012002-01-14 Andrew Cagney <ac131313@redhat.com>
1302
1303 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
1304 CLEAN_UP_REGISTER_VALUE.
1305 * regcache.c (supply_register): Update only call.
1306
f015b2e7
AC
13072002-01-14 Andrew Cagney <ac131313@redhat.com>
1308
1309 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
1310 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
1311 a29k-*-vxworks* targets as obsolete.
1312
356ae49d
MS
13132002-01-14 Michael Snyder <msnyder@redhat.com>
1314
1315 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
1316 until we can resolve portability issues.
1317 * gregset.h: Remove references to fpxregs.
1318 * gcore.c (gcore_command): Initialize note_sec to NULL.
1319
ade8f45e
AC
13202002-01-13 Andrew Cagney <ac131313@redhat.com>
1321
1322 * signals.c (target_signal_to_name): Rewrite. Only use
1323 signals[].name when in bounds and non-NULL.
abf22e64 1324
89c49e7a
AC
13252002-01-13 Andrew Cagney <ac131313@redhat.com>
1326
1327 From Petr Ledvina <ledvinap@kae.zcu.cz>:
1328 * signals.c (target_signal_to_name): Verify that SIG is within the
1329 bounds of the signals array.
1330
4daa9f9f
AC
13312002-01-13 Andrew Cagney <ac131313@redhat.com>
1332
1333 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
1334
ba4bbdcb
KS
13352002-01-13 Keith Seitz <keiths@redhat.com>
1336
1337 * stack.c (print_frame_info_base): Print the frame's pc
1338 only if when print_frame_info_listing_hook is not defined.
1339
575bbeb6
KS
13402002-01-13 Keith Seitz <keiths@redhat.com>
1341
1342 * varobj.c (varobj_set_value): Make sure that there were no
1343 errors evaluating the object before attempting to set its
1344 value.
1345 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
1346 so this offset adjustment is no longer necessary.
1347 (create_child): Don't set the error flag if the child is
1348 a CPLUS_FAKE_CHILD.
1349 (value_of_child): If value_fetch_lazy fails, return NULL
1350 so that callers will be notified that an error occurred.
1351 (c_value_of_variable): Delay check of variable's validity
1352 until later. We actually want all structs and unions to have
1353 the value "{...}".
1354 Do not return "???" for variables which could not be evaluated.
1355 This error condition must be returned to the caller so that it
1356 can get the error condition from gdb.
1357 (cplus_name_of_child): Adjust index for vptr before figuring
1358 out the name of the child.
1359 (cplus_value_of_child): If a child's (real) parent is not valid,
1360 don't even bother trying to give a value for it. Just return
1361 an error. Change all instances in this function.
1362 (cplus_type_of_child): If our parent is one of the "fake"
1363 parents, we need to get at the type of the real parent, and
1364 derive the child's true type using this information.
1365
b76898ab
AC
13662002-01-13 Andrew Cagney <ac131313@redhat.com>
1367
1368 From 2002-01-09 John Marshall <johnm@falch.net>:
1369 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
1370 sources.redhat.com, and tweak some related URLs which had
1371 suffered from linkrot.
1372
b6649e88
AC
13732002-01-13 Andrew Cagney <ac131313@redhat.com>
1374
1375 From Jeff law:
1376 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
1377 structures passed in registers.
1378
82cc5033
EZ
13792002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
1380
1381 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
1382 white space which prevented compilation. Reported by DSK
1383 <dsk@student.unsw.edu.au>.
1384
ba5f2f8a
MS
13852002-01-11 Michael Snyder <msnyder@redhat.com>
1386
fbd35540
MS
1387 * symfile.c (build_section_addr_info_from_section_tab):
1388 Use bfd access method instead of manipulating bfd directly.
1389 (syms_from_objfile): Ditto.
1390 (simple_overlay_update_1): Ditto.
1391 (simple_overlay_update): Ditto.
1392 (generic_load): Ditto.
1393 (overlay_unmapped_address): FIXME comment, bfd access methods.
1394 (sections_overlap): FIXME comment, bfd access methods.
1395 (pc_in_mapped_range): FIXME comment, bfd access methods.
1396 (pc_in_unmapped_range): FIXME comment, bfd access methods.
1397 (section_is_mapped): FIXME comment, bfd access methods.
1398 (section_is_overlay): FIXME comment, bfd access methods.
1399
ba5f2f8a
MS
1400 * symfile.c (generic_load): Whitespace and long line cleanups.
1401 Remove duplicate variable, change several local variables to
1402 more appropriate data types.
1403 (print_transfer_performance): Use %lu instead of %ld for ulongs.
1404
17df2af6
AC
14052002-01-12 Andrew Cagney <ac131313@redhat.com>
1406
1407 From Peter Schauer:
1408 * language.c (longest_local_hex_string_custom): Use phex_nz to
1409 convert NUM to a hex string.
1410
ec920329
EZ
14112002-01-12 Elena Zannoni <ezannoni@redhat.com>
1412
1413 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
1414 the function.
538a76d6 1415 Update Copyright year.
ec920329 1416
3abd2e01
AC
14172002-01-12 Andrew Cagney <ac131313@redhat.com>
1418
1419 * language.c (longest_raw_hex_string): Delete unused function.
1420
b21b22e0
PS
14212002-01-11 Petr Sorfa <petrs@caldera.com>
1422
1423 * MAINTAINERS (write-after-approval): Add myself.
1424 * dwarf2read.c (read_tag_string_type): Handling of
1425 DW_AT_byte_size.
1426 (read_tag_string_type): FORTRAN fix to prevent propagation of
1427 first string size.
1428 (set_cu_language): Handling of DW_LANG_Fortran95
1429
747fe712
RE
14302002-01-11 Richard Earnshaw <rearnsha@arm.com>
1431
1432 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
1433 GETPID(inferior_ptid).
1434 (store_inferior_registers): Likewise.
1435
f1bea926
JM
14362002-01-10 Jason Merrill <jason@redhat.com>
1437
1438 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
1439 Fix DW_OP_minus.
1440
ae940673
AC
14412002-01-10 Andrew Cagney <ac131313@redhat.com>
1442
1443 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
1444 and bfd/elf32-sh-nbsd.c.
1445
00546b04
MS
14462002-01-10 Michael Snyder <msnyder@redhat.com>
1447
352ed7b4
MS
1448 * NEWS: Mention --pid and corefile/proc-id behavior change.
1449
c18be923
MS
1450 * Makefile.in: Add rules for gcore.o and linux-proc.o.
1451 * gcore.c: Include cli/cli-decode.h instead of command.h.
1452
00546b04
MS
1453 * main.c (captured_main): Add new command line option "--pid".
1454 If the second command line argument (following the symbol-file)
1455 begins with a digit, try to attach to it before trying to open
1456 it as a corefile.
1457 (print_gdb_help): Document the "--pid" argument.
1458
db60ec62
EZ
14592002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
1460
1461 * completer.c (command_completer): New function.
1462
1463 * completer.h <command_completer>: Add prototype.
1464
1465 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
1466 completer for the "help" command.
1467
39c22d1a
JM
14682002-01-09 Jason Merrill <jason@redhat.com>
1469
1470 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
1471
c564377f
MS
14722002-01-09 Michael Snyder <msnyder@redhat.com>
1473
975aec09
MS
1474 * i386-linux-nat.c (fill_fpxregset): Make global.
1475 (store_fpxregset): Ditto.
1476
db4a10fa
MS
1477 * gregset.h (gdb_fpxregset_t): Define.
1478 (supply_fpxregset): Prototype.
1479 (fill_fpxregset): Prototype.
1480
c564377f
MS
1481 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
1482
c3d45d70
RE
14832002-01-09 Richard Earnshaw <rearnsha@arm.com>
1484
1485 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
1486 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
1487 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
1488
fcc87af1
AC
14892002-01-09 Andrew Cagney <ac131313@redhat.com>
1490
1491 * MAINTAINERS: Update target maintainer rules so that any
1492 Maintainer can approve a tested patch for a maintenance-only
1493 target.
1494
dd96c05b
RE
14952002-01-09 Richard Earnshaw <rearnsha@arm.com>
1496
d4297db9 1497 * MAINTAINERS (write-after-approval): Add myself.
dd96c05b 1498
d4297db9 1499 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
dd96c05b
RE
1500 IN_SIGTRAMP.
1501
145fdc6e
MS
15022002-01-08 Michael Snyder <msnyder@redhat.com>
1503
1504 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
1505 real name of the executable, rather than the /proc name.
1506
be4d1333
MS
15072002-01-03 Michael Snyder <msnyder@redhat.com>
1508
1509 Implement a "generate-core-file" command in gdb, save target state.
1510 * gcore.c: New file. Implement new command 'generate-core-file'.
1511 Save a corefile image of the current state of the inferior.
1512 * linux-proc.c: Add linux-specific code for saving corefiles.
1513 * target.h (struct target_ops): Add new target vectors for saving
1514 corefiles; to_find_memory_regions and to_make_corefile_notes.
1515 (target_find_memory_regions): New macro.
1516 (target_make_corefile_notes): New macro.
1517 * target.c (update_current_target): Inherit new target methods.
1518 (dummy_find_memory_regions): New place-holder method.
1519 (dummy_make_corefile_notes): New place-holder method.
1520 (init_dummy_target): Initialize new dummy target vectors.
1521 * exec.c (exec_set_find_memory_regions): New function.
1522 Allow the exec_ops vector for memory regions to be taken over.
1523 (exec_make_note_section): New function, target vector method.
1524 * defs.h (exec_set_find_memory_regions): Export prototype.
1525 * procfs.c (proc_find_memory_regions): New function, corefile method.
1526 (procfs_make_note_section): New function, corefile method.
1527 (init_procfs_ops): Set new target vector pointers.
1528 (find_memory_regions_callback): New function.
1529 (procfs_do_thread_registers): New function.
1530 (procfs_corefile_thread_callback): New function.
1531 * sol-thread.c (sol_find_memory_regions): New function.
1532 (sol_make_note_section): New function.
1533 (init_sol_thread_ops): Initialize new target vectors.
1534 * inftarg.c (inftarg_set_find_memory_regions): New function.
1535 Allow to_find_memory_regions vector to be taken over.
1536 (inftarg_set_make_corefile_notes): New function.
1537 Allow to_make_corefile_notes vector to be taken over.
1538 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
1539 interface layer if not target_has_execution (may be a corefile).
1540 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
1541 * config/sparc/sun4sol2.mh: Ditto.
1542 * config/alpha/alpha-linux.mh: Ditto.
1543 * config/arm/linux.mh: Ditto.
1544 * config/i386/x86-64linux.mh: Ditto.
1545 * config/ia64/linux.mh: Ditto.
1546 * config/m68k/linux.mh: Ditto.
1547 * config/mips/linux.mh: Ditto.
1548 * config/powerpc/linux.mh: Ditto.
1549 * config/sparc/linux.mh: Ditto.
1550
c6b92abd
MS
15512002-01-07 Michael Snyder <msnyder@redhat.com>
1552
1553 * arm-linux-nat.c: Remove references to regcache.c internal data
1554 (registers[] and register_valid[]).
1555
4b09dc8c
MS
15562002-01-07 Michael Snyder <msnyder@redhat.com>
1557
abf22e64
AJ
1558 * linux-proc.c: New file. Implement child_pid_to_exec_file,
1559 so that attaching to a pid will automatically read the process's
4b09dc8c
MS
1560 symbol file and shlibs.
1561 * Makefile.in: Add rule for linux-proc.o.
1562 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
1563 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
1564 * config/arm/linux.mh: Ditto.
1565 * config/i386/linux.mh: Ditto.
1566 * config/i386/x86-64linux.mh: Ditto.
1567 * config/ia64/linux.mh: Ditto.
1568 * config/m68k/linux.mh: Ditto.
1569 * config/mips/linux.mh: Ditto.
1570 * config/powerpc/linux.mh: Ditto.
1571 * config/sparc/linux.mh: Ditto.
1572
c25b74ac
PM
15732002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
1574
1575 * win32-nat.c: Add i386-tdep.h dependency.
1576
94cd915f
MS
15772002-01-07 Michael Snyder <msnyder@redhat.com>
1578
c7cccb76
MS
1579 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
1580 instead of bfd_get_arch_size. Don't bail out just because
1581 there's no exec_bfd.
abf22e64 1582
34c0bd93
MS
1583 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
1584 * p-valprint.c (pascal_object_print_value): Ditto.
1585 * somread.c (som_symtab_read): Ditto.
1586 * symfile.c (simple_free_overlay_region_table): Ditto.
1587 * valops.c (value_assign): Ditto.
1588
21c1c920
MS
1589 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
1590 use tilde_expand and strerror for opening save-tracepoints file.
1591
5bbd998e
MS
1592 * thread-db.c (thread_db_new_objfile): Indendation fix.
1593
94cd915f
MS
1594 * infptrace.c (GDB_MAX_ALLOCA): New define.
1595 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
abf22e64 1596 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
94cd915f
MS
1597 can be overridden with whatever value is appropriate to the host).
1598 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
1599 alloca to allocate potentially large buffer.
1600 * rs6000-nat.c (child_xfer_memory): Ditto.
1601 * symm-nat.c (child_xfer_memory): Ditto.
1602 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
1603
494e8a93
JSC
16042002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
1605
1606 From Nick Clifton <nickc@redhat.com>
1607 * d10v-tdep.c: Set STACK_START to 0x200bffe.
1608
d0e1d48e
MS
16092002-01-07 Michael Snyder <msnyder@redhat.com>
1610
abf22e64 1611 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
d0e1d48e
MS
1612 Don't use exec_bfd if it's NULL.
1613
290b2c7a
MK
16142002-01-06 Mark Kettenis <kettenis@gnu.org>
1615
abf22e64 1616 * valops.c (value_arg_coerce): Fix formatting.
290b2c7a 1617
aef21287
AC
16182002-01-06 Andrew Cagney <ac131313@redhat.com>
1619
1620 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
1621 * gnu-nat.c: Ditto.
1622
30efa627
AC
16232002-01-06 Andrew Cagney <ac131313@redhat.com>
1624
1625 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
1626 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
1627 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
1628 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
1629 z8k-coff have not been multi-arched. Update z8k-coff build
1630 status.
1631
9b4ff276
AC
16322002-01-06 Andrew Cagney <ac131313@redhat.com>
1633
1634 * MAINTAINERS: Mark a29k target as obsolete.
1635 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
1636 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
1637 comments.
1638 * NEWS: Note that a29k targets are obsolete.
1639 * a29k-tdep.c: Mark as obsolete.
1640 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
1641 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
1642 a29k-*-vxworks* targets as obsolete.
1643 * remote-adapt.c: Obsolete.
1644 * remote-eb.c: Obsolete.
1645 * remote-mm.c: Obsolete.
1646 * remote-udi.c: Obsolete.
1647 * config/a29k/a29k-udi.mt: Obsolete.
1648 * config/a29k/a29k.mt: Obsolete.
1649 * config/a29k/tm-a29k.h: Obsolete.
1650 * config/a29k/tm-vx29k.h: Obsolete.
1651 * config/a29k/vx29k.mt: Obsolete.
1652
a9011d31
AC
16532002-01-05 Andrew Cagney <ac131313@redhat.com>
1654
1655 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
1656 with BFD_ENDIAN_BIG.
1657
9299404e
AC
16582002-01-05 Andrew Cagney <ac131313@redhat.com>
1659
1660 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
1661 * configure, config.in: Re-generate.
1662 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
1663 * defs.h: Do not include <endian.h>.
1664
7e89e357
JT
16652002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
1666
1667 * acconfig.h (HAVE_PT_GETXMMREGS): New.
1668 * config.in: Regenerate.
1669 * configure.in: Update copyright years.
1670 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
1671 * configure: Regenerate.
1672 * i386bsd-nat.c: Update copyright years.
1673 (fill_gregset): Use regcache_collect.
1674 (fetch_inferior_registers): Only fetch integer registers
1675 if requested to do so. Add support for XMM registers
1676 using PT_GETXMMREGS.
1677 (store_inferior_registers): Only store integer registers
1678 if requested to do so. Add support for XMM registers
1679 using PT_SETXMMREGS.
1680 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
1681 (store_inferior_registers): Remove.
1682 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
1683 (fetch_elfcore_registers): New function.
1684 (i386nbsd_elfcore_fns): New.
1685 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
1686 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
1687 i386bsd-nat.o.
1688 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
1689 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
1690 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
1691 * config/i386/tm-nbsd.h: Update copyright years.
1692 (HAVE_SSE_REGS): Define.
1693 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
1694 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
1695 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
1696 (SIGCONTEXT_PC_OFFSET): Remove.
1697 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
1698
a752853e
AC
16992002-01-05 Andrew Cagney <ac131313@redhat.com>
1700
1701 * configure.tgt: Remove powerpc-*-macos* target.
1702 * config/m68k/xm-mpw.h: Delete file.
1703 * config/xm-mpw.h: Delete file.
1704 * ser-mac.c: Delete file.
1705 * mpw-make.sed: Delete file.
1706 * mpw-config.in: Delete file.
1707 * mac-xdep.c: Delete file.
1708 * mac-gdb.r: Delete file.
1709 * mac-defs.h: Delete file.
1710 * mac-nat.c: Delete file.
1711 * config/powerpc/macos.mh: Delete file.
1712 * config/powerpc/macos.mt: Delete file.
1713 * config/powerpc/nm-macos.h: Delete file.
1714 * config/powerpc/tm-macos.h: Delete file.
1715 * source.c (openp, open_source_file): Remove obsolete code.
1716 * top.c (gdb_readline): Ditto.
1717 * utils.c (query): Ditto.
1718 * event-top.c (display_gdb_prompt): Ditto.
1719 * Makefile.in (ser-mac.o): Delete obsolete target.
1720 * NEWS: Update.
1721
d7449b42
AC
17222002-01-04 Andrew Cagney <ac131313@redhat.com>
1723
1724 * defs.h (BIG_ENDIAN): Delete macro definition.
1725 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
1726 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
1727 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
1728 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
1729 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
1730 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
1731 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
1732 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
1733 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
1734 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
1735 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
1736 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
1737 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
1738 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
1739 * gdbarch.c: Re-generate.
1740
356374e8
DJ
17412002-01-04 Daniel Jacobowitz <drow@mvista.com>
1742
1743 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
1744 for core files.
1745
a2b8f8f8
JT
17462002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
1747
1748 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
1749
12466af9
AC
17502002-01-04 Andrew Cagney <ac131313@redhat.com>
1751
1752 * value.h (value_ptr): Delete typedef.
1753
3549ab40
JT
17542002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
1755
1756 * i386nbsd-nat.c: Update copyright years.
1757 Include i386-tdep.h.
1758
fedbd091
EZ
17592002-01-04 Elena Zannoni <ezannoni@redhat.com>
1760
1761 * stabsread.c: Update copyright years.
1762
1763 From Debashis Mahata <debashis.mahata@wipro.com>:
1764 (read_struct_fields): Deal with Sun C compiler erroneous stab
1765 output for structs and unions.
fec8b34f 1766 Fix PR gdb/269.
fedbd091 1767
eb43544b
DJ
17682002-01-04 Daniel Jacobowitz <drow@mvista.com>
1769
1770 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
1771 prototype.
1772
1514d34e
DJ
17732002-01-04 Daniel Jacobowitz <drow@mvista.com>
1774
1775 * cp-abi.c: Fix whitespace.
1776 (baseclass_offset): New wrapper function.
1777 * cp-abi.h (baseclass_offset): Add prototype.
1778 (struct cp_abi_ops): Add baseclass_offset pointer.
1779
1780 * valops.c (vb_match): Move to...
1781 * gnu-v2-abi.c (vb_match): here.
1782 * valops.c (baseclass_offset): Move to...
1783 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
1784
1785 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
1786
1787 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
1788 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
1789 * hpacc-abi.c (init_hpacc_ops): Likewise.
1790
7f8c9282
DJ
17912002-01-04 Daniel Jacobowitz <drow@mvista.com>
1792
1793 * valops.c (find_overload_match): Accept obj as a
1794 reference parameter. Update it before returning.
1795 * value.h (find_overload_match): Update prototype.
1796 * eval.c (evaluate_subexp_standard): Pass object to
1797 find_overload_match by reference.
1798
f23631e4
AC
17992002-01-03 Andrew Cagney <ac131313@redhat.com>
1800
1801 * valarith.c: Replace value_ptr with struct value pointer. Remove
1802 register attribute from value declarations.
1803 * valops.c: Ditto.
1804 * value.h: Ditto.
1805 * scm-lang.c (scm_lookup_name): Ditto.
1806
79e10fab 18072002-01-03 Michael Snyder <msnyder@redhat.com>
abf22e64 1808
79e10fab
AC
1809 Abstract the functionality of iterating over mapped memory
1810 regions into a general purpose iterator function.
abf22e64 1811 * procfs.c (iterate_over_mappings): New function, general purpose
79e10fab
AC
1812 iterator for memory sections.
1813 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
1814 (solib_mappings_callback): New function, callback for above.
1815 (info_proc_mappings): Reimpliment using iterate_over_mappings.
1816 (info_mappings_callback): New function, callback for above.
1817
1818 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
1819
c5ad026a
MK
18202002-01-01 Mark Kettenis <kettenis@gnu.org>
1821
d2a7c97a
MK
1822 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
1823 * i386-tdep.c: Include "elf-bfd.h".
1824 (process_note_abi_tag_sections): New function.
1825 (i386_gdbarch_init): Add code to recognize various OS/ABI
1826 combinations.
1827
c5ad026a
MK
1828 * maint.c (_initialize_maint_cmds): Add missing \ in
1829 string-literal.
1830
a1a5b71e 1831For older changes see ChangeLog-2001
c906108c
SS
1832\f
1833Local Variables:
1834mode: change-log
1835left-margin: 8
1836fill-column: 74
1837version-control: never
1838End:
This page took 0.306963 seconds and 4 git commands to generate.