]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/ChangeLog
2002-05-07 Michal Ludvig <mludvig@suse.cz>
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
4657573b
ML
12002-05-07 Michal Ludvig <mludvig@suse.cz>
2
3 * dwarf2cfi.c: Code cleanup, removed unused variables,
4 added default labels to switch {} statements.
5 * x86-64-tdep.c: Ditto.
6 * x86-64-linux-nat.c: Ditto.
7
010f3b2f
JT
82002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
9
10 * solib.h: Protect against multiple inclusion.
11
debd256d
JB
122002-05-06 Jim Blandy <jimb@redhat.com>
13
14 Separate the job of reading the line number info statement program
15 header (...expialidocious) out into its own function.
16 * dwarf2read.c (struct line_head, struct filenames, struct
17 directories): Replace with...
18 (struct line_header): New structure, containing the full
19 contents of the statement program header, including the
20 include directory and file name tables.
21 (read_file_scope): If we have line number info, instead of just
22 calling dwarf_decode_lines to do all the work, call
23 dwarf_decode_line_header first to get a `struct line_header'
24 containing the data in the statement program header, and then
25 pass that to dwarf_decode_lines, which will pick up where that
26 left off. Be sure to clean up the `struct line_header' object.
27 (dwarf_decode_line_header, free_line_header, add_include_dir,
28 add_file_name): New functions.
29 (dwarf_decode_lines): Move all the code to read the statement
30 program header into dwarf_decode_line_header. Take the line
31 header it built as the first argument, instead of the offset to
32 the compilation unit's line number info. Use the new `struct
33 line_header' type instead of the old structures. No need to do
34 cleanups here now, since we don't allocate anything.
35 (dwarf2_statement_list_fits_in_line_number_section,
36 dwarf2_line_header_too_long): New complaints.
37
ac3aafc7
EZ
382002-05-06 Elena Zannoni <ezannoni@redhat.com>
39
40 * gdbtypes.c (init_vector_type): New function.
41 (build_builtin_type_vec128): Simplify the representation of SIMD
42 registers.
43 (build_gdbtypes): Initialize new builtin vector types.
44 (_initialize_gdbtypes): Register new vector types with gdbarch.
45 (builtin_type_v4_float, builtin_type_v4_int32,
46 builtin_type_v8_int16, builtin_type_v16_int8,
47 builtin_type_v2_int32, builtin_type_v4_int16,
48 builtin_type_v8_int8): New (renamed) SIMD types.
49
13e49980
MK
502002-05-06 Mark Kettenis <kettenis@gnu.org>
51
52 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
53 (i387_fill_fxsave): Likewise.
54
997b20b8
AO
552002-05-05 Alexandre Oliva <aoliva@redhat.com>
56
57 * alpha-tdep.c (alpha_extract_return_value): Don't use
58 non-constant array size in prototype.
59
535c96ce
AC
602002-05-04 Andrew Cagney <ac131313@redhat.com>
61
62 From Brian Taylor <briant at model dot com>:
63 * ui-out.c (ui_out_field_core_addr): Use the function
64 longest_local_hex_string_custom'to format addresses > 32 bits
65 wide.
66
67 * ui-out.c (ui_out_field_core_addr): Update comment.
68
bedfa57b
AC
692002-05-04 Andrew Cagney <ac131313@redhat.com>
70
71 * stack.c (select_and_print_frame): Make static. Delete the
72 parameter `level'.
73 (func_command): Update call.
74 (select_frame_command): Delete code computing the frame level.
75 * frame.h (select_and_print_frame): Delete declaration.
76
f621c63e
AC
772002-05-04 Andrew Cagney <ac131313@redhat.com>
78
79 * sparc-tdep.c (sparc_get_saved_register): Comment why
80 get_prev_frame call is safe.
81
0f7d239c
AC
822002-05-04 Andrew Cagney <ac131313@redhat.com>
83
84 * frame.h (select_frame): Delete level parameter.
85 * stack.c (select_frame): Update. Use frame_relative_level to
86 obtain the frame's level.
87 (select_and_print_frame): Update call.
88 (select_frame_command): Ditto.
89 (up_silently_base): Ditto.
90 (down_silently_base): Ditto.
91 * ocd.c (ocd_start_remote): Ditto.
92 * remote-rdp.c (remote_rdp_open): Ditto.
93 * remote-mips.c (mips_initialize): Ditto.
94 (common_open): Ditto.
95 * remote-e7000.c (e7000_start_remote): Ditto.
96 * m3-nat.c (select_thread): Ditto.
97 * hppa-tdep.c (child_get_current_exception_event): Ditto.
98 (child_get_current_exception_event): Ditto.
99 * varobj.c (varobj_create): Ditto.
100 (varobj_update): Ditto.
101 (c_value_of_root): Ditto.
102 * tracepoint.c (finish_tfind_command): Ditto.
103 * corelow.c (core_open): Ditto.
104 * arch-utils.c (generic_prepare_to_proceed): Ditto.
105 * thread.c (info_threads_command): Ditto.
106 (switch_to_thread): Ditto.
107 * infrun.c (normal_stop): Ditto.
108 (restore_selected_frame): Ditto.
109 (restore_inferior_status): Ditto.
110 * breakpoint.c (insert_breakpoints): Ditto.
111 (watchpoint_check): Ditto.
112 (bpstat_stop_status): Ditto.
113 (do_enable_breakpoint): Ditto.
114 * blockframe.c (flush_cached_frames): Ditto.
115 (reinit_frame_cache): Ditto.
116
71d6c7b1
AC
1172002-05-04 Andrew Cagney <ac131313@redhat.com>
118
119 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
120 maintainer.
121
cda6c68a
JB
1222002-05-04 Jim Blandy <jimb@redhat.com>
123
124 * gdbtypes.c (replace_type): Doc fix.
125
5c1c87f0
AC
1262002-05-04 Andrew Cagney <ac131313@redhat.com>
127
128 * valprint.c (strcat_longest): Delete commented out function.
129 Update copyright.
130
cd9bfe15
AC
1312002-05-04 Andrew Cagney <ac131313@redhat.com>
132
133 * MAINTAINERS: Mark a29k as deleted.
134 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
135 Move new configurations to the top.
136 * configure.tgt: Remove a29k.
137 * config/a29k/tm-vx29k.h: Delete.
138 * config/a29k/vx29k.mt: Delete.
139 * config/a29k/tm-a29k.h: Delete.
140 * config/a29k/a29k-udi.mt: Delete.
141 * config/a29k/a29k.mt: Delete.
142 * a29k-tdep.c: Delete.
143 * remote-udi.c: Delete.
144 * remote-mm.c: Delete.
145 * remote-eb.c: Delete.
146 * remote-adapt.c: Delete.
147 * Makefile.in: Remove obsolete code.
148 * gdbserver/Makefile.in: Ditto.
149 * config/s390/s390x.mt: Ditto.
150 * config/s390/s390.mt: Ditto.
151 * config/sparc/sparclynx.mh: Ditto.
152 * config/sparc/linux.mh: Ditto.
153 * config/pa/hppaosf.mh: Ditto.
154 * config/pa/hppabsd.mh: Ditto.
155 * config/ns32k/nbsd.mt: Ditto.
156 * config/mips/vr5000.mt: Ditto.
157 * config/m68k/sun3os4.mh: Ditto.
158 * config/m68k/nbsd.mt: Ditto.
159 * config/m68k/m68klynx.mh: Ditto.
160 * config/m32r/m32r.mt: Ditto.
161 * config/i386/x86-64linux.mt: Ditto.
162 * config/i386/nbsdelf.mt: Ditto.
163 * config/i386/nbsd.mt: Ditto.
164 * config/i386/i386lynx.mh: Ditto.
165
bf0c5130
AC
1662002-05-04 Andrew Cagney <ac131313@redhat.com>
167
168 * target.c (debug_print_register): New function. Handle oversize
169 registers.
170 (debug_to_fetch_registers): Call.
171 (debug_to_store_registers): Call.
172
2ae1c2d2
JB
1732002-05-03 Jim Blandy <jimb@redhat.com>
174
13a393b0
JB
175 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
176 (read_type): Doc fix.
177 * gdbtypes.c (replace_type): Doc fix.
178
2ae1c2d2
JB
179 * stabsread.c (multiply_defined_struct): New complaint.
180 (read_struct_type): If the type we were passed isn't empty, or
181 incomplete, don't read the new struct type into it; complain,
182 and return the original type unchanged. Take a new `type_code'
183 argument, which is the type code for the new type.
184 (read_type): Rather than storing the type's type code here, pass
185 it as an argument to read_struct_type, and let that take care of
186 storing it. That way, we don't overwrite the original type code,
187 so read_struct_type can use it to decide whether we're overwriting
188 something we shouldn't.
189 (complain_about_struct_wipeout): New function.
190
8de9bdc4
AC
1912002-05-03 Andrew Cagney <ac131313@redhat.com>
192
193 * gdbarch.sh: Assert that gdbarch is non-NULL.
194 * gdbarch.c: Regenerate.
195
f773fdbb
JM
1962002-05-03 Jason Merrill <jason@redhat.com>
197
198 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
199 and return NULL.
200
0e04a514
ML
2012002-05-03 Michal Ludvig <mludvig@suse.cz>
202
203 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
204 (x86_64_dwarf2gdb_regno_map_length),
205 (x86_64_dwarf2_reg_to_regnum): Added.
206 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
207 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
208 (_initialize_x86_64_tdep): Synced with the change above.
209 (x86_64_skip_prologue): Reformulated message.
210
065432a8
PM
2112002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
212
213 * f-exp.y: Also use new prev_lexptr variable
214 to improve error reporting. Based on Michael Snyder
215 2002-04-24 dated patch to c-exp.y.
216 * jv-exp.y: Likewise.
217 * m2-exp.y: Likewise.
218
a3162708
EZ
2192002-05-02 Elena Zannoni <ezannoni@redhat.com>
220
221 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
222 we are dealing with vectors.
223
03620c38
PM
2242002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
225
226 * config/m68k/tm-nbsd.h: Obvious fix,
227 correct machine name.
228
6604db2e
PM
2292002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
230
231 * p-typeprint.c (pascal_type_print_base): Add support
232 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
233
0906b739
PM
2342002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
235
236 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
237 for fondamental pascal 'char' type.
238
e2625b33
PM
2392002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
240
241 * p-lang.h (is_pascal_string_type): Declaration changed,
242 new sixth argument of type char ** added.
243 * p-lang.c (is_pascal_string_type): Implementation
244 changed. Args length_pos, length_size, string_pos, char_size
245 can now be NULL. New argument arrayname set to the field
246 name of the char array. Return value set to char array
247 field index plus one.
248 * p-valprint.c (pascal_val_print): Adapt to new declaration of
249 is_pascal_string_type function.
250
cf17c188
AC
2512002-05-02 Andrew Cagney <cagney@redhat.com>
252
253 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
254 <cagney@redhat.com> change.
255 * gdbarch.c: Regenerate.
256
52bca491
AC
2572002-05-02 Andrew Cagney <cagney@redhat.com>
258
259 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
260 before probing for a new one. Detect errorenous gdbarch_init
261 functions.
262 * gdbarch.c: Regenerate.
263
d5e72505
AC
2642002-05-01 Andrew Cagney <cagney@redhat.com>
265
266 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
267 * config/mcore/tm-mcore.h: Ditto. Update copyright.
268 * config/v850/tm-v850.h: Ditto. Update copyright.
269
af566d9f
AC
2702002-04-30 Andrew Cagney <ac131313@redhat.com>
271
272 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
273 current_gdbarch.
274
880d85fa
MS
2752002-04-30 Michael Snyder <msnyder@redhat.com>
276
94c30b78
MS
277 * arm-tdep.c: Whitespace clean-ups.
278 (arm_skip_prologue): Fix thinko; two lines
880d85fa
MS
279 should have been removed as part of 4/24 change.
280
6f5987a6
KB
2812002-04-30 Kevin Buettner <kevinb@redhat.com>
282
283 * rs6000-tdep.c: Added comment describing how fpscr register
284 numbers were chosen.
285
1a113c93
MS
2862002-04-30 Michael Snyder <msnyder@redhat.com>
287
288 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
289
9a6f53fe
EZ
2902002-04-29 Elena Zannoni <ezannoni@redhat.com>
291
292 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
293 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
294 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
295
11ed25ac
KB
2962002-04-29 Kevin Buettner <kevinb@redhat.com>
297
298 From Louis Hamilton <hamilton@redhat.com>:
299 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
300 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
301 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
302 not bfd-private xcoff data, to determine wordsize.
303 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
304
ae232405
AC
3052002-04-29 Andrew Cagney <ac131313@redhat.com>
306
307 GDB 5.2 released from 5.2 branch.
308
91fd20f7
ML
3092002-04-29 Michal Ludvig <mludvig@suse.cz>
310
311 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
312 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
313 (x86_64_register_info_table): Added comments with register numbers.
314
2dc5091b
EZ
3152002-04-29 Elena Zannoni <ezannoni@redhat.com>
316
317 * rs6000-tdep.c (rs6000_extract_return_value,
318 rs6000_store_return_value): Handle returning vectors.
319 (rs6000_gdbarch_init): Use
320 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
321 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
322 New function.
323 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
324 vectors.
325 (ppc_sysv_abi_push_arguments): Handle vector parameters.
326 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
327
2b9848d8
PM
3282002-04-24 Pierre Muller <ics.u-strasbg.fr>
329
330 * hpread.c (hpread_psymtab_to_symtab_1,
331 hpread_psymtab_to_symtab): Replace fprintf (stderr,...)
332 with fprintf_unfiltered (gdb_stderr,...).
333
f8d17dc5
PM
3342002-04-24 Pierre Muller <ics.u-strasbg.fr>
335
336 * remote-array.c (printf_monitor, write_monitor,
337 array_insert_breakpoint, array_remove_breakpoint ):
338 Replace fprintf (stderr,...
339 with fprintf_unfiltered (gdb_stderr,....
340 * remote-es.c: Likewise.
341 * remote-os9k.c: Likewise.
342 * remote-st.c: Likewise.
343
2f2f1ad1
AS
3442002-04-28 Andreas Schwab <schwab@suse.de>
345
346 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
347 linux-proc.o and gcore.o.
348
b6779aa2
AC
3492002-04-26 Michal Ludvig <mludvig@suse.cz>
350
351 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
352 code without frame pointers.
353
7e57f5f4
AC
3542002-04-26 Andrew Cagney <ac131313@redhat.com>
355
356 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
357 ON_STACK is needed.
358
2ceb85d0
BE
3592002-04-26 Ben Elliston <bje@redhat.com>
360
361 * target.c (do_xfer_memory): Correct reference to the new option
362 "trust-readonly-sections".
363
f5f8a009
EZ
3642002-04-26 Elena Zannoni <ezannoni@redhat.com>
365
366 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
367 * gdbtypes.c (recursive_dump_type): Output the vector flag.
368 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
369 vectors.
370 (read_array_type): Record the fact that this array type is really a
371 vector (i.e. are passed in by value).
372
5868c862
JT
3732002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
374
375 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
376 * alpha-tdep.c (alpha_sigcontext_addr): New function.
377 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
378 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
379 * alpha-linux-tdep.c: Include frame.h.
380 (alpha_linux_sigcontext_addr): New function.
381 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
382 alpha_linux_sigcontext_addr.
383 * alpha-osf1-tdep.c: Include gdbcore.h.
384 (alpha_osf1_sigcontext_addr): New function.
385 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
386 alpha_osf1_sigcontext_addr.
387 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
388 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
389
bfb01f37
AC
3902002-04-26 Andrew Cagney <ac131313@redhat.com>
391
392 * stack.c (selected_frame_level):
393 (select_frame): Do not set selected_frame_level.
394 * frame.h (selected_frame_level): Delete declaration.
395
15813d3f
AC
3962002-04-26 Andrew Cagney <ac131313@redhat.com>
397
398 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
399 convert_from_func_ptr-addr when AIX / PowerOpen.
400
6096c27a
AC
4012002-04-25 Andrew Cagney <ac131313@redhat.com>
402
403 * valops.c (hand_function_call): Call
404 generic_save_call_dummy_addr.
405 * frame.h (generic_save_call_dummy_addr): Declare.
406 * blockframe.c (struct dummy_frame): Add fields call_lo and
407 call_hi.
408 (generic_find_dummy_frame): Check for PC in range call_lo to
409 call_hi instead of entry_point_address.
410 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
411 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
412 (generic_save_call_dummy_addr): New function.
413
f510d44e
DM
4142002-04-24 David S. Miller <davem@redhat.com>
415
416 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
417 sparc_skip_prologue.
418 (sparc_skip_prologue): Kill frameless_p arg, and use line number
419 information to find prologue when possible.
420 (sparc_prologue_frameless_p): Call examine_prologue directly.
421 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
422 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
423 second argument.
424 (SKIP_PROLOGUE): Likewise.
425
15d72a92
JT
4262002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
427
428 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
429 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
430 indicate that the condition it was testing is always true.
431 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
432 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
433 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
434
accc6d1f
JT
4352002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
436
437 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
438 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
439 tdep->jb_pc and tdep->jb_elt_size.
440 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
441 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
442 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
443 * alpha-nat.c (get_longjmp_target): Remove.
444 (JB_ELEMENT_SIZE): Ditto.
445 (JB_PC): Ditto.
446 * alpha-tdep.c (alpha_get_longjmp_target): New function.
447 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
448 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
449 to alpha_get_longjmp_target.
450 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
451 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
452 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
453
1bfdc549
AC
4542002-04-25 Andrew Cagney <ac131313@redhat.com>
455
456 * README: Update to GDB 5.2.
457
1bd316f0
AC
4582002-04-25 Andrew Cagney <ac131313@redhat.com>
459
460 * gdbarch.sh (LC_ALL): Set to `c'.
461
2e5ff58c
TR
4622002-04-25 Theodore A. Roth <troth@verinet.com>
463
464 * avr-tdep.c: Ran through gdb_indent.sh.
465
e33ce519
TR
4662002-04-25 Theodore A. Roth <troth@verinet.com>
467
468 * MAINTAINERS: Add myself as AVR maintainer.
469 * NEWS: Note new target avr.
470
8818c391
TR
4712002-04-25 Theodore A. Roth <troth@verinet.com>
472
473 * Makefile.in: Add support for AVR target.
474 * configure.tgt: Add support for AVR target.
475 * avr-tdep.c: New file
476 * config/avr/avr.mt: New file.
477
79509c2d
TR
4782002-04-25 Theodore A. Roth <troth@verinet.com>
479
480 * MAINTAINERS: Add myself to write-after-approval.
481
dac8068e
PM
4822002-04-24 Pierre Muller <ics.u-strasbg.fr>
483
484 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
485 with fprintf_unfiltered (gdb_stderr,....
486
25bf3106
PM
4872002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
488
489 Fix PR gdb/508.
490 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
491
24467a86
PM
4922002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
493
494 * p-exp.y: Also use new prev_lexptr variable
495 to improve error reporting. Based on Michael Snyder
496 2002-04-24 dated patch to c-exp.y.
497
95b80706
JT
4982002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
499
500 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
501 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
502 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
503 to 0.
504 * config/alpha/tm-alpha.h: Remove forward decls of struct type
505 and struct value.
506 (FUNCTION_START_OFFSET): Remove.
507 (BREAKPOINT): Ditto.
508
e90cc612
JT
5092002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
510
511 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
512 * NEWS: Ditto.
513
6c72f9f9
JT
5142002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
515
516 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
517 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
518 alpha_linux_pc_in_sigtramp.
519 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
520 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
521 alpha_osf1_pc_in_sigtramp.
522 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
523 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
524 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
525 alphafbsd_pc_in_sigtramp.
526 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
527 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
528 alphanbsd_pc_in_sigtramp.
529 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
530 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
531
5e4f3379
JT
5322002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
533
534 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
535
da8ca43d
JT
5362002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
537
538 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
539 alphanbsd-tdep.c.
540 (alphanbsd-nat.o): New dependency list.
541 (alphanbsd-tdep.o): Ditto.
542 * NEWS: Note new native NetBSD/alpha configuration.
543 * alphanbsd-nat.c: New file.
544 * alphanbsd-tdep.c: Ditto.
545 * configure.host (alpha*-*-netbsd*): New host.
546 * configure.tgt (alpha*-*-netbsd*): New target.
547 * config/alpha/nbsd.mh: New file.
548 * config/alpha/nbsd.mt: Ditto.
549 * config/alpha/nm-nbsd.h: Ditto.
550 * config/alpha/tm-nbsd.h: Ditto.
551
36a6271d
JT
5522002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
553
554 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
555 (alpha-osf1-tdep.o): New dependency list.
556 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
557 and skip_sigtramp_frame members.
558 * alpha-linux-tdep.c: Include gdbcore.h.
559 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
560 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
561 * alpha-osf1-tdep.c: New file.
562 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
563 alpha-osf1-dep.c.
564 (alpha_frame_past_sigtramp_frame): New function.
565 (alpha_dynamic_sigtramp_offset): Ditto.
566 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
567 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
568 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
569 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
570 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
571 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
572 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
573 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
574 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
575 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
576 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
577 to find_solib_trampoline_target.
578 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
579 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
580 (SKIP_TRAMPOLINE_CODE): Remove.
581 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
582 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
583 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
584 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
585 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
586 (PROC_SIGTRAMP_MAGIC): Ditto.
587 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
588 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
589 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
590 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
591 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
592
2f4bc57b
JT
5932002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
594
595 * NEWS: Note that Alpha targets are now multi-arch.
596
665132f9
MS
5972002-04-24 Michael Snyder <msnyder@redhat.com>
598
599 * parser-defs.h (prev_lexptr): New external variable.
600 * parse.c (parse_exp_1): Set prev_lexptr to null before
601 calling the language-specific parser.
602 * c-exp.y (yylex): Set prev_lexptr to start of current token.
603 (yyerror): Use prev_lexptr in error reporting.
604
32872fa7
DJ
6052002-04-24 Daniel Jacobowitz <drow@mvista.com>
606
607 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
608 * gregset.h: If FILL_FPXREGSET is defined, provide
609 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
610 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
611 is defined, call fill_fpxregset.
612
57e76fac
MS
6132002-04-24 Roland McGrath <roland@frob.com>
614
615 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
616 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
617 (supply_gregset, supply_fpregset): New functions.
618
619 * gnu-nat.c (gnu_find_memory_regions): New function.
620 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
621 (gnu_xfer_memory): Add a cast.
622
f43845b3
MS
6232002-04-24 Michael Snyder <msnyder@redhat.com>
624
625 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
626 loop. Add handling for "str lr, [sp, #-4]!" and for saves
627 of argument regs ("str r(0123), [r11, #-nn"]).
628 (arm_skip_prologue): Better handling for frameless functions.
629 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
630 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
631
a0abec03
AC
632Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
633
634 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
635 NUM_PSEUDO_REGS can be used.
636
d7bd68ca
AC
6372002-04-24 Andrew Cagney <ac131313@redhat.com>
638
639 * arch-utils.h: Update copyright.
640
641 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
642 * gdbarch.h, gdbarch.c: Re-generate.
643
644 * inferior.h (IN_SIGTRAMP): Delete definition.
645 * arch-utils.c (legacy_pc_in_sigtramp): New function.
646 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
647
648 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
649 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
650 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
651 (find_proc_framesize): Ditto.
652 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
653 (alpha_init_extra_frame_info): Ditto.
654 * infrun.c (handle_inferior_event): Ditto.
655 (handle_inferior_event): Ditto.
656 (check_sigtramp2): Ditto.
657 * blockframe.c (create_new_frame): Ditto.
658 (get_prev_frame): Ditto.
659 * ppc-linux-tdep.c: Update comments.
660 * i386-linux-tdep.c: Update comments.
661 * breakpoint.c (bpstat_what): Update comment.
662
d06f167a
ML
6632002-04-24 Michal Ludvig <mludvig@suse.cz>
664
665 * gdbserver/linux-low.c (regsets_fetch_inferior_registers),
666 (regsets_store_inferior_registers): Removed cast to int from
667 ptrace() calls.
668 * gdbserver/regcache.h: Added declaration of struct inferior_info.
669
4867e41e
DM
6702002-04-24 David S. Miller <davem@redhat.com>
671
21d83aa5
DM
672 * i960-tdep.c (register_in_window_p): New function.
673 (i960_find_saved_register): Use it instead of
674 REGISTER_IN_WINDOW_P.
675 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
676
4867e41e
DM
677 * symtab.h (find_stab_function_addr): Kill extern.
678 * minsyms.c (find_stab_function_addr): Remove from here...
679 * dbxread.c: ... to here, and mark it static.
680
69cdf6a2
DM
6812002-04-20 David S. Miller <davem@redhat.com>
682
683 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
684 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
685
5a595886
DM
6862002-04-21 David S. Miller <davem@redhat.com>
687
688 * remote-vxsparc.c (vx_read_register): Fix typo, we want
689 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
690 (vx_write_register): Likewise.
691
1da1a192
JB
6922002-04-23 J. Brobecker <brobecker@gnat.com>
693
694 * source.c (is_regular_file): New function.
695 (openp): Check wether file to open is a regular file
696 to avoid opening directories.
697
baa6f10b
JT
6982002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
699
700 * findvar.c (extract_signed_integer): Cast printf argument
701 to suppress format warning.
702 (extract_unsigned_integer): Likewise.
703 * infcmd.c (registers_info): Likewise.
704 * top.c (get_prompt_1): Likewise.
705 * valops.c (value_assign): Likewise.
706 * valprint.c (print_decimal): Likewise.
707
b2c4da81
L
7082002-04-22 H.J. Lu (hjl@gnu.org)
709
710 * c-exp.y (typebase): Support
711
712 [long|long long|short] [signed|unsigned] [int|]
713
714 and
715
716 signed [long|long long|short] int
717
f267bd6a
JT
7182002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
719
720 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
721 and vax-tdep.h.
722 * vax-tdep.h: New file.
723 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
724 Make several routines static.
725 (vax_get_saved_register): New function.
726 (vax_gdbarch_init): New function.
727 (_initialize_vax_tdep): Register vax_gdbarch_init.
728 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
729 Remove macros now under the control of gdbarch.
730
da3c6d4a
MS
7312002-04-22 Michael Snyder <msnyder@redhat.com>
732
11d3b27d
MS
733 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
734 Some whitespace and coding standards tweaks.
da3c6d4a 735
a33f7558
JT
7362002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
737
738 * vax-tdep.c: Include regcache.h.
739 (vax_call_dummy_words): New.
740 (sizeof_vax_call_dummy_words): New.
741 (vax_fix_call_dummy): New function.
742 (vax_saved_pc_after_call): Ditto.
743 * config/vax/tm-vax.h: Don't include regcache.h.
744 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
745 (CALL_DUMMY): Remove.
746 (CALL_DUMMY_WORDS): Define.
747 (SIZEOF_CALL_DUMMY_WORDS): Define.
748 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
749
47a73475
MS
7502002-04-18 Michael Snyder <msnyder@redhat.com>
751
752 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
753
52efde73
JT
7542002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
755
756 * vax-tdep.c (vax_frame_chain): New function.
757 (vax_push_dummy_frame): Ditto.
758 (vax_pop_frame): Ditto.
759 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
760 (FRAMELESS_FUNCTION_INVOCATION): Use
761 generic_frameless_function_invocation_not.
762 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
763 (POP_FRAME): Use vax_pop_frame.
764
ea74468c
JT
7652002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
766
767 * vax-tdep.c (vax_store_struct_return): New function.
768 (vax_extract_return_value): Ditto.
769 (vax_store_return_value): Ditto.
770 (vax_extract_struct_value_address): Ditto.
771 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
772 vax_store_struct_return.
773 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
774 (STORE_RETURN_VALUE): Use vax_store_return_value.
775 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
776
5516aa92
JT
7772002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
778
779 * vax-tdep.c (vax_frame_saved_pc): New function.
780 (vax_frame_args_address_correct): Ditto.
781 (vax_frame_args_address): Ditto.
782 (vax_frame_locals_address): Ditto.
783 (vax_frame_num_args): Move code to be in proximity to
784 other frame-related functions.
785 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
786 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
787 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
788 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
789 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
790
36af0b35
L
7912002-04-22 H.J. Lu (hjl@gnu.org)
792
793 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
794 includedir.
795
ab62c900
JT
7962002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
797
798 * vax-tdep.c (vax_frame_init_saved_regs): New function.
799 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
800 (FRAME_INIT_SAVED_REGS): New macro.
801
7232b100
JT
8022002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
803
804 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
805
b70d2aee
JT
8062002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
807
808 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
809 where needed.
810 (fetch_osf_core_registers): Likewise.
811 (supply_gregset): Likewise.
812
a0e8a2d1
JB
8132002-04-22 J. Brobecker <brobecker@gnat.com>
814
815 * symfile.h (get_section_index): Define.
816 * symfile.c (get_section_index): New function.
817 * mdebugread.c (SC_IS_SBSS): New macro.
818 (SC_IS_BSS): Return true for the scBss storage class only, as
819 the scSBss storage class refers to the .sbss section.
820 (parse_partial_symbols): Discard the symbols which associated
821 section does not exist.
822 Make sure to use the .sbss section index for symbols which
823 storage class is scBss, rather than using the .bss section index.
824
51eb8b08
JT
8252002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
826
827 * vax-tdep.c: Update copyright years.
828 (vax_register_name): New function.
829 (vax_register_byte): Ditto.
830 (vax_register_raw_size): Ditto.
831 (vax_register_virtual_size): Ditto.
832 (vax_register_virtual_type): Ditto.
833 * config/vax/tm-vax.h: Update copyright years.
834 (REGISTER_NAMES): Remove.
835 (REGISTER_NAME): Define.
836 (REGISTER_BYTE): Use vax_register_byte.
837 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
838 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
839 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
840
6cc1c0a8
AC
8412002-04-21 Andrew Cagney <ac131313@redhat.com>
842
843 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
844 declaration
845 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
846
9319a2fe
DM
8472002-04-21 David S. Miller <davem@redhat.com>
848
849 * arch-utils.c (generic_prologue_frameless_p): Kill
850 SKIP_PROLOGUE_FRAMELESS_P code.
851 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
852 references.
853 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
854 * arc-tdep.c (arc_prologue_frameless_p): Implement.
855 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
856 references.
857 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
858 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
859 (sparc_gdbarch_init): Pass it to
860 set_gdbarch_prologue_frameless_p.
a0e8a2d1 861
e9ed6d01
JT
8622002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
863
864 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
865 (alphabsd-nat.o): New dependency list.
866
36012033
JT
8672002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
868
869 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
870 alphafbsd-tdep.c.
871 (alpha-linux-tdep.o): New dependency list.
872 (alphafbsd-tdep.o): Likewise.
873
3379287a
JT
8742002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
875
876 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
877 to here...
878 * alpha-tdep.c: ...from here.
879 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
880
4bcbd6cb
JT
8812002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
882
883 * config/alpha/tm-alpha.h: Move alpha_software_single_step
884 prototype from here...
885 * alpha-tdep.h: ...to here.
886
b31da25e
AC
8872002-04-21 Andrew Cagney <ac131313@redhat.com>
888
889 * frame.h (selected_frame_level): Document as deprecated.
890 (frame_relative_level): Declare.
891 * stack.c (frame_relative_level): New function.
892 (selected_frame_level): Document as deprecated.
893 (select_frame): Do not set the selected_frame_level.
894
895 * stack.c (frame_info, record_selected_frame): Update.
896 (frame_command, current_frame_command): Update.
897 (up_silently_base, up_command, down_silently_base): Update.
898 (down_command): Update.
899 * inflow.c (kill_command): Update.
900 * tracepoint.c (finish_tfind_command): Update.
901 * corelow.c (core_open): Update.
902 * thread.c (info_threads_command): Update.
903 (do_captured_thread_select): Update.
904 * infcmd.c (finish_command): Update.
905 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
906
9c1d6fe5
JT
9072002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
908
909 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
910
ab89facf
AC
9112002-04-21 Andrew Cagney <ac131313@redhat.com>
912
913 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
914 type const.
915
82a4efa1
JT
9162002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
917
918 * alphafbsd-tdep.c: Update copyright years. Include
919 alpha-tdep.h.
920 (alphafbsd_use_struct_convention): Make static.
921 (alphafbsd_init_abi): New function.
922 (_initialize_alphafbsd_tdep): New function.
923 * config/alpha/tm-fbsd.h: Update copyright years.
924 (USE_STRUCT_CONVENTION): Remove.
925
44dffaac
JT
9262002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
927
928 * alpha-tdep.c (alpha_abi_handler): New structure to describe
929 an Alpha ABI variant.
930 (alpha_abi_handler_list): Declare.
931 (alpha_gdbarch_register_os_abi): New function.
932 (alpha_gdbarch_init): Give registered ABI variant handlers a
933 chance to tweak the gdbarch once we have set up defaults.
934 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
935
65585be4
JT
9362002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
937
938 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
939 to standard_coerce_float_to_double.
940 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
941
d9b023cc
JT
9422002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
943
944 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
945 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
946 from gdbarch_tdep rather than a constant.
947 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
948 the default text address for all Alpha Unix ABIs.
949 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
950 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
951
dc129d82
JT
9522002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
953
954 * alpha-tdep.h: New file. Includes several Alpha target constants
955 taken from...
956 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
957 let gdbarch deal with.
958 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
959 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
960 to dependency list.
961 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
962 Alpha target register names.
963 * alphabsd-nat.c: Likewise.
964 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
965 Alpha target register names. Make serveral routines static.
966 (alpha_get_saved_register): New function.
967 (alpha_abi_names): New.
968 (process_note_abi_tag_sections): New function.
969 (get_elfosabi): New function.
970 (alpha_gdbarch_init): New function.
971 (alpha_dump_tdep): New function.
972 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
973
d49d1e0a
AC
9742002-04-21 Andrew Cagney <ac131313@redhat.com>
975
976 * frame.c (find_saved_register): Delete #ifdef
977 HAVE_REGISTER_WINDOWS code.
978 * config/sparc/tm-sparc.h: Update comments.
979 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
980
92e8c9ed
AC
9812002-04-21 Andrew Cagney <ac131313@redhat.com>
982
983 * i960-tdep.c (i960_find_saved_register): New function.
984 (i960_get_saved_register): New function.
985 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
986 (i960_get_saved_register): Declare.
987 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
988
e1925118
DM
9892002-04-20 David S. Miller <davem@redhat.com>
990
991 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
992
29673b29
AC
9932002-04-20 Andrew Cagney <ac131313@redhat.com>
994
995 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
996 instead of NUM_PSEUDO_REGS.
997
6c86dcd5
DM
9982002-04-20 David S. Miller <davem@redhat.com>
999
1000 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
1001 GDB_MULTI_ARCH_PARTIAL
1002 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
1003 define, let tm-sp64.h do it.
1004
aa40ec90
JT
10052002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
1006
1007 * frame.c (find_saved_register): Avoid a NULL pointer
1008 dereference and actually walk the frame list.
1009
0f79675b
AC
10102002-04-20 Andrew Cagney <ac131313@redhat.com>
1011
1012 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
1013 sorted in most most-recent-used order. Document.
1014 * gdbarch.h, gdbarch.c: Regenerate.
1015
c04a1aa8
DJ
10162002-04-20 Daniel Jacobowitz <drow@mvista.com>
1017
1018 * gdbserver/inferiors.c (struct inferior_info): Add regcache_data.
1019 (add_inferior): Call create_register_cache.
1020 (clear_inferiors): Call free_register_cache.
1021 (inferior_regcache_data, set_inferior_regcache_data): New functions.
1022 * gdbserver/regcache.c (struct inferior_regcache_data): New.
1023 (registers): Remove.
1024 (get_regcache): New function.
1025 (create_register_cache, free_register_cache): New functions.
1026 (set_register_cache): Don't initialize the register cache here.
1027 (registers_to_string, registers_from_string, register_data): Call
1028 get_regcache.
1029 * gdbserver/regcache.h: Add prototypes.
1030 * gdbserver/server.h: Likewise.
1031
611cb4a5
DJ
10322002-04-20 Daniel Jacobowitz <drow@mvista.com>
1033
1034 * gdbserver/mem-break.c: New file.
1035 * gdbserver/mem-break.h: New file.
1036 * gdbserver/Makefile.in: Add mem-break.o rule; update server.h
1037 dependencies.
1038 * gdbserver/inferiors.c (struct inferior_info): Add target_data
1039 member.
1040 (clear_inferiors): Free target_data member if set.
1041 (inferior_target_data, set_inferior_target_data): New functions.
1042 * gdbserver/linux-i386-low.c (i386_breakpoint, i386_breakpoint_len)
1043 (i386_stop_pc, i386_set_pc): New. Add to the_low_target.
1044 * gdbserver/linux-low.c (linux_bp_reinsert): New variable.
1045 (struct inferior_linux_data): New.
1046 (linux_create_inferior): Use set_inferior_target_data.
1047 (linux_attach): Likewise. Call add_inferior.
1048 (linux_wait_for_one_inferior): New function.
1049 (linux_wait): Call it.
1050 (linux_write_memory): Add const.
1051 (initialize_low): Call set_breakpoint_data.
1052 * gdbserver/linux-low.h (struct linux_target_ops): Add breakpoint
1053 handling members.
1054 * gdbserver/server.c (attach_inferior): Remove extra add_inferior
1055 call.
1056 * gdbserver/server.h: Include mem-break.h. Update inferior.c
1057 prototypes.
1058 * gdbserver/target.c (read_inferior_memory)
1059 (write_inferior_memory): New functions.
1060 * gdbserver/target.h (read_inferior_memory)
1061 (write_inferior_memory): Change macros to prototypes.
1062 (struct target_ops): Update comments. Add const to write_memory
1063 definition.
1064
f91305dd 10652002-04-19 Andrew Cagney <ac131313@redhat.com>
bf75c8c1
AC
1066
1067 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
1068 instead of ->prev.
1069 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
1070 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
1071 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
1072 instead of ->prev.
1073
73d322b1
EZ
10742002-04-19 Elena Zannoni <ezannoni@redhat.com>
1075
1076 Fix PR gdb/471.
1077 * gdbtypes.c (init_simd_type): Rewrite using new functions.
1078 (build_builtin_type_vec128): Ditto.
1079 (append_composite_type_field): Fix calculation of type length in
1080 union case.
1081
ccd9a834
EZ
10822002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
1083
1084 * config/djgpp/README: Update.
1085
1086 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
1087 compiler warnings.
1088
a57f9e49
JT
10892002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
1090
1091 * alpha-tdep.c (setup_arbitrary_frame): Rename...
1092 (alpha_setup_arbitrary_frame): ...to this.
1093 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
1094 for alpha_setup_arbitrary_frame.
1095
f4f9705a
AC
10962002-04-18 Andrew Cagney <cagney@redhat.com>
1097
1098 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
1099 * gdbarch.h, gdbarch.c: Regenerate.
1100
1101 * defs.h (breakpoint_from_pc_fn): Delete type definition.
1102 * target.h (memory_breakpoint_from_pc): Update declaration.
1103 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
1104
1105 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
1106 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
1107 * mem-break.c (memory_breakpoint_from_pc): Ditto.
1108 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
1109 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
1110 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
1111 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
1112 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
1113 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
1114 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
1115 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
1116 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
1117
1118 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
1119 const pointer.
1120 * monitor.c (monitor_insert_breakpoint): Ditto.
1121 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
1122
1123 * config/mcore/tm-mcore.h: Update copyright.
1124 * mem-break.c: Ditto.
1125 * xstormy16-tdep.c: Ditto.
1126
29f319b8
PM
11272002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
1128
1129 * p-exp.y: Add precedence rule for '^' token.
1130 This removes the shift/reduce conflicts.
1131 Remove the comment concerning these shift/reduce conflicts.
1132
ebeac11a
EZ
11332002-04-18 Elena Zannoni <ezannoni@redhat.com>
1134
1135 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
1136 (registers_powerpc_nofp): New register set for processors
1137 without floating point unit.
1138
27c31547
DM
11392002-04-18 David S. Miller <davem@redhat.com>
1140
1141 * MAINTAINERS: Add myself to write-after-approval.
1142
47a73475
MS
11432002-04-17 Michael Snyder <msnyder@redhat.com>
1144
1145 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
1146
953836b2
AC
11472002-04-17 Andrew Cagney <ac131313@redhat.com>
1148
1149 * rs6000-tdep.c (frame_initial_stack_address): Use
1150 frame_register_read to read the alloca_reg.
1151
8b0d4340
AC
11522002-04-17 Andrew Cagney <ac131313@redhat.com>
1153
1154 * frame.c (find_saved_register): Find saved registers in the next
1155 not prev frame.
1156 Fix PR gdb/365.
1157
d8864532
AC
11582002-04-17 Andrew Cagney <ac131313@redhat.com>
1159
1160 * gdbarch.sh (LANG): Set to ``c''.
1161
36cc83a3
AC
11622002-04-15 Andrew Cagney <ac131313@redhat.com>
1163
1164 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
1165
2f4150cc 11662002-04-15 Andrew Cagney <ac131313@redhat.com>
2c7ef074
AC
1167
1168 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
1169 Update copyright.
1170
628703c6 1171 * hpread.c (hpread_get_lntt): Add declaration.
2f4150cc
AC
1172 Also fix PR gdb/391.
1173
56157b4a
AC
11742002-04-14 Andrew Cagney <ac131313@redhat.com>
1175
1176 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
1177 * aclocal.m4, configure: Re-generate.
1178 Fix PR gdb/391.
1179
6d1e3329
EZ
11802002-04-14 Elena Zannoni <ezannoni@redhat.com>
1181
1182 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
1183 instead of tm_print_insn.
1184
cb06fa07
EZ
11852002-04-14 Elena Zannoni <ezannoni@redhat.com>
1186
1187 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
1188
f208ba17
AC
11892002-04-14 Andrew Cagney <ac131313@redhat.com>
1190
1191 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
1192 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
1193 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
1194
20f01a46
DH
11952002-04-12 Don Howard <dhoward@redhat.com>
1196
1197 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
1198 max_user_call_depth.
1199 (init_cmd_lists): Initialize the new value;
1200 * cli/cli-script.c (execute_user_command): Limit the call depth of
1201 user defined commands. This avoids a core-dump when user commands
1202 are infinitly recursive.
1203
a88376a3
KB
12042002-04-12 Kevin Buettner <kevinb@redhat.com>
1205
1206 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
1207 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
1208 from tdep struct instead of DEFAULT_LR_SAVE.
1209 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
1210 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
1211 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
1212
f2172603
MS
12132002-04-12 Michael Snyder <msnyder@redhat.com>
1214
694f61fb 1215 * Remote.c: Spelling fix.
20fe79c8
MS
1216 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
1217 If no symbol found for "sbrk", try "_sbrk".
1218 (make_output_phdrs): Use bfd_section_name.
1219 (gcore_copy_callback): Use bfd_section_name.
62995fc4 1220 * eval.c: Indentation fix-ups.
169a7369
MS
1221 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
1222 in case it gets applied to an address that is already
1223 in the instruction space.
de74f71f
MS
1224 * cli/cli-decode.c (help_list): Allow long lines to wrap.
1225 * symfile.c: Fix indentation, long lines.
f2172603
MS
1226 * source.c: White space fix-up.
1227
cda5a58a
AC
12282002-04-12 Andrew Cagney <cagney@redhat.com>
1229
1230 * defs.h (read_relative_register_raw_bytes): Delete declaration.
1231 * frame.c (frame_register_read): New function. Return non-zero on
1232 success.
1233 (read_relative_register_raw_bytes_for_frame): Delete.
1234 (read_relative_register_raw_bytes): Delete.
1235 * frame.h (frame_register_read): Declare.
1236 * d30v-tdep.c: Update Copyright. Use frame_register_read.
1237 * sh-tdep.c: Ditto.
1238 * infcmd.c (do_registers_info): Ditto.
1239 * hppa-tdep.c: Ditto.
1240 * rs6000-tdep.c: Ditto.
1241 * h8500-tdep.c: Ditto.
1242 * mips-tdep.c: Ditto.
1243 * h8300-tdep.c: Ditto.
1244 * z8k-tdep.c: Ditto.
1245
2ea5f656
KB
12462002-04-12 Kevin Buettner <kevinb@redhat.com>
1247
1248 From Jimi X <jimix@watson.ibm.com>:
1249 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
1250 64-bit SysV ABI.
1251
27b15785
KB
12522002-04-12 Kevin Buettner <kevinb@redhat.com>
1253
1254 From Jimi X <jimix@watson.ibm.com>:
1255 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
1256 bfd info.
1257
5d57ee30
KB
12582002-04-12 Kevin Buettner <kevinb@redhat.com>
1259
1260 From Jimi X <jimix@watson.ibm.com>:
1261 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
1262 register sets for these processor variants.
1263
bc1e36ca
DJ
12642002-04-11 Daniel Jacobowitz <drow@mvista.com>
1265
1266 * gdbserver/linux-low.c (usr_store_inferior_registers): Support
1267 registers which are allowed to fail to store.
1268 * gdbserver/linux-low.h (linux_target_ops): Likewise.
1269 * gdbserver/linux-ppc-low.c (ppc_regmap): Support FPSCR.
1270 (ppc_cannot_store_register): FPSCR may not be storable.
1271 * regformats/reg-ppc.dat: Support FPSCR.
1272
e3f36dbd
KB
12732002-04-11 Kevin Buettner <kevinb@redhat.com>
1274
1275 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
1276 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
1277 Add fpscr as an invalid/unfetchable register.
1278 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
1279 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
1280 (fill_fpregset): Add support for register fpscr.
1281 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
1282 (fill_gregset): Account for the fact that register ``mq'' might
1283 not exist.
1284 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
1285 (registers_power): Add fpscr to register set at slot 71.
1286 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
1287 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
1288
943c9c25
MS
12892002-04-11 Michael Snyder <msnyder@redhat.com>
1290
1291 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
1292 * configure: Regenerate.
1293 * config.in: Regenerate.
1294 * acconfig.h: Add define for _SYSCALL32.
1295 * core-sol2.c: Remove #define _SYSCALL32.
1296 * solib-legacy.c: Remove #define _SYSCALL32.
1297
d8c0a2e7
AC
12982002-04-10 Andrew Cagney <ac131313@redhat.com>
1299
1300 * stack.c (select_frame): Cleanup internal error message, do not
1301 use %p.
1302
7cc19214
AC
13032002-04-10 Andrew Cagney <ac131313@redhat.com>
1304
1305 * stack.c (select_frame): Check that selected_frame and the
1306 specified level are as expected.
1307 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
1308 Update copyright.
1309 * frame.h (struct frame_info): Add field `level'. Update
1310 copyright.
1311 Work-in-progress PR gdb/464.
1312
67a2b77e
AC
13132002-04-10 Andrew Cagney <ac131313@redhat.com>
1314
1315 * maint.c (maint_print_section_info): Rename print_section_info.
1316 (print_bfd_section_info, print_objfile_section_info): Update.
1317 * inferior.h (struct gdbarch): Add opaque declaration.
1318 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
1319 * gdbarch.h: Regenerate.
1320
8cfda98c
ML
13212002-04-10 Michal Ludvig <mludvig@suse.cz>
1322
1323 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
1324 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
1325 (kernel_u_size): Added.
1326 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
1327 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
1328
ca439ad2
JI
13292002-04-04 Jim Ingham <jingham@apple.com>
1330
1331 * valarith.c (find_size_for_pointer_math): New function, either returns
1332 the size for a pointer's target, returns 1 for void *, or errors for
1333 incomplete types.
1334 (value_add, value_sub): use find_size_for_pointer_math.
1335
2f2893d9
DJ
13362002-04-09 Daniel Jacobowitz <drow@mvista.com>
1337
1338 * linux-low.c (linux_look_up_symbols): New hook.
1339 (linux_target_ops): Add linux_look_up_symbols.
1340 * remote-utils.c (decode_address): New function.
1341 (look_up_one_symbol): New function.
1342 * server.c (handle_query): Call target look_up_symbols hook.
1343 * server.h (look_up_one_symbol): Add prototype.
1344 * target.h (struct target_ops): Add look_up_symbols hook.
1345
2ec06d2e
DJ
13462002-04-09 Daniel Jacobowitz <drow@mvista.com>
1347
d64b8841
DJ
1348 * gdbserver/server.h: Include <string.h> if HAVE_STRING_H.
1349 * ChangeLog: Correct paths in last ChangeLog entry.
1350
13512002-04-09 Daniel Jacobowitz <drow@mvista.com>
1352
1353 * gdbserver/linux-low.h: Remove obsolete prototypes.
2ec06d2e
DJ
1354 (struct linux_target_ops): New.
1355 (extern the_low_target): New.
d64b8841 1356 * gdbserver/linux-low.c (num_regs, regmap): Remove declarations.
2ec06d2e
DJ
1357 (register_addr): Use the_low_target explicitly.
1358 (fetch_register): Likewise.
1359 (usr_fetch_inferior_registers): Likewise.
1360 (usr_store_inferior_registers): Likewise.
d64b8841 1361 * gdbserver/linux-arm-low.c (num_regs): Remove.
2ec06d2e
DJ
1362 (arm_num_regs): Define.
1363 (arm_regmap): Renamed from regmap, made static.
1364 (arm_cannot_fetch_register): Renamed from cannot_fetch_register,
1365 made static.
1366 (arm_cannot_store_register): Renamed from cannot_store_register,
1367 made static.
1368 (the_low_target): New.
d64b8841 1369 * gdbserver/linux-i386-low.c (num_regs): Remove.
2ec06d2e
DJ
1370 (i386_num_regs): Define.
1371 (i386_regmap): Renamed from regmap, made static.
1372 (i386_cannot_fetch_register): Renamed from cannot_fetch_register,
1373 made static.
1374 (i386_cannot_store_register): Renamed from cannot_store_register,
1375 made static.
1376 (the_low_target): New.
d64b8841 1377 * gdbserver/linux-ia64-low.c (num_regs): Remove.
2ec06d2e
DJ
1378 (ia64_num_regs): Define.
1379 (ia64_regmap): Renamed from regmap, made static.
1380 (ia64_cannot_fetch_register): Renamed from cannot_fetch_register,
1381 made static.
1382 (ia64_cannot_store_register): Renamed from cannot_store_register,
1383 made static.
1384 (the_low_target): New.
d64b8841 1385 * gdbserver/linux-m68k-low.c (num_regs): Remove.
2ec06d2e
DJ
1386 (m68k_num_regs): Define.
1387 (m68k_regmap): Renamed from regmap, made static.
1388 (m68k_cannot_fetch_register): Renamed from cannot_fetch_register,
1389 made static.
1390 (m68k_cannot_store_register): Renamed from cannot_store_register,
1391 made static.
1392 (the_low_target): New.
d64b8841 1393 * gdbserver/linux-mips-low.c (num_regs): Remove.
2ec06d2e
DJ
1394 (mips_num_regs): Define.
1395 (mips_regmap): Renamed from regmap, made static.
1396 (mips_cannot_fetch_register): Renamed from cannot_fetch_register,
1397 made static.
1398 (mips_cannot_store_register): Renamed from cannot_store_register,
1399 made static.
1400 (the_low_target): New.
d64b8841 1401 * gdbserver/linux-ppc-low.c (num_regs): Remove.
2ec06d2e
DJ
1402 (ppc_num_regs): Define.
1403 (ppc_regmap): Renamed from regmap, made static.
1404 (ppc_cannot_fetch_register): Renamed from cannot_fetch_register,
1405 made static.
1406 (ppc_cannot_store_register): Renamed from cannot_store_register,
1407 made static.
1408 (the_low_target): New.
d64b8841 1409 * gdbserver/linux-s390-low.c (num_regs): Remove.
2ec06d2e
DJ
1410 (s390_num_regs): Define.
1411 (s390_regmap): Renamed from regmap, made static.
1412 (s390_cannot_fetch_register): Renamed from cannot_fetch_register,
1413 made static.
1414 (s390_cannot_store_register): Renamed from cannot_store_register,
1415 made static.
1416 (the_low_target): New.
d64b8841 1417 * gdbserver/linux-sh-low.c (num_regs): Remove.
2ec06d2e
DJ
1418 (sh_num_regs): Define.
1419 (sh_regmap): Renamed from regmap, made static.
1420 (sh_cannot_fetch_register): Renamed from cannot_fetch_register,
1421 made static.
1422 (sh_cannot_store_register): Renamed from cannot_store_register,
1423 made static.
1424 (the_low_target): New.
d64b8841 1425 * gdbserver/linux-x86-64-low.c (x86_64_regmap): Renamed from regmap.
2ec06d2e
DJ
1426 (the_low_target): New.
1427
96cb11df
AC
14282002-04-09 Andrew Cagney <ac131313@redhat.com>
1429
1430 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
1431 override FP_REGNUM with frame->fp. Update copyright.
1432 * parse.c (num_std_regs, std_regs): Delete.
1433 (target_map_name_to_register): Do not search std_regs. Update
1434 function description.
1435 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
1436 declarations. Update copyright.
1437 Fix PR gdb/251.
1438
c3a3ccc7
DJ
14392002-04-09 Daniel Jacobowitz <drow@mvista.com>
1440
1441 * gdbserver/Makefile.in: Add stamp-h target.
1442 * gdbserver/configure.in: Create stamp-h.
1443 * gdbserver/configure: Regenerated.
1444
ce3a066d
DJ
14452002-04-09 Daniel Jacobowitz <drow@mvista.com>
1446
1447 * gdbserver/inferiors.c: New file.
1448 * gdbserver/target.c: New file.
1449 * gdbserver/target.h: New file.
1450 * gdbserver/Makefile.in: Add target.o and inferiors.o. Update
1451 dependencies.
1452 * gdbserver/linux-low.c (inferior_pid): New static variable,
1453 moved from server.c.
1454 (linux_create_inferior): Renamed from create_inferior.
1455 Call add_inferior. Return 0 on success instead of a PID.
1456 (linux_attach): Renamed from myattach.
1457 (linux_kill): Renamed from kill_inferior. Call clear_inferiors ().
1458 (linux_thread_alive): Renamed from mythread_alive.
1459 (linux_wait): Renamed from mywait. Call clear_inferiors () if the
1460 child dies.
1461 (linux_resume): Renamed from myresume. Add missing ``return 0''.
1462 (regsets_store_inferior_registers): Correct error message.
1463 Add missing ``return 0''.
1464 (linux_fetch_registers): Renamed from fetch_inferior_registers.
1465 (linux_store_registers): Renamed from store_inferior_registers.
1466 (linux_read_memory): Renamed from read_inferior_memory.
1467 (linux_write_memory): Renamed from write_inferior_memory.
1468 (linux_target_ops): New structure.
1469 (initialize_low): Call set_target_ops ().
1470 * gdbserver/remote-utils.c (unhexify): New function.
1471 (hexify): New function.
1472 (input_interrupt): Send signals to ``signal_pid''.
1473 * gdbserver/server.c (inferior_pid): Remove.
1474 (start_inferior): Update create_inferior call.
1475 (attach_inferior): Call add_inferior.
1476 (handle_query): New function.
1477 (main): Call handle_query for `q' packets.
1478 * gdbserver/server.h: Include "target.h". Remove obsolete prototypes.
1479 Add prototypes for "inferiors.c", "target.c", hexify, and unhexify.
1480
0729219d
DJ
14812002-04-09 Daniel Jacobowitz <drow@mvista.com>
1482
1483 * gdbserver/Makefile.in: Add WARN_CFLAGS. Update configury
1484 dependencies.
1485 * gdbserver/configure.in: Check for <string.h>
1486 * gdbserver/configure: Regenerate.
1487 * gdbserver/config.in: Regenerate.
1488 * gdbserver/gdbreplay.c: Include needed system headers.
1489 (remote_open): Remove strchr prototype.
1490 * gdbserver/linux-low.h: Correct #ifdef to HAVE_LINUX_USRREGS.
1491 * gdbserver/regcache.c (supply_register): Change buf argument to const void *.
1492 (supply_register_by_name): Likewise.
1493 (collect_register): Change buf argument to void *.
1494 (collect_register_by_name): Likewise.
1495 * gdbserver/regcache.h: Add missing prototypes.
1496 * gdbserver/remote-utils.c: Include <arpa/inet.h> for inet_ntoa.
1497 * gdbserver/server.c (handle_query): New function.
1498 (attached): New static variable, moved out of main.
1499 (main): Quiet longjmp clobber warnings.
1500 * gdbserver/server.h: Add ATTR_NORETURN and ATTR_FORMAT. Update prototypes.
1501 * gdbserver/utils.c (error): Remove NORETURN.
1502 (fatal): Likewise.
1503
97658e92
DJ
15042002-04-09 Daniel Jacobowitz <drow@mvista.com>
1505
1506 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
1507 after the last symbol in a block.
1508
6044e3eb
PM
15092002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
1510
1511 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
1512 is non zero as a found symbol.
1513
0406ec40
AC
15142002-04-08 Andrew Cagney <ac131313@redhat.com>
1515
1516 * findvar.c: Include "builtin-regs.h".
1517 (value_of_register): Call value_of_builtin_reg when applicable.
1518 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
1519 (target_map_name_to_register): Call
1520 builtin_reg_map_name_to_regnum.
1521 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
1522 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
1523 (builtin_regs_h): Define.
1524 (builtin-regs.o): New target.
1525 (findvar.o): Add $(builtin_regs_h).
1526 * builtin-regs.c, builtin-regs.h: New files.
1527 * std-regs.c: New file.
1528 Partial fix for PR gdb/251.
1529
56a6dfb9
KB
15302002-04-08 Kevin Buettner <kevinb@redhat.com>
1531
1532 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
1533 it's no longer required.
1534
3a808432
AC
15352002-04-08 Andrew Cagney <ac131313@redhat.com>
1536
1537 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
1538
7c40d541
KB
15392002-04-08 Kevin Buettner <kevinb@redhat.com>
1540
1541 From Jimi X <jimix@watson.ibm.com>:
1542 * rs6000-tdep.c (rs6000_software_single_step): Use
1543 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
1544 and size. Use target_insert_breakpoint() and
1545 target_remove_breakpoint() to insert and remove breakpoints
1546 instead of explicit memory reads and writes.
1547
cc9836a8
KB
15482002-04-08 Kevin Buettner <kevinb@redhat.com>
1549
1550 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
1551 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
1552 ELF_OBJECT_FORMAT ifdef.
1553
7495d1dc
KB
15542002-04-08 Kevin Buettner <kevinb@redhat.com>
1555
1556 From Jimi X <jimix@watson.ibm.com>:
1557 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
1558
4288e836
KB
15592002-04-08 Kevin Buettner <kevinb@redhat.com>
1560
1561 From Jimi X <jimix@watson.ibm.com>:
1562 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
1563 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
1564
a4e4e501
MK
15652002-04-07 Mark Kettenis <kettenis@gnu.org>
1566
1567 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
1568 s/asprintf/xasprintf/.
1569 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
1570
006defba
AC
15712002-04-07 Andrew Cagney <ac131313@redhat.com>
1572
1573 I believe Jeff Law denies responsability for this one:
1574 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
1575 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
1576 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
1577 Work-around for PR gdb/366.
1578
7aa83cac
EZ
15792002-04-07 Elena Zannoni <ezannoni@redhat.com>
1580
1581 * remote-e7000.c (write_small, e7000_read_inferior_memory,
1582 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
1583 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
1584
cf1fcca1
EZ
15852002-04-07 Elena Zannoni <ezannoni@redhat.com>
1586
1587 * sh-tdep.c (sh_fp_frame_init_saved_regs,
1588 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
1589 information.
1590
3f289e6f
AC
15912002-04-07 Andrew Cagney <ac131313@redhat.com>
1592
1593 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
1594 maintainer.
1595
129188f6
AC
15962002-04-07 Andrew Cagney <ac131313@redhat.com>
1597
1598 * README (Reporting Bugs in GDB): Document the bug web page as the
1599 prefered way of submitting bugs.
1600 Fix PR gdb/402.
1601
1200cd6e
AC
16022002-04-06 Andrew Cagney <ac131313@redhat.com>
1603
1604 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
1605 -1. Update comment.
1606 * gdbarch.h, gdbarch.c: Re-generate.
1607
2853c33c
AS
16082002-04-07 Andreas Schwab <schwab@suse.de>
1609
1610 * m68klinux-nat.c (fill_fpregset): Properly pass address of
1611 buffer to regcache_collect.
1612
c2169756
AC
16132002-04-06 Andrew Cagney <ac131313@redhat.com>
1614
1615 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
1616 * gdbarch.c, gdbarch.h: Re-generate.
1617
25f1b008
AC
16182002-04-06 Andrew Cagney <ac131313@redhat.com>
1619
1620 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
1621 declaration. Fix -Werror.
1622
59263426
DJ
16232002-04-05 Daniel Jacobowitz <drow@mvista.com>
1624
1625 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
1626 * gdbarch.c: Regenerate.
1627
f5db4da3
MS
16282002-04-05 Michael Snyder <msnyder@redhat.com>
1629
80f8a6eb
MS
1630 * breakpoint.c (clear_command): Rewrite middle section to
1631 combine two loops with identical control conditions.
1632 Add a cleanup to eliminate a memory leak.
f5db4da3
MS
1633 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
1634
ad3dcc5c
L
16352002-04-05 H.J. Lu (hjl@gnu.org)
1636
1637 * solib-svr4.c (bkpt_names): Add "__start".
1638
f32e7a74
AC
16392002-04-04 Andrew Cagney <ac131313@redhat.com>
1640
1641 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
1642 as test for 64 bit target.
1643
8227c0ff
AC
16442002-04-05 Andrew Cagney <ac131313@redhat.com>
1645
1646 * h8500-tdep.c (h8500_write_fp): Delete function.
1647 * dwarf2cfi.c (cfi_write_fp): Document as not used.
1648 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
1649 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
1650 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
1651 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
1652 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
1653 (s390_write_fp):
1654 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
1655 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
1656 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
1657 (d10v_write_fp): Delete function.
1658 * inferior.h (write_fp, generic_target_write_fp): Delete
1659 declarations.
1660 * regcache.c (generic_target_write_fp): Delete function.
1661 (write_fp): Delete function.
1662 * gdbarch.sh (TARGET_WRITE_FP): Delete.
1663 * gdbarch.h, gdbarch.c: Regenerate.
1664 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
1665 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
1666 (sparc64_write_fp): Delete declaration.
1667 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
1668 (h8500_write_fp): Delete declaration.
1669
2757dd86
AC
16702002-04-04 Andrew Cagney <ac131313@redhat.com>
1671
1672 * sparc-tdep.c (sparc64_write_fp): Delete.
1673 (sparc_push_dummy_frame): Replace write_fp call with code to store
1674 the FP directly.
1675 (sparc_gdbarch_init): Do not initialize write_fp.
1676
c69255e1
KB
16772002-04-05 Kevin Buettner <kevinb@redhat.com>
1678
1679 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
1680 clause.
1681
ae767bfb
JB
16822002-03-29 Jim Blandy <jimb@redhat.com>
1683
1684 * stack.c (get_selected_block): Add new argument `addr_in_block',
1685 used to return the exact code address we used to select the block,
1686 not just the block.
1687 * blockframe.c (get_frame_block, get_current_block): Same.
1688 * frame.h (get_frame_block, get_current_block,
1689 get_selected_block): Update declarations.
1690 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
1691 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
1692
84d2ac95
MS
16932002-04-05 Michael Snyder <msnyder@redhat.com>
1694
1695 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
1696 warning message.
1697
596aa3bf
JB
16982002-04-05 J. Brobecker <brobecker@gnat.com>
1699
1700 * utils.c (xfullpath): New function.
1701 * defs.h (xfullpath): Add declaration.
1702 * source.c (openp): Use xfullpath in place of gdb_realpath to
1703 avoid resolving the basename part of filenames when the
1704 associated file is a symbolic link. This fixes a potential
1705 inconsistency between the filenames known to GDB and the
1706 filenames it prints in the annotations.
1707 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
1708 to be able to match a filename with either the real filename, or
1709 the name of any symbolic link to this file.
1710 (lookup_partial_symtab): Ditto.
1711
c02f5703
MS
17122002-04-04 Michael Snyder <msnyder@redhat.com>
1713
1714 * breakpoint.c: Add support for hardware breakpoints in overlays.
1715 (overlay_events_enabled): New state variable.
1716 (insert_breakpoints): Use overlay_events_enabled to decide
1717 whether to attempt to set a breakpoint at the overlay load addr.
1718 Handle bp_hardware_breakpoint as well as bp_breakpoint.
1719 (remove_breakpoint): Use overlay_events_enabled to decide
1720 whether breakpoints need to be removed from overlay load addr.
1721 Handle bp_hardware_breakpoint as well as bp_breakpoint.
1722 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
1723 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
1724 disable_overlay_breakpoints): Update overlay_events_enabled.
1725
5fb290d7
DJ
17262002-04-04 Daniel Jacobowitz <drow@mvista.com>
1727
1728 * dwarf2read.c (struct function_range): New.
1729 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
1730 (check_cu_functions): New.
1731 (read_file_scope): Initialize global function lists.
1732 Call dwarf_decode_line after processing children.
1733 (read_func_scope): Add to global function list.
1734 (dwarf_decode_lines): Call check_cu_functions everywhere
1735 record_line is called. Call record_line with a linenumber
1736 of 0 to mark sequence ends.
1737
7b3fabf0
ML
17382002-04-04 Michal Ludvig <mludvig@suse.cz>
1739
1740 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
1741 change sync with glibc.
1742
bce58c09
JB
17432002-04-03 Jim Blandy <jimb@redhat.com>
1744
1745 * configure.in: Call AC_C_INLINE.
1746 * configure: Regenerated.
1747
2fccf04a
DJ
17482002-04-01 Daniel Jacobowitz <drow@mvista.com>
1749
1750 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
1751 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
1752
2d1bfe2e
MK
17532002-03-31 Mark Kettenis <kettenis@gnu.org>
1754
a5941fbf
MK
1755 * NEWS: Mention gcore support on FreeBSD/i386.
1756
a90cd31d
MK
1757 * fbsd-proc.c: New file.
1758 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
1759 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
1760
2d1bfe2e
MK
1761 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
1762 while statement.
1763
9eb6e5a1
JB
17642002-03-29 Jim Blandy <jimb@redhat.com>
1765
1766 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
1767 unescaped newlines in string literals, but newer ones don't. So
1768 escape them.
1769
f02df580
MS
17702002-03-26 Michael Snyder <msnyder@redhat.com>
1771 Andrew Cagney <cagney@redhat.com>
1772
1773 * cli/cli-dump.c: New file. Dump memory to file,
1774 restore file to memory.
1775 * cli/cli-dump.h: New file.
1776 * Makefile.in: Add rules, dependencies for cli-dump.o.
89743e04 1777 * NEWS: Mention new commands.
f02df580 1778
109f874e
MS
17792002-03-28 Michael Snyder <msnyder@redhat.com>
1780
1781 * symfile.c (symbol_file_add): Move test for null symbols to later.
1782
520f6ade
AC
17832002-03-27 Andrew Cagney <ac131313@redhat.com>
1784
1785 From veksler at il.ibm.com:
1786 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
1787 the xstrduped original path.
1788 Fix PR gdb/417.
1789
d4654627
MS
17902002-03-27 Michael Snyder <msnyder@redhat.com>
1791
1792 * breakpoint.c (_initialize_breakpoint): Clean up help string.
1793 * infcmd.c (_initialize_infcmd): Ditto.
1794 * language.c (_initialize_language): Ditto.
1795 * symfile.c (_initialize_symfile): Ditto.
1796 * top.c (_init_main): Ditto.
1797 * cli/cli-cmds.c (init_cli_cmds): Ditto.
1798
6be8bc0c
EZ
17992002-03-27 Elena Zannoni <ezannoni@redhat.com>
1800
1801 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
1802 vector registers handling.
1803 (skip_prologue): Handle new AltiVec instructions. Fill in new
1804 fields of frame data.
1805 (frame_get_saved_regs): Fill in information for AltiVec registers.
1806
12af6855
JB
18072002-03-27 Jim Blandy <jimb@redhat.com>
1808
1809 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
1810 a function; leave this macro here to invoke that function.
1811 (symbol_init_mangled_name): Declaration for that function.
1812 * symtab.c (symbol_init_mangled_name): New function.
1813
dc672865
AC
18142002-03-27 Andrew Cagney <ac131313@redhat.com>
1815
1816 * valarith.c: Replace strerror with safe_strerror.
1817 * tracepoint.c: Ditto.
1818 * lin-lwp.c: Ditto.
1819 * go32-nat.c: Ditto.
1820 * inflow.c: Ditto.
1821 * gnu-nat.c: Ditto.
1822
d96429cd
AS
18232002-03-27 Andreas Schwab <schwab@suse.de>
1824
1825 * event-top.c (command_line_handler): Remove useless if.
1826
7e336ba1
AJ
18272002-03-27 Andreas Jaeger <aj@suse.de>
1828
1829 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
1830 comment.
1831
de220d0f
ML
18322002-03-27 Michal Ludvig <mludvig@suse.cz>
1833
1834 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
1835 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
1836 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
1837 (x86_64_linux_dr_get_status, supply_gregset),
1838 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
1839 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
1840 (x86_64_register_info_table): Add.
1841 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
1842 (x86_64_register_raw_size, x86_64_register_virtual_type),
1843 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
1844 general x86_64_register_info_table.
1845 (i386_gdbarch_init): gdbarch_register_bytes is now set
1846 dynamicaly during initialization.
1847 * regformats/reg-x86-64.dat: Synced with changes to registers above.
1848 * gdbserver/linux-x86-64-low.c: Ditto.
7e336ba1 1849
0e98d0a7
DJ
18502002-03-27 Daniel Jacobowitz <drow@mvista.com>
1851
1852 * gdbserver/server.c (main): Call target_signal_to_host_p
1853 and target_signal_to_host on signals received from the remote.
1854 * gdbserver/remote-utils.c (prepare_resume_reply): Call
1855 target_signal_from_host on signals sent to the remote.
1856 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
1857 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
1858
3130066b
DJ
18592002-03-27 Daniel Jacobowitz <drow@mvista.com>
1860
1861 * signals/signals.c: Include "server.h" in gdbserver build.
1862 (target_signal_from_name): Don't use STREQ.
1863 (_initialize_signals): Likewise. Don't include function in
1864 gdbserver build.
1865
9aedf4f4
DJ
18662002-03-27 Daniel Jacobowitz <drow@mvista.com>
1867
1868 * signals.c: Moved to...
1869 * signals/signals.c: Here.
7e336ba1 1870 * Makefile (signals.o): Update.
9aedf4f4 1871
3fa41cdb
JL
18722002-03-26 Jeff Law (law@redhat.com)
1873
1874 * somread.c (som_symtab_read): Remove some commented out code and
1875 updated related comments. Do not set the minimal symbol table to
1876 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
1877 in a dynamic executable.
1878 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
1879 where we are unable to find the minimal symbol for the given
1880 PC value.
1881
ee677e8d
MS
18822002-03-25 Jeff Law (law@redhat.com)
1883
1884 * linux-proc.c (read_mapping): Scan up to end of line for filename.
1885
e76e1718
ML
18862002-03-25 Michal Ludvig <mludvig@suse.cz>
1887
1888 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
1889
18a642a1
AC
18902002-03-23 Andrew Cagney <ac131313@redhat.com>
1891
1892 * command.h: Update copyright.
1893 (struct cmd_list_element): Replace definition with opaque
1894 declaration.
1895 (enum cmd_types): Document that it will eventually be moved to
1896 cli/cli-decode.h
1897 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
1898 (MALLOCED_REPLACEMENT): Delete macro.
1899 * Makefile.in (cli_decode_h): Add $(command_h).
1900 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
7e336ba1 1901 * top.c: Include "cli/cli-decode.h".
18a642a1
AC
1902 * completer.c: Include "cli/cli-decode.h".
1903 * maint.c: Include "cli/cli-decode.h".
1904 * cli/cli-decode.h: Include "command.h".
1905 (enum command_class): Delete.
1906 (enum cmd_types): Comment out.
1907 (enum cmd_auto_boolean): Delete.
1908 (enum var_types): Delete.
1909
b2875cc0
AC
19102002-03-23 Andrew Cagney <ac131313@redhat.com>
1911
1912 * cli/cli-decode.c: Include "gdb_assert.h".
1913 (add_set_or_show_cmd): New static function.
1914 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
1915 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
1916 all fields, such as func, from the set command.
1917
3b45974e
AC
19182002-03-23 Andrew Cagney <ac131313@redhat.com>
1919
1920 * MAINTAINERS (sh-elf): Change warning flag to -w.
1921
823ca731
AC
19222002-03-23 Andrew Cagney <cagney@redhat.com>
1923
1924 * defs.h (error): Add printf format attribute.
1925 * thread-db.c (thread_from_lwp): Fix error format string.
1926 * stack.c (parse_frame_specification): Ditto.
1927 * cli/cli-decode.c (undef_cmd_error): Ditto.
1928 * scm-lang.c (scm_lookup_name): Ditto.
1929 * tracepoint.c (trace_error): Ditto.
1930 * remote-utils.c (usage): Ditto.
1931 * remote.c (compare_sections_command): Ditto.
1932 Fix PR gdb/328.
1933
0e101458
AC
19342002-03-22 Andrew Cagney <ac131313@redhat.com>
1935
1936 * gdbtypes.c (append_composite_type_field): New function.
1937 (init_composite_type): New function.
1938 * gdbtypes.h (append_composite_type_field): Declare.
1939 (init_composite_type): Ditto.
1940
8e0662df
EZ
19412002-03-22 Elena Zannoni <ezannoni@redhat.com>
1942
1943 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
7e336ba1 1944 function.
8e0662df
EZ
1945 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
1946 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
1947 structure returning convention for SYSV ABI case, but not
1948 for GNU/Linux, FreeBSD, or NetBSD.
1949
3121eff0
DJ
19502002-03-22 Daniel Jacobowitz <drow@mvista.com>
1951
1952 * symtab.h (lookup_block_symbol): Add mangled_name argument
1953 to prototype.
1954
1955 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
1956 with new mangled_name argument.
1957 * linespec.c (decode_line_1): Likewise.
1958 * valops (value_of_this): Likewise.
1959 * symtab.c (lookup_transparent_type): Likewise.
1960 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
1961 (lookup_symbol): If we are given a mangled name, pass it down
1962 to lookup_symbol_aux.
1963 (lookup_block_symbol): If we are given a mangled name to check
1964 against, only return symbols which match it.
1965
349b409f
CF
19662002-03-22 Christopher Faylor <cgf@redhat.com>
1967
1968 * win32-nat.c (child_create_inferior): Check for proper shell to use
1969 here, in case the user changes it on the fly.
1970 (_initialize_inftarg): Remove shell path considerations.
1971
2a873819
EZ
19722002-03-21 Elena Zannoni <ezannoni@redhat.com>
1973
1974 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
1975 for gdbarch_max_register_raw_size and max_register_virtual_size.
1976 Adjust copyright year.
1977
a1b9830c
DJ
19782002-03-21 Daniel Jacobowitz <drow@mvista.com>
1979
1980 * dbxread.c (process_one_symbol): Extend the first N_SLINE
1981 in a function to cover the entire beginning of the function
1982 as well if it does not already.
1983
8b5790f2
TR
19842002-03-21 Tom Rix <trix@redhat.com>
1985
1986 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
1987 (rs6000_ptrace64): Renamed from ptrace64.
1988
bdbe5747
MH
19892002-03-20 Martin M. Hunt <hunt@redhat.com>
1990
1991 * gdbserver/remote-utils.c (remote_open): Don't call
1992 getprotobyname, we're all using TCP here so just use
1993 IPPROTO_TCP.
7e336ba1 1994 * gdbserver/gdbreplay.c (remote_open): Ditto.
bdbe5747
MH
1995
19962002-03-20 Martin M. Hunt <hunt@redhat.com>
7e336ba1 1997
bdbe5747
MH
1998 * regcache.c (_initialize_regcache): No need to call
1999 build_regcache() at this time; it gets called whenever
2000 the gdbarch changes.
2001
7781cd62
DB
20022002-03-20 David O'Brien <obrien@FreeBSD.org>
2003
2004 * sparc-nat.c: Include sys/param.h where possible.
2005
f65ca430
DJ
20062002-03-20 Daniel Jacobowitz <drow@mvista.com>
2007
2008 Fix PR gdb/422.
2009 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
2010 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
2011 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
2012 complex types.
2013 * stabsread.c (rs6000_builtin_type): Likewise.
2014 (read_sun_floating_type): Likewise.
2015
0c867556
PS
20162002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
2017
2018 * stabsread.c (read_member_functions): Remove skip code for duplicate
2019 constructor/destructor methods. Use standard parsing for these
2020 methods and just do not chain them to the list of methods after
2021 parsing.
2022
12b9c64f
AO
20232002-03-19 Alexandre Oliva <aoliva@redhat.com>
2024
2025 * coffread.c: Remove redundant static declarations. Replace
2026 occurrences of `PTR' with `void *'.
2027 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
2028 * top.h (quit_cover): Likewise.
2029 * defs.h (catch_errors): Likewise.
2030
349c5d5f
AC
20312002-03-18 Andrew Cagney <ac131313@redhat.com>
2032
2033 * defs.h (XMALLOC): Define.
2034 * gdb-events.sh (XMALLOC): Delete macro.
2035 * gdb-events.c, gdb-events.h: Regenerate.
2036 * gdbarch.sh (XMALLOC): Delete macro.
2037 * gdbarch.c: Regenerate.
2038 * serial.c (XMALLOC): Delete macro.
2039 * ui-file.c (XMALLOC): Ditto.
2040 * ser-unix.h (XMALLOC): Ditto.
2041 * sh-tdep.c (XMALLOC): Ditto.
2042 * ui-out.c (XMALLOC): Ditto.
2043 * utils.c (XMALLOC): Ditto.
2044 * i386-tdep.c (XMALLOC): Ditto.
2045 * gdb-events.c (XMALLOC): Ditto.
2046 * d10v-tdep.c (XMALLOC): Ditto.
2047 * cli-out.c (XMALLOC): Ditto.
2048
2049 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
2050 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
2051 * ui-file.c, ui-out.c: Ditto.
2052
7d0766f3
AC
20532002-03-18 Andrew Cagney <ac131313@redhat.com>
2054
2055 * command.h (struct cmd_list_element): Add field context.
2056 (set_cmd_context, get_cmd_context): Declare.
2057 * cli/cli-decode.h: Ditto.
2058 * cli/cli-decode.c (get_cmd_context): New function.
2059 (set_cmd_context): New function.
2060 (add_cmd): Initialize context.
2061 Part of fixing PR gdb/145 and PR gdb/146.
2062
5913bcb0
AC
20632002-03-17 Andrew Cagney <ac131313@redhat.com>
2064
1868c04e
AC
2065 * cli/cli-decode.c (cmd_type): New function.
2066 * command.h (cmd_type): Declare.
2067 * infrun.c (set_schedlock_func): Call function cmd_type.
2068 * kod.c (kod_set_os): Call cmd_type.
2069 * cris-tdep.c (cris_version_update): Use function cmd_type.
2070 (cris_mode_update, cris_abi_update): Ditto.
2071
5913bcb0
AC
2072 * command.h: (execute_cmd_post_hook): Declare.
2073 (execute_cmd_pre_hook): Declare.
2074 * cli/cli-script.c (clear_hook_in_cleanup): New function.
2075 (execute_cmd_post_hook, execute_cmd_pre_hook): New
2076 functions. Execute pre/post hook while ensuring that afterwords
2077 hook_in is cleared.
2078 * top.c (execute_command): Use execute_cmd_post_hook, and
2079 execute_cmd_pre_hook to execute pre/post commands.
2080 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
2081 hook_stop_stub.
2082 (hook_stop_stub): Call execute_cmd_pre_hook.
2083
b51450c9
AC
20842002-03-17 Andrew Cagney <ac131313@redhat.com>
2085
2086 * kod.c (kod_set_os): Revert previous change. Is called by ``info
2087 set'' and this leads to a core dump. Move xstrdup of
2088 operating_system to after check that it is not NULL.
2089
f66c9f11
AC
20902002-03-17 Andrew Cagney <ac131313@redhat.com>
2091
8e694ecf
AC
2092 * kod.c (kod_set_os): Remove unnecessary check that
2093 ``command->type'' is set_cmd.
2094
f66c9f11
AC
2095 * valprint.c (set_input_radix): Use input_radix.
2096 (set_output_radix): Use output_radix.
2097 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
2098 isn't reverted.
2099
9d01611c
AC
21002002-03-16 Andrew Cagney <ac131313@redhat.com>
2101
2102 * value.h (struct value): Delete field ``substring_addr''. Change
2103 aligner fields to force_doublest_align, force_longest_align,
ee2d3b3a
AC
2104 force_core_addr_align and force_pointer_aligh.
2105
2106 * value.h (struct value): Fix typo in above change.
9d01611c 2107
4156bb53
PS
21082002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
2109
2110 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
2111 to fix internal_error from ``maintenance print architecture''.
2112
0e5e3ea6
PS
21132002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
2114
2115 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
2116 for gcc versions after gcc-2.8.1.
2117
9b013045
PS
21182002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
2119
2120 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
2121 for method resolution. Restore adjustment of ``this'' pointer after
2122 calling value_struct_elt, which was accidentally removed during the
2123 HP merge.
2124
376c9600
AC
21252002-03-15 Andrew Cagney <ac131313@redhat.com>
2126
2127 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
2128 value_of_register.
2129 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
2130 get_saved_register.
2131 * value.h (value_of_register): Update.
2132
a4db0f07
RH
21332002-03-14 Richard Henderson <rth@redhat.com>
2134
2135 * configure.in: Detect declaration for canonicalize_file_name.
2136 * utils.c (canonicalize_file_name): Declare, if needed.
2137 (gdb_realpath): Prefer realpath if available and usable.
2138 * config.in, configure: Rebuild.
2139
96383835
RH
21402002-03-14 Richard Henderson <rth@redhat.com>
2141
2142 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
2143 a constant array bound.
2144
2145 * MAINTAINERS: Add myself to write-after-approval.
2146
75245b24
MS
21472002-03-14 Michael Snyder <msnyder@redhat.com>
2148
2149 * symfile.c (syms_from_objfile): Return immediately if no syms.
2150 (symbol_file_add): Return immediately if no syms.
2151 (find_sym_fns): Return immediately if no syms.
2152
e641a1ca
ML
21532002-03-13 Michal Ludvig <mludvig@suse.cz>
2154
2155 * gdbserver/remote-util.c (remote_open): Print remote-side's
2156 IP address when remote debugging over the network.
7e336ba1 2157
df08bfec
DB
21582002-03-12 David O'Brien <obrien@FreeBSD.org>
2159
2160 * config/sparc/fbsd.mh: Fix copyright.
2161 * config/sparc/fbsd.mt: Likewise.
2162
9a57864f
RE
21632002-03-11 Richard Earnshaw <rearnsha@arm.com>
2164
2165 * MAINTAINERS: Fix typo in name of gdb warnings option.
2166 (x86-64): Fix formating so that this can be parsed by awk.
2167
dd7bf85e
DJ
21682002-03-10 Daniel Jacobowitz <drow@mvista.com>
2169
2170 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
2171 * defs.h: Include "gdb/signals.h".
2172 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
2173
33a0a2ac
ML
21742002-03-10 Michal Ludvig <mludvig@suse.cz>
2175
2176 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
7e336ba1 2177 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
33a0a2ac
ML
2178 from x86-64-tdep.h
2179
dd824b04
DJ
21802002-03-10 Daniel Jacobowitz <drow@mvista.com>
2181 Don Howard <dhoward@redhat.com>
2182
2183 * mips-tdep.c (ST0_FR): Define.
2184 (mips2_fp_compat): New function, temporarily disabled.
2185 (mips_read_fp_register_single): New function.
2186 (mips_read_fp_register_double): New function.
2187 (mips_print_register): Use them.
2188 (do_fp_register_row): Likewise.
2189
6a41ff59
AC
21902002-03-09 Andrew Cagney <ac131313@redhat.com>
2191
2192 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
2193 approval''.
2194
4ea09c10
PS
21952002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
2196
2197 * stabsread.c (read_member_functions): Fix is_stub test for
2198 static member functions, improve comment.
2199
6ccc741d
RE
22002002-03-07 Richard Earnshaw <rearnsha@arm.com>
2201
2202 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
2203 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
2204 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
2205 commands that set boolean values.
2206 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
2207 (arm_rdi_resume): Always initialize PC.
2208 (arm_rdi_open): Don't use rslt as a boolean.
2209 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
2210 (arm_rdi_fetch_registers, arm_rdi_store_registers)
2211 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
2212 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
2213
438013df
AO
22142002-03-06 Alexandre Oliva <aoliva@redhat.com>
2215
2216 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
2217 * configure: Rebuilt.
2218
70ed8774
SC
22192002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2220
2221 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
2222 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
2223
5ba2abeb
AC
22242002-03-06 Andrew Cagney <ac131313@redhat.com>
2225
2226 * cli/cli-decode.c (set_cmd_completer): New function.
2227 * command.h (set_cmd_completer): Declare.
2228 * cli/cli-decode.h (set_cmd_completer): Ditto.
2229
2230 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
2231 * cli/cli-cmds.c (init_cli_cmds): Ditto.
2232 * win32-nat.c (_initialize_inftarg): Ditto.
2233 * remote-rdi.c (_initialize_remote_rdi): Ditto.
2234 * proc-api.c (_initialize_proc_api): Ditto.
2235 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
2236 * source.c (_initialize_source): Ditto.
2237 * exec.c (_initialize_exec): Ditto.
2238 * solib.c (_initialize_solib): Ditto.
2239 * top.c (init_main): Ditto.
2240 * tracepoint.c (_initialize_tracepoint): Ditto.
2241 * symfile.c (_initialize_symfile): Ditto.
2242 * printcmd.c (_initialize_printcmd): Ditto.
2243 * infcmd.c (_initialize_infcmd): Ditto.
2244 * corefile.c (_initialize_core): Ditto.
2245
f779ca99
AC
22462002-03-05 Andrew Cagney <ac131313@redhat.com>
2247
2248 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
2249
01a3934b
AC
22502002-03-05 Andrew Cagney <ac131313@redhat.com>
2251
2252 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
2253
37057839
AC
22542002-03-05 Andrew Cagney <ac131313@redhat.com>
2255
2256 * NEWS: Update headings, 5.2 has branched.
2257
c6ecbae5
DJ
22582002-03-04 Daniel Jacobowitz <drow@mvista.com>
2259
2260 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
2261 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
2262 (register_addr, REGISTER_RAW_SIZE): Likewise.
2263 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
2264 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
2265
e9f30c21
ML
22662002-03-03 Michal Ludvig <mludvig@suse.cz>
2267
2268 * MAINTAINERS (x86-64): Add myself.
2269 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
2270 changed value_ptr -> struct value *
2271
54394ac3
DB
22722002-03-01 David O'Brien <obrien@FreeBSD.org>
2273
2274 * configure.host (sparc64-*-freebsd): Add.
2275 * configure.tgt: Likewise.
2276 * config/sparc/fbsd.mh: New file.
2277 * config/sparc/fbsd.mt: Likewise.
2278 * config/sparc/nm-fbsd.h: Likewise.
2279 * config/sparc/tm-fbsd.h: Likewise.
2280
bfe95955
DJ
22812002-03-01 Daniel Jacobowitz <drow@mvista.com>
2282
2283 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
2284 regformats/reg-s390x.dat.
2285
f33c6cbf
AC
22862002-03-01 Andrew Cagney <ac131313@redhat.com>
2287
2288 * utils.c: Add FIXME explaining true/false problem.
2289
5ecaa7dd
AC
22902002-02-28 Andrew Cagney <ac131313@redhat.com>
2291
2292 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
2293
2a251cc2
MC
22942002-02-28 Michael Chastain <mec@shout.net>
2295
2296 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
2297
6a8031a3 22982002-02-28 Daniel Jacobowitz <drow@mvista.com>
265f716b
DJ
2299
2300 * gdbserver/linux-s390-low.c: New file.
2301 * regformats/reg-s390.dat: New file.
2302 * regformats/reg-s390x.dat: New file.
2303 * gdbserver/configure.srv: Add S/390.
2304 * gdbserver/Makefile.in: Add S/390.
2305 * configure.tgt: Enable gdbserver for S/390.
2306
ac469903
EZ
23072002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
2308
2309 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
2310 first line of the doc string for "info dos", except at the end of
2311 the sentence, since the short help stops at the first period.
2312
985cb1a3
JM
23132002-02-28 Jason Merrill <jason@redhat.com>
2314
2315 * dwarf2read.c (dwarf_cfi_name): Add new codes.
2316
c570663e
FF
23172002-02-27 Fred Fish <fnf@redhat.com>
2318
2319 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
2320 comment (dumy -> dummy).
2321
43630227
PS
23222002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
2323
2324 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
2325
b84911e8
RB
23262002-02-27 Rodney Brown <rbrown64@csc.com.au>
2327
2328 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
2329
58caa3dc
DJ
23302002-02-27 Daniel Jacobowitz <drow@mvista.com>
2331
2332 * gdbserver/acconfig.h: New file.
2333 * gdbserver/i387-fp.c: New file.
2334 * gdbserver/i387-fp.h: New file.
2335 * gdbserver/linux-x86-64.c: New file.
2336 * regformats/reg-x86-64.dat: New file.
2337 * configure.tgt: Add x86_64-*-linux* gdbserver support.
2338 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
2339 * gdbserver/configure.in: Add support for regsets.
2340 * gdbserver/config.in: Regenerate.
2341 * gdbserver/configure: Regenerate.
2342 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
2343 * gdbserver/linux-low.h: New file.
2344 * gdbserver/linux-low.c: Include "linux-low.h". Add support
2345 for regsets.
2346 * gdbserver/linux-arm-low.c: Include "linux-low.h".
2347 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
2348 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
2349 * gdbserver/linux-mips-low.c: Include "linux-low.h".
2350 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
2351 * gdbserver/linux-sh-low.c: Include "linux-low.h".
2352 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
2353 "i387-fp.h". Add PTRACE_GETREGS and friends.
2354 * gdbserver/regcache.c (supply_register): New function.
2355 (supply_register_by_name): New function.
2356 (collect_register): New function.
2357 (collect_register_by_name): New function.
2358
93652174
DJ
23592002-02-27 Daniel Jacobowitz <drow@mvista.com>
2360
2361 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
2362 (config.status): Add configure.srv dependency.
2363 (server_h): Add config.h dependency.
2364
a02e4a61
DJ
23652002-02-27 Daniel Jacobowitz <drow@mvista.com>
2366
2367 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
2368 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
2369 * gdbserver/configure.srv: Change i386-*-linux* to use
2370 reg-i386-linux.o.
2371
ce0eebec
AC
23722002-02-26 Andrew Cagney <ac131313@redhat.com>
2373
2374 * x86-64-tdep.c: Re-indent. Update copyright date.
2375
82dbc5f7
AC
23762002-02-26 Andrew Cagney <ac131313@redhat.com>
2377
2378 From Michal Ludvig <mludvig@suse.cz>:
2379 * x86-64-tdep.c (value.h): Delete.
2380 (gdb_assert.h): Include.
2381 (x86_64_register_convert_to_virtual,
2382 x86_64_register_convert_to_raw ): Add check which lets only
2383 floating-point values to be converted.
2384 (value_push): Delete.
2385 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
2386 (i386_gdbarch_init): Number of register_bytes fixed.
2387
e4621584
AC
23882002-02-26 Andrew Cagney <ac131313@redhat.com>
2389
2390 * MAINTAINERS: Add x86-64 target.
2391
81a9a963
AC
23922002-02-26 Andrew Cagney <ac131313@redhat.com>
2393
2394 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
2395 * osfsolib.c (solib_map_sections): Ditto.
2396 * irix5-nat.c (solib_map_sections): Ditto.
2397 * corelow.c (gdb_check_format): Ditto.
2398 * symfile.c (symfile_bfd_open): Ditto.
2399 * solib.c (solib_map_sections): Ditto.
2400 Fix PR gdb/354.
7e336ba1 2401
0f017ab9
AC
24022002-02-26 Andrew Cagney <ac131313@redhat.com>
2403
2404 * remote.c (_initialize_remote): By default, disable ``e'' and
2405 ``E'' step out-of-range packets.
2406
75738c29
AS
24072002-02-26 Andreas Schwab <schwab@suse.de>
2408
2409 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
2410 m68k_linux_frame_saved_pc.
2411 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
2412 in_sigtramp.
2413 (SIGCONTEXT_PC_OFFSET): Remove.
2414 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
2415 m68k_linux_sigtramp_saved_pc): New functions.
2416 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
2417 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
2418 (UCONTEXT_PC_OFFSET): Define.
2419 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
2420 non-RT and RT signal trampolines.
2421
7e8ed687
RE
24222002-02-26 Richard Earnshaw <rearnsha@arm.com>
2423
2424 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
2425 (TARGET_NBPG, STACK_END_ADDR): Delete
2426 (VARIABLES_INSIDE_BLOCK): Delete.
2427
6972bc8b
AC
24282002-02-25 Andrew Cagney <ac131313@redhat.com>
2429
2430 * utils.c (perror_with_name): Make string parameter constant.
2431 (print_sys_errmsg): Ditto.
2432 (query): Ditto.
2433 * defs.h (perror_with_name): Update.
2434 (print_sys_errmsg): Update.
2435 (query): Update.
2436
aa32f823
DJ
24372002-02-25 Daniel Jacobowitz <drow@mvista.com>
2438
2439 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
2440 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
2441
19caaa45
PS
24422002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
2443
2444 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
2445 if it already matches the current architecture from the exec file.
2446 Include arch-utils.h for gdbarch_info_init prototype.
2447 * Makefile.in (rs6000-nat.o): Update dependencies.
2448
d951901f
EZ
24492002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
2450
2451 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
2452 list of exported variables.
2453
7ea81414
DJ
24542002-02-24 Daniel Jacobowitz <drow@mvista.com>
2455
2456 * gdbserver/configure.srv: New file.
2457 * gdbserver/configure.in: Use configure.srv instead
2458 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
2459 from it.
2460 * gdbserver/configure: Regenerated.
2461 * gdbserver/terminal.h: New file.
2462 * gdbserver/Makefile.in: Update for configure changes. Remove
2463 more unneeded include paths.
2464
080fe24b
AC
24652002-02-24 Andrew Cagney <ac131313@redhat.com>
2466
2467 From wiz at danbala:
2468 * config/sparc/tm-sp64.h: Fix grammar and typos.
2469 Fix PR gdb/287.
2470
8605d56e
AC
24712002-02-24 Andrew Cagney <ac131313@redhat.com>
2472
2473 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
a4b6fc86
AC
2474 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
2475 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
2476 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
ca557f44
AC
2477 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
2478 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
2479 * s390-tdep.c: Ditto.
92362027
AC
2480 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
2481 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
2482 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
2483 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
2484 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
2485 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
2486 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
2487 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
2488 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
2489 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
8605d56e 2490 Fix PR gdb/378.
7e336ba1 2491
8ed32cc0
AC
24922002-02-23 Andrew Cagney <ac131313@redhat.com>
2493
a3007b6f
AC
2494 * lin-thread.c: Delete file.
2495 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
2496 to gdb_proc_service.h.
2497 * configure: Re-generate.
2498
50a9e2f1
AC
2499 * ocd.c (ocd_open): Do not try to open the "ocd" device.
2500 * serial.c (serial_open): Delete check for "ocd".
2501 Fix PR gdb/349.
2502
8b6e7932
AC
2503 * Makefile.in (linux-thread.o): Delete target.
2504 * linux-thread.c: Delete file.
2505
d155c46b
AC
2506 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
2507 renamed SH files to be consistent.
2508
8ed32cc0
AC
2509 * symtab.c (sort_search_symbols): Use xfree.
2510
0e18d038
RE
25112002-02-23 Richard Earnshaw <rearnsha@arm.com>
2512
2513 * arm-linux-tdep.c (arm_linux_init_abi): Register
2514 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
2515 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
2516 definition with undef, since we don't want the sysvr4 definition.
2517 (SKIP_TRAMPOLINE_CODE): Likewise.
2518
27aac7ff
AC
25192002-02-23 Andrew Cagney <ac131313@redhat.com>
2520
2521 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
2522
2523 * configure.in: (AC_CHECK_FUNCS) Added test for
2524 canonicalize_file_name Regenerated.
2525 * config.in, configure: Regenerated.
2526 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
2527 defined use canonicalize_file_name.
7e336ba1 2528
65a6e0ee
MC
25292002-02-23 Michael Chastain <mec@shout.net>
2530
2531 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
2532
47b95330
AC
25332002-02-23 Andrew Cagney <ac131313@redhat.com>
2534
2535 * README: Remove references to cygnus.com.
2536 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
2537 dot com'' form. Remove references to cygnus.com and sourceware.
2538
696f451b
AC
25392002-02-23 Andrew Cagney <ac131313@redhat.com>
2540
2541 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
2542 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
2543 1003.1-2001 no longer allows "head -1".
2544 * gdb/Makefile.in (version.c): Likewise.
2545 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
2546 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
2547 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
2548
bbaca940
AC
25492002-02-23 Andrew Cagney <ac131313@redhat.com>
2550
2551 * cli/cli-decode.c (cmd_cfunc_eq): New function.
2552 * command.h (cmd_cfunc_eq): Declare.
2553 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
2554
2555 * cli/cli-cmds.h (is_complete_command): Change parameter to a
2556 ``struct cmd_list_element *''.
2557 * cli/cli-cmds.c (is_complete_command): Update. Use
2558 cmd_cfunc_eq.
2559 * top.c (execute_command): Pass the command to
2560 is_complete_command.
2561 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
2562
b8b8b047
AC
25632002-02-23 Andrew Cagney <ac131313@redhat.com>
2564
2565 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
2566 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
2567 architecture defines.
2568 * s390-tdep.c (s390_gdbarch_init): Likewise.
2569
19d3fc80
RE
25702002-02-23 Richard Earnshaw <rearnsha@arm.com>
2571
2572 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
2573 (arm_linux_push_arguments): Likewise.
2574 (arm_linux_init_abi): Register them. Also register linux-specific
2575 call_dummy_words.
2576 (find_minsym_and_objfile): Use strcmp, not STREQ.
2577 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
2578 (arm_linux_call_dummy_words): Delete declaration.
2579 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
2580 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
2581 declarations.
2582 (LOWEST_PC): Delete.
2583
3ab13650
PS
25842002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
2585
2586 * maint.c (print_section_info): Do not prepend `0x' to filepos
2587 output, it will be handled by local_hex_string_custom.
2588
19d3fc80 25892002-02-23 Richard Earnshaw <rearnsha@arm.com>
85ae890c
RE
2590
2591 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
2592 (store_newfpe_double, store_newfpe_extended, store_fpregister)
2593 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
2594
d85a5daf
JB
25952002-02-22 Jim Blandy <jimb@redhat.com>
2596
2597 Indicate that the bcache functions don't change the strings
2598 they're passed.
2599 * bcache.h (bcache, hash): Add `const' keywords to declarations.
2600 * bcache.c (bcache, hash): Add `const' keywords to definitions.
2601
eeb25b8a
PM
26022002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
2603
2604 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
2605
6badb179
CF
26062002-02-21 Christopher Faylor <cgf@redhat.com>
2607
2608 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
2609 find the complete path to a loaded DLL.
2610
e8717518
FF
26112002-02-21 Fred Fish <fnf@redhat.com>
2612
2613 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
2614 that marks the end of the range of a function, enter a line number
2615 entry that has a line number of zero and a PC offset that matches
2616 the end of the function. This starts a range of PC's for which no
2617 line number information is known.
2618 * symtab.c (find_pc_sect_line): If our best fit is in a range of
2619 PC's for which no line number info is found (line number is zero)
2620 then we didn't find any valid line information.
2621 * symtab.h: Document use of zero line number entry.
2622
9abe5450
EZ
26232002-02-21 Elena Zannoni <ezannoni@redhat.com>
2624
2625 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
2626 (have_ptrace_getvrregs): Define for run time checks.
2627 (gdb_vrregset_t): New type for Altivec register handling.
2628 (fetch_register, store_register): Fetch/store altivec register
2629 when needed.
2630 (fetch_altivec_register, store_altivec_register): New functions.
2631 (supply_vrregset, fill_vrregset): New functions.
2632 (fetch_altivec_registers, store_altivec_registers): New functions.
2633 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
2634 registers as well.
2635
aaa38bb5
AJ
26362002-02-21 Jiri Smid <smid@suse.cz>
2637
2638 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
2639
b34db576
RE
26402002-02-21 Richard Earnshaw <rearnsha@arm.com>
2641
2642 * Makefile.in (armnbsd-nat.o): Update dependencies.
2643 * armnbsd-nat.c (supply_gregset): New function. Common code to
2644 supply the integer register set.
2645 (supply_fparegset): New function. Similar for FPA registers.
2646 (fetch_regs, fetch_fp_regs): Use them.
2647 (fetch_core_registers): Likewise.
2648 (fetch_elfcore_registers): New function.
2649 (arm_netbsd_elfcore_fns): New core-file type specification.
2650 (_initialize_arm_netbsd_nat): Register it.
2651
3e56fc4b
RE
26522002-02-21 Richard Earnshaw <rearnsha@arm.com>
2653
2654 * armnbsd-nat.c: Include gdbcore.h.
2655 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
2656 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
2657 'void' to declaration, to shut up ARI.
2658 (fetch_core_registers): Make static. Rewrite using supply_register.
2659 (arm_netbsd_core_fns): New core-file type specification.
2660 (_initialize_arm_netbsd_nat): New function.
2661
097f6b0b
CF
26622002-02-21 Christopher Faylor <cgf@redhat.com>
2663
2664 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
2665 value.
2666
c914e0cc
CF
26672002-02-20 Christopher Faylor <cgf@redhat.com>
2668
2669 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
2670 fails.
2671
385fa495
DJ
26722002-02-20 Daniel Jacobowitz <drow@mvista.com>
2673
2674 * jv-exp.y (parse_number): Change type of implicit longs
2675 to builtin_type_uint64.
2676
e5f1222d
DJ
26772002-02-20 Daniel Jacobowitz <drow@mvista.com>
2678
2679 * gdbserver/linux-low.c (mywait): Change argument to waitpid
2680 to be an integer instead of a `union wait'.
2681
75c9abc6
DJ
26822002-02-20 Daniel Jacobowitz <drow@mvista.com>
2683
2684 * mips-linux-nat.c: Call the operating system GNU/Linux.
2685 * mips-linux-tdep.c: Likewise.
2686 * mips-tdep.c: Likewise.
2687
551792a5
DJ
26882002-02-20 Daniel Jacobowitz <drow@mvista.com>
2689
2690 Fix PR gdb/265.
2691 * jv-exp.y (parse_number): Handle 64-bit integers.
2692
ee6e2b82
DJ
26932002-02-20 Daniel Jacobowitz <drow@mvista.com>
2694
2695 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
2696 AC_STDC_HEADERS to AC_HEADER_STDC.
2697 * gdbserver/configure: Regenerated.
2698
a48442a0
RE
26992002-02-20 Richard Earnshaw <rearnsha@arm.com>
2700
2701 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
2702 is defined.
2703 * sparc-tdep.c (get_longjmp_target): Likewise.
2704
fe419ffc
RE
27052002-02-20 Richard Earnshaw <rearnsha@arm.com>
2706
2707 * News: Add news about ARM and Multi-arch. Mention the new target
2708 arm*-*-netbsd*.
2709
5832ed7e
JB
27102002-02-19 Jim Blandy <jimb@redhat.com>
2711
2712 * stabsread.c (error_type_complaint): Improve error message.
2713
84563040
DJ
27142002-02-19 Daniel Jacobowitz <drow@mvista.com>
2715
2716 * gdbserver/README: Update documentation.
2717 * gdbserver/configure.in: Update configury to match documentation.
2718 * gdbserver/Makefile.in: Likewise.
2719 * gdbserver/configure: Regenerated.
2720 * gdbserver/aclocal.m4: New file, generated by aclocal.
2721 * gdbserver/config.in: New file, generated by autoheader.
2722
375fd65b
RE
27232002-02-19 Richard Earnshaw <rearnsha@arm.com>
2724
2725 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
2726 armnbsd-nat.c.
2727
08216dd7
RE
27282002-02-19 Richard Earnshaw <rearnsha@arm.com>
2729
2730 * arm-tdep.h (enum arm_float_model): New enum.
2731 (struct gdbarch_tdep): Add fp_model.
2732 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
2733 up floating-point conversions until we know the floating-point model
2734 in use by the inferior. Don't complain about being unable to
2735 determine the ABI of the inferior when we don't have one.
2736 (arm_extract_return_value): Support different floating-point models.
2737 (arm_store_return_value): Likewise.
aaa38bb5 2738 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
08216dd7
RE
2739 ARM_FLOAT_SOFT.
2740 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
2741
65d6d66a
PS
27422002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
2743
2744 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
2745 of ``current_gdbarch''.
2746
47221191
RE
27472002-02-19 Richard Earnshaw <rearnsha@arm.com>
2748
2749 * armnbsd-nat.c : ANSIfy all function declarations.
2750 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
2751 (fetch_inferior_registers): Re-implement in terms of above.
2752 (store_register, store_regs, store_fp_register, store_fp_regs): New.
2753 (store_inferior_registers): Re-implement in terms of above.
2754
fdf39c9a
RE
27552002-02-19 Richard Earnshaw <rearnsha@arm.com>
2756
aaa38bb5 2757 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
fdf39c9a
RE
2758 kernel.
2759 * arm-linux-tdep.c: Likewise.
2760 * config/arm/tm-linux.h: Likewise.
2761
93247f88
RE
27622002-02-19 Richard Earnshaw <rearnsha@arm.com>
2763
2764 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
2765 * config/arm/nbsd.mt (TM_FILE): Delete.
2766 * config/arm/tm-nbsd.h: Delete.
2767
d7b486e7
RE
27682002-02-19 Richard Earnshaw <rearnsha@arm.com>
2769
2770 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
2771 Initialize CALL_DUMMY_LENGTH.
2772
41d39a95
RE
27732002-02-19 Richard Earnshaw <rearnsha@arm.com>
2774
2775 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
2776 function.
2777 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
aaa38bb5 2778 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
41d39a95
RE
2779 defines one thing and that is incorrect for this port.
2780 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
2781
e1195560
PM
27822002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
2783
2784 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
2785
c1748f97
PM
27862002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
2787
2788 * win32-nat.c (display_selector): New function. Displays information
2789 about the information returned by GetThreadSelectorEntry API function.
2790 (display_selectors): New function. Displays the infomation of
2791 the selector given as argument, or of CS, DS ans FS selectors
2792 if no argument is given.
2793 ( _initialize_inftarg): Add "w32" as info prefix command.
2794 Add "info w32 selector" as command calling display_selectors.
2795
e41e6bbf
PM
27962002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
2797
2798 * i386-tdep.c (get_longjmp_target): Fix compilation failure
2799 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
2800 if not defined.
2801
0d3a9f48
RE
28022002-02-18 Richard Earnshaw <rearnsha@arm.com>
2803
2804 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
2805
3fb4b924
RE
28062002-02-18 Richard Earnshaw <rearnsha@arm.com>
2807
2808 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
2809 (arm_fix_call_dummy): Call it.
2810 (arm_call_dummy_breakpoint_offset): Delete.
2811 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
2812 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
2813
7f55af32
AC
28142002-02-18 Andrew Cagney <ac131313@redhat.com>
2815
2816 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
2817 Default to func_frame_chain_valid.
2818 * gdbarch.h, gdbarch.c: Re-generate.
2819 * frame.h (FRAME_CHAIN_VALID): Delete definition.
2820
05f13b9c
EZ
28212002-02-18 Elena Zannoni <ezannoni@redhat.com>
2822
2823 * ppc-linux-nat.c: Update copyright.
2824 (fetch_register, store_register): Add tid parameter, don't compute
2825 tid here.
2826 (fetch_ppc_registers, store_ppc_registers): Add tid
2827 parameter. Pass it along to callees.
2828 (fetch_inferior_registers, store_inferior_registers): Compute tid
2829 here, and pass it to calleed functions.
2830 (fill_gregset, supply_fpregset): Clean up formatting.
2831
d7afb4c9
RE
28322002-02-18 Richard Earnshaw <rearnsha@arm.com>
2833
2834 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
2835 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
2836
9df628e0
RE
28372002-02-18 Richard Earnshaw <rearnsha@arm.com>
2838
2839 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
2840 * gdbarch.c gdbarch.h: Regenerate.
2841 * breakpoint.c (create_longjmp_breakpoint): Always compile this
2842 function.
2843 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
2844 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
2845 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
2846
2847 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
2848 * arm-tdep.c (arm_get_longjmp_target): New function.
2849 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
2850 this to a positive value register arm_get_longjmp_target as the
2851 longjmp handler.
2852 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
2853 (arm_linux_init_abi): Set up longjmp description in tdep.
2854 * armnbsd-nat.c (get_longjmp_target): Delete.
2855 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
2856 description in tdep.
2857 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
2858 (get_longjmp_target): Delete declaration.
2859 (GET_LONGJMP_TARGET): Delete.
2860 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
2861 (GET_LONGJMP_TARGET): Delete.
2862
57bc8964
KB
28632002-02-17 Kevin Buettner <kevinb@redhat.com>
2864
2865 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
2866 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
2867 of ``current_gdbarch''.
2868
83d31a92
TT
28692002-02-17 Tom Tromey <tromey@redhat.com>
2870
2871 * cli/cli-cmds.c (compare_strings): New function.
2872 (complete_command): Only print each unique item once.
2873 * completer.h (complete_line): Declare.
2874 * completer.c (complete_line): New function.
2875 (line_completion_function): Use it.
2876
17ef5d92
AC
28772002-02-16 Andrew Cagney <ac131313@redhat.com>
2878
2879 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
2880 * gdbarch.h, gdbarch.c: Re-generate.
2881
491b8946
DJ
28822002-02-16 Daniel Jacobowitz <drow@mvista.com>
2883
2884 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
2885
28862002-02-16 Daniel Jacobowitz <drow@mvista.com>
2887
2888 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
2889 * valops.c (value_arg_coerce): Don't take the address of a reference
2890 to convert an argument to a reference.
2891
dfe7f3ac
CF
28922002-02-15 Christopher Faylor <cgf@redhat.com>
2893
2894 * win32-nat.c (get_image_name): New function.
2895 (handle_load_dll): Use get_image_name function.
2896 (get_child_debug_event): Avoid registering debug events until possibly
2897 execed process is started.
2898 (child_create_inferior): Allow invocation via shell so that command
2899 line redirection, etc. works ok.
2900 (_initialize_inftarg): Add new command: "set shell" to control whether
2901 a shell is used to start a process.
2902
1d33e73a
DJ
29032002-02-15 Daniel Jacobowitz <drow@mvista.com>
2904
2905 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
2906 instead of find_register_by_number.
2907 (cannot_store_register): Likewise.
2908
48cd0caa
PM
29092002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
2910
aaa38bb5 2911 * dwarf2read.c: Replace fprintf (stderr, ...) by
48cd0caa
PM
2912 fprintf_unfiltered (gdb_stderr, ...).
2913
8656e7d8
DJ
29142002-02-15 Daniel Jacobowitz <drow@mvista.com>
2915
2916 * gdbserver/gdbserver.1: Document --attach.
2917
66e810cd
RE
29182002-02-15 Richard Earnshaw <rearnsha@arm.com>
2919
2920 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
2921 descriptions.
2922 * arm-tdep.c (arm_default_arm_le_breakpoint)
2923 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
2924 (arm_default_thumb_be_breakpoint): New. Initialize them from
2925 traditional breakpoint defines.
2926 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
2927 (arm_gdbarch_init): Initialize new breakpoint variables.
2928 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
2929 (arm_linux_init_abi): Initialize linux-specific breakpoint.
2930 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
2931 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
2932 code out to ...
2933 (arm_netbsd_init_abi_common): ... here; new function.
2934 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
2935 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
2936 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
2937 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
2938
97e03143
RE
29392002-02-15 Richard Earnshaw <rearnsha@arm.com>
2940
2941 * arm-tdep.h (enum arm_abi): New enum.
2942 (struct gdbarch_tdep): New structure.
2943 (LOWEST_PC): Provide a default.
2944 (arm_gdbarch_register_os_abi): Declare new function.
2945 * arm-tdep.c (arm_abi_names): New array.
2946 (process_note_abi_tag_sections): New function.
2947 (get_elfosabi): New function.
2948 (arm_gdbarch_register_os_abi): New function.
2949 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
2950 support for that ABI has been built in, then call the appropriate
2951 configuration routine. Use gdbarch_num_regs() to get the number
2952 of registers.
2953 (arm_dump_tdep): New function.
2954 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
2955 place-holder functions.
2956 (_initialize_arm_tdep): Register them.
2957 * config/arm/tm-arm.h (LOWEST_PC): Delete.
2958
2959 * armnbsd-tdep.c: New file.
2960 * Makefile.in (armnbsd-tdep.o): Add dependencies.
2961 * config/arm/nbsd.mt (TDEPFILES): Add it.
2962 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
2963
2964 * armnbsd-nat.c: Include regcache.h.
2965 * Makefile.in (armnbsd-nat.o): Update dependency list.
2966
2967 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
2968
ad68be46
DJ
29692002-02-14 Daniel Jacobowitz <drow@mvista.com>
2970
2971 * gdbserver/Makefile.in: Fix typos in target rules.
2972
003d6d1d
DJ
29732002-02-14 Daniel Jacobowitz <drow@mvista.com>
2974
aaa38bb5 2975 Fix part of PR gdb/267.
003d6d1d
DJ
2976 * linespec.c (find_methods): Handle constructors specially for now.
2977
6b230f1b
CV
29782002-02-14 Corinna Vinschen <vinschen@redhat.com>
2979
2980 * arm-tdep.c (arm_push_arguments): Eliminate special float type
2981 handling.
2982 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
2983 standard_coerce_float_to_double().
2984
1ea98d12
CF
29852002-02-14 Christopher Faylor <cgf@redhat.com>
2986
2987 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
2988 GDBINIT_FILENAME.
2989
dd47e6fd
EZ
29902002-02-14 Elena Zannoni <ezannoni@redhat.com>
2991
2992 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
2993 find_variant_by_name, because it confuses the multiarch
2994 framework. Return NULL if there isn't an architecture with the
2995 user supplied name, instead of forcing a different one without
2996 recording the change with the multiarch machinery.
2997 (find_variant_by_name): Delete.
2998
d7e39b9e
PS
29992002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3000
3001 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
3002 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
3003
76e42a4f
MH
30042002-02-13 Martin M. Hunt <hunt@redhat.com>
3005
aaa38bb5 3006 * stack.c (print_frame_info_base): When calling
76e42a4f
MH
3007 print_frame_info_listing_hook, set current_source_symtab.
3008
0a30fbc4
DJ
30092002-02-14 Daniel Jacobowitz <drow@mvista.com>
3010
3011 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
3012 and remove unused $(INCLUDE_DIR).
3013 Add regcache.c to OBS.
3014 Add generated register protocol files to clean target.
3015 Update dependencies for new objects, obsolete old target code.
3016
3017 * gdbserver/linux-low.c: Remove all platform-specific code to
3018 new files. Remove various dead code. Update to use regcache
3019 functionality.
3020 * gdbserver/remote-utils.c (fromhex): Add return statement
3021 to quiet warning.
3022 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
3023 constant.
3024 (input_interrupt): Add integer parameter to match prototype
3025 of a signal handler.
3026 (outreg): Use register_data ().
3027 (prepare_resume_reply): Use gdbserver_expedite_regs.
3028 * gdbserver/server.c (main): Dynamically allocate own_buf because
3029 PBUFSIZ is no longer constant. Use registers_to_string () and
3030 registers_from_string ().
3031 * gdbserver/server.h: No longer include "defs.h". Add prototypes
3032 for error (), fatal (), and warning (). Update definition of
3033 PBUFSIZ to use regcache functionality. Add include guard.
3034 * gdbserver/utils.c (fatal): Add missing ``const''.
3035 (warning): New function.
3036
3037 * regformats/regdat.sh: Include "regcache.h" in generated files.
3038 Provide init_registers () function.
3039 * regformats/regdef.h: Add prototype for set_register_cache ().
3040 Add include guard.
3041
3042 * gdbserver/linux-arm-low.c: New file.
3043 * gdbserver/linux-i386-low.c: New file.
3044 * gdbserver/linux-ia64-low.c: New file.
3045 * gdbserver/linux-m68k-low.c: New file.
3046 * gdbserver/linux-mips-low.c: New file.
3047 * gdbserver/linux-ppc-low.c: New file.
3048 * gdbserver/linux-sh-low.c: New file.
3049
3050 * gdbserver/regcache.c: New file.
3051 * gdbserver/regcache.h: New file.
3052
3053 * gdbserver/low-linux.c: Removed obsolete file.
3054
4cc841d0
DJ
30552002-02-14 Daniel Jacobowitz <drow@mvista.com>
3056
3057 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
3058 * config/i386/linux.mt: Likewise.
3059 * config/ia64/linux.mt: Likewise.
3060 * config/m68k/linux.mh: Likewise.
3061 * config/powerpc/linux.mh: Likewise.
3062 * config/mips/linux.mt: Likewise.
3063
3064 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
3065
3066 * config/i386/i386lynx.mh: Mark gdbserver variables
3067 as (currently) obsolete for this target.
3068 * config/i386/nbsd.mt: Likewise.
3069 * config/i386/nbsdelf.mt: Likewise.
3070 * config/m32r/m32r.mt: Likewise.
3071 * config/m68k/m68klynx.mh: Likewise.
3072 * config/m68k/nbsd.mt: Likewise.
3073 * config/m68k/sun3os4.mh: Likewise.
3074 * config/mips/vr5000.mt: Likewise.
3075 * config/ns32k/nbsd.mt: Likewise.
3076 * config/pa/hppabsd.mh: Likewise.
3077 * config/pa/hppaosf.mh: Likewise.
3078 * config/powerpc/nbsd.mt: Likewise.
3079 * config/rs6000/rs6000lynx.mh: Likewise.
3080 * config/s390/s390.mt: Likewise.
3081 * config/s390/s390x.mt: Likewise.
3082 * config/sparc/sparclynx.mh: Likewise.
3083 * config/sparc/sun4os4.mh: Likewise.
3084 * config/i386/x86-64linux.mt: Likewise.
3085 * config/sparc/linux.mh: Likewise.
3086
a85f51e7
DJ
30872002-02-14 Daniel Jacobowitz <drow@mvista.com>
3088
3089 * configure.tgt: Configure gdbserver only for known working
3090 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
3091 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
3092 SUBDIRS if it is configured. Update comment for ${nativefile}.
3093 * configure: Regenerated.
3094
65554fef
MS
30952002-02-13 Michael Snyder <msnyder@redhat.com>
3096
670a52db
MS
3097 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
3098
6dbdc4a3
MS
3099 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
3100 (default_gcore_mach): Just return 0, work around a problem in bfd.
3101 (default_gcore_target): OK to return NULL if exec_bfd is null.
3102 (make_mem_sec): Use a cast, avoid a warning.
3103
3104 * procfs.c (find_memory_regions_callback): Use a cast instead of
aaa38bb5 3105 calling host_pointer_to_address (which complains if
6dbdc4a3
MS
3106 sizeof (host pointer) != sizeof (target pointer)).
3107 (procfs_make_note_section): Avoid overflow in psargs string.
3108
aaa38bb5 3109 * procfs.c (procfs_make_note_section): Make the default
65554fef
MS
3110 implementation return an error.
3111
31122002-02-13 Rodney Brown <rbrown64@csc.com.au>
3113
3114 * procfs.c (procfs_make_note_section): Provide a default definition
3115 (for alpha-dec-osf4.0f). Fix typos.
3116
1e4d76e7
EZ
31172002-02-13 Elena Zannoni <ezannoni@redhat.com>
3118
3119 * linux-proc.c: Add include of regcache.h.
3120 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
3121
b6d1a1d5
AC
31222002-02-13 Andrew Cagney <ac131313@redhat.com>
3123
3124 From 2002-01-18 Greg McGary <greg@mcgary.org>:
aaa38bb5
AJ
3125 * memattr.c (create_mem_region): Disallow useless empty region.
3126 Regions are half-open intervals, so allow [A..B) [B..C) as
65554fef 3127 non-overlapping.
b6d1a1d5 3128
6c6ea35e
MC
31292002-02-13 Michael Chastain <mec@shout.net>
3130
3131 * defs.h: Kill CONST_PTR.
3132 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
3133 * c-lang.c (c_builtin_types): Likewise.
3134 * ch-lang.c (ch_builtin_types): Likewise.
3135 * f-lang.c (f_builtin_types): Likewise.
3136 * language.c (unknown_builtin_types): Likewise.
3137 * m2-lang.c (m2_builtin_types): Likewise.
3138 * p-lang.c (pascal_builtin_types): Likewise.
3139 * scm-lang.c (c_builtin_types): Likewise.
3140
3e0b0f48
KS
31412002-02-13 Keith Seitz <keiths@redhat.com>
3142
3143 * arm-tdep.h (arm_get_next_pc): Add declaration.
3144
67255d04
RE
31452002-02-13 Richard Earnshaw <rearnsha@arm.com>
3146
3147 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
3148 with other related struct-returning functions.
3149 (arm_extract_struct_value_address): New function.
3150 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
3151 initialize float_format, double_format and long_double_format as
3152 appropriate to the endianness of the target.
3153 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
3154 (arm_use_struct_convention): Delete declaration.
3155 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
3156
079777f6
KS
31572002-02-13 Keith Seitz <keiths@redhat.com>
3158
3159 * defs.h (core_addr_to_string_nz): New function.
3160
34588f23
MK
31612002-02-13 Mark Kettenis <kettenis@gnu.org>
3162
3163 Apply missing bits of 2002-01-15 patch.
3164 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
3165 (fill_fpregset): Use i387_fill_fsave.
3166
49b563f9
KS
31672002-02-12 Keith Seitz <keiths@redhat.com>
3168
49b563f9
KS
3169 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
3170 (core_addr_to_string_nz): New function.
3171
aeb98c60
RE
31722002-02-11 Richard Earnshaw <rearnsha@arm.com>
3173
3174 * arm-linux-nat.c: Really include arm-tdep.h.
3175 * config/arm/tm-linux.h (struct type, struct value): Declare.
3176
65554fef
MS
31772002-02-11 Michael Snyder <msnyder@redhat.com>
3178
3179 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
3180 (gcore section): Ifdef for Solaris and Unixware only.
3181 (procfs_do_thread_registers): Unixware needs one lwpstatus
3182 per thread (not one prstatus or pstatus).
3183 (procfs_make_note_section): Iterate only over kernel threads (lwps),
3184 not over all gdb threads. For unixware, call elfcore_write_pstatus
3185 once before iterating over threads.
3186
34e8f22d
RE
31872002-02-11 Richard Earnshaw <rearnsha@arm.com>
3188
3189 * arm-tdep.h: New file.
3190 * arm-tdep.c: Include arm-tdep.h.
3191 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
3192 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
3193 (arm_print_float_info, arm_register_type, convert_to_extended)
3194 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
3195 (arm_extract_return_value, arm_register_name): Make static.
3196 (arm_software_single_step): Similarly. Fix types in declaration.
3197 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
3198 (arm_store_return_value, arm_store_struct_return): New functions.
3199 (arm_gdbarch_init): Register the above functions. Also register
3200 call_dummy_start_offset, sizeof_call_dummy_words,
3201 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
3202 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
aaa38bb5 3203 max_register_virtual_size, register_size. Set up
34e8f22d
RE
3204 prologue_cache.saved_regs here, rather than ...
3205 (_initialize_arm_tdep): ... here.
3206 * config/arm/tm-arm.h (struct type, struct value): Delete forward
3207 declarations.
3208 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
3209 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
3210 (arm_print_float_info, arm_register_type, convert_to_extended)
3211 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
3212 (arm_extract_return_value, arm_register_name): Delete declarations.
3213 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
3214 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
3215 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
3216 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
3217 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
3218 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
3219 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
3220 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
3221 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
3222 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
3223 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
3224 (arm_get_next_pc): No-longer static -- these are needed by the RDI
3225 interface.
3226 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
3227 * remote-rdi.c remote-rdp.c: Likewise.
3228 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
3229 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
3230 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
3231 definition.
3232
3233 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
3234 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
3235 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
3236 from non-ARM_ prefixed definitions.
3237 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
3238 all uses of above.
3239 * remote-rdi.c remote-rdp.c: Likewise.
3240 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
3241
148754e5
RE
32422002-02-11 Richard Earnshaw <rearnsha@arm.com>
3243
3244 * arm-tdep.c (arm_frameless_function_invocation)
3245 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
3246 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
3247 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
3248 (arm_pop_frame, arm_get_next_pc): Make static.
3249 (arm_gdbarch_init): Register above in gdbarch structure.
3250 (arm_read_fp): Renamed from arm_target_read_fp.
3251 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
3252 * config/arm/tm-arm.h (arm_frameless_function_invocation)
3253 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
3254 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
3255 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
3256 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
3257 (arm_pc_is_thumb_dummy): Delete declarations.
fcfb8836
RE
3258 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
3259 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
3260 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
3261 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
148754e5 3262
434d2d4f
DJ
32632002-02-10 Daniel Jacobowitz <drow@mvista.com>
3264
3265 * symtab.c (compare_search_syms): New function.
3266 (sort_search_symbols): New function.
3267 (search_symbols): Sort symbols after searching rather than
3268 before.
3269
55241689
AC
32702002-02-10 Andrew Cagney <ac131313@redhat.com>
3271
3272 * NEWS: Linux -> GNU/Linux.
3273
028c194b
AC
32742002-02-10 Andrew Cagney <ac131313@redhat.com>
3275
3276 * gdbarch.sh: For for level one methods, disallow a definition
3277 when partially multi-arched. Add comments explaining rationale.
3278 * gdbarch.h: Re-generate.
3279
6acf50cd
AC
32802002-02-10 Andrew Cagney <ac131313@redhat.com>
3281
3282 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
3283 multi-arch partial.
aaa38bb5 3284
50248794
AC
32852002-02-10 Andrew Cagney <ac131313@redhat.com>
3286
3287 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
3288 field. Use diff -u.
3289 * gdbarch.c: Re-generate.
3290
c30e0066
AC
32912002-02-10 Andrew Cagney <ac131313@redhat.com>
3292
9b56c5f3 3293 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
c30e0066
AC
3294 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
3295 partial.
3296
6e6d6484
AC
32972002-02-10 Andrew Cagney <ac131313@redhat.com>
3298
3299 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
3300 multi-arch partial.
3301 (PUSH_ARGUMENTS): Switch to using predefault.
3302 * gdbarch.c: Regenerate.
3303
c203844d
AC
33042002-02-10 Andrew Cagney <ac131313@redhat.com>
3305
3306 * valops.c (PUSH_ARGUMENTS): Delete definition.
3307 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
3308 partial. Default to default_push_arguments.
3309 * gdbarch.h, gdbarch.c: Regenerate.
3310
b5a2688f
AC
33112002-02-09 Andrew Cagney <ac131313@redhat.com>
3312
3313 * defs.h (throw_exception): Rename return_to_top_level. Update
3314 comments.
3315 * utils.c (error_stream, internal_verror, quit): Ditto.
3316 * top.c (throw_exception, catcher): Ditto.
3317 * sparclet-rom.c (sparclet_load): Ditto.
3318 * remote.c (interrupt_query, minitelnet): Ditto.
3319 * remote-sds.c (interrupt_query): Ditto.
3320 * remote-mips.c (mips_error, mips_kill): Ditto.
3321 * ocd.c (interrupt_query): Ditto.
3322 * monitor.c (monitor_interrupt_query): Ditto.
3323 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
3324 * target.h: Update comment.
aaa38bb5 3325
b5a2688f 3326 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
aaa38bb5 3327
2fa5c1e0
AC
33282002-02-09 Andrew Cagney <ac131313@redhat.com>
3329
3330 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
3331 default_double_format.
3332 * gdbarch.h, gdbarch.c: Re-generate.
3333 * findvar.c (floatformat_unknown): Delete variable definition.
3334 * doublest.h (floatformat_unknown): Delete variable declaration.
3335
da966255
JB
33362002-02-09 Jim Blandy <jimb@redhat.com>
3337
3338 * stabsread.c (read_type): Add code to parse Sun's syntax for
3339 prototyped function types.
3340
123a4891
AC
33412002-02-09 Andrew Cagney <ac131313@redhat.com>
3342
3343 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
3344 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
3345
fb39c8f3
PS
33462002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3347
3348 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
3349 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
3350 now _initialize_xcoffsolib gets called again and overrides the
3351 commands from solib.c in a native configuration.
3352
0b87a11d
MK
33532002-02-09 Mark Kettenis <kettenis@gnu.org>
3354
3355 * doublest.c (store_typed_floating): Don't try to return a value.
3356 Fixes PR gdb/290.
3357
bdc2fc72
JB
33582002-02-08 Jim Blandy <jimb@redhat.com>
3359
3360 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
3361 is prototyped and has no arguments, print its argument list as
3362 `(void)'.
3363
da69bbcf
CD
33642002-02-08 Chris Demetriou <cgd@broadcom.com>
3365
3366 * MAINTAINERS (write-after-approval): Add myself.
3367 (paper-trail): I've escaped!
aaa38bb5 3368
b69571f5
CF
33692002-02-08 Christopher Faylor <cgf@redhat.com>
3370
3371 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
3372 changes.
3373 (_initialize_check_for_gdb_ini): Ditto.
3374
f6871398
MH
33752002-02-08 Martin M. Hunt <hunt@redhat.com>
3376
3377 * win32-nat.c (cygwin_pid_to_str): Fix typo.
3378 xaprintf -> xasprintf.
3379
4e52d31c
PM
33802002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
3381
3382 * win32-nat.c: Remove use of printf and sprintf functions.
3383
39bbf761
RE
33842002-02-08 Richard Earnshaw <rearnsha@arm.com>
3385
3386 * arm-tdep.c (arm_frame_chain_valid): Make static.
3387 (arm_push_arguments): Likewise.
3388 (arm_gdbarch_init): New function.
3389 (_initialize_arm_tdep): Call it.
3390 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
3391 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
3392 (FRAME_CHAIN_VALID): Delete.
3393 (arm_frame_chain_valid): Delete declaration.
3394 (PUSH_ARGUMENTS): Delete.
3395 (arm_push_arguments): Delete declaration.
3396 (CALL_DUMMY_P): Delete.
3397
9c9532c9
CV
33982002-02-08 Andrew Cagney <ac131313@redhat.com>
3399 Corinna Vinschen <vinschen@redhat.com>
3400
3401 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
3402 on builtin float types.
3403
4e8f7a8b
DJ
34042002-02-08 Daniel Jacobowitz <drow@mvista.com>
3405
3406 * utils.c: Include <curses.h> before "bfd.h".
3407 * tui/tui-hooks.c: Likewise.
3408 * tui/tui.c: Likewise.
3409 * tui/tuiCommand.c: Likewise.
3410 * tui/tuiData.c: Likewise.
3411 * tui/tuiDataWin.c: Likewise.
3412 * tui/tuiDisassem.c: Likewise.
3413 * tui/tuiGeneralWin.c: Likewise.
3414 * tui/tuiIO.c: Likewise.
3415 * tui/tuiLayout.c: Likewise.
3416 * tui/tuiRegs.c: Likewise.
3417 * tui/tuiSource.c: Likewise.
3418 * tui/tuiSourceWin.c: Likewise.
3419 * tui/tuiStack.c: Likewise.
3420 * tui/tuiWin.c: Likewise.
3421
cd4bffcf
EZ
34222002-02-07 Elena Zannoni <ezannoni@redhat.com>
3423
3424 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
3425 to include space for pseudoregs as well. Update loops accordingly.
3426 (sh_fp_frame_init_saved_regs): Ditto.
3427 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
3428
26806ce2
AC
34292002-02-07 Andrew Cagney <ac131313@redhat.com>
3430
3431 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
3432 Add Richard Earnshaw to Arm maintainers.
3433
97fdab62
AC
34342002-02-07 Andrew Cagney <ac131313@redhat.com>
3435
a6b98203
AC
3436 * defs.h (warning_begin): Delete declaration.
3437
97fdab62
AC
3438 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
3439 Delete macro.
3440
78b29b40
MS
34412002-02-07 Michael Snyder <msnyder@redhat.com>
3442
aaa38bb5 3443 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
78b29b40
MS
3444 Logic bug, remove misplaced else.
3445
d8849953
KD
34462002-02-07 Klee Dienes <klee@apple.com>
3447
3448 * fork-inferior.c (fork_inferior): Add '!' to the list of
3449 characters that need to be quoted when building a string for the
3450 shell. Quote '!' specifically with a backslash, since CSH chokes
3451 when trying to evaluate "str!str".
aaa38bb5 3452
095778a0
NC
34532002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
3454
3455 * rdi-share/host.h: Only provide a typedef for bool if it is not
3456 defined.
3457
1900040c
MS
34582002-02-04 Michael Snyder <msnyder@redhat.com>
3459
3460 * breakpoint.h (enum bptype): Add new overlay event bp type.
3461 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
aaa38bb5 3462
1900040c
MS
3463 * breakpoint.c (create_internal_breakpoint): New function.
3464 (internal_breakpoint_number): Moved into create_internal_breakpoint.
3465 (create_longjmp_breakpoint): Use create_internal_breakpoint.
3466 (create_thread_event_breakpoint): Ditto.
3467 (create_solib_event_breakpoint): Ditto.
3468 (create_overlay_event_breakpoint): New function.
3469 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
3470 (update_breakpoints_after_exec): Delete and re-initialize
3471 overlay event breakpoints after an exec. Add FIXME comment
3472 about longjmp breakpoint.
3473 (print_it_typical): Ignore overlay event breakpoints.
3474 (print_one_breakpoint): Ditto.
3475 (mention): Ditto.
3476 (bpstat_what): Do not stop for overlay event breakpoints.
3477 (delete_breakpoint): Don't delete overlay event breakpoints.
3478 (breakpoint_re_set_one): Delete the overlay event breakpoint.
3479 (breakpoint_re_set): Re-create overlay event breakpoint.
3480
3481 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
3482 (overlay_manual_command): Disable overlay breakpoints.
3483 (overlay_off_command): Disable overlay breakpoints.
3484
082fc60d
RE
34852002-02-06 Richard Earnshaw <rearnsha@arm.com>
3486
3487 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
3488 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
3489 to here from config/tm-arm.h.
3490 (coff_sym_is_thumb): Make static.
3491 (arm_elf_make_msymbol_special): New function.
3492 (arm_coff_make_msymbol_special): New function.
3493 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
3494 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
3495 (coff_sym_is_thumb): Delete declaration.
3496 (arm_elf_make_msymbol_special): Declare.
3497 (arm_coff_make_msymbol_special): Declare.
3498 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
3499 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
3500
039c5766
RE
35012002-02-06 Richard Earnshaw <rearnsha@arm.com>
3502
3503 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
3504
35052002-02-06 Richard Earnshaw <rearnsha@arm.com>
3506
3507 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
3508 * gdbarch.c gdbarch.h: Regenerate.
3509 * arch-utils.c (default_print_float_info): New function.
3510 * arch-utils.h (default_print_float_info): Prototype it.
3511 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
3512 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
3513 (PRINT_FLOAT_INFO): Document it.
3514
3515 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
3516 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
3517 (PRINT_FLOAT_INFO): Define.
3518
58fa08f0
PM
35192002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
3520
aaa38bb5 3521 * win32-nat.c (_initialize_check_for_gdb_ini):
58fa08f0
PM
3522 Add typecast to sprintf argument to suppress a warning.
3523
7393af7c
PM
35242002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
3525
58fa08f0 3526 * win32-nat.c (last_sig): Changed type of variable to target_signal,
7393af7c
PM
3527 to allow easier handling of pass state.
3528 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
3529 that gives exception name and address.
3530 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
aaa38bb5 3531 and set last_sig value to ourstatus->value.sig. Some missing
7393af7c 3532 exceptions added.
aaa38bb5
AJ
3533 (child_continue): Correctly report continue_status.
3534 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
7393af7c 3535 TARGET_SIGNAL_0 (new default value).
aaa38bb5 3536 (child_resume): consider sig argument passed to decide if
7393af7c
PM
3537 the exception should be passed to debuggee or not.
3538
6af4589c
MS
35392002-02-05 Michael Snyder <msnyder@redhat.com>
3540
3541 * regcache.c (fetch_register): Call target_fetch_register
3542 only if we don't call FETCH_PSEUDO_REGISTER.
3543 (store_register): Call target_store_register only if we
3544 don't call STORE_PSEUDO_REGISTER.
3545
a2cf933a
EZ
35462002-02-05 Elena Zannoni <ezannoni@redhat.com>
3547
3548 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
3549 ELF_MAKE_MSYMBOL_SPECIAL.
3550 * gdbarch.c, gdbarch.h: Regenerate.
3551 * arch-utils.c (default_make_msymbol_special): New function.
aaa38bb5 3552 * arch-utils.h (default_make_msymbol_special): Export.
a2cf933a
EZ
3553 * elfread.c (elf_symtab_read): Compile use of
3554 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
3555 multiarched.
3556 * coffread.c (coff_symtab_read): Ditto, for
3557 COFF_MAKE_MSYMBOL_SPECIAL.
3558
6bb7be43
JB
35592002-02-05 Jim Blandy <jimb@redhat.com>
3560
3561 * solib-svr4.c (svr4_truncate_ptr): New function.
3562 (svr4_relocate_section_addresses): Do the address arithmetic with
3563 the appropriate truncation for target addresses, even when
3564 CORE_ADDR is larger than a target address.
3565
e18651ec
DJ
35662002-02-05 Daniel Jacobowitz <drow@mvista.com>
3567
3568 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
3569 to (int *).
3570
6b2725be
DJ
35712002-02-05 Daniel Jacobowitz <drow@mvista.com>
3572
3573 * gdbserver/linux-low.c (kill_inferior): Remove commented out
3574 code.
3575
fca9e603
DJ
35762002-02-05 Daniel Jacobowitz <drow@mvista.com>
3577
3578 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
3579
6c537a52
DJ
35802002-02-05 Daniel Jacobowitz <drow@mvista.com>
3581
3582 * gdbserver/linux-low.c: Remove unused include files.
3583
d844cde6
DJ
35842002-02-05 Daniel Jacobowitz <drow@mvista.com>
3585
3586 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
3587 (read_inferior_memory): Use it.
3588 (write_inferior_memory): Likewise.
3589
d07c63e7
DJ
35902002-02-05 Daniel Jacobowitz <drow@mvista.com>
3591
3592 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
3593 grubbing through sys_errlist.
3594
da6d8c04
DJ
35952002-02-05 Daniel Jacobowitz <drow@mvista.com>
3596
3597 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
3598
5b421780
PM
35992002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
3600 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
3601
9f60d481
AC
36022002-02-04 Andrew Cagney <ac131313@redhat.com>
3603
3604 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
3605 (do_sfunc, set_cmd_sfunc): New functions.
3606
3607 * command.h (struct cmd_list_element): Add field func.
3608 * cli/cli-decode.h (struct cmd_list_element): Ditto.
3609 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
3610 * cli/cli-decode.h: Ditto.
3611
3612 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
3613 (help_all, help_cmd_list): Ditto.
3614 (find_cmd, complete_on_cmdlist): Ditto.
3615 * top.c (execute_command): Ditto.
3616
3617 * cli/cli-setshow.c (do_setshow_command): Call func instead of
3618 function.sfunc.
3619
3620 * infcmd.c (notice_args_read): Fix function signature.
3621
3622 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
3623 * cli/cli-decode.c (add_set_cmd): Ditto.
3624 * utils.c (initialize_utils): Ditto.
3625 * maint.c (_initialize_maint_cmds): Ditto.
3626 * infrun.c (_initialize_infrun): Ditto.
3627 * demangle.c (_initialize_demangler): Ditto.
3628 * remote.c (add_packet_config_cmd): Ditto.
3629 * mips-tdep.c (_initialize_mips_tdep): Ditto.
3630 * cris-tdep.c (_initialize_cris_tdep): Ditto.
3631 * proc-api.c (_initialize_proc_api): Ditto.
3632 * kod.c (_initialize_kod): Ditto.
3633 * valprint.c (_initialize_valprint): Ditto.
3634 * top.c (init_main): Ditto.
3635 * infcmd.c (_initialize_infcmd): Ditto.
3636 * corefile.c (_initialize_core): Ditto.
3637 * arm-tdep.c (_initialize_arm_tdep): Ditto.
3638 * arch-utils.c (initialize_current_architecture): Ditto.
3639 (_initialize_gdbarch_utils): Ditto.
3640 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
3641
3642 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
3643 * wince.c (_initialize_inftarg): Ditto.
3644 * symfile.c (_initialize_symfile): Ditto.
3645 * mips-tdep.c (_initialize_mips_tdep): Ditto.
3646 * language.c (_initialize_language): Ditto.
3647 * arc-tdep.c (_initialize_arc_tdep): Ditto.
3648
f9ba0717
MS
36492002-02-04 Michael Snyder <msnyder@redhat.com>
3650
3651 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
3652
0c74b2a7
DJ
36532002-02-04 Daniel Jacobowitz <drow@mvista.com>
3654
3655 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
3656 Add rules for building the register data files.
3657
c638789f
DJ
36582002-02-04 Daniel Jacobowitz <drow@mvista.com>
3659
3660 * regformats/regdat.sh: Add braces to the definition of
3661 expedite_regs_${arch}.
3662
db253027
DJ
36632002-02-04 Daniel Jacobowitz <drow@mvista.com>
3664
3665 * regformats/regdef.h (struct reg): Add comment describing the
3666 requirements for offset and size fields.
3667
206be19c
AS
36682002-02-04 Andreas Schwab <schwab@suse.de>
3669
3670 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
3671 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
3672
181c1381
RE
36732002-02-04 Richard Earnshaw <rearnsha@arm.com>
3674
3675 * gdbarch.sh (copyright): Update years in generated header.
3676 (SMASH_TEXT_ADDRESS): Add rule.
db253027 3677 * gdbarch.h, gdbarch.c: Re-generate.
181c1381
RE
3678 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
3679 * dbxread.c: Likewise.
3680 * dwarfread.c: Likewise.
3681 * elfread.c: Likewise.
3682 * somread.c: Likewise.
3683
3684 * arm-tdep.c (arm_smash_text_address): New function.
3685 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
3686
fa4ba8da
PM
36872002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
3688
3689 Add support for hardware watchpoints on win32 native.
aaa38bb5 3690 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
fa4ba8da 3691 CONTEXT_DEBUG_REGISTERS.
aaa38bb5 3692 (dr variable): New variable. Static array containing a local copy
fa4ba8da
PM
3693 of debug registers.
3694 (debug_registers_changed): New variable. Reflects when debug registers
3695 are changed and need to be written to inferior.
aaa38bb5 3696 (debug_registers_used): New variable. Reflects when any debug register
fa4ba8da
PM
3697 was set, used when new threads are created.
3698 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
3699 i386-nat code.
3700 (thread_rec): Set dr array if id is the thread of current_event .
3701 (child_continue, child_resume): Change the debug registers for all
3702 threads if debug_registers_changed.
3703 (child_add_thread): Change the debug registers if debug_registers_used.
3704 * config/i386/cygwin.mh: Add use of i386-nat.o file.
3705 Link nm.h to new nm-cygwin.h file.
3706 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
3707 of hardware registers.
3708
a73c86fb
AC
37092002-02-03 Andrew Cagney <ac131313@redhat.com>
3710
3711 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
3712 Restore behavour broken by 2002-01-20 Andrew Cagney
3713 <ac131313@redhat.com> IEEE_FLOAT removal.
3714
acf5ed49
DJ
37152002-02-03 Daniel Jacobowitz <drow@mvista.com>
3716
3717 * c-valprint.c (c_val_print): Pass a proper valaddr to
3718 cp_print_class_method.
3719 * valops.c (search_struct_method): If there is only one method
3720 and args is NULL, return that method.
3721
493d28d5
DJ
37222002-02-03 Daniel Jacobowitz <drow@mvista.com>
3723
3724 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
3725 accessing tag_name directly.
3726
7495dfdb
DJ
37272002-02-03 Daniel Jacobowitz <drow@mvista.com>
3728
3729 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
3730 of accessing tag_name directly.
3731
dd6bda65
DJ
37322002-02-03 Daniel Jacobowitz <drow@mvista.com>
3733
3734 PR gdb/280
3735 * gdbtypes.c (replace_type): New function.
3736 * gdbtypes.h (replace_type): Add prototype.
3737 * stabsread.c (read_type): Use replace_type.
3738
88fe217c
RE
37392002-02-03 Richard Earnshaw <rearnsha@arm.com>
3740
3741 * Makefile.in (memattr.o): Add missing dependencies rule.
3742
e5d66720
PS
37432002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3744
3745 * breakpoint.c (break_at_finish_command): Really export.
3746 (break_at_finish_at_depth_command): Ditto.
3747 (tbreak_at_finish_command): Ditto.
3748 * hppa-tdep.c: Include completer.h.
3749 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
3750 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
3751
fffee0be
AC
37522002-02-01 Andrew Cagney <ac131313@redhat.com>
3753
3754 * utils.c (do_write): New function.
3755 (error_stream): Rewrite combining the code from error_begin and
3756 verror.
3757 (verror): Rewrite using error_stream.
3758 (error_begin): Delete function.
3759
255e7dbf
AC
37602002-02-01 Andrew Cagney <ac131313@redhat.com>
3761
3762 * utils.c (error_begin): Make static.
3763 * defs.h (error_begin): Delete declaration.
3764
3765 * linespec.c (cplusplus_error): Replace cplusplus_hint.
3766 (decode_line_1): Use cplusplus_error instead of error_begin,
3767 cplusplus_hint and return_to_top_level.
3768 * coffread.c (coff_symfile_read): Use error instead of error_begin
3769 and return_to_top_level.
3770 * infrun.c (default_skip_permanent_breakpoint): Ditto.
3771
ddfe3c15
AC
37722002-02-01 Andrew Cagney <ac131313@redhat.com>
3773
3774 * language.h (type_error, range_error): Make string parameter
3775 constant.
3776 * language.c (warning_pre_print): Delete extern declaration.
3777 * dwarfread.c (warning_pre_print): Ditto.
3778 * language.c (type_error, range_error): Rewrite to use verror and
3779 vwarning instead of warning_begin.
3780
03ac34d5
MS
37812002-02-01 Michael Snyder <msnyder@redhat.com>
3782
261c4ca2
MS
3783 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
3784 (set_ignore_count): Move misplaced comment back where it belongs.
03ac34d5 3785
e00d1dc8
AC
37862002-02-01 Andrew Cagney <ac131313@redhat.com>
3787
3788 * command.h (NO_FUNCTION): Delete macro.
3789 * cli/cli-decode.h (NO_FUNCTION): Ditto.
3790 * top.c (execute_command): Replace NO_FUNCTION with NULL.
3791 * tracepoint.c (_initialize_tracepoint): Ditto.
3792 * cli/cli-decode.c (add_set_cmd): Ditto.
3793 * cli/cli-cmds.c (init_cli_cmds): Ditto.
aaa38bb5 3794
76b79d6e
DJ
37952002-02-01 Daniel Jacobowitz <drow@mvista.com>
3796
3797 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
3798 Update ``this'' pointer when calling virtual functions.
3799
799f9e91
MS
38002002-02-01 Michael Snyder <msnyder@redhat.com>
3801
c7bd442c 3802 * breakpoint.c (create_temp_exception_breakpoint): Delete.
799f9e91
MS
3803 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
3804
3cf384d4
DJ
38052002-02-01 Daniel Jacobowitz <drow@mvista.com>
3806
3807 * regformats/reg-arm.dat: New file.
3808 * regformats/reg-i386.dat: New file.
3809 * regformats/reg-ia64.dat: New file.
3810 * regformats/reg-m68k.dat: New file.
3811 * regformats/reg-mips.dat: New file.
3812 * regformats/reg-ppc.dat: New file.
3813 * regformats/reg-sh.dat: New file.
3814 * regformats/regdef.h: New file.
3815 * regformats/regdat.sh: New file.
3816
0defa245
RE
38172002-02-01 Richard Earnshaw <reanrsha@arm.com>
3818
3819 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
3820 (arm_frame_args_address, arm_frame_locals_address): New functions.
3821 (arm_frame_num_args): New function.
3822 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
3823 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
3824 (FRMA_NUM_ARGS): Call arm_frame_num_args.
3825
405f26e6
MS
38262002-01-31 Michael Snyder <msnyder@redhat.com>
3827
502fd408
MS
3828 * breakpoint.c (break_at_finish_command): Export.
3829 (break_at_finish_at_depth_command): Export.
3830 (tbreak_at_finish_command): Export.
3831 (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
3832 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
3833 "tbreak" commands, which are HPPA specific.
3834
7d35e135
MS
3835 * printcmd.c (disassemble_command): Remove an ancient
3836 artifact of an old merge.
3837
aaa38bb5 3838 * symfile.h (enum overlay_debugging_state):
d874f1e2
MS
3839 Define enum constant values for overlay mode.
3840 * symfile.c (overlay_debugging): Use enums instead of literals.
aaa38bb5
AJ
3841 (overlay_is_mapped, overlay_auto_command,
3842 overlay_manual_command): Ditto.
d874f1e2 3843
aaa38bb5
AJ
3844 * breakpoint.c (insert_breakpoints, remove_breakpoint,
3845 breakpoint_here_p, breakpoint_inserted_here_p,
3846 breakpoint_thread_match, bpstat_stop_status,
9f04af04
MS
3847 describe_other_breakpoints, check_duplicates, clear_command):
3848 Coding standard fixes.
3849
8add0441 3850 * target.c (target_xfer_memory): Add spaces, coding standard.
9f04af04 3851 (do_xfer_memory): Add missing line to trust-readonly
405f26e6
MS
3852 code: check bfd SEC_READONLY flag for section.
3853
e351066e
AC
38542002-01-31 Andrew Cagney <ac131313@redhat.com>
3855
7d35e135 3856 * PROBLEMS: Fix typo, 5.1->5.1.1.
e351066e 3857
8a48e967
DJ
38582002-01-30 Daniel Jacobowitz <drow@mvista.com>
3859
3860 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
3861 data symbols, since we search based on textlow and texthigh.
3862 (find_pc_sect_symtab): Likewise.
3863
f5a96129
AC
38642002-01-30 Andrew Cagney <ac131313@redhat.com>
3865
3866 * defs.h (vwarning): Declare.
f5a96129
AC
3867 * utils.c (vwarning): New function.
3868 (warning): Call vwarning.
3869 (warning_begin): Delete function.
3870
3871 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
3872 the warning message.
3873 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
3874 warning_begin.
3875
cefd4ef5
MS
38762002-01-30 Michael Snyder <msnyder@redhat.com>
3877
1a703748
MS
3878 * NEWS: Mention "set trust-readonly-sections" command.
3879 Mention generate-core-file command.
cefd4ef5 3880
3a11626d
MS
38812002-01-15 Michael Snyder <msnyder@redhat.com>
3882
3883 * target.c: New command, "set trust-readonly-sections on".
3884 (do_xfer_memory): Honor the suggestion to trust readonly sections
3885 by reading them from the object file instead of from the target.
3886 (initialize_targets): Register command "set trust-readonly-sections".
3887
d1c7e53b
AC
38882002-01-29 Andrew Cagney <ac131313@redhat.com>
3889
3890 * parse.c (target_map_name_to_register): Simplify, search regs and
3891 pseudo-regs using a single loop.
3892
e2c9a72c
AC
38932002-01-30 Andrew Cagney <ac131313@redhat.com>
3894
3895 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
3896
69824b4e
MK
38972002-01-15 Rodney Brown <rbrown64@csc.com.au>
3898
3899 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
3900 * config/i386/i386v42mp.mh: Add i387-nat.o .
3901 * i386v4-nat.c: Include i387-nat.h.
3902 (supply_fpregset): Use i387_supply_fsave.
3903 (fill_fpregset): Use i387_fill_fsave.
3904
6eb69eab
RE
39052002-01-30 Richard Earnshaw <rearnsha@arm.com>
3906
3907 * arm-tdep.c (arm_call_dummy_words): Define.
3908 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
3909 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
3910 (CALL_DUMMY_WORDS): Define.
3911 (arm_call_dummy_words): Declare.
3912 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
3913 (arm_linux_call_dummy_words): Declare.
3914
9852326a
AS
39152002-01-30 Andreas Schwab <schwab@suse.de>
3916
3917 * m68klinux-nat.c: Fix last change to use regcache_collect
3918 instead of referencing registers[] directly.
3919
977a3030
AC
39202002-01-29 Andrew Cagney <ac131313@redhat.com>
3921
3922 * parse.c (target_map_name_to_register): Delete code wrapped in
3923 #ifdef REGISTER_NAME_ALIAS_HOOK.
3924
2076c72b
MS
39252002-01-28 Michael Snyder <msnyder@redhat.com>
3926
3927 * regcache.c (legacy_read_register_gen): Need to be able to
3928 read pseudo-register as well as real register.
3929 (legacy_write_register_gen): Ditto.
3930
8fcc723b
AC
39312002-01-28 Andrew Cagney <ac131313@redhat.com>
3932
3933 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
3934 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
3935 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
3936 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
3937 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
3938 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
3939 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
3940 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
3941 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
3942 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
3943 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
3944 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
3945 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
3946 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
3947 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
3948 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
3949 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
3950 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
3951 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
3952 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
3953
afe64c1a
AC
39542002-01-28 Andrew Cagney <ac131313@redhat.com>
3955
3956 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
3957 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
3958 (initialize_current_architecture): Update target_byte_order using
3959 information from BFD.
aaa38bb5 3960 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
afe64c1a
AC
3961 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
3962
75bc7ddf
AC
39632002-01-28 Andrew Cagney <ac131313@redhat.com>
3964
3965 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
3966 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
3967
3968 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
3969 #ifdef INVALID_FLOAT.
3970 * infcmd.c (do_registers_info): Ditto.
3971 * values.c (unpack_double): Ditto. Add comment.
3972
3973 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
3974 already commented out.
3975
0280a90a
AS
39762002-01-26 Andreas Schwab <schwab@suse.de>
3977
3978 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
3979 * m68klinux-nat.c: Update ptrace interface for fetching/storing
3980 registers and add support for PTRACE_GETREGS.
3981
7072a954
AC
39822002-01-24 Andrew Cagney <ac131313@redhat.com>
3983
3984 GDB 5.1.1 released from 5.1 branch.
3985 * NEWS: Add 5.1.1 news.
3986 * README: Sync with 5.1 branch.
3987
86f902e0
FF
39882002-01-23 Fred Fish <fnf@redhat.com>
3989
3990 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
3991 stabstring on initial malloc. Reallocing will copy it for us,
3992 if necessary.
3993
8af51c36
EZ
39942002-01-23 Elena Zannoni <ezannoni@redhat.com>
3995
aaa38bb5 3996 * Makefile.in (hpread_h): Delete.
8af51c36
EZ
3997 (HFILES_NO_SRCDIR): Remove hpread.h.
3998 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
3999 (hpread.o): Update dependencies.
4000 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
4001
4002 * hp-psymtab-read.c: Remove file.
4003 * hp-symtab-read.c: Remove file.
4004 * hpread.h: Remove file.
4005
4006 * hpread.c: Merge all contents of hp-psymtab-read.c,
4007 hp-symtab-read.c and hpread.h into this file, as it was prior to
4008 January 1999.
4009
4010 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
aaa38bb5 4011 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
8af51c36
EZ
4012 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
4013 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
4014
dc5cfeb6
EZ
40152002-01-23 Elena Zannoni <ezannoni@redhat.com>
4016
4017 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
4018 fill_gregset): Call gdbarch_tdep() just once, assign result to
4019 variable and use that, instead of calling the function several
4020 times.
4021
ea87b71b
AO
40222002-01-24 Alexandre Oliva <aoliva@redhat.com>
4023
4024 * configure.host: Accept sparcv9 as alias for sparc64.
4025 * configure.tgt: Likewise.
4026
13fc0c2f
KB
40272002-01-22 Kevin Buettner <kevinb@redhat.com>
4028
4029 * solib-aix5.c (build_so_list_from_mapfile)
4030 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
4031 arguments is not reversed.
4032 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
4033 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
aaa38bb5 4034
7bd872fe
EZ
40352002-01-22 Elena Zannoni <ezannoni@redhat.com>
4036
4037 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
4038 modified version of obsolete sh_fetch_pseudo_register.
4039 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
4040 (sh4_register_read): New function.
4041 (sh_pseudo_register_write): New function. Renamed and modified
4042 version of obsolete sh_store_pseudo_register.
4043 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
4044 (sh4_register_write): New function.
4045 (sh_gdbarch_init): Remove setting of gdbarch function
4046 fetch_pseudo_register and store_pseudo_register. Remove setting of
4047 register_convert_to_raw, register_convert_to_virtual,
4048 register_convertible.
4049 (sh_sh4_register_convertible): Delete. No longer needed. All is
4050 taken care by architecture specific functions
4051 register_read/register_write.
4052 (sh_sh4_register_convert_to_virtual): Make static.
4053 (sh_sh4_register_convert_to_raw): Ditto.
4054
069e84fd
AC
40552002-01-22 Andrew Cagney <ac131313@redhat.com>
4056
4057 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
4058 (floatformat_is_nan, floatformat_mantissa): Ditto.
4059
4060 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
4061 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
4062 builtin_type_ieee_double_little,
4063 builtin_type_ieee_double_littlebyte_bigword,
4064 builtin_type_m68881_ext, builtin_type_i960_ext,
4065 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
4066 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
4067 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
4068 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
4069
211a4f69
CV
40702002-01-22 Corinna Vinschen <vinschen@redhat.com>
4071
4072 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
4073 parameter. Set frameless flag if it exists and depended of
4074 whether the scanned function is frameless or not.
4075 (xstormy16_skip_prologue): If function is frameless, return
4076 result of xstormy16_scan_prologue().
4077 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
4078 call.
4079
f81353e4
EZ
40802002-01-21 Elena Zannoni <ezannoni@redhat.com>
4081
4082 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
4083 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
4084 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
4085 sh_sh4_register_byte, sh_sh4_register_raw_size,
4086 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
4087 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
4088 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
4089 sh_store_pseudo_register, sh_do_pseudo_register): Call
4090 gdbarch_tdep() just once, assign result to variable and use that,
4091 instead of calling the function several times.
4092
63c73a17
MK
40932002-01-20 Mark Kettenis <kettenis@gnu.org>
4094
4095 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
4096 macros instead of LAST_FPU_CTRL_REGNUM.
4097 (store_register): Likewise.
4098
39ad761d
JB
40992002-01-21 Jim Blandy <jimb@redhat.com>
4100
4101 * infcmd.c (run_command): Check that the `exec' target layer's BFD
4102 is up-to-date before running the program, not just when a program
4103 exits.
4104
3d74b771
FF
41052002-01-21 Fred Fish <fnf@redhat.com>
4106
4107 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
4108 when we have found all instructions we are looking for.
4109
966fbf70
RE
41102002-01-21 Richard Earnshaw <rearnsha@arm.com>
4111
4112 * arm-tdep.c (arm_register_name): New function.
4113 (arm_registers_names): Make static.
4114 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
4115 (arm_register_name): Declare.
4116 (REGISTER_NAME): Use it.
4117
c3b4394c
RE
41182002-01-21 Richard Earnshaw <rearnsha@arm.com>
4119 Kevin Buettner <kevinb@redhat.com>
4120
4121 Convert arm targets to new FRAME interface.
4122 * arm-tdep.c (struct frame_extra_info): Remove fsr.
4123 (arm_frame_find_save_regs): Delete.
4124 (arm_frame_init_saved_regs): New.
4125 (arm_init_extra_frame_info): Alloacte saved_regs as required.
4126 Allocate extra_info as required. Convert all uses of fsr.regs
4127 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
4128 to use extra_info.
4129 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
4130 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
4131 (check_prologue_cache, save_prologue_cache): Likewise.
4132 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
4133 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
4134 (FRAME_FIND_SAVED_REGS): Delete.
4135 (arm_frame_find_saved_regs): Delete prototype.
4136 (arm_frame_init_saved_regs): New prototype.
4137 (FRAME_INIT_SAVED_REGS): Define.
4138
61d99182
AC
41392002-01-20 Andrew Cagney <ac131313@redhat.com>
4140
4141 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
4142
6aaea291
AC
41432002-01-20 Andrew Cagney <ac131313@redhat.com>
4144
4145 From Jeff Law <law@redhat.com>:
4146 * infttrace.c: Include <sys/pstat.h>.
4147 (child_pid_to_exec_file): Revamp. Use pstat call to get the
4148 exec file if the ttrace equivalent fails.
4149
15f698d2
AC
41502002-01-20 Andrew Cagney <ac131313@redhat.com>
4151
4152 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
4153 (closeLogFile): Ditto.
4154
f86ddd7c
MC
41552002-01-20 Michael Chastain <mec@shout.net>
4156
4157 * top.c (print_gdb_version): Bump copyright year to 2002.
4158
904507ce
AC
41592002-01-20 Andrew Cagney <ac131313@redhat.com>
4160
4161 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
4162 Zannoni and Eli Zaretskii.
4163
d7f0b9ce
DJ
41642002-01-20 Daniel Jacobowitz <drow@mvista.com>
4165
4166 * buildsym.c: Update copyright years.
4167 * c-typeprint.c: Likewise.
4168 * dwarf2read.c: Likewise.
4169 * f-typeprint.c: Likewise.
4170 * gdbtypes.c: Likewise.
4171 * gdbtypes.h: Likewise.
4172 * hp-symtab-read.c: Likewise.
4173 * hpread.c: Likewise.
4174 * mdebugread.c: Likewise.
4175 * p-typeprint.c: Likewise.
4176
3fd3d7d2
AC
41772002-01-20 Andrew Cagney <ac131313@redhat.com>
4178
4179 * remote-sim.c (gdbsim_open): Simplify code testing the macro
4180 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
4181 byte-order selectable.
4182 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
4183 * arch-utils.c: Ditto.
4184 (set_endian): Ditto.
4185 (set_endian_from_file): Ditto.
4186 * gdbserver/low-sim.c (create_inferior): Ditto.
4187 * gdbarch.sh: Ditto.
4188 * gdbarch.h: Re-generate.
aaa38bb5
AJ
4189 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
4190 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
4191 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
4192 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
4193 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
4194 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
4195 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
3fd3d7d2
AC
4196 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
4197 macro definition.
4198 * config/mips/tm-wince.h: Remove #undef of macro
4199 TARGET_BYTE_ORDER_SELECTABLE.
4200 * config/sh/tm-wince.h: Ditto.
4201
b02dede2
DJ
42022002-01-20 Daniel Jacobowitz <drow@mvista.com>
4203
4204 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
4205 member function fields. Add accessor macro
4206 TYPE_FN_FIELD_ARTIFICIAL.
4207 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
4208 * c-typeprint.c (c_type_print_base): Skip artificial member
4209 functions.
4210
c3643761
DJ
42112002-01-20 Daniel Jacobowitz <drow@mvista.com>
4212
4213 * f-typeprint.c: Delete unused function f_type_print_args.
4214 * p-typeprint.c: Delete unused function pascal_type_print_args.
4215
8176bb6d
DJ
42162002-01-20 Daniel Jacobowitz <drow@mvista.com>
4217
4218 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
4219 comment. Add ``artificial'' to ``union field_location''.
4220
4221 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
4222
4223 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
4224 * mdebugread.c (parse_symbol): Likewise.
4225 * stabsread.c (define_symbol): Likewise.
4226 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
4227 initializing TYPE_FIELD_BITPOS to n (obsolete).
4228 (hpread_doc_function_type): Likewise.
4229 * hpread.c (hpread_function_type): Likewise.
4230
7fd60527
AC
42312002-01-20 Andrew Cagney <ac131313@redhat.com>
4232
4233 * configure.in (host_makefile_frag): Only require a host makefile
4234 fragment when a native build.
4235 * configure: Re-generate.
4236
c2f05ac9
AC
42372002-01-20 Andrew Cagney <ac131313@redhat.com>
4238
4239 * doublest.h (floatformat_from_type): Declare.
4240 * doublest.c (floatformat_from_type): New function.
4241 (convert_typed_floating): Use.
4242
4243 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
4244 call to function floatformat_from_type.
4245
4246 * gdbarch.sh (IEEE_FLOAT): Delete.
4247 * gdbarch.h, gdbarch.c: Re-generate.
4248 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
4249 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
4250 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
4251 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
4252 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
4253 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
4254 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
4255 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
4256 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
4257 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
4258 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
c2f05ac9
AC
4259 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
4260
4261 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
4262 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
4263 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
4264 * sh-tdep.c (sh_gdbarch_init): Ditto.
4265 * mips-tdep.c (mips_gdbarch_init): Ditto.
4266 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
4267 * cris-tdep.c (cris_gdbarch_init): Ditto.
4268
abf22e64
AJ
42692002-01-20 Jiri Smid <smid@suse.cz>
4270
4271 * configure.host, configure.tgt: Support x86-64.
4272 * NEWS: Note new target x86-64.
4273
b7c4cbf8
AJ
4274 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
4275 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
4276 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
4277 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
4278 x86-64-linux-nat.o): Fix dependencies.
4279
82600034
AC
42802002-01-19 Andrew Cagney <ac131313@redhat.com>
4281
4282 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
4283 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
4284 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
4285 * config/sparc/xm-sun4os4.h: Delete file.
4286 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
abf22e64 4287
bbe5c628
AC
42882002-01-19 Andrew Cagney <ac131313@redhat.com>
4289
4290 * config/sparc/sparclynx.mh (XM_FILE): Delete.
4291 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
4292 * config/m68k/m68klynx.mh (XM_FILE): Delete.
4293 * config/i386/i386lynx.mh (XM_FILE): Delete.
4294 * config/rs6000/xm-rs6000ly.h: Delete file.
4295 * config/sparc/xm-sparclynx.h: Delete file.
4296 * config/m68k/xm-m68klynx.h: Delete file.
4297 * config/i386/xm-i386lynx.h: Delete file.
4298 * config/xm-lynx.h: Delete file.
4299 * config/djgpp/fnchange.lst: Update.
4300
f8453e34
JT
43012002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
4302
4303 * alpha-tdep.c (alpha_register_byte): New function.
4304 (alpha_register_raw_size): Ditto.
4305 (alpha_register_virtual_size): Ditto.
4306 (alpha_skip_prologue_internal): Renamed from
4307 alpha_skip_prologue.
4308 (alpha_skip_prologue): New version that calls
4309 alpha_skip_prologue_internal.
4310 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
4311 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
4312 second argument from alpha_skip_prologue.
4313 (REGISTER_BYTE): Use alpha_register_byte.
4314 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
4315 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
4316 (FRAMELESS_FUNCTION_INVOCATION): Use
4317 generic_frameless_function_invocation_not.
4318 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
4319 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
4320
52d9e613
AC
43212002-01-19 Andrew Cagney <ac131313@redhat.com>
4322
4323 * config/mips/xm-news-mips.h: Delete file.
4324 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
4325
4326 * config/m88k/xm-m88k.h: Delete file.
4327 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
4328 * config/m88k/xm-delta88v4.h: Ditto.
4329 * config/m88k/xm-delta88.h: Ditto.
4330
4331 * config/alpha/xm-fbsd.h: Delete file.
4332 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
4333
4334 * config/sparc/xm-sparc.h: Delete file.
4335 * Makefile.in (xm-sun4os4.h): Delete dependency.
4336 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
4337 * config/sparc/xm-sun4os4.h: Ditto.
4338 * config/sparc/xm-linux.h: Ditto.
4339
4340 * config/i386/xm-windows.h: Delete file.
4341
2d1b2124
AC
43422002-01-19 Andrew Cagney <ac131313@redhat.com>
4343
4344 * utils.c: Include <sys/param.h> for MAXPATHLEN.
4345 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
4346
ee1f65f0
JT
43472002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
4348
4349 * alpha-tdep.c (alpha_call_dummy_words): New.
4350 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
4351 (CALL_DUMMY_P): Define.
4352 (CALL_DUMMY_WORDS): Define.
4353 (SIZEOF_CALL_DUMMY_WORDS): Define.
4354
98081e55
PB
43552002-01-19 Per Bothner <per@bothner.com>
4356
4357 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
4358 isn't NULL, which can happen with some gcj-3.x-produced code.
4359
0d056799
JT
43602002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
4361
4362 * alpha-tdep.c (alpha_register_virtual_type): New function.
4363 (alpha_init_frame_pc_first): Ditto.
4364 (alpha_fix_call_dummy): Ditto.
4365 (alpha_store_struct_return): Ditto.
4366 (alpha_extract_struct_value_address): Ditto.
4367 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
4368 alpha_register_virtual_type.
4369 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
4370 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
4371 alpha_extract_struct_value_address.
4372 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
4373 (INIT_FRAME_PC): Use init_frame_pc_noop.
4374 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
4375
4604bcad
MK
43762002-01-19 Mark Kettenis <kettenis@gnu.org>
4377
4378 * i386gnu-nat.c: Include "i386-tdep.h".
4379 (fetch_fpregs): Simplify code dealing with uninitialized floating
4380 point states such that it doesn't require FP7_REGNUM.
4381
140f9984
JT
43822002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
4383
abf22e64
AJ
4384 * alpha-tdep.c (frame_extra_info): New.
4385 (alpha_find_saved_regs): Make static. Use
140f9984
JT
4386 frame->extra_info.
4387 (alpha_frame_init_saved_regs): New function.
abf22e64
AJ
4388 (alpha_frame_saved_pc): Use frame->extra_info.
4389 (temp_saved_regs): Don't declare as struct frame_saved_regs.
4390 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
140f9984
JT
4391 (init_extra_frame_info): Rename to...
4392 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
abf22e64 4393 (alpha_print_extra_frame_info): New function.
140f9984
JT
4394 (alpha_frame_locals_address): Ditto.
4395 (alpha_frame_args_address): Ditto.
abf22e64 4396 (alpha_pop_frame): Use frame->extra_info.
140f9984
JT
4397 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
4398 alpha_frame_args_address.
abf22e64 4399 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
140f9984 4400 (alpha_find_saved_regs): Remove prototype.
abf22e64
AJ
4401 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
4402 (EXTRA_FRAME_INFO): Remove.
140f9984
JT
4403 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
4404 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
4405
d734c450
JT
44062002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
4407
4408 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
4409 (alpha_cannot_fetch_register): Ditto.
4410 (alpha_cannot_store_register): Ditto.
4411 (alpha_register_convertible): Ditto.
4412 (alpha_use_struct_convention): Ditto.
4413 * config/alpha/tm-alpha.h: Update copyright years.
4414 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
4415 (INNER_THAN): Use core_addr_lessthan.
4416 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
4417 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
4418 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
4419 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
4420 (FRAME_CHAIN): Remove unnecessary cast.
4421
b4ceaee6
AC
44222002-01-18 Andrew Cagney <ac131313@redhat.com>
4423
4424 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
4425 obsolete.
4426
0a65a603
AC
44272002-01-18 Andrew Cagney <ac131313@redhat.com>
4428
4429 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
4430 * monitor.c, remote-array.c, remote-bug.c: Ditto.
4431 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
4432 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
4433 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
4434 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
4435 * x86-64-linux-nat.c: Ditto.
4436
636a6dfc
JT
44372002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
4438
abf22e64 4439 * alpha-tdep.c (alpha_register_name): New function.
636a6dfc
JT
4440 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
4441 (REGISTER_NAME): Define.
4442
acceddb6
JT
44432002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
4444
4445 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
4446
ec32e4be
JT
44472002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
4448
4449 * alpha-tdep.c: Update copyright years.
4450 (alpha_next_pc): New function.
4451 (alpha_software_single_step): Ditto.
4452 * config/alpha/tm-alpha.h: Add prototype for
4453 alpha_software_single_step.
4454
e771a871
JT
44552002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
4456
4457 * alphabsd-nat.c: Update copyright years.
4458 (fill_gregset): Use regcache_collect.
4459 (fill_fpregset): Likewise.
4460 (fetch_inferior_registers): Only fetch integer registers
4461 if requested to do so.
4462 (store_inferior_registers): Only store integer registers
4463 if requested to do so.
4464
7708fa01
AC
44652002-01-17 Andrew Cagney <ac131313@redhat.com>
4466
4467 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
4468 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
4469 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
4470 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
4471 * config/alpha/fbsd.mh (XDEPFILES): Delete.
4472 * config/arm/linux.mh (XDEPFILES): Delete.
4473 * config/arm/nbsd.mh (XDEPFILES): Delete.
4474 * config/i386/i386dgux.mh (XDEPFILES): Delete.
4475 * config/i386/i386sol2.mh (XDEPFILES): Delete.
4476 * config/i386/i386m3.mh (XDEPFILES): Delete.
4477 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
4478 * config/i386/i386gnu.mh (XDEPFILES): Delete.
4479 * config/i386/fbsd.mh (XDEPFILES): Delete.
4480 * config/i386/i386bsd.mh (XDEPFILES): Delete.
4481 * config/i386/i386sco5.mh (XDEPFILES): Delete.
4482 * config/i386/i386v4.mh (XDEPFILES): Delete.
4483 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
4484 * config/i386/i386sco4.mh (XDEPFILES): Delete.
4485 * config/i386/i386aix.mh (XDEPFILES): Delete.
4486 * config/i386/go32.mh (XDEPFILES): Delete.
4487 * config/i386/cygwin.mh (XDEPFILES): Delete.
4488 * config/i386/i386lynx.mh (XDEPFILES): Delete.
4489 * config/i386/i386mach.mh (XDEPFILES): Delete.
4490 * config/i386/i386v32.mh (XDEPFILES): Delete.
4491 * config/i386/linux.mh (XDEPFILES): Delete.
4492 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
4493 * config/i386/ncr3000.mh (XDEPFILES): Delete.
4494 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
4495 * config/i386/i386sco.mh (XDEPFILES): Delete.
4496 * config/i386/i386v.mh (XDEPFILES): Delete.
4497 * config/i386/nbsd.mh (XDEPFILES): Delete.
4498 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
4499 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
4500 * config/i386/symmetry.mh (XDEPFILES): Delete.
4501 * config/i386/obsd.mh (XDEPFILES): Delete.
4502 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
4503 * config/ia64/linux.mh (XDEPFILES): Delete.
4504 * config/ia64/aix.mh (XDEPFILES): Delete.
4505 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
4506 * config/m68k/dpx2.mh (XDEPFILES): Delete.
4507 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
4508 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
4509 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
4510 * config/m68k/linux.mh (XDEPFILES): Delete.
4511 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
4512 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
4513 * config/m68k/nbsd.mh (XDEPFILES): Delete.
4514 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
4515 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
4516 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
4517 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
4518 * config/m88k/delta88.mh (XDEPFILES): Delete.
4519 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
4520 * config/m88k/m88k.mh (XDEPFILES): Delete.
4521 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
4522 * config/mips/linux.mh (XDEPFILES): Delete.
4523 * config/mips/irix6.mh (XDEPFILES): Delete.
4524 * config/mips/irix5.mh (XDEPFILES): Delete.
4525 * config/mips/irix4.mh (XDEPFILES): Delete.
4526 * config/mips/irix3.mh (XDEPFILES): Delete.
4527 * config/mips/decstation.mh (XDEPFILES): Delete.
4528 * config/mips/mipsm3.mh (XDEPFILES): Delete.
4529 (NATDEPFILES): Move core-aout.o to here.
4530 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
4531 * config/pa/hpux1020.mh (XDEPFILES): Delete.
4532 * config/pa/hppabsd.mh (XDEPFILES): Delete.
4533 * config/pa/hppahpux.mh (XDEPFILES): Delete.
4534 * config/pa/hpux11w.mh (XDEPFILES): Delete.
4535 * config/pa/hppaosf.mh (XDEPFILES): Delete.
4536 * config/pa/hpux11.mh (XDEPFILES): Delete.
4537 * config/powerpc/aix.mh (XDEPFILES): Delete.
4538 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
4539 * config/powerpc/linux.mh (XDEPFILES): Delete.
4540 * config/romp/rtbsd.mh: Rename XDEPFILES.
4541 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
4542 * config/rs6000/aix4.mh (XDEPFILES): Delete.
4543 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
4544 * config/s390/s390.mh (XDEPFILES): Delete.
4545 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
4546 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
4547 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
4548 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
4549 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
4550 * config/sparc/nbsd.mh (XDEPFILES): Delete.
4551 * config/sparc/linux.mh (XDEPFILES): Delete.
4552 * config/vax/vaxult.mh (XDEPFILES): Delete.
4553 * config/vax/vaxult2.mh (XDEPFILES): Delete.
4554 * Makefile.in (DEPFILES): Remove XDEPFILES.
4555
375fc983
AC
45562002-01-17 Andrew Cagney <ac131313@redhat.com>
4557
4558 * utils.c (internal_verror): Fix comments, default is yes not no.
4559 Update queries to match. Default to quit and dump core.
4560
8926118c
AC
45612002-01-17 Andrew Cagney <ac131313@redhat.com>
4562
4563 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
4564 copyright.
4565 * defs.h, event-top.c, gdbcmd.h: Ditto.
4566 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
4567 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
4568 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
4569 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
4570 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
4571 * mi/mi-main.c:Ditto.
4572
4573 * stack.c, symfile.c: Update copyright.
4574
45b7b345
DJ
45752002-01-17 Daniel Jacobowitz <drow@mvista.com>
4576
db728ff7
DJ
4577 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
4578 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
4579 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
4580 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
45b7b345 4581
db728ff7
DJ
45822002-01-17 Daniel Jacobowitz <drow@mvista.com>
4583
4584 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
4585 * gdbserver/low-lynx.c (myattach): Likewise.
4586 * gdbserver/low-nbsd.c (myattach): Likewise.
4587 * gdbserver/low-sim.c (myattach): Likewise.
4588 * gdbserver/low-sparc.c (myattach): Likewise.
4589 * gdbserver/low-sun3.c (myattach): Likewise.
4590
4591 * gdbserver/low-linux.c (myattach): New function.
45b7b345 4592
db728ff7 4593 * gdbserver/server.c (attach_inferior): New function.
45b7b345
DJ
4594 (main): Handle "--attach".
4595
8de3c354
AC
45962002-01-16 Andrew Cagney <ac131313@redhat.com>
4597
4598 * MAINTAINERS (language support): Daniel Jacobwitz is C++
4599 maintainer.
4600
b0129042
DJ
46012002-01-15 Daniel Jacobowitz <drow@mvista.com>
4602
4603 * c-typeprint.c (is_type_conversion_operator): Add additional
4604 check for non-conversion operators.
4605
ba8679fb 46062002-01-15 Michael Snyder <msnyder@redhat.com>
2bf543a6
MS
4607
4608 * linux-proc.c: Add "info proc" command, a la procfs.c.
4609 (read_mapping): New function, abstract and re-use code.
4610 (linux_find_memory_regions): Use new func read_mapping.
4611 (linux_info_proc_cmd): New function, implement "info proc".
4612 (_initialize_linux_proc): Add new command "info proc".
4613
e4f9b4d5
MS
46142002-01-15 Michael Snyder <msnyder@redhat.com>
4615
4616 * symfile.c (generic_load): Use bfd_map_over_sections method
4617 instead of manipulating bfd structure members directly.
4618 (add_section_size_callback): New function, bfd sections callback
4619 used by generic_load.
4620 (load_sections_callback): New function, bfd sections callback
4621 used by generic_load.
4622
08cf96df
EZ
46232002-01-15 Elena Zannoni <ezannoni@redhat.com>
4624
abf22e64 4625 [Based on work by Jim Blandy]
08cf96df
EZ
4626 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
4627 (builtin_type_vec128): Export.
4628 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
4629 types.
4630 (builtin_type_vec128): New builtin type for 128 bit vector
4631 registers.
4632 (build_gdbtypes): Initialize builtin_type_v16qi and
4633 builtin_type_v8hi. Create the vec128 register builtin type
4634 structure.
4635 (build_builtin_type_vec128): New function.
abf22e64 4636 (_initialize_gdbtypes): Register builtin_type_v16qi and
08cf96df
EZ
4637 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
4638 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
4639 AltiVec register to new builtin type.
4640
d7242108
DJ
46412001-01-15 Daniel Jacobowitz <drow@mvista.com>
4642
4643 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
4644 to make_cv_type.
4645
4ee3352d
AC
46462002-01-14 Andrew Cagney <ac131313@redhat.com>
4647
4648 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
4649 CLEAN_UP_REGISTER_VALUE.
4650 * regcache.c (supply_register): Update only call.
4651
f015b2e7
AC
46522002-01-14 Andrew Cagney <ac131313@redhat.com>
4653
4654 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
4655 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
4656 a29k-*-vxworks* targets as obsolete.
4657
356ae49d
MS
46582002-01-14 Michael Snyder <msnyder@redhat.com>
4659
4660 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
4661 until we can resolve portability issues.
4662 * gregset.h: Remove references to fpxregs.
4663 * gcore.c (gcore_command): Initialize note_sec to NULL.
4664
ade8f45e
AC
46652002-01-13 Andrew Cagney <ac131313@redhat.com>
4666
4667 * signals.c (target_signal_to_name): Rewrite. Only use
4668 signals[].name when in bounds and non-NULL.
abf22e64 4669
89c49e7a
AC
46702002-01-13 Andrew Cagney <ac131313@redhat.com>
4671
4672 From Petr Ledvina <ledvinap@kae.zcu.cz>:
4673 * signals.c (target_signal_to_name): Verify that SIG is within the
4674 bounds of the signals array.
4675
4daa9f9f
AC
46762002-01-13 Andrew Cagney <ac131313@redhat.com>
4677
4678 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
4679
ba4bbdcb
KS
46802002-01-13 Keith Seitz <keiths@redhat.com>
4681
4682 * stack.c (print_frame_info_base): Print the frame's pc
4683 only if when print_frame_info_listing_hook is not defined.
4684
575bbeb6
KS
46852002-01-13 Keith Seitz <keiths@redhat.com>
4686
4687 * varobj.c (varobj_set_value): Make sure that there were no
4688 errors evaluating the object before attempting to set its
4689 value.
4690 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
4691 so this offset adjustment is no longer necessary.
4692 (create_child): Don't set the error flag if the child is
4693 a CPLUS_FAKE_CHILD.
4694 (value_of_child): If value_fetch_lazy fails, return NULL
4695 so that callers will be notified that an error occurred.
4696 (c_value_of_variable): Delay check of variable's validity
4697 until later. We actually want all structs and unions to have
4698 the value "{...}".
4699 Do not return "???" for variables which could not be evaluated.
4700 This error condition must be returned to the caller so that it
4701 can get the error condition from gdb.
4702 (cplus_name_of_child): Adjust index for vptr before figuring
4703 out the name of the child.
4704 (cplus_value_of_child): If a child's (real) parent is not valid,
4705 don't even bother trying to give a value for it. Just return
4706 an error. Change all instances in this function.
4707 (cplus_type_of_child): If our parent is one of the "fake"
4708 parents, we need to get at the type of the real parent, and
4709 derive the child's true type using this information.
4710
b76898ab
AC
47112002-01-13 Andrew Cagney <ac131313@redhat.com>
4712
4713 From 2002-01-09 John Marshall <johnm@falch.net>:
4714 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
4715 sources.redhat.com, and tweak some related URLs which had
4716 suffered from linkrot.
4717
b6649e88
AC
47182002-01-13 Andrew Cagney <ac131313@redhat.com>
4719
4720 From Jeff law:
4721 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
4722 structures passed in registers.
4723
82cc5033
EZ
47242002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
4725
4726 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
4727 white space which prevented compilation. Reported by DSK
4728 <dsk@student.unsw.edu.au>.
4729
ba5f2f8a
MS
47302002-01-11 Michael Snyder <msnyder@redhat.com>
4731
fbd35540
MS
4732 * symfile.c (build_section_addr_info_from_section_tab):
4733 Use bfd access method instead of manipulating bfd directly.
4734 (syms_from_objfile): Ditto.
4735 (simple_overlay_update_1): Ditto.
4736 (simple_overlay_update): Ditto.
4737 (generic_load): Ditto.
4738 (overlay_unmapped_address): FIXME comment, bfd access methods.
4739 (sections_overlap): FIXME comment, bfd access methods.
4740 (pc_in_mapped_range): FIXME comment, bfd access methods.
4741 (pc_in_unmapped_range): FIXME comment, bfd access methods.
4742 (section_is_mapped): FIXME comment, bfd access methods.
4743 (section_is_overlay): FIXME comment, bfd access methods.
4744
ba5f2f8a
MS
4745 * symfile.c (generic_load): Whitespace and long line cleanups.
4746 Remove duplicate variable, change several local variables to
4747 more appropriate data types.
4748 (print_transfer_performance): Use %lu instead of %ld for ulongs.
4749
17df2af6
AC
47502002-01-12 Andrew Cagney <ac131313@redhat.com>
4751
4752 From Peter Schauer:
4753 * language.c (longest_local_hex_string_custom): Use phex_nz to
4754 convert NUM to a hex string.
4755
ec920329
EZ
47562002-01-12 Elena Zannoni <ezannoni@redhat.com>
4757
4758 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
4759 the function.
538a76d6 4760 Update Copyright year.
ec920329 4761
3abd2e01
AC
47622002-01-12 Andrew Cagney <ac131313@redhat.com>
4763
4764 * language.c (longest_raw_hex_string): Delete unused function.
4765
b21b22e0
PS
47662002-01-11 Petr Sorfa <petrs@caldera.com>
4767
4768 * MAINTAINERS (write-after-approval): Add myself.
4769 * dwarf2read.c (read_tag_string_type): Handling of
4770 DW_AT_byte_size.
4771 (read_tag_string_type): FORTRAN fix to prevent propagation of
4772 first string size.
4773 (set_cu_language): Handling of DW_LANG_Fortran95
4774
747fe712
RE
47752002-01-11 Richard Earnshaw <rearnsha@arm.com>
4776
4777 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
4778 GETPID(inferior_ptid).
4779 (store_inferior_registers): Likewise.
4780
f1bea926
JM
47812002-01-10 Jason Merrill <jason@redhat.com>
4782
4783 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
4784 Fix DW_OP_minus.
4785
ae940673
AC
47862002-01-10 Andrew Cagney <ac131313@redhat.com>
4787
4788 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
4789 and bfd/elf32-sh-nbsd.c.
4790
00546b04
MS
47912002-01-10 Michael Snyder <msnyder@redhat.com>
4792
352ed7b4
MS
4793 * NEWS: Mention --pid and corefile/proc-id behavior change.
4794
c18be923
MS
4795 * Makefile.in: Add rules for gcore.o and linux-proc.o.
4796 * gcore.c: Include cli/cli-decode.h instead of command.h.
4797
00546b04
MS
4798 * main.c (captured_main): Add new command line option "--pid".
4799 If the second command line argument (following the symbol-file)
4800 begins with a digit, try to attach to it before trying to open
4801 it as a corefile.
4802 (print_gdb_help): Document the "--pid" argument.
4803
db60ec62
EZ
48042002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
4805
4806 * completer.c (command_completer): New function.
4807
4808 * completer.h <command_completer>: Add prototype.
4809
4810 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
4811 completer for the "help" command.
4812
39c22d1a
JM
48132002-01-09 Jason Merrill <jason@redhat.com>
4814
4815 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
4816
c564377f
MS
48172002-01-09 Michael Snyder <msnyder@redhat.com>
4818
975aec09
MS
4819 * i386-linux-nat.c (fill_fpxregset): Make global.
4820 (store_fpxregset): Ditto.
4821
db4a10fa
MS
4822 * gregset.h (gdb_fpxregset_t): Define.
4823 (supply_fpxregset): Prototype.
4824 (fill_fpxregset): Prototype.
4825
c564377f
MS
4826 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
4827
c3d45d70
RE
48282002-01-09 Richard Earnshaw <rearnsha@arm.com>
4829
4830 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
4831 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
4832 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
4833
fcc87af1
AC
48342002-01-09 Andrew Cagney <ac131313@redhat.com>
4835
4836 * MAINTAINERS: Update target maintainer rules so that any
4837 Maintainer can approve a tested patch for a maintenance-only
4838 target.
4839
dd96c05b
RE
48402002-01-09 Richard Earnshaw <rearnsha@arm.com>
4841
d4297db9 4842 * MAINTAINERS (write-after-approval): Add myself.
dd96c05b 4843
d4297db9 4844 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
dd96c05b
RE
4845 IN_SIGTRAMP.
4846
145fdc6e
MS
48472002-01-08 Michael Snyder <msnyder@redhat.com>
4848
4849 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
4850 real name of the executable, rather than the /proc name.
4851
be4d1333
MS
48522002-01-03 Michael Snyder <msnyder@redhat.com>
4853
4854 Implement a "generate-core-file" command in gdb, save target state.
4855 * gcore.c: New file. Implement new command 'generate-core-file'.
4856 Save a corefile image of the current state of the inferior.
4857 * linux-proc.c: Add linux-specific code for saving corefiles.
4858 * target.h (struct target_ops): Add new target vectors for saving
4859 corefiles; to_find_memory_regions and to_make_corefile_notes.
4860 (target_find_memory_regions): New macro.
4861 (target_make_corefile_notes): New macro.
4862 * target.c (update_current_target): Inherit new target methods.
4863 (dummy_find_memory_regions): New place-holder method.
4864 (dummy_make_corefile_notes): New place-holder method.
4865 (init_dummy_target): Initialize new dummy target vectors.
4866 * exec.c (exec_set_find_memory_regions): New function.
4867 Allow the exec_ops vector for memory regions to be taken over.
4868 (exec_make_note_section): New function, target vector method.
4869 * defs.h (exec_set_find_memory_regions): Export prototype.
4870 * procfs.c (proc_find_memory_regions): New function, corefile method.
4871 (procfs_make_note_section): New function, corefile method.
4872 (init_procfs_ops): Set new target vector pointers.
4873 (find_memory_regions_callback): New function.
4874 (procfs_do_thread_registers): New function.
4875 (procfs_corefile_thread_callback): New function.
4876 * sol-thread.c (sol_find_memory_regions): New function.
4877 (sol_make_note_section): New function.
4878 (init_sol_thread_ops): Initialize new target vectors.
4879 * inftarg.c (inftarg_set_find_memory_regions): New function.
4880 Allow to_find_memory_regions vector to be taken over.
4881 (inftarg_set_make_corefile_notes): New function.
4882 Allow to_make_corefile_notes vector to be taken over.
4883 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
4884 interface layer if not target_has_execution (may be a corefile).
4885 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
4886 * config/sparc/sun4sol2.mh: Ditto.
4887 * config/alpha/alpha-linux.mh: Ditto.
4888 * config/arm/linux.mh: Ditto.
4889 * config/i386/x86-64linux.mh: Ditto.
4890 * config/ia64/linux.mh: Ditto.
4891 * config/m68k/linux.mh: Ditto.
4892 * config/mips/linux.mh: Ditto.
4893 * config/powerpc/linux.mh: Ditto.
4894 * config/sparc/linux.mh: Ditto.
4895
c6b92abd
MS
48962002-01-07 Michael Snyder <msnyder@redhat.com>
4897
4898 * arm-linux-nat.c: Remove references to regcache.c internal data
4899 (registers[] and register_valid[]).
4900
4b09dc8c
MS
49012002-01-07 Michael Snyder <msnyder@redhat.com>
4902
abf22e64
AJ
4903 * linux-proc.c: New file. Implement child_pid_to_exec_file,
4904 so that attaching to a pid will automatically read the process's
4b09dc8c
MS
4905 symbol file and shlibs.
4906 * Makefile.in: Add rule for linux-proc.o.
4907 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
4908 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
4909 * config/arm/linux.mh: Ditto.
4910 * config/i386/linux.mh: Ditto.
4911 * config/i386/x86-64linux.mh: Ditto.
4912 * config/ia64/linux.mh: Ditto.
4913 * config/m68k/linux.mh: Ditto.
4914 * config/mips/linux.mh: Ditto.
4915 * config/powerpc/linux.mh: Ditto.
4916 * config/sparc/linux.mh: Ditto.
4917
c25b74ac
PM
49182002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
4919
4920 * win32-nat.c: Add i386-tdep.h dependency.
4921
94cd915f
MS
49222002-01-07 Michael Snyder <msnyder@redhat.com>
4923
c7cccb76
MS
4924 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
4925 instead of bfd_get_arch_size. Don't bail out just because
4926 there's no exec_bfd.
abf22e64 4927
34c0bd93
MS
4928 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
4929 * p-valprint.c (pascal_object_print_value): Ditto.
4930 * somread.c (som_symtab_read): Ditto.
4931 * symfile.c (simple_free_overlay_region_table): Ditto.
4932 * valops.c (value_assign): Ditto.
4933
21c1c920
MS
4934 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
4935 use tilde_expand and strerror for opening save-tracepoints file.
4936
5bbd998e
MS
4937 * thread-db.c (thread_db_new_objfile): Indendation fix.
4938
94cd915f
MS
4939 * infptrace.c (GDB_MAX_ALLOCA): New define.
4940 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
abf22e64 4941 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
94cd915f
MS
4942 can be overridden with whatever value is appropriate to the host).
4943 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
4944 alloca to allocate potentially large buffer.
4945 * rs6000-nat.c (child_xfer_memory): Ditto.
4946 * symm-nat.c (child_xfer_memory): Ditto.
4947 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
4948
494e8a93
JSC
49492002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
4950
4951 From Nick Clifton <nickc@redhat.com>
4952 * d10v-tdep.c: Set STACK_START to 0x200bffe.
4953
d0e1d48e
MS
49542002-01-07 Michael Snyder <msnyder@redhat.com>
4955
abf22e64 4956 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
d0e1d48e
MS
4957 Don't use exec_bfd if it's NULL.
4958
290b2c7a
MK
49592002-01-06 Mark Kettenis <kettenis@gnu.org>
4960
abf22e64 4961 * valops.c (value_arg_coerce): Fix formatting.
290b2c7a 4962
aef21287
AC
49632002-01-06 Andrew Cagney <ac131313@redhat.com>
4964
4965 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
4966 * gnu-nat.c: Ditto.
4967
30efa627
AC
49682002-01-06 Andrew Cagney <ac131313@redhat.com>
4969
4970 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
4971 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
4972 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
4973 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
4974 z8k-coff have not been multi-arched. Update z8k-coff build
4975 status.
4976
9b4ff276
AC
49772002-01-06 Andrew Cagney <ac131313@redhat.com>
4978
4979 * MAINTAINERS: Mark a29k target as obsolete.
4980 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
4981 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
4982 comments.
4983 * NEWS: Note that a29k targets are obsolete.
4984 * a29k-tdep.c: Mark as obsolete.
4985 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
4986 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
4987 a29k-*-vxworks* targets as obsolete.
4988 * remote-adapt.c: Obsolete.
4989 * remote-eb.c: Obsolete.
4990 * remote-mm.c: Obsolete.
4991 * remote-udi.c: Obsolete.
4992 * config/a29k/a29k-udi.mt: Obsolete.
4993 * config/a29k/a29k.mt: Obsolete.
4994 * config/a29k/tm-a29k.h: Obsolete.
4995 * config/a29k/tm-vx29k.h: Obsolete.
4996 * config/a29k/vx29k.mt: Obsolete.
4997
a9011d31
AC
49982002-01-05 Andrew Cagney <ac131313@redhat.com>
4999
5000 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
5001 with BFD_ENDIAN_BIG.
5002
9299404e
AC
50032002-01-05 Andrew Cagney <ac131313@redhat.com>
5004
5005 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
5006 * configure, config.in: Re-generate.
5007 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
5008 * defs.h: Do not include <endian.h>.
5009
7e89e357
JT
50102002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
5011
5012 * acconfig.h (HAVE_PT_GETXMMREGS): New.
5013 * config.in: Regenerate.
5014 * configure.in: Update copyright years.
5015 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
5016 * configure: Regenerate.
5017 * i386bsd-nat.c: Update copyright years.
5018 (fill_gregset): Use regcache_collect.
5019 (fetch_inferior_registers): Only fetch integer registers
5020 if requested to do so. Add support for XMM registers
5021 using PT_GETXMMREGS.
5022 (store_inferior_registers): Only store integer registers
5023 if requested to do so. Add support for XMM registers
5024 using PT_SETXMMREGS.
5025 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
5026 (store_inferior_registers): Remove.
5027 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
5028 (fetch_elfcore_registers): New function.
5029 (i386nbsd_elfcore_fns): New.
5030 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
5031 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
5032 i386bsd-nat.o.
5033 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
5034 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
5035 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
5036 * config/i386/tm-nbsd.h: Update copyright years.
5037 (HAVE_SSE_REGS): Define.
5038 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
5039 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
5040 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
5041 (SIGCONTEXT_PC_OFFSET): Remove.
5042 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
5043
a752853e
AC
50442002-01-05 Andrew Cagney <ac131313@redhat.com>
5045
5046 * configure.tgt: Remove powerpc-*-macos* target.
5047 * config/m68k/xm-mpw.h: Delete file.
5048 * config/xm-mpw.h: Delete file.
5049 * ser-mac.c: Delete file.
5050 * mpw-make.sed: Delete file.
5051 * mpw-config.in: Delete file.
5052 * mac-xdep.c: Delete file.
5053 * mac-gdb.r: Delete file.
5054 * mac-defs.h: Delete file.
5055 * mac-nat.c: Delete file.
5056 * config/powerpc/macos.mh: Delete file.
5057 * config/powerpc/macos.mt: Delete file.
5058 * config/powerpc/nm-macos.h: Delete file.
5059 * config/powerpc/tm-macos.h: Delete file.
5060 * source.c (openp, open_source_file): Remove obsolete code.
5061 * top.c (gdb_readline): Ditto.
5062 * utils.c (query): Ditto.
5063 * event-top.c (display_gdb_prompt): Ditto.
5064 * Makefile.in (ser-mac.o): Delete obsolete target.
5065 * NEWS: Update.
5066
d7449b42
AC
50672002-01-04 Andrew Cagney <ac131313@redhat.com>
5068
5069 * defs.h (BIG_ENDIAN): Delete macro definition.
5070 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
5071 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
5072 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
5073 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
5074 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
5075 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
5076 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
5077 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
5078 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
5079 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
5080 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
5081 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
5082 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
5083 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
5084 * gdbarch.c: Re-generate.
5085
356374e8
DJ
50862002-01-04 Daniel Jacobowitz <drow@mvista.com>
5087
5088 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
5089 for core files.
5090
a2b8f8f8
JT
50912002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
5092
5093 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
5094
12466af9
AC
50952002-01-04 Andrew Cagney <ac131313@redhat.com>
5096
5097 * value.h (value_ptr): Delete typedef.
5098
3549ab40
JT
50992002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
5100
5101 * i386nbsd-nat.c: Update copyright years.
5102 Include i386-tdep.h.
5103
fedbd091
EZ
51042002-01-04 Elena Zannoni <ezannoni@redhat.com>
5105
5106 * stabsread.c: Update copyright years.
5107
5108 From Debashis Mahata <debashis.mahata@wipro.com>:
5109 (read_struct_fields): Deal with Sun C compiler erroneous stab
5110 output for structs and unions.
fec8b34f 5111 Fix PR gdb/269.
fedbd091 5112
eb43544b
DJ
51132002-01-04 Daniel Jacobowitz <drow@mvista.com>
5114
5115 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
5116 prototype.
5117
1514d34e
DJ
51182002-01-04 Daniel Jacobowitz <drow@mvista.com>
5119
5120 * cp-abi.c: Fix whitespace.
5121 (baseclass_offset): New wrapper function.
5122 * cp-abi.h (baseclass_offset): Add prototype.
5123 (struct cp_abi_ops): Add baseclass_offset pointer.
5124
5125 * valops.c (vb_match): Move to...
5126 * gnu-v2-abi.c (vb_match): here.
5127 * valops.c (baseclass_offset): Move to...
5128 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
5129
5130 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
5131
5132 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
5133 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
5134 * hpacc-abi.c (init_hpacc_ops): Likewise.
5135
7f8c9282
DJ
51362002-01-04 Daniel Jacobowitz <drow@mvista.com>
5137
5138 * valops.c (find_overload_match): Accept obj as a
5139 reference parameter. Update it before returning.
5140 * value.h (find_overload_match): Update prototype.
5141 * eval.c (evaluate_subexp_standard): Pass object to
5142 find_overload_match by reference.
5143
f23631e4
AC
51442002-01-03 Andrew Cagney <ac131313@redhat.com>
5145
5146 * valarith.c: Replace value_ptr with struct value pointer. Remove
5147 register attribute from value declarations.
5148 * valops.c: Ditto.
5149 * value.h: Ditto.
5150 * scm-lang.c (scm_lookup_name): Ditto.
5151
79e10fab 51522002-01-03 Michael Snyder <msnyder@redhat.com>
abf22e64 5153
79e10fab
AC
5154 Abstract the functionality of iterating over mapped memory
5155 regions into a general purpose iterator function.
abf22e64 5156 * procfs.c (iterate_over_mappings): New function, general purpose
79e10fab
AC
5157 iterator for memory sections.
5158 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
5159 (solib_mappings_callback): New function, callback for above.
5160 (info_proc_mappings): Reimpliment using iterate_over_mappings.
5161 (info_mappings_callback): New function, callback for above.
5162
5163 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
5164
c5ad026a
MK
51652002-01-01 Mark Kettenis <kettenis@gnu.org>
5166
d2a7c97a
MK
5167 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
5168 * i386-tdep.c: Include "elf-bfd.h".
5169 (process_note_abi_tag_sections): New function.
5170 (i386_gdbarch_init): Add code to recognize various OS/ABI
5171 combinations.
5172
c5ad026a
MK
5173 * maint.c (_initialize_maint_cmds): Add missing \ in
5174 string-literal.
5175
a1a5b71e 5176For older changes see ChangeLog-2001
c906108c
SS
5177\f
5178Local Variables:
5179mode: change-log
5180left-margin: 8
5181fill-column: 74
5182version-control: never
5183End: