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