Change SOFTWARE_SINGLE_STEP_P into SOFTWARE_SINGLE_STEP_P().
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
b0ed3589
AC
12001-03-20 Andrew Cagney <ac131313@redhat.com>
2
3 * target.h (SOFTWARE_SINGLE_STEP_P): Add empty parameter list.
4 * breakpoint.c (bpstat_stop_status): Update.
5 * infrun.c (handle_inferior_event): Ditto.
6 * mips-tdep.c (mips_dump_tdep): Ditto.
7 * infrun.c (resume): Ditto.
8 * infptrace.c (child_resume): Ditto.
9 * config/mips/tm-wince.h (SOFTWARE_SINGLE_STEP_P): Ditto.
10 * config/sh/tm-wince.h (SOFTWARE_SINGLE_STEP_P): Ditto.
11 * config/sparc/tm-sparc.h (SOFTWARE_SINGLE_STEP_P): Ditto.
12 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP_P): Ditto.
13 * config/arm/tm-wince.h (SOFTWARE_SINGLE_STEP_P): Ditto.
14 * config/arc/tm-arc.h (SOFTWARE_SINGLE_STEP_P): Ditto.
15 * config/powerpc/tm-ppc-eabi.h (SOFTWARE_SINGLE_STEP_P): Ditto.
16
df087c62
AC
172001-03-20 Andrew Cagney <ac131313@redhat.com>
18
19 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Replace abort
20 with internal_error.
21
8bd1f2c6
JB
222001-03-20 Jim Blandy <jimb@redhat.com>
23
24 * linespec.c (find_methods): Just call CHECK_TYPEDEF on t, rather
25 than asking for sym_class's type; that's circuitous. Remove
26 sym_class, since the last use of it is gone.
27
c97fe386
EZ
282001-03-20 Eli Zaretskii <eliz@is.elta.co.il>
29
30 * breakpoint.c (print_it_typical) <bp_access_watchpoint> [UI_OUT]:
31 Correct the order of calls to ui_out_field_string and
32 ui_out_list_begin when bs->old_val is NULL.
33
486363b6
KB
342001-03-19 Kevin Buettner <kevinb@redhat.com>
35
36 * configure.in (AC_CHECK_HEADERS): Check for existence of nlist.h.
37 * configure: Regenerate.
38 * config.in: Regenerate.
39 * solib-legacy.c (nlist.h): Include if HAVE_NLIST_H is defined.
40
087bb2e2
KB
412001-03-19 Kevin Buettner <kevinb@redhat.com>
42
43 * config/i386/i386v42mp.mh (NATDEPFILES): List all files on
44 same line to avoid problems with Unixware 7's make when building
45 a cross debugger.
46
3c37485b
AC
472001-03-19 Andrew Cagney <ac131313@redhat.com>
48
49 * defs.h (malloc): Move declaration from here.
50 * utils.c (malloc): To here.
51 * config/pa/xm-hppah.h (malloc): Delete declaration.
52
53 * gnu-nat.c (make_proc): Use xmalloc instead of malloc.
54 * hp-psymtab-read.c (hpread_call_pxdb): Ditto.
55 (hpread_quick_traverse): Ditto.
56 * infttrace.c (create_thread_info): Ditto.
57 (kill_inferior): Ditto.
58 * gnu-nat.c (make_inf): Ditto, and don't check return value.
59 * procfs.c (proc_update_threads): Ditto.
60 * valprint.c (print_decimal_chars): Ditto.
61 * gdbtypes.c (cfront_mangle_name): Use xasprintf instead of
62 malloc and sprintf.
63 * remote-rdp.c (rdp_set_command_line): Ditto.
64
0e52036f
AC
652001-03-19 Andrew Cagney <ac131313@redhat.com>
66
67 * defs.h (realloc): Move declaration from here.
68 * utils.c (realloc): To here.
69 * config/pa/xm-hppah.h (realloc): Delete declaration.
70 * lin-thread.c (insert_thread): Use xrealloc instead of realloc.
71 * symfile.c (add_filename_language): Ditto.
72 * event-loop.c (create_file_handler): Ditto.
73
81b8eb80
AC
742001-03-19 Andrew Cagney <ac131313@redhat.com>
75
76 * defs.h (free): Move declaration from here.
77 * utils.c (free): To here.
78 (xfree): Document as the only call to free().
79 * config/pa/xm-hppah.h (free): Delete declaration.
80
8cca004a
KB
812001-03-19 Kevin Buettner <kevinb@redhat.com>
82
83 * config/ia64/linux.mh (NATDEPFILES): Add proc-service.o to
84 this list.
85
cf4eee44
AC
862001-03-19 Andrew Cagney <ac131313@redhat.com>
87
88 * eval.c (evaluate_subexp): Remove #ifdef __STDC__ and ``inline''.
89 * config/mips/xm-mips.h (offsetof): Define when !GNUC not !STDC.
90 * cli/cli-cmds.c (init_cli_cmds): Remove #ifdef __STDC__
91
1c5b31ef
AC
922001-03-19 Andrew Cagney <ac131313@redhat.com>
93
94 * TODO: List known problems with TUI.
95
3a0c66d4
AC
962001-03-19 Andrew Cagney <ac131313@redhat.com>
97
98 * MAINTAINERS: Jimmy Guo stepped down as a maintiner (TUI,
99 gdb.hp).
100
ce359b09
AC
1012001-03-19 Andrew Cagney <ac131313@redhat.com>
102
103 * remote.c (remote_cisco_section_offsets): Do not cast result from
104 bfd_get_section_name.
105 (compare_sections_command): Ditto.
106 (remote_cisco_section_offsets): Make ``p'' a const pointer.
107 (compare_sections_command): Ditto for ``sectname''.
108
0b3f98d3
AC
1092001-03-19 Andrew Cagney <ac131313@redhat.com>
110
111 From Mon Nov 20 13:59:29 2000 Andrew Cagney <cagney@b1.cygnus.com>:
112 * valops.c (hand_function_call): Simplify computation of the
113 address of the pushed argument.
114
7451d027
AC
1152001-03-17 Andrew Cagney <ac131313@redhat.com>
116
117 * p-exp.y (parse_number): Avoid shift overflow when ``long''.
118 Code copied from c-exp.y.
119
fb70ab0c
KB
1202001-03-18 Kevin Buettner <kevinb@redhat.com>
121
122 * acconfig.h (HAVE_STRUCT_LINK_MAP_WITH_L_MEMBERS)
123 (HAVE_STRUCT_LINK_MAP_WITH_LM_MEMBERS)
124 (HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS): New configure macros.
125 * configure.in (HAVE_STRUCT_LINK_MAP32): Move this test out
126 of the Solaris procfs testing section. Instead, group with...
127 (HAVE_STRUCT_LINK_MAP_WITH_L_MEMBERS)
128 (HAVE_STRUCT_LINK_MAP_WITH_LM_MEMBERS)
129 (HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS): New <link.h> tests.
130 * configure: Regenerate.
131 * config.in: Regenerate.
132
133 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets): Use
134 new configure macros to choose which (if any) code to
135 compile in. Added code to explicitly handle *BSD systems;
136 these systems were previously handled only through macro
137 redefinition. Also, due to the way the autoconf tests are set
138 up, this function will no longer return a non-zero value when
139 GDB is configured as a cross debugger. I.e, cross debuggers
140 will no longer be able to "accidentally" get the host system's
141 link map offsets.
142
8aa16b78
KB
1432001-03-18 Kevin Buettner <kevinb@redhat.com>
144
145 * config/i386/nbsd.mh (NATDEPFILES): List all files on the same
146 line to avoid build problem on NetBSD 1.4.
147
559e75c0
MC
1482001-03-17 Michael Chastain <chastain@redhat.com>
149
150 * win32-nat.c (child_attach): check args for NULL before passing
151 to strtoul. This fixes PR gdb/43.
152
fc338970
MK
1532001-03-17 Mark Kettenis <kettenis@gnu.org>
154
7daede3b
MK
155 * i387-nat.h: Doc Fix.
156
fc338970
MK
157 * i386-tdep.c: Fix formatting.
158 (i386_get_frame_setup, i386_follow_jump, codestream_read,
159 codestream_seek, codestream_fill, skip_trampoline_code,
160 gdb_print_insn_i386, _initialize_i386_tdep): Remove redundant
161 prototypoes.
162
e3c6d36d
MK
1632001-03-17 Mark Kettenis <kettenis@gnu.org>
164
165 * config/i386/tm-linux.h (TARGET_ANALYZE_FLOATING): Remove. It's
166 no longer used. Also remove associated FIXME.
167
4a5c6a1d
AC
1682001-03-16 Andrew Cagney <ac131313@redhat.com>
169
170 * gdbarch.sh: Add classes ``m'' and ``M'' for pure multi-arch. Do
171 not generate macro wrappers for multi-arch functions or
172 predicates.
173 (class_is_info_p, class_is_predicate_p): Update.
174 (class_is_function_p, class_is_variable_p): Ditto.
175 (class_is_multiarch_p): New class function.
176
7256e1a5
C
1772001-03-16 J.T. Conklin <jtc@redback.com>
178
179 * config/h8300/tm-h8300.h (FRAME_ARGS_ADDRESS): Changed to use
180 h8300_frame_args_address from frame_args_address.
181 (FRAME_LOCALS_ADDRESS): Changed to use h8300_frame_locals_address
182 from frame_locals_address.
183 (PRINT_REGISTER_HOOK): Changed to use h8300_print_register_hook
184 from print_register_hook.
185 (h8300_frame_args_address): Declare.
186 (h8300_frame_find_saved_regs): Declare.
187 (h8300_frame_locals_address): Declare.
188 (h8300_frame_saved_pc): Declare.
189 (h8300_pop_frame): Declare.
190 (h8300_print_register_hook): Declare.
191 * h8300-tdep.c (h8300_frame_find_saved_regs): Removed declaration.
192 (h8300_frame_args_address): Renamed from frame_args_address.
193 (h8300_frame_locals_address): Renamed from frame_locals_address.
194 (h8300_pop_frame): Renamed from pop_frame.
195 (h8300_print_register_hook): Renamed from print_register_hook.
196
435b259c
KB
1972001-03-16 Kevin Buettner <kevinb@redhat.com>
198
199 * solib-svr4.c (bfd_lookup_symbol): Change type of
200 ``storage_needed'' from unsigned int to long in order to
201 match return type of bfd_get_symtab_upper_bound() and
202 bfd_get_dynamic_symtab_upper_bound().
203 * solib-aix5.c (bfd_lookup_symbol): Likewise. Also, eliminate
204 REASONABLE_LIMIT hack which had been added to work around this
205 problem.
206
80117be2
KB
2072001-03-15 Kevin Buettner <kevinb@redhat.com>
208
209 * solib-aix5.c (bfd_lookup_symbol, build_so_list_from_mapfile)
210 (aix5_relocate_main_executable, aix5_clear_solib): Replace calls
211 to free() with calls to xfree().
212 (bfd_lookup_symbol): Eliminate use of PTR.
213 (build_so_list_from_mapfile): Use xasprintf() instead of sprintf().
214
77cd5909
MH
2152001-03-15 Martin Hunt <hunt@redhat.com>
216
217 * linespec.c (decode_line_1): Remove trailing quote
218 when parsing double quotes.
219
f7f5a202
KB
2202001-03-15 Kevin Buettner <kevinb@redhat.com>
221
222 * uw-thread.c (read_thr_debug, read_map, read_lwp, thread_iter)
223 (libthread_stub, libthread_init): Pass NULL for the mem_attrib
224 argument in the to_xfer_memory calls.
225
0d35ddba
AC
2262001-03-15 Andrew Cagney <ac131313@redhat.com>
227
228 * MAINTAINERS: Fix typo - w65 not w64. Still doesn't build.
229 * TODO (GDB 5.1 - Cleanups): Add status of targets being obsoleted.
230
043780a1
AC
2312001-03-15 Andrew Cagney <ac131313@redhat.com>
232
233 * wince.c (child_xfer_memory): Add attrib parameter.
234 * symm-nat.c (child_xfer_memory): Ditto.
235 * mac-nat.c (child_xfer_memory): Ditto.
236 * infttrace.c (child_xfer_memory): Ditto.
237 * procfs.c (procfs_xfer_memory): Ditto.
238 * lin-thread.c (thread_db_xfer_memory): Ditto.
239 * gnu-nat.c (gnu_xfer_memory): Ditto.
240
9b9c068d
AC
2412001-03-14 Andrew Cagney <ac131313@redhat.com>
242
243 * NEWS: Mention that Harris/CXUX m88k is obsolete.
244
f88e2c52
AC
2452001-03-13 Andrew Cagney <ac131313@redhat.com>
246
247 * config/mips/tm-mips.h: Include "regcache.h" for macros refering
248 to regcache functions.
249 * config/m68k/tm-m68k.h: Ditto.
250 * config/i386/tm-i386v.h: Ditto.
251 * config/mcore/tm-mcore.h: Ditto.
252 * config/m88k/tm-m88k.h: Ditto.
253 * config/m68k/tm-news.h: Ditto.
254 * config/m68k/tm-linux.h: Ditto.
255 * config/m68k/tm-delta68.h: Ditto.
256 * config/m68k/nm-sun3.h: Ditto.
257 * config/m32r/tm-m32r.h: Ditto.
258 * config/i386/tm-symmetry.h: Ditto.
259 * config/i386/tm-sun386.h: Ditto.
260 * config/i386/tm-i386.h: Ditto.
261 * config/i386/nm-symmetry.h: Ditto.
262 * config/i386/nm-sun386.h: Ditto.
263 * config/i386/nm-ptx4.h: Ditto.
264 * config/i386/nm-i386mach.h: Ditto.
265 * config/h8500/tm-h8500.h: Ditto.
266 * config/h8300/tm-h8300.h: Ditto.
267 * config/fr30/tm-fr30.h: Ditto.
268 * config/d30v/tm-d30v.h: Ditto.
269 * config/arm/tm-arm.h: Ditto.
270 * config/arc/tm-arc.h: Ditto.
271 * config/alpha/tm-alpha.h: Ditto.
272 * config/a29k/tm-vx29k.h: Ditto.
273 * config/a29k/tm-a29k.h: Ditto.
274 * config/w65/tm-w65.h: Ditto.
275 * config/vax/tm-vax.h: Ditto.
276 * config/v850/tm-v850.h: Ditto.
277 * config/tic80/tm-tic80.h: Ditto.
278 * config/sparc/tm-sparclite.h: Ditto.
279 * config/sparc/tm-sparclet.h: Ditto.
280 * config/sparc/tm-sparc.h: Ditto.
281 * config/sparc/nm-sun4sol2.h: Ditto.
282 * config/sparc/nm-sun4os4.h: Ditto.
283 * config/sparc/nm-nbsd.h: Ditto.
284 * config/powerpc/nm-solaris.h: Ditto.
285 * config/pa/tm-hppao.h: Ditto.
286 * config/pa/tm-hppa.h: Ditto.
287 * config/pa/nm-hppab.h: Ditto.
288 * config/ns32k/tm-umax.h: Ditto.
289 * config/ns32k/tm-merlin.h: Ditto.
290 * config/nm-m3.h: Ditto.
291 * config/nm-gnu.h: Ditto.
292
0981ead9
AC
2932001-03-14 Andrew Cagney <ac131313@redhat.com>
294
295 * MAINTAINERS: Update list of targets. Mark arm-* and v850-elf as
296 broken. Mark sh-*, ia64-linux and ns32k-netbsd as buildable.
297 Specify an m88k target. Include sample GAWK script to generate
298 target list. Delete non-existant romp target.
299 * TODO (GDB 5.1 - Cleanups): Update.
300
91c1720e
KS
3012001-03-14 Keith Seitz <keiths@cygnus.com>
302
303 * linespec.c (decode_line_1): Skip argptr over a leading
304 double quote. Prevents alloc of 0 bytes and memcpy of -1 bytes.
305
3cc122b3
KB
3062001-03-14 Kevin Buettner <kevinb@redhat.com>
307
308 * config/djgpp/fnchange.lst (ia64-aix-nat.c): Add entry.
309
5bb367b1
AC
3102001-03-13 Andrew Cagney <ac131313@redhat.com>
311
312 * ui-out.h: Remove #if __STDC__, assume an ISO-C compiler.
313 * m3-nat.c: Ditto.
314 * p-lang.h: Ditto.
315 * printcmd.c (printf_command): Ditto.
316 * ch-exp.c (match_integer_literal): Ditto.
317 * scm-tags.h: Ditto.
318 * ser-go32.c: Ditto.
319 * hppa-tdep.c (unwind_command): Ditto.
320 * defs.h (volatile): Delete macro definition. Assume __STDC__.
321 * remote-adapt.c (volatile): Ditto.
322 * remote-eb.c (volatile): Ditto.
323 * remote-mm.c (volatile): Ditto.
324 * defs.h (alloca): Assume __STDC__, declare returning void *.
325
a728f042
AC
3262001-03-08 Andrew Cagney <ac131313@redhat.com>
327
328 * inferior.h (ARCH_NUM_REGS): Delete definition.
329 * stack.c (frame_info): Use NUM_REGS, not ARCH_NUM_REGS.
330 * regcache.c (registers_changed): Ditto.
331 (registers_fetched): Ditto.
332 * infptrace.c (fetch_inferior_registers): Ditto.
333 (store_inferior_registers): Ditto.
334 * infcmd.c (do_registers_info): Ditto.
335 (registers_info): Ditto.
336 * i386-linux-nat.c (old_fetch_inferior_registers): Ditto.
337 (old_store_inferior_registers): Ditto.
338 * gdbserver/low-linux.c (register_addr): Ditto.
339 * gdbserver/low-hppabsd.c (register_addr): Ditto.
340 * core-aout.c: Don't include "inferior.h".
341 (fetch_core_registers): Use NUM_REGS not ARCH_NUM_REGS.
342 (register_addr): Ditto.
343
f48ff60a
FN
3442001-03-13 Fernando Nasser <fnasser@redhat.com>
345
346 From Steven Johnson <sjohnson@neurizon.net>
347 * cli/cli-script.c (define_command): Fix setting of post hooks.
348
305d65ca
MK
3492001-03-13 Mark Kettenis <kettenis@gnu.org>
350
351 * i386-linux-tdep.c: Fix formatting and clarify comments.
352 (i386_linux_svr4_fetch_link_map_offsets): Use NULL instead of 0
353 where appropriate.
354
bf62e5b4
AC
3552001-03-12 Andrew Cagney <ac131313@redhat.com>
356
357 * gnu-nat.c: Include "gdb_assert.h" instead of <assert.h>.
358 (proc_update_sc): Use gdb_assert instead of assert.
359 (proc_abort): Ditto.
360 (inf_set_step_thread): Ditto.
361 (gnu_wait): Ditto.
362 (S_exception_raise_request): Ditto.
363 (gnu_terminal_init_inferior): Ditto.
364
21479ded
KB
3652001-03-09 Kevin Buettner <kevinb@redhat.com>
366
367 * Makefile.in (solib-svr4.o): Depend on solib-svr4.c, not solib.c.
368 (solib-legacy.o): New makefile target.
369 * solib-legacy.c: New file.
370 * solib-svr4.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
371 (default_svr4_fetch_link_map_offsets): Delete.
372 (set_solib_svr4_fetch_link_map_offsets): Declare.
373 (legacy_svr4_fetch_link_map_offsets_hook): Declare.
374 * solib-svr4.c (elf/common.h): Include.
375 (link.h): Only include for SunOS shared library support.
376 (_SYSCALL32): Don't define.
377 (SVR4_FETCH_LINK_MAP_OFFSETS): Define.
378 (default_svr4_fetch_link_map_offsets): Made static; added forward
379 declaration.
380 (fetch_link_map_offsets): New static global.
381 (legacy_svr4_fetch_link_map_offsets_hook): New global variable.
382 (default_svr4_fetch_link_map_offsets): Rewritten. The guts
383 of what used to be in this function now reside in
384 legacy_svr4_fetch_link_map_offsets() in solib-legacy.c.
385 (open_symbol_file_object): Fix declaration in SunOS section
386 of the code.
387 (set_solib_svr4_fetch_link_map_offsets): New extern function.
388 (init_fetch_link_map_offsets): New static function.
389 (_initialize_svr4_solib): Put static global fetch_link_map_offsets
390 under multiarch control.
391
392 * config/alpha/alpha-linux.mt (TDEPFILES): Add solib-legacy.o to
393 list.
394 * config/alpha/fbsd.mh (NATDEPFILES): Likewise.
395 * config/arm/linux.mt (TDEPFILES): Likewise.
396 * config/i386/fbsd.mh (NATDEPFILES): Likewise.
397 * config/i386/i386dgux.mh (NATDEPFILES): Likewise.
398 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
399 * config/i386/i386sco5.mh (NATDEPFILES): Likewise.
400 * config/i386/i386sol2.mt (TDEPFILES): Likewise.
401 * config/i386/i386v4.mh (NATDEPFILES): Likewise.
402 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
403 * config/i386/linux.mt (TDEPFILES): Likewise.
404 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
405 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
406 * config/i386/ncr3000.mt (TDEPFILES): Likewise.
407 * config/i386/ptx4.mh (XDEPFILES): Likewise.
408 * config/i386/sun386.mt (TDEPFILES): Likewise.
409 * config/ia64/linux.mt (TDEPFILES): Likewise.
410 * config/m68k/linux.mt (TDEPFILES): Likewise.
411 * config/m68k/m68kv4.mh (NATDEPFILES): Likewise.
412 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
413 * config/m68k/sun2os4.mt (TDEPFILES): Likewise.
414 * config/m68k/sun3os4.mt (TDEPFILES): Likewise.
415 * config/m88k/delta88v4.mh (NATDEPFILES): Likewise.
416 * config/mips/mipsv4.mh (NATDEPFILES): Likewise.
417 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
418 * config/powerpc/linux.mt (TDEPFILES): Likewise.
419 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
420 * config/powerpc/solaris.mh (NATDEPFILES): Likewise.
421 * config/sh/linux.mt (TDEPFILES): Likewise.
422 * config/sparc/linux.mt (TDEPFILES): Likewise.
423 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
424 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
425 * config/sparc/sp64linux.mt (TDEPFILES): Likewise.
426 * config/sparc/sun4os4.mt (TDEPFILES): Likewise.
427 * config/sparc/sun4sol2.mh (NATDEPFILES): Likewise.
428
d7fa9de0
KB
4292001-03-09 Kevin Buettner <kevinb@redhat.com>
430
431 * utils.c (xmrealloc, xcalloc): Return NULL for zero-sized requests.
432
f8241bd1
AC
4332001-03-09 Andrew Cagney <ac131313@redhat.com>
434
435 * MAINTAINERS (Write After Approval): Update Philip Blundell.
436
e6b4b0c2
KS
4372001-03-09 Keith Seitz <keiths@cygnus.com>
438
439 * MAINTAINERS: Add myself to write after approval list.
440
96836138
MK
4412001-03-09 Mark Kettenis <kettenis@gnu.org>
442
443 * i387-tdep.c (print_i387_status_word): Fix printing of Stack
444 fault flag. It is bit 6 of the x87 FPU status word, not bit 7.
445
1b594327
AC
4462001-03-08 Andrew Cagney <ac131313@redhat.com>
447
448 * configure.host (m88*-harris-cxux*): Mark as obsolete.
449 * configure.tgt: Ditto.
450 * config/m88k/xm-cxux.h: Ditto.
451 * config/m88k/tm-cxux.h: Ditto.
452 * config/m88k/nm-cxux.h: Ditto.
453 * config/m88k/cxux.mt: Ditto.
454 * config/m88k/cxux.mh: Ditto.
455
4a32a1e4
AC
4562001-03-08 Andrew Cagney <ac131313@redhat.com>
457
458 * Makefile.in: Delete rules for obsolete files.
459
ec9a3449
DT
460Thu Mar 8 15:43:40 2001 David Taylor <taylor@redhat.com>
461
462 * stack.c (parse_frame_specification): For one argument case,
463 handle the situation where the argument is an integer, not an
464 address -- arguably the most common case. This matters on
465 targets where pointers and addresses are different.
466
a50c34dc
AC
4672001-03-08 Andrew Cagney <ac131313@redhat.com>
468
469 * TODO: Revise 5.1 list. Delete PARAMS task. Add coding standard
470 review. Clarify GNU/LINUX/sparc. Move other tasks to 5.2 or
471 general.
472
cfc046cf
AC
4732001-03-07 Andrew Cagney <ac131313@redhat.com>
474
475 * TODO (GDB 5.1 Known Problems): Document problem of building GDB
476 with SID on Solaris 8.
477
39424bef
MK
4782001-03-07 Mark Kettenis <kettenis@gnu.org>
479
480 * defs.h: Provide prototypes for floatformat_is_negative,
481 floatformat_is_nan and floatformat_mantissa.
482 * utils.c: Include "gdb_assert.h".
483 (floatformat_is_negative): New function.
484 (floatformat_is_nan): New function.
485 (floatformat_mantissa): New function.
486 * valprint.c: Include "floatformat.h".
487 (print_floating): Get rid of the Linux-specific
488 TARGET_ANALYZE_FLOATING macro and rewrite NaN detection with the
489 help these new functions. Print NaN's in a format conforming to
490 ISO C99.
491
7a1bd56a
EZ
4922001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
493
494 * top.c (init_main): Make `set history file name' complete on file
495 names.
496
5565b556
C
4972001-03-06 J.T. Conklin <jtc@redback.com>
498
21a12a30
C
499 * Makefile.in (LINTFLAGS): Update to contain all of the macros
500 which define include paths used when compiling.
501
502 * util.c (savestring, msavestring): Change type of length argument.
503 * defs.h (savestring, msavestring): Update to match.
504
5565b556
C
505 * symtab.h (decode_line_1): Removed declaration.
506
507 * symfile.c (#include <assert.h>): Removed.
508
509 * arch-utils.c (#include <ctype.h>): Removed.
510 * c-typeprint.c: Likewise.
511 * dbxread.c: Likewise.
512 * gdbtypes.c: Likewise.
513 * target.c: Likewise.
514 * os9kread.c: Likewise.
515
516 * c-valprint.c (#include "demangle.h"): Removed.
517 * ch-typeprint.c: Likewise.
518 * eval.c: Likewise.
519 * f-typeprint.c: Likewise.
520 * f-valprint.c: Likewise.
521 * m2-typeprint.c: Likewise.
522 * typeprint.c: Likewise.
523 * p-typeprint.c: Likewise.
524 * valarith.c: Likewise.
525 * valprint.c: Likewise.
526
527 * m2-typeprint.c (#include "gdb_string.h"): Removed.
528 * nlmread.c: Likewise.
529
530 * mdebugread.c (#include "gdb-stabs.h"): Removed.
531 * minsyms.c: Likewise.
532 * mipsread.c: Likewise.
533 * nlmread.c: Likewise.
534
535 * m2-typeprint.c (#include "obstack.h"): Removed.
536 * m2-valprint.c: Likewise.
537
538 * event-loop.c (#include <setjmp.h>): Removed.
539
e8be95ae
SS
5402001-03-06 Stan Shebs <shebs@apple.com>
541
542 * MAINTAINERS: Remove self from specific maintenance domains
543 (macos, gdbserver, documentation, testsuite).
544
b6ba6518
KB
5452001-03-06 Kevin Buettner <kevinb@redhat.com>
546
547 * 29k-share/udi/udip2soc.c, Makefile.in, a29k-tdep.c,
548 a68v-nat.c, abug-rom.c, aclocal.m4, alpha-nat.c, alpha-tdep.c,
549 annotate.c, annotate.h, arc-tdep.c, arch-utils.c,
550 arch-utils.h, arm-tdep.c, ax-gdb.c, ax-gdb.h, ax-general.c,
551 ax.h, bcache.c, bcache.h, blockframe.c, breakpoint.c,
552 breakpoint.h, buildsym.c, buildsym.h, c-exp.y, c-lang.c,
553 c-lang.h, c-typeprint.c, c-valprint.c, call-cmds.h, ch-exp.c,
554 ch-lang.c, ch-lang.h, ch-typeprint.c, ch-valprint.c,
555 cli/cli-cmds.h, cli/cli-decode.c, cli/cli-decode.h,
556 cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.h,
557 cli/cli-utils.h, cli-out.c, cli-out.h, coff-solib.c,
558 coff-solib.h, coffread.c, command.h, complaints.c,
559 complaints.h, completer.c, completer.h,
560 config/a29k/nm-ultra3.h, config/a29k/tm-a29k.h,
561 config/a29k/tm-ultra3.h, config/a29k/tm-vx29k.h,
562 config/a29k/xm-ultra3.h, config/alpha/nm-fbsd.h,
563 config/alpha/nm-linux.h, config/alpha/nm-osf.h,
564 config/alpha/nm-osf2.h, config/alpha/nm-osf3.h,
565 config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h,
566 config/alpha/xm-alphalinux.h, config/alpha/xm-alphaosf.h,
567 config/alpha/xm-fbsd.h, config/arc/tm-arc.h,
568 config/arm/nm-linux.h, config/arm/tm-arm.h,
569 config/arm/tm-embed.h, config/d10v/tm-d10v.h,
570 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
571 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
572 config/i386/nm-fbsd.h, config/i386/nm-gnu.h,
573 config/i386/nm-i386bsd.h, config/i386/nm-i386mach.h,
574 config/i386/nm-i386sco.h, config/i386/nm-i386sol2.h,
575 config/i386/nm-i386v.h, config/i386/nm-i386v4.h,
576 config/i386/nm-i386v42mp.h, config/i386/nm-linux.h,
577 config/i386/nm-nbsd.h, config/i386/nm-nbsdelf.h,
578 config/i386/nm-ptx4.h, config/i386/nm-sun386.h,
579 config/i386/nm-symmetry.h, config/i386/tm-cygwin.h,
580 config/i386/tm-fbsd.h, config/i386/tm-i386.h,
581 config/i386/tm-i386aix.h, config/i386/tm-i386bsd.h,
582 config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h,
583 config/i386/tm-i386m3.h, config/i386/tm-i386mk.h,
584 config/i386/tm-i386nw.h, config/i386/tm-i386os9k.h,
585 config/i386/tm-i386sco5.h, config/i386/tm-i386sol2.h,
586 config/i386/tm-i386v.h, config/i386/tm-i386v4.h,
587 config/i386/tm-i386v42mp.h, config/i386/tm-linux.h,
588 config/i386/tm-nbsd.h, config/i386/tm-ptx.h,
589 config/i386/tm-ptx4.h, config/i386/tm-sun386.h,
590 config/i386/tm-symmetry.h, config/i386/tm-vxworks.h,
591 config/i386/xm-fbsd.h, config/i386/xm-i386bsd.h,
592 config/i386/xm-i386gnu.h, config/i386/xm-i386m3.h,
593 config/i386/xm-i386mach.h, config/i386/xm-i386mk.h,
594 config/i386/xm-i386sco.h, config/i386/xm-i386v4.h,
595 config/i386/xm-linux.h, config/i386/xm-nbsd.h,
596 config/i386/xm-ptx.h, config/i386/xm-ptx4.h,
597 config/i386/xm-sun386.h, config/i386/xm-symmetry.h,
598 config/i960/tm-i960.h, config/i960/tm-mon960.h,
599 config/i960/tm-nindy960.h, config/i960/tm-vx960.h,
600 config/ia64/nm-aix.h, config/ia64/nm-linux.h,
601 config/ia64/tm-aix.h, config/ia64/tm-ia64.h,
602 config/ia64/tm-linux.h, config/ia64/xm-aix.h,
603 config/ia64/xm-linux.h, config/m68k/nm-apollo68b.h,
604 config/m68k/nm-delta68.h, config/m68k/nm-dpx2.h,
605 config/m68k/nm-hp300bsd.h, config/m68k/nm-hp300hpux.h,
606 config/m68k/nm-linux.h, config/m68k/nm-sun3.h,
607 config/m68k/tm-apollo68b.h, config/m68k/tm-cisco.h,
608 config/m68k/tm-dpx2.h, config/m68k/tm-es1800.h,
609 config/m68k/tm-hp300bsd.h, config/m68k/tm-hp300hpux.h,
610 config/m68k/tm-isi.h, config/m68k/tm-linux.h,
611 config/m68k/tm-m68k.h, config/m68k/tm-m68kv4.h,
612 config/m68k/tm-mac.h, config/m68k/tm-monitor.h,
613 config/m68k/tm-nbsd.h, config/m68k/tm-news.h,
614 config/m68k/tm-os68k.h, config/m68k/tm-sun3.h,
615 config/m68k/tm-vx68.h, config/m68k/xm-3b1.h,
616 config/m68k/xm-apollo68b.h, config/m68k/xm-dpx2.h,
617 config/m68k/xm-hp300bsd.h, config/m68k/xm-hp300hpux.h,
618 config/m68k/xm-linux.h, config/m68k/xm-m68kv4.h,
619 config/m68k/xm-mpw.h, config/m68k/xm-news.h,
620 config/m68k/xm-sun2.h, config/m68k/xm-sun3.h,
621 config/m68k/xm-sun3os4.h, config/m88k/nm-delta88v4.h,
622 config/m88k/tm-delta88.h, config/m88k/tm-delta88v4.h,
623 config/m88k/tm-m88k.h, config/m88k/xm-cxux.h,
624 config/m88k/xm-delta88.h, config/m88k/xm-delta88v4.h,
625 config/m88k/xm-dgux.h, config/mcore/tm-mcore.h,
626 config/mips/nm-irix3.h, config/mips/nm-irix4.h,
627 config/mips/nm-irix5.h, config/mips/nm-mips.h,
628 config/mips/nm-news-mips.h, config/mips/tm-bigmips.h,
629 config/mips/tm-embed.h, config/mips/tm-embed64.h,
630 config/mips/tm-embedl.h, config/mips/tm-embedl64.h,
631 config/mips/tm-irix3.h, config/mips/tm-irix5.h,
632 config/mips/tm-mips.h, config/mips/tm-mips64.h,
633 config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h,
634 config/mips/tm-tx39.h, config/mips/tm-tx39l.h,
635 config/mips/tm-vr4100.h, config/mips/tm-vr4300.h,
636 config/mips/tm-vr4300el.h, config/mips/tm-vr4xxx.h,
637 config/mips/tm-vr4xxxel.h, config/mips/tm-vr5000.h,
638 config/mips/tm-vr5000el.h, config/mips/xm-irix3.h,
639 config/mips/xm-irix4.h, config/mips/xm-irix5.h,
640 config/mips/xm-mips.h, config/mips/xm-mipsm3.h,
641 config/mips/xm-mipsv4.h, config/mips/xm-news-mips.h,
642 config/mips/xm-riscos.h, config/mn10200/tm-mn10200.h,
643 config/mn10300/tm-mn10300.h, config/nm-gnu.h,
644 config/nm-linux.h, config/nm-lynx.h, config/nm-m3.h,
645 config/nm-sysv4.h, config/none/nm-none.h,
646 config/none/tm-none.h, config/none/xm-none.h,
647 config/ns32k/nm-nbsd.h, config/ns32k/nm-umax.h,
648 config/ns32k/tm-merlin.h, config/ns32k/tm-nbsd.h,
649 config/ns32k/tm-ns32km3.h, config/ns32k/tm-umax.h,
650 config/ns32k/xm-merlin.h, config/ns32k/xm-ns32km3.h,
651 config/pa/nm-hppab.h, config/pa/nm-hppah.h,
652 config/pa/nm-hppao.h, config/pa/tm-hppa.h,
653 config/pa/tm-hppa64.h, config/pa/tm-hppah.h,
654 config/pa/xm-hppab.h, config/pa/xm-hppah.h,
655 config/powerpc/nm-aix.h, config/powerpc/nm-linux.h,
656 config/powerpc/nm-macos.h, config/powerpc/nm-nbsd.h,
657 config/powerpc/tm-cygwin.h, config/powerpc/tm-linux.h,
658 config/powerpc/tm-macos.h, config/powerpc/tm-ppc-aix.h,
659 config/powerpc/tm-ppc-eabi.h, config/powerpc/tm-ppc-nw.h,
660 config/powerpc/tm-ppcle-eabi.h, config/powerpc/tm-solaris.h,
661 config/powerpc/xm-aix.h, config/powerpc/xm-linux.h,
662 config/powerpc/xm-mpw.h, config/rs6000/nm-rs6000.h,
663 config/rs6000/tm-rs6000.h, config/rs6000/tm-rs6000ly.h,
664 config/rs6000/xm-aix4.h, config/rs6000/xm-rs6000.h,
665 config/sh/tm-linux.h, config/sh/tm-sh.h, config/sh/tm-wince.h,
666 config/sparc/nm-linux.h, config/sparc/nm-nbsd.h,
667 config/sparc/nm-nbsdelf.h, config/sparc/nm-sparclynx.h,
668 config/sparc/nm-sun4os4.h, config/sparc/nm-sun4sol2.h,
669 config/sparc/tm-linux.h, config/sparc/tm-sp64.h,
670 config/sparc/tm-sp64sim.h, config/sparc/tm-sparc.h,
671 config/sparc/tm-sparclet.h, config/sparc/tm-sparclite.h,
672 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
673 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
674 config/sparc/xm-sun4os4.h, config/sparc/xm-sun4sol2.h,
675 config/tic80/tm-tic80.h, config/tm-linux.h, config/tm-lynx.h,
676 config/tm-sysv4.h, config/v850/tm-v850.h, config/vax/tm-vax.h,
677 config/w65/tm-w65.h, config/xm-aix4.h, config/xm-lynx.h,
678 config/xm-mpw.h, config/xm-nbsd.h, config/xm-sysv4.h,
679 config/z8k/tm-z8k.h, configure.in, core-aout.c, core-regset.c,
680 core-sol2.c, corefile.c, corelow.c, cp-valprint.c,
681 cpu32bug-rom.c, cxux-nat.c, d10v-tdep.c, d30v-tdep.c,
682 dbug-rom.c, dbxread.c, dcache.c, dcache.h, defs.h,
683 delta68-nat.c, demangle.c, dink32-rom.c, dpx2-nat.c, dsrec.c,
684 dstread.c, dve3900-rom.c, dwarf2read.c, dwarfread.c,
685 elfread.c, environ.c, environ.h, eval.c, event-loop.c,
686 event-loop.h, event-top.c, exec.c, expprint.c, f-exp.y,
687 f-lang.c, f-lang.h, f-typeprint.c, f-valprint.c, findvar.c,
688 fork-child.c, fr30-tdep.c, frame.c, frame.h, gdb-events.c,
689 gdb-events.h, gdb-events.sh, gdb-stabs.h, gdb.1, gdb_string.h,
690 gdb_thread_db.h, gdbcmd.h, gdbcore.h, gdbserver/Makefile.in,
691 gdbserver/gdbreplay.c, gdbserver/gdbserver.1,
692 gdbserver/low-hppabsd.c, gdbserver/low-linux.c,
693 gdbserver/low-lynx.c, gdbserver/low-nbsd.c,
694 gdbserver/low-sim.c, gdbserver/low-sparc.c,
695 gdbserver/low-sun3.c, gdbserver/remote-utils.c,
696 gdbserver/server.c, gdbserver/server.h, gdbserver/utils.c,
697 gdbthread.h, gdbtypes.c, gdbtypes.h, gnu-nat.c, gnu-nat.h,
698 gnu-regex.c, gnu-regex.h, h8300-tdep.c, h8500-tdep.c,
699 hp-psymtab-read.c, hp-symtab-read.c, hp300ux-nat.c,
700 hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c, hpread.c,
701 hpread.h, hpux-thread.c, i386-tdep.c, i386aix-nat.c,
702 i386b-nat.c, i386gnu-nat.c, i386ly-tdep.c, i386m3-nat.c,
703 i386mach-nat.c, i386nbsd-nat.c, i386nbsd-tdep.c, i386v-nat.c,
704 i386v4-nat.c, i387-tdep.c, i960-tdep.c, infcmd.c, inferior.h,
705 inflow.c, infptrace.c, infrun.c, inftarg.c, infttrace.c,
706 irix4-nat.c, irix5-nat.c, isi-xdep.c, jv-exp.y, jv-lang.c,
707 jv-lang.h, jv-typeprint.c, jv-valprint.c, kdb-start.c,
708 kod-cisco.c, kod.c, language.c, language.h, lin-thread.c,
709 linespec.c, linespec.h, linux-thread.c, lynx-nat.c, m2-exp.y,
710 m2-lang.c, m2-lang.h, m2-typeprint.c, m2-valprint.c, m3-nat.c,
711 m32r-rom.c, m32r-tdep.c, m68k-tdep.c, m68klinux-nat.c,
712 m68knbsd-nat.c, m88k-nat.c, m88k-tdep.c, mac-nat.c,
713 mac-xdep.c, main.c, maint.c, mcore-rom.c, mcore-tdep.c,
714 mdebugread.c, mem-break.c, minimon.h, minsyms.c, mips-nat.c,
715 mips-tdep.c, mipsm3-nat.c, mipsread.c, mipsv4-nat.c,
716 mn10200-tdep.c, mn10300-tdep.c, mon960-rom.c, monitor.c,
717 monitor.h, news-xdep.c, nindy-share/env.h, nindy-tdep.c,
718 nlm/Makefile.in, nlmread.c, ns32k-tdep.c, ns32km3-nat.c,
719 ns32knbsd-nat.c, objfiles.c, objfiles.h, ocd.c, ocd.h,
720 op50-rom.c, os9kread.c, osfsolib.c, p-exp.y, pa64solib.c,
721 pa64solib.h, parse.c, parser-defs.h, partial-stab.h,
722 ppc-bdm.c, ppc-linux-nat.c, ppc-linux-tdep.c, ppcbug-rom.c,
723 ppcnbsd-nat.c, printcmd.c, proc-api.c, proc-events.c,
724 proc-flags.c, proc-utils.h, proc-why.c, procfs.c, ptx4-nat.c,
725 rdi-share/Makefile.in, rdi-share/aclocal.m4, regcache.c,
726 regcache.h, remote-adapt.c, remote-array.c, remote-bug.c,
727 remote-e7000.c, remote-eb.c, remote-es.c, remote-est.c,
728 remote-hms.c, remote-mips.c, remote-mm.c, remote-nindy.c,
729 remote-nrom.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
730 remote-sds.c, remote-sim.c, remote-st.c, remote-udi.c,
731 remote-utils.c, remote-utils.h, remote-vx.c, remote.c,
732 remote.h, reply_mig_hack.awk, rom68k-rom.c, rs6000-nat.c,
733 rs6000-tdep.c, scm-exp.c, scm-lang.c, scm-lang.h, scm-tags.h,
734 scm-valprint.c, ser-e7kpc.c, ser-mac.c, ser-ocd.c, ser-pipe.c,
735 ser-tcp.c, ser-unix.c, serial.c, serial.h, sh-tdep.c,
736 sh3-rom.c, sol-thread.c, solib-aix5.c, solib-svr4.c, solib.c,
737 solib.h, solist.h, somread.c, somsolib.c, somsolib.h,
738 source.c, sparc-nat.c, sparc-tdep.c, sparcl-tdep.c,
739 sparclet-rom.c, srec.h, stabsread.c, stabsread.h, stack.c,
740 standalone.c, stop-gdb.c, stuff.c, sun3-nat.c, sun386-nat.c,
741 symfile.c, symfile.h, symm-nat.c, symm-tdep.c, symmisc.c,
742 symtab.c, symtab.h, target.c, target.h, terminal.h, thread.c,
743 tic80-tdep.c, top.c, top.h, tracepoint.c, tracepoint.h,
744 typeprint.c, ui-file.c, ui-file.h, ui-out.h, ultra3-nat.c,
745 ultra3-xdep.c, umax-xdep.c, utils.c, v850-tdep.c, v850ice.c,
746 valarith.c, valops.c, valprint.c, value.h, values.c, varobj.h,
747 vax-tdep.c, version.h, vx-share/vxWorks.h, vx-share/xdr_ld.c,
748 vx-share/xdr_ptrace.c, vx-share/xdr_ptrace.h,
749 vx-share/xdr_rdb.c, w65-tdep.c, w89k-rom.c, win32-nat.c,
750 wrapper.c, wrapper.h, xcoffread.c, xcoffsolib.c, xcoffsolib.h,
751 xmodem.c, xmodem.h, z8k-tdep.c: Update/correct copyright
752 notices.
753
596c9d4b
KB
7542001-03-05 Kevin Buettner <kevinb@redhat.com>
755
756 * acconfig.h (HAVE_PRSYSENT_T, HAVE_PR_SIGSET_T,
757 HAVE_PR_SIGACTION64_T, HAVE_PR_SIGINFO64_T): New configure
758 macros.
759 * configure.in (prsysent_t, pr_sigset_t, pr_sigaction64_t,
760 pr_siginfo64_t): Test for these typedefs in <sys/procfs.h>.
761 (sys/fault.h, sys/select.h): Test for presence of these
762 header files.
763 (ia64-*-aix*): Define NEW_PROC_API for this host.
764 * configure: Regenerate.
765 * config.in: Regenerate.
766
767 * configure.host (ia64-*-aix*): New host.
768 * configure.tgt (ia64-*-aix*): New target.
8a5c92d3 769
eccbb20d
AC
7702001-03-05 Andrew Cagney <ac131313@redhat.com>
771
772 * TODO (GDB 5.1 Known Problems): Document z8k as broken.
773
9ff2efe5
CF
774Mon Mar 5 11:56:09 2001 Christopher Faylor <cgf@cygnus.com>
775
776 * wince.c: Change realloc to xrealloc throughout.
61e2d1f3 777 (handle_load_dll): Use void * rather than PTR in argument.
9ff2efe5 778
58841d58
AC
7792001-03-04 Andrew Cagney <ac131313@redhat.com>
780
781 * ocd.h (ocd_xfer_memory): Add ``attrib'' parameter.
782 * ocd.c (ocd_xfer_memory): Ditto.
783 * ser-ocd.c (ocd_setstopbits): New function. Add to ocd_ops.
784 * MAINTAINERS: Document powerpc-eabi and powerpcle-eabi as
785 buildable with ,-Werror.
786
787 * Makefile.in (symfile_h): Define.
788 (mcore-tdep.o): Add $(symfile_h), $(gdbcore_h) and $(inferior_h).
789 * mcore-tdep.c: Include "symfile.h", "gdbcore.h" and "inferior.h".
790 * MAINTAINERS: Document mcore-elf and mcore-pe as buildable with
791 ,-Werror.
792
793 * dsrec.c (make_srec): Fix internal_error fmt arg.
794 * MAINTAINERS: Document i960-coff as buildable with ,-Werror.
795
3cad1ac9
KB
7962001-03-03 Kevin Buettner <kevinb@redhat.com>
797
798 * solib-aix5.c (aix5_relocate_main_executable): Don't use ANOFFSET
799 as an lvalue.
800
b9fa2e73
AC
8012001-03-02 Andrew Cagney <ac131313@redhat.com>
802
130c39e6
AC
803 * MAINTAINERS (paper trail): Update.
804
b9fa2e73
AC
805 * CONTRIBUTE: Update note on ``Fix PR gdb/4706'' convention.
806
c53efe6e
AC
8072001-03-02 Andrew Cagney <ac131313@redhat.com>
808
809 From 2001-03-01 Tom Rix <trix@redhat.com>:
810 * mn10200-tdep.c (mn10200_frame_chain): Pass 0 for ``pc''
811 parameter to mn10200_analyze_prologue.
812
813 * config/mn10200/tm-mn10200.h: Include "regcache.h".
814 * MAINTAINERS: Document that mn10200-elf target is buildable.
815
52b5c2eb
KB
8162001-03-02 Kevin Buettner <kevinb@redhat.com>
817
818 * config/ia64/xm-aix.h (GDB_GREGSET_T, GDB_FPREGSET_T): Move defines
819 from here...
820 * config/ia64/nm-aix.h (GDB_GREGSET_T, GDB_FPREGSET_T): ...to here.
821 (MONTEREY): Don't define.
822 (AIX5): Define.
823
2edb46b1
MH
8242001-03-02 Matt Hiller <hiller@redhat.com>
825
826 * config/mn10300/tm-mn10300.h (E0_REGNUM): Correct to 15.
827
92c71a3e
KB
8282001-03-02 Kevin Buettner <kevinb@redhat.com>
829
82a2886f 830 * sparc-nat.c (sparc-nat.c): Don't include self.
92c71a3e 831
e2a4c6c1
C
8322001-03-01 J.T. Conklin <jtc@redback.com>
833
3a644c8d
C
834 * defs.h (__CYGWIN__): Moved conditional which defines __CYGWIN__
835 if __CYGWIN32__ is set from here.
836 * config/i386/xm-cygwin.h: To here.
837 * config/powerpc/xm-cygwin.h: To here.
838
e2a4c6c1
C
839 * i386-stub.c (handle_exception): Use 'T' response packet.
840
4b33390a
MS
8412001-03-01 Michael Snyder <msnyder@mvstp600e.cygnus.com>
842
843 * m32r-tdep.c: Fix cut and paste error in comment.
844
8452001-02-28 Michael Snyder <msnyder@mvstp600e.cygnus.com>
846
847 * symtab.c (print_msymbol_info): Print addresses by portable method
848 longest_local_hex_string_custom. Allow for 64-bit addresses.
849
ba41d549
C
8502001-03-01 J.T. Conklin <jtc@redback.com>
851
852 * gdbtypes.h (builtin_type_f_integer): Removed duplicate declaration.
853 (MAX_OF_TYPE): Wrap macro definition in parenthesis.
854 (MIN_OF_TYPE): Likewise.
855
856 * memattr.h (mem_access_mode): Removed extraneous trailing comma.
857
088d891f
AC
8582001-03-01 Andrew Cagney <ac131313@redhat.com>
859
860 * Makefile.in (os9kread.o): Do not compile with WERROR_CFLAGS.
861 * os9kread.c (os9k_process_one_symbol): Add assert to detect
862 ``loses if sizeof (char *) > sizeof (int)''.
863
38266776
AC
8642001-03-01 Andrew Cagney <ac131313@redhat.com>
865
866 * gdb_assert.h: Document pragmatics behind gdb_assert's case.
867
2ad43c4f
AC
8682001-03-01 Andrew Cagney <ac131313@redhat.com>
869
870 * Makefile.in (gdbtk-cmds.o): Add $(regcache_h) to dependency
871 lists.
872 (mi-main.o): Ditto.
873
367e21d8
AC
8742001-03-01 Andrew Cagney <ac131313@redhat.com>
875
876 * Makefile.in (regcache_h): Define. Add $(regcache_h) to
877 dependency lists.
878
d85310f7
MS
8792001-02-28 Michael Snyder <msnyder@mvstp600e.cygnus.com>
880
c0d8fd9a
MS
881 * printcmd.c (print_address_numeric): Update comments to refer
882 to sizeof addr, not sizeof pointer.
883 (x_command): Remove needless whitespace (shorten long line).
884
d85310f7
MS
885 * breakpoint.c (print_one_breakpoint): Formatting clean-up.
886 (read_memory_nobpt): Ditto.
887 (ep_is_catchpoint): Ditto.
888 (ep_is_shlib_catchpoint): Ditto.
889 (ep_is_exception_catchpoint): Ditto.
890 (describe_other_breakpoints): Ditto.
891
97900206
AC
892Wed Feb 28 20:37:36 2001 Andrew Cagney <ac131313@redhat.com>
893
894 * regcache.h (register_valid): Fix comment documenting valid
895 states.
896
4e052eda
AC
897Tue Feb 27 23:56:23 2001 Andrew Cagney <ac131313@redhat.com>
898
899 From Steven Johnson:
900 * regcache.h: New file.
901
902 * value.h (read_register_bytes, read_register_gen)
903 (write_register_gen, write_register_bytes)
904 (read_register, read_register_pid)
905 (read_signed_register, read_signed_register_pid)
906 (write_register, write_register_pid)
907 (register_cached, set_register_cached)
908 (register_changed, register_buffer)
909 (registers_changed, supply_register): Move declaration from here.
910 * regcache.h: To here.
911 * gdbcore.h (registers_fetched): Ditto.
912 * inferior.h (registers, registers_valid): Ditto.
913
914 * regcache.c (generic_target_read_pc, read_pc_pid, read_pc,
915 generic_target_write_pc, write_pc_pid, write_pc,
916 generic_target_read_sp, read_sp, generic_target_write_sp,
917 write_sp, generic_target_read_fp, read_fp,
918 generic_target_write_fp, write_fp): Add note that these functions
919 will be moved from this file.
920
921 * a29k-tdep.c: Include "regcache.h".
922 * a68v-nat.c: Ditto.
923 * abug-rom.c: Ditto.
924 * alpha-nat.c: Ditto.
925 * alpha-tdep.c: Ditto.
926 * alphabsd-nat.c: Ditto.
927 * arc-tdep.c: Ditto.
928 * arm-linux-nat.c: Ditto.
929 * arm-linux-tdep.c: Ditto.
930 * arm-tdep.c: Ditto.
931 * blockframe.c: Ditto.
932 * core-aout.c: Ditto.
933 * core-sol2.c: Ditto.
934 * corelow.c: Ditto.
935 * cpu32bug-rom.c: Ditto.
936 * cxux-nat.c: Ditto.
937 * d10v-tdep.c: Ditto.
938 * d30v-tdep.c: Ditto.
939 * dbug-rom.c: Ditto.
940 * dink32-rom.c: Ditto.
941 * dve3900-rom.c: Ditto.
942 * findvar.c: Ditto.
943 * fr30-tdep.c: Ditto.
944 * frame.c: Ditto.
945 * go32-nat.c: Ditto.
946 * h8300-tdep.c: Ditto.
947 * h8500-tdep.c: Ditto.
948 * hp300ux-nat.c: Ditto.
949 * hppa-tdep.c: Ditto.
950 * hppab-nat.c: Ditto.
951 * hppah-nat.c: Ditto.
952 * hppam3-nat.c: Ditto.
953 * hpux-thread.c: Ditto.
954 * i386-linux-nat.c: Ditto.
955 * i386-linux-tdep.c: Ditto.
956 * i386-tdep.c: Ditto.
957 * i386aix-nat.c: Ditto.
958 * i386b-nat.c: Ditto.
959 * i386bsd-nat.c: Ditto.
960 * i386gnu-nat.c: Ditto.
961 * i386ly-tdep.c: Ditto.
962 * i386m3-nat.c: Ditto.
963 * i386mach-nat.c: Ditto.
964 * i386nbsd-nat.c: Ditto.
965 * i386v4-nat.c: Ditto.
966 * i387-nat.c: Ditto.
967 * i387-tdep.c: Ditto.
968 * i960-tdep.c: Ditto.
969 * ia64-aix-nat.c: Ditto.
970 * ia64-linux-nat.c: Ditto.
971 * ia64-tdep.c: Ditto.
972 * infptrace.c: Ditto.
973 * infrun.c: Ditto.
974 * irix4-nat.c: Ditto.
975 * irix5-nat.c: Ditto.
976 * lin-lwp.c: Ditto.
977 * lin-thread.c: Ditto.
978 * lynx-nat.c: Ditto.
979 * m3-nat.c: Ditto.
980 * m32r-rom.c: Ditto.
981 * m32r-tdep.c: Ditto.
982 * m68hc11-tdep.c: Ditto.
983 * m68k-tdep.c: Ditto.
984 * m68klinux-nat.c: Ditto.
985 * m68knbsd-nat.c: Ditto.
986 * m68knbsd-tdep.c: Ditto.
987 * m88k-nat.c: Ditto.
988 * m88k-tdep.c: Ditto.
989 * mac-nat.c: Ditto.
990 * mcore-rom.c: Ditto.
991 * mcore-tdep.c: Ditto.
992 * mi/mi-main.c: Ditto.
993 * mips-nat.c: Ditto.
994 * mips-tdep.c: Ditto.
995 * mipsm3-nat.c: Ditto.
996 * mipsv4-nat.c: Ditto.
997 * mn10200-tdep.c: Ditto.
998 * mn10300-tdep.c: Ditto.
999 * monitor.c: Ditto.
1000 * ns32km3-nat.c: Ditto.
1001 * ns32knbsd-nat.c: Ditto.
1002 * ocd.c: Ditto.
1003 * pa64solib.c: Ditto.
1004 * ppc-bdm.c: Ditto.
1005 * ppc-linux-nat.c: Ditto.
1006 * ppc-linux-tdep.c: Ditto.
1007 * ppcbug-rom.c: Ditto.
1008 * ppcnbsd-nat.c: Ditto.
1009 * ptx4-nat.c: Ditto.
1010 * regcache.c: Ditto.
1011 * remote-adapt.c: Ditto.
1012 * remote-array.c: Ditto.
1013 * remote-bug.c: Ditto.
1014 * remote-e7000.c: Ditto.
1015 * remote-eb.c: Ditto.
1016 * remote-es.c: Ditto.
1017 * remote-est.c: Ditto.
1018 * remote-hms.c: Ditto.
1019 * remote-mips.c: Ditto.
1020 * remote-mm.c: Ditto.
1021 * remote-nindy.c: Ditto.
1022 * remote-os9k.c: Ditto.
1023 * remote-rdi.c: Ditto.
1024 * remote-rdp.c: Ditto.
1025 * remote-sds.c: Ditto.
1026 * remote-sim.c: Ditto.
1027 * remote-st.c: Ditto.
1028 * remote-udi.c: Ditto.
1029 * remote-utils.c: Ditto.
1030 * remote-vx.c: Ditto.
1031 * remote-vx29k.c: Ditto.
1032 * remote-vx68.c: Ditto.
1033 * remote-vx960.c: Ditto.
1034 * remote-vxmips.c: Ditto.
1035 * remote-vxsparc.c: Ditto.
1036 * remote.c: Ditto.
1037 * rom68k-rom.c: Ditto.
1038 * rs6000-nat.c: Ditto.
1039 * rs6000-tdep.c: Ditto.
1040 * sh-tdep.c: Ditto.
1041 * sh3-rom.c: Ditto.
1042 * sol-thread.c: Ditto.
1043 * solib-svr4.c: Ditto.
1044 * somsolib.c: Ditto.
1045 * sparc-nat.c: Ditto.
1046 * sparc-tdep.c: Ditto.
1047 * sparcl-tdep.c: Ditto.
1048 * sparclet-rom.c: Ditto.
1049 * sun3-nat.c: Ditto.
1050 * sun386-nat.c: Ditto.
1051 * symm-nat.c: Ditto.
1052 * target.c: Ditto.
1053 * thread-db.c: Ditto.
1054 * thread.c: Ditto.
1055 * tic80-tdep.c: Ditto.
1056 * tracepoint.c: Ditto.
1057 * ultra3-nat.c: Ditto.
1058 * umax-xdep.c: Ditto.
1059 * uw-thread.c: Ditto.
1060 * v850-tdep.c: Ditto.
1061 * v850ice.c: Ditto.
1062 * valops.c: Ditto.
1063 * w65-tdep.c: Ditto.
1064 * w89k-rom.c: Ditto.
1065 * win32-nat.c: Ditto.
1066 * wince.c: Ditto.
1067 * z8k-tdep.c: Ditto.
1068
07d48ebc
MH
10692001-02-28 Matt Hiller <hiller@redhat.com>
1070
1071 * MAINTAINERS: Add Matt Hiller to Write After Approval list.
1072
2edb46b1
MH
10732001-02-27 Matt Hiller <hiller@redhat.com>
1074
1075 * mn10300-tdep.c (mn10300_stab_reg_to_regnum): New function.
1076 (mn10300_gdbarch_init): Set appropriate elements of gdbarch to
1077 mn10300_stab_reg_to_regnum.
1078
993f3aa5
DT
1079Tue Feb 27 16:56:13 2001 David Taylor <taylor@redhat.com>
1080
1081 * symtab.c (search_symbols): Fix off by one error in test for
1082 error.
1083
86168def
AC
10842001-02-23 Andrew Cagney <ac131313@redhat.com>
1085
1086 * config/sparc/sp64linux.mt: New file.
1087 * configure.tgt: Recognize sparc64-*-linux* as a sp64linux target.
1088 * configure.host: Recognize sparc64-*-linux* as a linux host.
1089
1090 From 2000-03-17 Jakub Jelinek <jakub@redhat.com>:
1091 * config/sparc/tm-sp64linux.h: New file.
1092
e1e9e218
KB
10932001-02-24 Kevin Buettner <kevinb@redhat.com>
1094
1095 * buildsym.c (push_subfile, pop_subfile): Replace call to abort()
1096 with call to internal_error().
1097 * dbxread.c (process_one_symbol): Likewise.
1098 * exec.c (build_section_table, xfer_memory): Likewise.
1099 * h8500-tdep.c (h8500_register_size, h8500_register_virtual_type):
1100 Likewise.
1101 * hpread.c (hpread_type_translate, hpread_read_array_type)
1102 (hpread_type_lookup): Likewise.
1103 * i386-tdep.c (gdb_print_insn_i386): Likewise.
1104 * i960-tdep.c (mem): Likewise
1105 * inflow.c (set_sigio_trap, clear_sigio_trap): Likewise.
1106 * infptrace.c (child_resume): Likewise.
1107 * infttrace.c (_initialize_infttrace): Likewise.
1108 * language.c (binop_result_type, add_language): Likewise.
1109 * lynx-nat.c (store_inferior_registers): Likewise.
1110 * m3-nat.c (port_chain_insert, m3_trace_me): Likewise.
1111 * mdebugread.c (parse_partial_symbols): Likewise.
1112 * monitor.c (monitor_printf_noecho, monitor_printf)
1113 (monitor_dump_regs): Likewise.
1114 * ocd.c (stu_put_packet): Likewise.
1115 * printcmd.c (decode_format, print_scalar_formatted): Likewise.
1116 * remote-bug.c (bug_open): Likewise.
1117 * remote-e7000.c (fetch_regs_from_dump, e7000_wait): Likewise.
1118 * remote-es.c (es1800_read_bytes): Likewise.
1119 * remote-mips.c (common_breakpoint): Likewise.
1120 * remote-rdp.c (send_rdp): Likewise.
1121 * remote-sds.c (putmessage): Likewise.
1122 * sparc-nat.c (fetch_inferior_registers, store_inferior_registers):
1123 Likewise.
1124 * sparcl-tdep.c (sparclite_download): Likewise.
1125 * symtab.c (lookup_partial_symbol): Likewise.
1126 * target.c (push_target, pop_target, initialize_targets): Likewise.
1127 * utils.c (internal_verror, malloc_botch, wrap_here, decimal2str):
1128 Likewise.
1129 * valprint.c (print_decimal, print_longest, print_longest)
1130 (strcat_longest): Likewise.
1131 * w65-tdep.c (init_frame_pc, w65_push_dummy_frame): Likewise.
1132 * xmodem.c (xmodem_send_packet): Likewise.
1133 * z8k-tdep.c (init_frame_pc, z8k_push_dummy_frame): Likewise.
1134 * config/h8500/tm-h8500.h (STORE_STRUCT_RETURN): Likewise.
1135 * config/mn10200/tm-mn10200.h (EXTRACT_RETURN_VALUE)
1136 (STORE_RETURN_VALUE): Likewise.
1137 * config/ns32k/nm-umax.h (REGISTER_U_ADDR): Likewise.
1138 * config/ns32k/xm-merlin.h (REGISTER_U_ADDR): Likewise.
1139 * config/z8k/tm-z8k.h (STORE_STRUCT_RETURN, STORE_RETURN_VALUE):
1140 Likewise.
1141
17fceda3
AC
11422001-02-23 Andrew Cagney <ac131313@redhat.com>
1143
2126d5fb
AC
1144 * CONTRIBUTE: Document how to cite a problem report.
1145 * TODO: Note need to replace CONTRIBUTE with generated file.
1146
17fceda3
AC
1147 * CONTRIBUTE: Mention that patches do not need to include the
1148 generated files gdbarch.h and gdbarch.c.
1149
60edd51d
AC
11502001-02-21 Andrew Cagney <ac131313@redhat.com>
1151
1152 * value.h (get_saved_register): Move from here.
1153 * frame.h: To here.
1154
d7fa2ae2
KB
11552001-02-21 Kevin Buettner <kevinb@redhat.com>
1156
1157 * solib.h (in_svr4_dynsym_resolve_code): Delete declaration.
1158 (in_solib_dynsym_resolve_code): Add declaration.
1159 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Changed define to invoke
1160 in_solib_dynsym_resolve_code() rather than
1161 in_svr4_dynsym_resolve_code(). Also, removed the ifdefs
1162 which caused this macro to only be defined when
1163 SVR4_SHARED_LIBS is defined.
1164 * solib.c (in_solib_dynsym_resolve_code): New function.
1165 * solist.h (struct target_so_ops): Add new member
1166 in_dynsym_resolve_code.
1167 * solib-aix5.c (aix5_in_dynsym_resolve_code): Renamed from
1168 in_svr4_dynsym_resolve_code. Also, made static.
1169 (_initialize_aix5_solib): Initialize in_dynsym_resolve_code
1170 member in aix5_so_ops.
1171 * solib-svr4.c (svr4_in_dynsym_resolve_code): Renamed from
1172 in_svr4_dynsym_resolve_code. Also, added second version
1173 of this function which will be used when SVR4_SHARED_LIBS
1174 is not defined.
1175 (_initialize_svr4_solib): Initialize in_dynsym_resolve_code
1176 member in svr4_so_ops.
1177
1178 * ia64-aix-nat.c, ia64-aix-tdep.c, config/ia64/aix.mh,
1179 config/ia64/aix.mt, config/ia64/nm-aix.h, config/ia64/tm-aix.h,
1180 config/ia64/xm-aix.h: New files.
1181 * ia64-tdep.c (_initialize_ia64_tdep): Remove declaration.
1182 (ia64_aix_sigcontext_register_address): New declaration.
aacc1edd 1183 (ia64_gdbarch_init): Provide for initialization of
d7fa2ae2
KB
1184 sigcontext_register_address member of struct tdep when
1185 on target is detected to be running AIX.
1186 * config/ia64/linux.mt (TDEPFILES): Add ia64-aix-tdep.o to
1187 this list.
1188
fbad0893
KB
11892001-02-20 Kevin Buettner <kevinb@redhat.com>
1190
1191 * ia64-tdep.c (ia64_frameless_function_invocation): Implement.
1192 * config/ia64/linux.mh (NATDEPFILES): Use thread-db.o and lin-lwp.o
1193 for thread support instead of linux-thread.o and lin-thread.o.
1194 * config/ia64/nm-linux.h (PREPARE_TO_PROCEED, GET_THREAD_SIGNALS,
1195 ATTACH_LWP): Define to use the following lin-lwp.c functions...
1196 (lin_lwp_prepare_to_proceed, lin_thread_get_thread_signals,
1197 lin_lwp_attach_lwp): Declare.
1198
1adad886
AC
11992001-02-20 Andrew Cagney <ac131313@redhat.com>
1200
1201 * mips-tdep.c (do_fp_register_row, do_fp_register_row): Fix printf
1202 formatting.
1203
0579d647
KB
12042001-02-20 Kevin Buettner <kevinb@redhat.com>
1205
1206 * solib-aix5.c (solib-svr4.h): Remove include.
1207 (solib_break_names): Delete names which aren't actually
1208 used by AIX5.
1209 (bkpt_names): Remove.
1210 (aix5_relocate_main_executable, bfd_lookup_symbol): Replace calls
1211 to STREQ() with equivalent calls to strcmp().
1212 (in_svr4_dynsym_resolve_code, enable_break, bfd_lookup_symbol,
1213 aix5_solib_create_inferior_hook): Revise comments.
1214 (enable_break): Remove old ``bkpt_names'' code.
1215
d65fe839
AC
12162001-02-19 Andrew Cagney <ac131313@redhat.com>
1217
1218 * Makefile.in (SFILES): Add frame.c .
1219 (COMMON_OBS): Add frame.o .
1220 (frame.o): New target.
1221
1222 * frame.c (find_saved_register):
1223 (default_get_saved_register):
1224 (get_saved_register):
1225 (read_relative_register_raw_bytes_for_frame):
1226 (read_relative_register_raw_bytes): Moved to here.
1227 * regcache.c: From here.
1228
60cf7a85
KB
12292001-02-20 Kevin Buettner <kevinb@redhat.com>
1230
1231 * solib-aix5.c: New file.
1232
291b7e04
MH
12332001-02-20 Martin M. Hunt <hunt@redhat.com>
1234
a43ad351
MH
1235 * solib.c (info_sharedlibrary_command): Don't assume pointers
1236 are the same size of long, call longest_local_hex_string_custom().
1237
58bc91c9
MH
1238 * solib-svr4.c (LM_ADDR): LM_ADDR is a signed offset, so
1239 extract_signed_integer() should be called instead of
1240 extract_address().
1241
12422001-02-20 Martin M. Hunt <hunt@redhat.com>
1243
291b7e04
MH
1244 * MAINTAINERS: Add Martin Hunt to Write After Approval list.
1245
d02ee681
AC
12462001-02-19 Andrew Cagney <ac131313@redhat.com>
1247
1248 Frm 2001-02-09 Jim Kingdon <jkingdon@engr.sgi.com>:
1249 * mips-tdep.c (mips_register_raw_size): If FP_REGISTER_DOUBLE,
1250 then floating point registers are 8 bytes.
1251
a858089e
MS
12522001-02-19 Michael Snyder <msnyder@mvstp600e.cygnus.com>
1253
1254 * parse.c (write_exp_msymbol): Make the type CORE_ADDR, to
1255 accomodate 64-bit addresses.
1256
23cc649f
EZ
12572001-02-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1258
1259 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>
1260 * symtab.c (lookup_symbol_aux): Call lookup_symbol_aux, not
1261 lookup_symbol, when trying to find a symbol with a mangled name,
1262 to avoid infinite recursion.
1263
0db23c95
AC
12642001-02-18 Andrew Cagney <ac131313@redhat.com>
1265
1266 * TODO (5.2): Mention G++ 3.0 ABI. General cleanups.
1267
911413e6
JL
12682001-02-19 Jonathan Larmour <jlarmour@redhat.com>
1269
1270 * arm-tdep.c (check_prologue_cache): Fix off by 1 error.
1271 (save_prologue_cache): Ditto.
1272
8d1de4b7
EZ
12732001-02-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1274
1275 From: innadadadavida@yahoo.com:
1276 * partial-stab.h (switch): Check that pst is not null
1277 before dereferencing it.
1278
3017564a
EZ
12792001-02-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1280
1281 From Andrew Cagney <cagney@b1.cygnus.com>:
1282 * symfile.c (add_symbol_file_command): Always initialize
1283 my_cleanup using a NULL cleanup.
1284
fa58ee11
EZ
12852001-02-19 Eli Zaretskii <eliz@is.elta.co.il>
1286
1287 * demangle.c (demangling_style_names): New variable.
1288 (_initialize_demangler): Fill demangling_style_names with the
1289 names of known demangling styles from libiberty_demanglers[]. Use
1290 add_set_enum_cmd instead of add_set_cmd, to get completion on
1291 demangling style names.
1292
1293 * proc-api.c (_initialize_proc_api): Make `procfs-file' use
1294 file-name completion.
1295
1296 * remote-rdi.c (_initialize_remote_rdi): Ditto for `rdilogfile'.
1297
1298 * solib.c (_initialize_solib): Ditto for `solib-search-path' and
1299 `solib-absolute-prefix'.
1300
1301 * tracepoint.c (_initialize_tracepoint): Ditto for
1302 `save-tracepoints'.
1303
1304 * win32-nat.c (_initialize_inftarg): Ditto for `dll-symbols'.
1305
1306 * cli/cli-cmds.c (init_cli_cmds): Make `shell' and `make' use
1307 file-name completion.
1308
1309 * infcmd.c (_initialize_infcmd): Make the following commands use
1310 the file-name completer: `tty', `args', `path', `paths', and
1311 `run'.
1312
7830cf6f
EZ
13132001-02-18 Eli Zaretskii <eliz@is.elta.co.il>
1314
89dea5aa
EZ
1315 * go32-nat.c: Include i387-nat.h.
1316 (fetch_register): New function, uses some of the guts of
1317 go32_fetch_registers and calls i387_supply_register.
1318 (go32_fetch_registers): Most of the code moved into
1319 fetch_register. Use i387_supply_fsave.
1320 (store_register): Use i387_fill_fsave instead of custom code.
1321 (go32_store_registers): Use i387_fill_fsave.
1322
1323 * Makefile.in (go32-nat.o): Depend on i387-nat.h.
1324
1325 * config/i386/go32.mh (NATDEPFILES): Add i387-nat.o.
1326
7830cf6f
EZ
1327 * completer.c (gdb_completer_file_name_break_characters): Remove
1328 slash from file-name break characters.
1329 [__MSDOS__]: Special definition for DOS/Windows file names.
1330 (line_completion_function): When completing on file names, bump
1331 `p' to the first file-name constituent character of `word', before
1332 invoking the completer.
1333
f31e928c
MK
13342001-02-17 Mark Kettenis <kettenis@gnu.org>
1335
1336 * i387-nat.c: Include "i387-nat.h". Use regnum instead of regno
1337 consistently for parameter names. Fix comments accordingly.
1338 (i387_supply_register): New function.
1339 (i387_supply_fsave): Implement using i387_supply_register.
1340 * i387-nat.h: Use regnum instead of regno consistently for
1341 parameter names. Fix comments accordingly.
1342 (i387_supply_register): New prototype.
1343
d696208f
MS
13442001-02-16 Michael Snyder <msnyder@mvstp600e.cygnus.com>
1345
1346 * remote.c (build_remote_gdbarch_data): Use new TARGET_ADDR_BIT
1347 instead of TARGET_PTR_BIT (to support Harvard architectures).
1348
971429b4
AC
13492001-02-16 Andrew Cagney <ac131313@redhat.com>
1350
1351 From 2001-02-11 Paul Hilfinger <hilfingr@lisbon.int.act-europe.fr>
1352 * hpux-thread.c (hpux_thread_xfer_memory): Add mem_attrib
1353 argument to parameter list and to call in order to conform to
1354 to_xfer_memory field of struct target_ops.
1355
9ca0e47c
MC
13562001-02-12 Michael Chastain <chastain@redhat.com>
1357
da7dd56f 1358 * somsolib.c (som_solib_add_solib_objfile): Do not use
9ca0e47c
MC
1359 section relocation feature of syms_from_objfile. Do my own
1360 section relocation, offsetting each section of the som by
1361 either text_addr - text_link_addr or data_start.
1362
7d65bd2d
AC
13632001-02-16 Andrew Cagney <ac131313@redhat.com>
1364
1365 * TODO (5.1): Move ``Hardware watchpint problems'' out of 5.1.
1366
e33e9692
AC
13672001-02-16 Andrew Cagney <ac131313@redhat.com>
1368
1369 * MAINTAINERS (paper trail): Update.
1370
17dee195
MK
13712001-02-16 Mark Kettenis <kettenis@gnu.org>
1372
1373 * target.h (target_fetch_registers): Fix comment.
1374
0f6e1ba6
AC
13752001-02-15 Andrew Cagney <ac131313@redhat.com>
1376
1377 * f-exp.y: Include <ctype.h>.
1378 (parse_number): Ensure that ``i'' is always initialized.
1379
9a069618
JK
13802001-02-14 Jim Kingdon <jkingdon@engr.sgi.com>
1381
1382 * MAINTAINERS: Add myself to paper trail section.
1383
fc24370e
MS
13842001-02-14 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1385
1386 * configure.in (AC_CHECK_HEADERS): Add sys/file.h.
1387 * configure, config.in: Regenerate.
1388 * corelow.c: Include <sys/file.h> if present.
1389
4b69c284
AC
13902001-02-14 Andrew Cagney <ac131313@redhat.com>
1391
1392 * inflow.c (terminal_ours_1): Initialize ``osigtou''. Only
1393 declare when have SIGTTOU.
1394
7904f322
EZ
13952001-02-14 Eli Zaretskii <eliz@is.elta.co.il>
1396
1397 * config/djgpp/fnchange.lst: Add entries for gdb/gdbtk/*/ChangeLog-*.
1398
9e798668
JK
13992001-02-12 Jim Kingdon <jkingdon@engr.sgi.com>
1400
1401 * MAINTAINERS: Update my email address.
1402
65d5a54a
EZ
14032001-02-11 Eli Zaretskii <eliz@is.elta.co.il>
1404
1405 * NEWS: Document that "info symbol" works with COFF debug info and
1406 its variants.
1407
1408 * minsyms.c (lookup_minimal_symbol_by_pc_section): Don't skip
1409 symbols whose SYMBOL_BFD_SECTION is NULL.
1410
0cff82d9 14112001-02-10 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
a8079a9b
PS
1412
1413 Get rid of AIX specific PC_LOAD_SEGMENT, replace with PC_SOLIB.
1414 * xcoffsolib.c (xcoff_solib_address): Renamed from
1415 pc_load_segment_name. Return NULL if address is not in a shared
1416 library. Cleanup shared library name construction, using xasprintf.
1417 Format shared library member names consistent with format in exec.c.
1418 (solib_info): Format shared library member names consistent with
1419 format in exec.c.
1420 * config/rs6000/nm-rs6000.h: Replace PC_LOAD_SEGMENT with PC_SOLIB,
1421 using xcoff_solib_address for PC_SOLIB definition.
1422 * stack.c (print_frame): Remove PC_LOAD_SEGMENT code, no longer
1423 needed.
1424
0cff82d9 14252001-02-10 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4b2e4867
PS
1426
1427 * mipsread.c (read_alphacoff_dynamic_symtab): Replace alloca calls
1428 with xmalloc calls and cleanups.
1429
0cff82d9 14302001-02-10 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
d737ece6
PS
1431
1432 * rs6000-nat.c (child_xfer_memory): Add missing parameter
1433 'struct mem_attrib *' required by 2001-01-23 change.
1434
c5bb1243
JK
14352001-02-08 Jim Kingdon <jkingdon@engr.sgi.com>
1436
1437 Updates to "make TAGS":
1438 * Makefile.in (ALLDEPFILES): Remove altos-xdep.c arm-convert.s
1439 arm-xdep.c convex-tdep.c convex-xdep.c pyr-tdep.c pyr-xdep.c
1440 tahoe-tdep.c.
1441 (TAGFILES_NO_SRCDIR): Add $(SUBDIR_CLI_SRCS).
1442
c799ae7b
EZ
14432001-02-08 Eli Zaretskii <eliz@is.elta.co.il>
1444
1445 * config/djgpp/fnchange.lst: Remove extraneous "too many dots".
1446
12685e01
AC
1447Wed Feb 7 22:39:26 2001 Andrew Cagney <cagney@redhat.com>
1448
1449 From Dean Luick <luick@cray.com>:
1450 * defs.h (continuation): Remove unused global variable.
1451
7fcca85b
AC
1452Wed Feb 7 22:28:31 2001 Andrew Cagney <cagney@redhat.com>
1453
1454 * configure.tgt: Remove references to convex, pyramid, altos and
1455 tahoe.
1456 * configure.host: Ditto.
1457 * MAINTAINERS: Ditto.
1458 * NEWS: Update.
1459
1460 * tahoe-tdep.c: Delete obsolete file.
1461 * pyr-xdep.c: Ditto.
1462 * pyr-tdep.c: Ditto.
1463 * convex-tdep.c: Ditto.
1464 * convex-xdep.c: Ditto.
1465 * config/tahoe/xm-tahoe.h: Ditto.
1466 * config/tahoe/tm-tahoe.h: Ditto.
1467 * config/tahoe/tahoe.mt: Ditto.
1468 * config/tahoe/tahoe.mh: Ditto.
1469 * config/pyr/xm-pyr.h: Ditto.
1470 * config/pyr/tm-pyr.h: Ditto.
1471 * config/pyr/pyramid.mt: Ditto.
1472 * config/pyr/pyramid.mh: Ditto.
1473 * config/m68k/xm-altos.h: Ditto.
1474 * config/m68k/tm-altos.h: Ditto.
1475 * config/m68k/altos.mt: Ditto.
1476 * config/m68k/altos.mh: Ditto.
1477 * config/convex/xm-convex.h: Ditto.
1478 * config/convex/tm-convex.h: Ditto.
1479 * config/convex/convex.mt: Ditto.
1480 * config/convex/convex.mh: Ditto.
1481 * config/convex/Convex.notes: Ditto.
1482 * config/arm/xm-arm.h: Ditto.
1483 * config/arm/nm-arm.h: Ditto.
1484 * config/arm/arm.mt: Ditto.
1485 * config/arm/arm.mh: Ditto.
1486 * arm-convert.s: Ditto.
1487 * arm-xdep.c: Ditto.
1488 * altos-xdep.c: Ditto.
1489
8e65ff28
AC
1490Wed Feb 7 19:41:21 2001 Andrew Cagney <cagney@redhat.com>
1491
1492 * defs.h (internal_error, internal_verror): Add __FILE__ and
1493 __LINE__ parameter.
1494 * utils.c (internal_error, internal_verror): Update.
1495
1496 * v850-tdep.c: Update calls to internal_error.
1497 * utils.c: Ditto.
1498 * ui-out.c: Ditto.
1499 * ui-file.c: Ditto.
1500 * target.h: Ditto.
1501 * symtab.h: Ditto.
1502 * symm-nat.c: Ditto.
1503 * sparc-tdep.c: Ditto.
1504 * source.c: Ditto.
1505 * serial.c: Ditto.
1506 * rs6000-tdep.c: Ditto.
1507 * rs6000-nat.c: Ditto.
1508 * remote.c: Ditto.
1509 * remote-vx.c: Ditto.
1510 * remote-sim.c: Ditto.
1511 * remote-mips.c: Ditto.
1512 * regcache.c: Ditto.
1513 * objfiles.h: Ditto.
1514 * objfiles.c: Ditto.
1515 * mn10300-tdep.c: Ditto.
1516 * mips-tdep.c: Ditto.
1517 * maint.c: Ditto.
1518 * m68k-tdep.c: Ditto.
1519 * m3-nat.c: Ditto.
1520 * language.c: Ditto.
1521 * infptrace.c: Ditto.
1522 * inferior.h: Ditto.
1523 * infcmd.c: Ditto.
1524 * ia64-tdep.c: Ditto.
1525 * i386-tdep.c: Ditto.
1526 * i386-linux-nat.c: Ditto.
1527 * hppah-nat.c: Ditto.
1528 * go32-nat.c: Ditto.
1529 * findvar.c: Ditto.
1530 * f-lang.c: Ditto.
1531 * elfread.c: Ditto.
1532 * event-loop.c: Ditto.
1533 * dwarf2read.c: Ditto.
1534 * dsrec.c: Ditto.
1535 * d30v-tdep.c: Ditto.
1536 * d10v-tdep.c: Ditto.
1537 * cli/cli-setshow.c: Ditto.
1538 * cli/cli-script.c: Ditto.
1539 * ch-exp.c: Ditto.
1540 * breakpoint.c: Ditto.
1541 * ax-gdb.c: Ditto.
1542 * arch-utils.c: Ditto.
1543 * a29k-tdep.c: Ditto.
1544 * gdb_assert.h: Ditto.
1545 * gdbarch.sh: Ditto.
1546 * gdbarch.h, gdbarch.c: Re-generate.
1547
72290732
AC
15482001-02-07 Andrew Cagney <ac131313@redhat.com>
1549
1550 From Mark Kettenis <kettenis@gnu.org>:
1551 * event-top.h [!STOP_SIGNAL]: #include <signal.h>.
1552
a6da1910
AC
15532001-02-07 Andrew Cagney <ac131313@redhat.com>
1554
1555 * remote-sim.c (dump_mem): Cleanup printf format argument.
1556 * MAINTAINERS: Update, mn10300-elf now builds.
1557
153f9905
MK
15582001-02-07 Mark Kettenis <kettenis@gnu.org>
1559
1560 * event-top.c: Remove duplicate #include <signal.h>.
1561
f042532c
AC
15622001-02-06 Andrew Cagney <ac131313@redhat.com>
1563
1564 * sol-thread.c (restore_inferior_pid): Save the PID in a freshly
1565 allocated buffer.
1566 (save_inferior_pid): Restore the PID from that tempoary
1567 buffer. Delete the buffer.
1568 * utils.c (make_cleanup_close, do_close_cleanup): Ditto for FD.
1569
58cfabe6
AC
15702001-02-06 Andrew Cagney <ac131313@redhat.com>
1571
1572 * MAINTAINERS: Add ``The Obvious Fix Rule''.
1573
ea8a41b8
AC
15742001-02-06 Andrew Cagney <ac131313@redhat.com>
1575
1576 * MAINTAINERS: Add Michael Snyder to Solaris/SPARC list.
1577
95160752
AC
15782001-02-06 Andrew Cagney <ac131313@cygnus.com>
1579
1580 * gdbarch.sh: Include "gdb_assert.h".
1581 (struct gdbarch): Change ``nr_data'' to unsigned.
1582 (alloc_gdbarch_data, free_gdbarch_data): New functions.
1583 (gdbarch_free): Free the data-pointer vector. Use xfree to delete
1584 architecture vector.
1585 (struct gdbarch_data, struct gdbarch_data_registration): Move init
1586 method to gdbarch_data. Add free method, make index unsigned.
1587 (struct gdbarch_data_registry): Make nr unsigned.
1588 (register_gdbarch_data): Add free parameter. Store in
1589 gdbarch_data.
1590 (init_gdbarch_data): Use set_gdbarch_data.
1591 (set_gdbarch_data): New function.
1592
1593 * gdbarch.h, gdbarch.c: Re-generate.
1594
64122a8b
MS
15952001-02-06 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1596
1597 * ser-unix.c (hardware_print_tty_state) [HAVE_SGTTY]: Call
1598 fprintf_filtered with correct arguments.
1599
e6cbd02a
MS
16002001-02-06 Michael Snyder <msnyder@makita.cygnus.com>
1601 Submitted by Paul Hilfinger (hilfingr@gnat.com)
1602 and Andrei Petrov (and@genesyslab.com).
1603 * findvar.c: Buffers of size MAX_REGISTER_RAW_SIZE or REGISTER_BYTES
1604 must be allocated dynamically, since these are no longer constants.
1605 * infcmd.c: Ditto.
1606 * regcache.c: Ditto.
1607 * remote.c: Ditto.
1608 * sol-thread.c: Ditto.
1609 * valops.c: Ditto.
1610 * config/sparc/sun4sol2.mh (MH_CFLAGS): Add -I/usr/include/v9, as a
1611 work-around for a missing Sun header file in solaris for sparc64.
1612
713f0374
PB
16132001-02-04 Philip Blundell <philb@gnu.org>
1614
1615 * config/arm/linux.mh (NATDEPFILES): Add proc-service.o,
1616 thread-db.o, lin-lwp.o; remove lin-thread.o, linux-thread.o.
1617 * config/arm/nm-linux.h (PREPARE_TO_PROCEED, ATTACH_LWP,
1618 GET_THREAD_SIGNALS): Define.
1619 * arm-linux-nat.c (fill_gregset): Correct type of argument.
1620 (supply_gregset): Likewise.
1621 (fill_fpregset): Likewise.
1622 (supply_fpregset): Likewise.
1623
4603e466
DT
1624Tue Feb 6 11:58:57 2001 David Taylor <taylor@redhat.com>
1625
1626 * valops.c (value_cast): If casting a scalar to a pointer, do not
1627 issue a message about truncation unless it exceeds the length of
1628 an address, not the length of a pointer. This is because what the
1629 user gives us is an address, not a pointer, and we will ultimately
1630 convert it (via ADDRESS_TO_POINTER) to a pointer, not truncate it
1631 to a pointer. This allows things like "print *(int *)0x01000234"
1632 to work without generating a misleading message on a target having
1633 two byte pointers and four byte addresses.
1634
554cb486
CF
16352001-02-05 Christopher Faylor <cgf@cygnus.com>
1636
1637 * win32-nat.c: Change PTR to void * throughout.
1638
042be3a9
C
16392001-02-05 J.T. Conklin <jtc@redback.com>
1640
1641 * signals.h: Removed.
1642 * event-top.c (#include <signal.h>): Changed from signals.h.
1643 * inflow.c: Likewise.
1644 * mac-xdep.c: Likewise.
1645 * ser-pipe.c: Likewise.
1646 * ser-tcp.c: Likewise.
1647 * standalone.c: Likewise.
1648 * top.c: Likewise.
1649 * utils.c: Likewise.
1650 * Makefile.in: Removed signals.h from dependencies.
1651
a4acd088
CF
16522001-02-05 Christopher Faylor <cgf@cygnus.com>
1653
1654 Change suggested by Dean Luick <luick@cray.com>
1655 * inferior.h (step_over_calls_kind): Remove trailing comma from
1656 last enum element.
1657 (step_over_calls): Declare as extern rather than global.
1658
3116c80a
EZ
16592001-02-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1660
1661 * sh-tdep.c: Update copyright.
1662 (sh_extract_return_value): Rewrite.
1663 (sh3e_sh4_extract_return_value): New function.
1664 (sh_gdbarch_init): Initialize gdbarch_extract-return_value to new
1665 version of the function for sh3e and sh4 CPUs.
1666
240be855
MC
16672001-02-05 Michael Chastain <chastain@redhat.com>
1668
1669 * hppah-nat.c (child_xfer_memory): Add parameter 'struct mem_attrib *'
1670 to conform with interface change.
1671
a17b5c4e
EZ
16722001-02-04 Eli Zaretskii <eliz@is.elta.co.il>
1673
32fe0950
EZ
1674 * config/djgpp/fnchange.lst: Tweak to make consistent with the
1675 new files.
1676
619cbaf7
EZ
1677 * config/djgpp/djconfig.sh: Use explicit absolute file name when
1678 invoking `find'.
1679
cd42d3a8
EZ
1680 * ser-go32.c (dos_write) [UART_FIFO_WORKS]: Use outportsb only if
1681 UART_FIFO_WORKS is defined. Otherwise use outportb.
1682 From Francisco Pastor <fpastor.etra-id@etra.es>
1683
a17b5c4e
EZ
1684 * go32-nat.c (go32_xfer_memory): Make the argument list consistent
1685 with target.h's `to_xfer_memory' member.
1686
86ddecc5
C
16872001-02-02 J.T. Conklin <jtc@redback.com>
1688
1689 * ppc-bdm.c (#include <signal.h>): Removed.
1690 * remote-array.c: Likewise.
1691 * remote-bug.c: Likewise.
1692 * remote-e7000.c: Likewise.
1693 * remote-mips.c: Likewise.
1694 * remote-os9k.c: Likewise.
1695 * remote-st.c: Likewise.
1696 * remote-udi.c: Likewise.
1697 * remote-vx29k.c: Likewise.
1698 * remote-vx68.c: Likewise.
1699 * remote-vx960.c: Likewise.
1700 * remote-vxmips.c: Likewise.
1701 * remote-vxsparc.c: Likewise.
1702
338d7c5c
JM
17032001-02-02 John Moore <jmoore@redhat.com>
1704
1705 * remote-utils.h (sr_set_device): Changed free() to xfree() where
1706 appropriate. Also changed Copyright to include 2001.
1707 * symtab.h (obstack_chunk_free, SYMBOL_INIT_DEMANGLED_NAME): Likewise.
1708 * value.h (value_free): Likewise.
1709 * gdbarch.sh (gdbarch_free): Likewise.
1710 * gdbarch.c, gdbarch.h: Regenerated.
1711
2b5436af
JM
17122001-02-02 John Moore <jmoore@redhat.com>
1713
1714 * cli/cli-cmds.c (apropos_command): Changed occurance of free() to
338d7c5c 1715 xfree(). Also changed Copyright to include 2001.
2b5436af 1716
82467003
C
17172001-02-02 J.T. Conklin <jtc@redback.com>
1718
1719 * monitor.c (#include "gdb_wait.h"): Removed.
1720 * ocd.c: Likewise.
1721 * ppc-bdm.c: Likewise.
1722 * remote-adapt.c: Likewise.
1723 * remote-array.c: Likewise.
1724 * remote-bug.c: Likewise.
1725 * remote-e7000.c: Likewise.
1726 * remote-eb.c: Likewise.
1727 * remote-es.c: Likewise.
1728 * remote-mips.c: Likewise.
1729 * remote-mm.c: Likewise.
1730 * remote-nindy.c: Likewise.
1731 * remote-os9k.c: Likewise.
1732 * remote-rdi.c: Likewise.
1733 * remote-rdp.c: Likewise.
1734 * remote-sds.c: Likewise.
1735 * remote-sim.c: Likewise.
1736 * remote-st.c: Likewise.
1737 * remote-udi.c: Likewise.
1738 * remote-vx.c: Likewise.
1739 * remote-vx29k.c: Likewise.
1740 * remote-vx68.c: Likewise.
1741 * remote-vx960.c: Likewise.
1742 * remote-vxmips.c: Likewise.
1743 * remote-vxsparc.c: Likewise.
1744 * remote.c: Likewise.
1745 * ser-pipe.c: Likewise.
1746 * ser-unix.c: Likewise.
1747 * Makefile.in: Updated dependencies.
1748
27b82ed2
DS
17492001-01-31 David Smith <dsmith@redhat.com>
1750
1751 * event-loop.c: Change inclusion of string.h to gdb_string.h and
1752 updated the copyright notice.
1753 * ser-pipe.c: Ditto.
1754 * mi/mi-cmds.c: Ditto.
1755 * mi/mi-console.c: Ditto.
1756 * mi/mi-getopt.c: Ditto.
1757 * mi/mi-parse.c: Ditto.
1758
ab9cc815
DS
17592001-01-31 David Smith <dsmith@redhat.com>
1760
1761 * MAINTAINERS: Add David Smith to Write After Approval list.
1762
d1f4cff8
AC
1763Tue Jan 30 15:43:08 2001 Andrew Cagney <cagney@cygnus.com>
1764
1765 * cli/cli-utils.c (putchar_filtered): Move function from here.
1766 * utils.c (putchar_filtered): To here.
1767 * cli/cli-utils.h (putchar_filtered): Move declaration from here.
1768 * defs.h (putchar_filtered): To here.
1769
74c1b268
AC
1770Tue Jan 30 17:27:11 2001 Andrew Cagney <cagney@redhat.com>
1771
1772 * configure.in (AC_CHECK_FUNCS): Replace vfork test with
1773 AC_FUNC_VFORK macro.
1774 * config.in, configure: Re-generate.
1775
1776 * gdb_vfork.h: New file.
1777 * ser-pipe.c (pipe_open): Update. Include "gdb_vfork.h".
1778 * fork-child.c (fork_inferior): Ditto.
1779
4fcf66da
AC
1780Tue Jan 30 17:09:07 2001 Andrew Cagney <cagney@redhat.com>
1781
1782 * defs.h (strsave): Delete declaration.
1783 * utils.c (strsave): Delete definition.
1784 * TODO (strsave): Update
1785
1786 * mac-xdep.c (tilde_expand): Replace strsave with xstrdup.
1787 * sparcl-tdep.c (sparclite_open): Ditto.
1788 * mips-tdep.c (mips_set_processor_type_command): Ditto.
1789 (_initialize_mips_tdep): Ditto.
1790 * solib.c (solib_open): Ditto.
1791 * symfile.c (add_filename_language): Ditto.
1792 (set_ext_lang_command): Ditto.
1793 * source.c (init_source_path): Ditto.
1794 (mod_path): Ditto.
1795 * sh3-rom.c (sh3_open): Ditto.
1796 (sh3e_open): Ditto.
1797 * serial.c (serial_open): Ditto.
1798 * remote-mips.c (common_open): Ditto.
1799 * monitor.c (monitor_open): Ditto.
1800 * m32r-rom.c (m32r_upload_command): Ditto.
1801 * infcmd.c (path_command): Ditto.
1802 * f-exp.y (parse_number): Ditto.
1803 * breakpoint.c (create_longjmp_breakpoint): Ditto.
1804 (create_thread_event_breakpoint): Ditto.
1805 * arc-tdep.c (arc_set_cpu_type_command): Ditto.
1806 (_initialize_arc_tdep): Ditto.
1807
e191e0ab
AC
1808Tue Jan 30 15:14:26 2001 Andrew Cagney <cagney@skil>
1809
1810 * cli/cli-script.c (define_command): Check for a bad hook value in
1811 switch statement.
1812
10214f55
C
18132001-01-30 J.T. Conklin <jtc@redback.com>
1814
1815 * configure/sh/embed.mt: New file.
1816 * configure/sh/linux.mt: New file.
1817 * configure/sh/sh.mt: Removed.
1818 * configure.tgt (sh-*-hms,sh-*-coff*,sh-*-elf*,sh-*-linux): New targets.
1819 (sh-*-*): Removed.
1820
c9049fc9
MC
18212001-01-29 Michael Chastain <chastain@redhat.com>
1822
1823 * symtab.c (block_lookup_symbol): Use 'namespace' parameter in
1824 symbol comparisons in binary search.
1825
0cff82d9 18262001-01-27 Christopher Faylor <cgf@cygnus.com>
aea02b6b
CF
1827
1828 * win32-nat.c (child_xfer_memory): Add missing argument required by
1829 2001-01-23 change.
1830
e6e0bfab
MK
18312001-01-27 Mark Kettenis <kettenis@gnu.org>
1832
1833 * ui-out.c (do_list_end): New function.
1834 (make_cleanup_ui_out_list_end): New function.
1835 * ui-out.h: Provide prototype for make_cleanup_ui_out_list_end.
1836 * stack.c (print_frame) [UI_OUT]: Call
1837 make_cleanup_ui_out_list_end to make sure we mark the end of the
1838 list if we do a non-local exit. At the end of the function,
1839 instead of calling ui_out_list_end directly, let do_cleanups
1840 handle it.
1841
1adeb98a
FN
18422001-01-26 Fernando Nasser <fnasser@redhat.com>
1843
1844 Fix double parsing of filenames passed as command line arguments
1845 to GDB (causes weird handling of escape characters).
1846 Also, remove dependencies on the CLI from libgdb.
1847 * call-cmds.h: Remove declaration of exec_file_command().
1848 * gdbcore.h: Remove declaration of exec_file_command().
1849 Add declarations for exec_open() and exec_file_clear().
1850 * symfile.h: Add declarations for symbol_file_add_main() and
1851 symbol_file_clear().
1852 * exec.c (exec_open): New function. Implements to_open for exec
1853 targets.
1854 (exec_file_clear): New function. Makes GDB forget about a previously
1855 specified executable file.
1856 (exec_file_attach): Move parsing of arguments from here ...
1857 (exec_file_command): ... to here.
1858 (init_exec_ops): Use exec_open(), not exec_file_command() to
1859 implement to_open for exec targets.
1860 * symfile.c (symbol_file_add_main): New function. Call symbol_file_add()
1861 with default values. Used when the file name has already been parsed.
1862 (symbol_file_clear): New function. Makes GDB forget about previously
1863 read symbols.
1864 (symbol_file_command): Call the above function instead of inline code.
1865 * main.c: Include "symfile.h" and "gdbcore.h" instead of the deprecated
1866 "call-cmds.h".
1867 (captured_main): Call exec_file_attach() and symbol_file_add_main()
1868 instead of exec_file_command() and symbol_file_command().
1869 (captured_main): Add comment.
1870 * corefile.c: Include "symfile.h".
1871 (core_file_command): Call symbol_file_add_main() instead of
1872 symbol_file_command().
1873 (reopen_exec_file): Call exec_open() instead of exec_file_command().
1874 * infcmd.c: Include "symfile.h".
1875 (attach_command): Call symbol_file_add_main() instead of
1876 symbol_file_command().
1877 * infrun.c: Remove comment about the inclusion of "symfile.h",
1878 not any longer appropriate.
1879 (follow_exec): Call symbol_file_add_main() instead of
1880 symbol_file_command().
1881 * remote-es.c: Include "symfile.h".
1882 (es1800_load): Call symbol_file_add_main() instead of
1883 symbol_file_command().
1884 * remote-vx.c: Remove comment about the inclusion of "symfile.h",
1885 not any longer appropriate.
1886 (vx-wait): Call symbol_file_add_main() instead of
1887 symbol_file_command().
1888 * solib-svr4.c (open_symbol_file_object): Call symbol_file_add_main()
1889 instead of symbol_file_command().
1890 * v850ice.c (ice_file): Call exec_open(), exec_file_attach() and
1891 symbol_file_add_main() instead of exec_file_command() and
1892 symbol_file_command().
1893 * Makefile.in: Update dependencies.
1894
5b616ba1
JH
18952001-01-26 Jeff Holcomb <jeffh@redhat.com>
1896
1897 * remote-udi.c (udi_open): Change strdup to xstrdup.
1898 * thread.c (thread_apply_all_command): Change strdup to xstrdup.
1899 Update copyright message.
1900 * varobj.c (delete_variable_1): Likewise.
1901
1902 * gdb_string.h: Remove declaration of strdup. Update copyright
1903 message.
1904 * config/xm-mpw.h: Likewise.
1905 * config/i386/xm-i386mach.h: Likewise.
1906 * config/m68k/xm-apollo68b.h: Likewise.
1907 * config/m68k/xm-hp300bsd.h: Likewise.
1908 * config/rs6000/xm-rs6000.h: Likewise.
1909 * config/vax/xm-vaxult.h: Remove declaration of strdup.
1910 * config/vax/xm-vaxult2.h: Likewise.
1911
b91d87cf
JH
19122001-01-26 Jeff Holcomb <jeffh@redhat.com>
1913
1914 * MAINTAINERS: Add Jeff Holcomb to Write After Approval list.
1915
873406a6
C
19162001-01-25 J.T. Conklin <jtc@redback.com>
1917
1918 * target.c (target_xfer_memory_partial): Return -1 on failure due
1919 to invalid access mode attribute.
1920
0613c401
CF
19212001-01-25 Christopher Faylor <cgf@cygnus.com>
1922
1923 * win32-nat.c (_initialize_core_win32): Prototype correctly.
1924
efd59e3f
MK
19252001-01-25 Mark Kettenis <kettenis@gnu.org>
1926
1927 * config/alpha/tm-fbsd.h: Update copyright.
1928 (USE_STRUCT_CONVENTION): Define in terms of
1929 alphabsd_use_struct_convention.
1930 * config/alpha/fbsd.mt (TDEPFILES): Add alphafbsd-tdep.c.
1931 * alphafbsd-tdep.c: New file.
1932
388e1ff2
FN
19332001-01-24 Fernando Nasser <fnasser@redhat.com>
1934
1935 * top.c (print_gdb_version): Update Copyright year.
1936
f4d650ec
C
19372001-01-24 J.T. Conklin <jtc@redback.com>
1938
1939 * dcache.c (dcache_write_line): Fix typo.
1940
1941 * memattr.c (delete_mem_region): Replace free() with xfree().
1942 (mem_number): Add explicit type.
1943
1944 * sol-thread.c (sol_thread_xfer_memory): Add attrib argument.
1945 (rw_common): Likewise.
1946
07091751
FN
19472001-01-24 Fernando Nasser <fnasser@redhat.com>
1948
1949 * infcmd.c (get_inferior_args, set_inferior_args): Accessor functions
1950 for the inferior program arguments.
1951 (run_command, run_no_args_command, init_infcmd)): Use accessor
1952 functions to set the inferior program arguments.
1953 * inferior.h: Add definitions to the accessor functions above.
1954
090c42a4
JB
19552001-01-23 Jim Blandy <jimb@redhat.com>
1956
1957 * dwarf2read.c (read_tag_const_type, read_tag_volatile_type):
1958 Implement these correctly, using make_cv_type.
1959
f29d9b6d 19602001-01-23 J.T. Conklin <jtc@redback.com>
29e57380
C
1961
1962 * exec.c (xfer_memory): Add attrib argument.
1963 * infptrace.c (child_xfer_memory): Likewise.
e5da8f38 1964 * lin-lwp.c (lin_lwp_xfer_memory): Likewise.
29e57380
C
1965 * monitor.c (monitor_xfer_memory): Likewise.
1966 * remote-adapt.c (adapt_xfer_inferior_memory): Likewise.
1967 * remote-array.c (array_xfer_memory): Likewise.
1968 * remote-bug.c (bug_xfer_memory): Likewise.
1969 * remote-e7000.c (e7000_xfer_inferior_memory): Likewise.
1970 * remote-eb.c (eb_xfer_inferior_memory): Likewise.
1971 * remote-es.c (es1800_xfer_inferior_memory): Likewise.
1972 * remote-mips.c (mips_xfer_memory): Likewise.
1973 * remote-mm.c (mm_xfer_inferior_memory): Likewise.
1974 * remote-nindy.c (nindy_xfer_inferior_memory): Likewise.
1975 * remote-os9k.c (rombug_xfer_inferior_memory): Likewise.
1976 * remote-rdi.c (arm_rdi_xfer_memory): Likewise.
1977 * remote-rdp.c (remote_rdp_xfer_inferior_memory): Likewise.
1978 * remote-sds.c (sds_xfer_memory): Likewise.
1979 * remote-sim.c (gdbsim_xfer_inferior_memory): Likewise.
1980 * remote-st.c (st2000_xfer_inferior_memory): Likewise.
1981 * remote-udi.c (udi_xfer_inferior_memory): Likewise.
1982 * remote-vx.c (vx_xfer_memory): Likewise.
1983 * remote.c (remote_xfer_memory): Likewise.
1984 * target.c (debug_to_xfer_memory, do_xfer_memory): Likewise.
1985 * target.h (child_xfer_memory, do_xfer_memory, xfer_memory): Likewise.
e5da8f38 1986 * thread-db.c (thread_db_xfer_memory): Likewise.
29e57380
C
1987
1988 * target.h (#include "memattr.h"): Added.
1989 (target_ops.to_xfer_memory): Add attrib argument.
1990
1991 * wince.c (_initialize_inftarg): Removed call to set_dcache_state.
1992 * dcache.h (set_dcache_state): Removed declaration.
1993 * dcache.c (set_dcache_state): Removed definition
1994
1995 * dcache.c: Update module comment, as dcache is now enabled and
1996 disabled with memory region attributes instead of by the global
1997 variable "remotecache". Add comment describing the interaction
1998 between dcache and memory region attributes.
1999 (dcache_xfer_memory): Add comment describing benefits of moving
2000 cache writeback to a higher level.
2001 (dcache_struct): Removed cache_has_stuff field. This was used to
2002 record whether the cache had been accessed in order to invalidate
2003 it when it was disabled. However, this is not needed because the
2004 cache is write through and the code that enables, disables, and
2005 deletes memory regions invalidate the cache. Add comment which
2006 suggests that we could be more selective and only invalidate those
2007 cache lines containing data from those memory regions.
2008 (dcache_invalidate): Updated.
2009 (dcache_xfer_memory): Updated.
f29d9b6d 2010
29e57380
C
2011 (dcache_alloc): Don't abort() if dcache_enabled_p is clear.
2012 (dcache_xfer_memory): Removed code that called do_xfer_memory() to
2013 perform a uncached transfer if dcache_enabled_p was clear. This
2014 function is now only called if caching is enabled for the memory
2015 region.
2016 (dcache_info): Always print cache info.
2017
2018 * target.c (do_xfer_memory): Add attrib argument.
2019 (target_xfer_memory, target_xfer_memory_partial): Break transfer
2020 into chunks defined by memory regions, pass region attributes to
2021 do_xfer_memory().
2022 * dcache.c (dcache_read_line, dcache_write_line): Likewise.
2023
2024 * Makefile.in (SFILES): Add memattr.c.
2025 (COMMON_OBS): Add memattr.o.
2026 (dcache.o): Add target.h to dependencies.
2027 * memattr.c: New file.
2028 * memattr.h: Likewise.
2029
f29d9b6d
C
2030 * config/m32r/m32r.mt (GDBSERVER_LIBS): Added ../../intl/libintl.a.
2031 * config/mips/vr5000.mt (GDBSERVER_LIBS): Likewise.
2032 * config/tic80/tic80.mt (GDBSERVER_LIBS): Likewise.
2033 * gdbserver/low-sim.c (#include "defs.h"): Removed.
2034 (mygeneric_load): Rename from generic_load.
2035
2036 * gdbserver/low-hppabsd.c (#include "server.h"): Added.
2037 (#include "defs.h"): Removed.
2038 (inferior_pid, perror_with_name): Remove declarations.
2039 * gdbserver/low-linux.c: Likewise.
2040 * gdbserver/low-nbsd.c: Likewise.
2041 * gdbserver/low-sparc.c: Likewise.
2042 * gdbserver/low-sun3.c: Likewise.
2043
2044 * i386-stub.c: Re-indent.
2045 * m68k-stub.c: Re-indent.
2046
58d5518e
ND
20472001-01-22 Nicholas Duffek <nsd@redhat.com>
2048
2049 * gdbarch.sh (PARM_BOUNDARY): Define.
2050 * gdbarch.c: Regenerate.
2051 * gdbarch.h: Regenerate.
2052
f6427ade
C
20532001-01-22 J.T. Conklin <jtc@redback.com>
2054
2055 * ns32k-tdep.c: #include "frame.h"
2056 * config/ns32k/tm-umax.h (FRAME_FIND_SAVED_REGS): Restore. It
2057 appears to have been inadvertantly removed sometime in May 1999.
2058
2059 * Revert 2000-11-09 changes where shared library objects were
2060 moved from NATDEPFILES to TDEPFILES on NetBSD targets. While
2061 we'd like to be able to debug dynamically linked executables,
2062 this makes it impossible to build a cross debugger on a many
2063 hosts.
2064
2065 * config/i386/nbsd.mt: Remove solib.o, solib-svr4.o from TDEPFILES.
2066 * config/i386/nbsdelf.mt: Likewise.
2067 * config/m68k/nbsd.mt: Likewise.
2068 * config/ns32k/nbsd.mt: Likewise.
2069 * config/powerpc/nbsd.mt: Likewise.
2070 * config/sparc/nbsd.mt: Likewise.
2071 * config/sparc/nbsdelf.mt: Likewise.
2072 * config/i386/nbsd.mh: Add solib.o, solib-svr4.o to NATDEPFILES.
2073 * config/i386/nbsdelf.mh: Likewise.
2074 * config/m68k/nbsd.mh: Likewise.
2075 * config/ns32k/nbsd.mh: Likewise.
2076 * config/powerpc/nbsd.mh: Likewise.
2077 * config/sparc/nbsd.mh: Likewise.
2078
8052a17a
JM
20792001-01-19 Jason Merrill <jason@redhat.com>
2080
2081 * dbxread.c (read_ofile_symtab): Stay with AUTO_DEMANGLING for G++.
2082 (process_one_symbol): Likewise.
2083 * dwarfread.c (handle_producer): Likewise.
2084
21a6f6bb
AC
2085Thu Jan 18 12:08:57 2001 Andrew Cagney <cagney@b1.cygnus.com>
2086
2087 * configure.in (build_warnings): Disable -Wuninitialized until GDB
2088 compiles with -Wuninitialized,-Werror.
2089 * configure: Regenerate.
2090
2091 * MAINTAINERS: Add list of buildable targets.
2092
494b7ec9
AC
2093Thu Jan 18 12:48:04 2001 Andrew Cagney <cagney@b1.cygnus.com>
2094
2095 * defs.h (STRCMP): Delete macro.
2096
2097 * objfiles.c (objfile_relocate): Replace STRCMP with call to
2098 strcmp.
2099 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
2100 * symfile.c (compare_symbols): Ditto.
2101 * standalone.c (open): Ditto.
2102 * remote-es.c (verify_break): Ditto.
2103 * cli/cli-decode.c (add_cmd, add_show_from_set): Ditto.
2104
2105 * symfile.c (compare_psymbols): Delete comment refering to STRCMP.
2106
8038e1e2
AC
2107Thu Jan 18 12:25:06 2001 Andrew Cagney <cagney@b1.cygnus.com>
2108
2109 * varobj.c (FREEIF): Delete macro.
2110 (varobj_set_value, free_variable): Replace FREEIF with ``xfree''
2111 call.
2112
ea8d0b28
NC
21132001-01-18 Nick Clifton <nickc@redhat.com>
2114
2115 * arc-tdep.c (arc_cpu_type_table): Add new arc core numbers.
2116 (arc_print_insn): No bfd available, so pass NULL to
2117 arc_get_disassembler.
2118
5dbd9048
JB
21192001-01-09 James Ingham <jingham@inghji.apple.com>
2120
2121 * symtab.c (lookup_symbol_aux): Call lookup_symbol_aux to lookup
2122 a mangled symbol rather than recursing into lookup_symbol, since
2123 this will just re-unmangle the name & call lookup_symbol_aux -
2124 leading to an infinite recursion.
2125
28ae27b1
MK
21262001-01-18 Mark Kettenis <kettenis@gnu.org>
2127
2128 * infcmd.c (print_return_value): Restore another space lost by
2129 switch to UIOUT. ``$NN='' should be ``$NN =''.
2130
6ab3a9c9
AC
2131Fri Jan 19 02:31:40 2001 Andrew Cagney <cagney@b1.cygnus.com>
2132
2133 * target.h (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT)
2134 * breakpoint.c (TARGET_REGION_OK_FOR_HW_WATCHPOINT): Wrap macro
2135 definition in parenthesis.
2136
ad6525fc
AC
2137Fri Jan 19 02:13:40 2001 Andrew Cagney <cagney@b1.cygnus.com>
2138
2139 From 2000-10-27 Mark Salter <msalter@redhat.com>:
2140 * remote.c (remote_remove_hw_breakpoint): Add 'len' field to Z
2141 packet.
2142 (remote_insert_hw_breakpoint): Ditto.
2143
6259c7e2
C
21442001-01-17 J.T. Conklin <jtc@redback.com>
2145
2146 * config/m68k/tm-nbsd.h (USE_STRUCT_CONVENTION): Define.
9c95b27f 2147 (BPT_VECTOR, REMOTE_BPT_VECTOR): Change to 0xf.
6259c7e2
C
2148 * config/m68k/nbsd.mt (TDEPFILES): Add m68knbsd-tdep.o.
2149 * m68knbsd-tdep.c: New file.
2150
2151 * i386nbsd-tdep.c: Remove #if 0'd out #includes.
2152
2153 * m68knbsd-nat.c: #include gdbcore.h.
2154
abdcb2a5
AC
2155Wed Jan 17 09:41:58 2001 Andrew Cagney <cagney@b1.cygnus.com>
2156
2157 * MAINTAINERS: Add J.T. Conklin to Blanket Write Privs.
2158
e7a8479f
MS
21592001-01-16 Michael Snyder <msnyder@cleaver.cygnus.com>
2160
aaeb7efa
MS
2161 * procfs.c (procfs_stopped_by_watchpoint): Don't die if process
2162 goes away -- just return false (ie. not stopped by watchpoint).
e7a8479f
MS
2163 * source.c (openp): Fix typo in comment.
2164
7036d6ce
ND
21652001-01-12 Nicholas Duffek <nsd@redhat.com>
2166
2167 * blockframe.c (generic_get_saved_register): Spelling fix.
2168 * frame.h (FRAME_FP): Spelling fix.
2169
9549d9c1
AC
2170Fri Jan 12 18:29:46 2001 Andrew Cagney <cagney@b1.cygnus.com>
2171
2172 * infcmd.c (print_return_value): Restore space lost by switch to
2173 UIOUT. ``$NN='' should be ``$NN =''.
2174
7302a204
ND
21752001-01-08 Nicholas Duffek <nsd@redhat.com>
2176
2177 * regcache.c (set_register_cached, register_buffer,
2178 real_register, pseudo_register fetch_register, store_register):
2179 New functions.
2180 (register_changed, read_relative_register_raw_bytes_for_frame,
2181 registers_changed, registers_fetched, read_register_bytes,
2182 read_register_gen, write_register_gen, read_register,
2183 read_signed_register, write_register, supply_register): Replace
2184 register_valid[] with register_cached() and
2185 set_register_cached().
2186 (read_register_bytes, read_register_gen, write_register_gen,
2187 read_register, read_signed_register, write_register,
2188 supply_register): Replace registers[] with register_buffer().
2189 (read_register_bytes, read_register_gen, read_register,
2190 read_signed_register): Call fetch_register().
2191 (write_register_gen, write_register): Call real_register() and
2192 store_register().
2193 (write_register_bytes): Call store_register().
2194 * value.h (set_register_cached, register_buffer): Prototype.
2195 * remote.c (remote_fetch_registers): Allocate regs[] with a
2196 run-time size. Replace register_valid[] with
2197 set_register_cached().
2198 (store_register_using_P, remote_store_registers): Replace
2199 registers[] with register_buffer().
2200
5ebd2499
ND
22012001-01-08 Nicholas Duffek <nsd@redhat.com>
2202
2203 * regcache.c: Change "write-back" comment to "write-through".
2204 Change "regno" to "regnum".
2205 (read_register, read_signed_register): Remove "raw" from return
2206 value description.
2207 (supply_register): Spelling fix.
2208 * value.h: Change "regno" to "regnum".
2209
1302fd5e
FN
22102001-01-08 Fernando Nasser <fnasser@redhat.com>
2211
2212 * Makefile.in (install-gdbtk): Add .itcl files to the list of files
2213 to be installed.
2214
9dcb560c
MS
22152001-01-04 Michael Snyder <msnyder@mvstp600e.cygnus.com>
2216
2217 * mips-tdep.c (mips_coerce_float_to_double): Fix typo in comment.
2218
0e2fb98e
ND
22192001-01-04 Nicholas Duffek <nsd@redhat.com>
2220
2221 * valops.c (VALUE_SUBSTRING_START): Delete.
2222
12cf3f1b
ND
22232001-01-04 Nicholas Duffek <nsd@redhat.com>
2224
2225 * Makefile.in (SUBDIR_CLI_OBS): Add cli/cli-utils.o.
2226 (SUBDIR_CLI_SRCS): Add cli/cli-utils.c.
2227 (cli_utils_h): New variable.
2228 (cli/cli-utils.o): New rule.
2229 * cli/cli-utils.c: New file.
2230 * cli/cli-utils.h: New file.
2231
cc533b9d
ND
22322001-01-04 Nicholas Duffek <nsd@redhat.com>
2233
2234 * config/i386/tm-i386.h (REGISTER_CONVERT_TO_VIRTUAL,
2235 REGISTER_CONVERT_TO_RAW): Delete trailing semicolon.
2236
ad2a4d09
C
22372001-01-03 J.T. Conklin <jtc@redback.com>
2238
2239 * alphabsd-nat.c, i386-linux-nat.c, i386bsd-nat.c: Fix typo in
2240 comment.
2241
8140e7ac
MS
22422001-01-02 Michael Snyder <msnyder@cleaver.cygnus.com>
2243
3116c80a
EZ
2244 * sh-tdep.c (sh_default_store_return_value): Allow for small return type.
2245 (sh3e_sh4_store_return_value): Call sh_default_store_return_value for
d19b71be 2246 non-float types.
779e876b 2247 * sparc-tdep.c (sparc_frame_chain): Fix typo in comment.
72e22353
MS
2248 Update copyright notice.
2249
15f33b66 2250For older changes see ChangeLog-2000
c906108c
SS
2251\f
2252Local Variables:
2253mode: change-log
2254left-margin: 8
2255fill-column: 74
2256version-control: never
2257End:
This page took 0.234522 seconds and 4 git commands to generate.