[fix my email address in changelog entries]
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
4b33390a
MS
12001-03-01 Michael Snyder <msnyder@mvstp600e.cygnus.com>
2
3 * m32r-tdep.c: Fix cut and paste error in comment.
4
52001-02-28 Michael Snyder <msnyder@mvstp600e.cygnus.com>
6
7 * symtab.c (print_msymbol_info): Print addresses by portable method
8 longest_local_hex_string_custom. Allow for 64-bit addresses.
9
ba41d549
C
102001-03-01 J.T. Conklin <jtc@redback.com>
11
12 * gdbtypes.h (builtin_type_f_integer): Removed duplicate declaration.
13 (MAX_OF_TYPE): Wrap macro definition in parenthesis.
14 (MIN_OF_TYPE): Likewise.
15
16 * memattr.h (mem_access_mode): Removed extraneous trailing comma.
17
088d891f
AC
182001-03-01 Andrew Cagney <ac131313@redhat.com>
19
20 * Makefile.in (os9kread.o): Do not compile with WERROR_CFLAGS.
21 * os9kread.c (os9k_process_one_symbol): Add assert to detect
22 ``loses if sizeof (char *) > sizeof (int)''.
23
38266776
AC
242001-03-01 Andrew Cagney <ac131313@redhat.com>
25
26 * gdb_assert.h: Document pragmatics behind gdb_assert's case.
27
2ad43c4f
AC
282001-03-01 Andrew Cagney <ac131313@redhat.com>
29
30 * Makefile.in (gdbtk-cmds.o): Add $(regcache_h) to dependency
31 lists.
32 (mi-main.o): Ditto.
33
367e21d8
AC
342001-03-01 Andrew Cagney <ac131313@redhat.com>
35
36 * Makefile.in (regcache_h): Define. Add $(regcache_h) to
37 dependency lists.
38
d85310f7
MS
392001-02-28 Michael Snyder <msnyder@mvstp600e.cygnus.com>
40
c0d8fd9a
MS
41 * printcmd.c (print_address_numeric): Update comments to refer
42 to sizeof addr, not sizeof pointer.
43 (x_command): Remove needless whitespace (shorten long line).
44
d85310f7
MS
45 * breakpoint.c (print_one_breakpoint): Formatting clean-up.
46 (read_memory_nobpt): Ditto.
47 (ep_is_catchpoint): Ditto.
48 (ep_is_shlib_catchpoint): Ditto.
49 (ep_is_exception_catchpoint): Ditto.
50 (describe_other_breakpoints): Ditto.
51
97900206
AC
52Wed Feb 28 20:37:36 2001 Andrew Cagney <ac131313@redhat.com>
53
54 * regcache.h (register_valid): Fix comment documenting valid
55 states.
56
4e052eda
AC
57Tue Feb 27 23:56:23 2001 Andrew Cagney <ac131313@redhat.com>
58
59 From Steven Johnson:
60 * regcache.h: New file.
61
62 * value.h (read_register_bytes, read_register_gen)
63 (write_register_gen, write_register_bytes)
64 (read_register, read_register_pid)
65 (read_signed_register, read_signed_register_pid)
66 (write_register, write_register_pid)
67 (register_cached, set_register_cached)
68 (register_changed, register_buffer)
69 (registers_changed, supply_register): Move declaration from here.
70 * regcache.h: To here.
71 * gdbcore.h (registers_fetched): Ditto.
72 * inferior.h (registers, registers_valid): Ditto.
73
74 * regcache.c (generic_target_read_pc, read_pc_pid, read_pc,
75 generic_target_write_pc, write_pc_pid, write_pc,
76 generic_target_read_sp, read_sp, generic_target_write_sp,
77 write_sp, generic_target_read_fp, read_fp,
78 generic_target_write_fp, write_fp): Add note that these functions
79 will be moved from this file.
80
81 * a29k-tdep.c: Include "regcache.h".
82 * a68v-nat.c: Ditto.
83 * abug-rom.c: Ditto.
84 * alpha-nat.c: Ditto.
85 * alpha-tdep.c: Ditto.
86 * alphabsd-nat.c: Ditto.
87 * arc-tdep.c: Ditto.
88 * arm-linux-nat.c: Ditto.
89 * arm-linux-tdep.c: Ditto.
90 * arm-tdep.c: Ditto.
91 * blockframe.c: Ditto.
92 * core-aout.c: Ditto.
93 * core-sol2.c: Ditto.
94 * corelow.c: Ditto.
95 * cpu32bug-rom.c: Ditto.
96 * cxux-nat.c: Ditto.
97 * d10v-tdep.c: Ditto.
98 * d30v-tdep.c: Ditto.
99 * dbug-rom.c: Ditto.
100 * dink32-rom.c: Ditto.
101 * dve3900-rom.c: Ditto.
102 * findvar.c: Ditto.
103 * fr30-tdep.c: Ditto.
104 * frame.c: Ditto.
105 * go32-nat.c: Ditto.
106 * h8300-tdep.c: Ditto.
107 * h8500-tdep.c: Ditto.
108 * hp300ux-nat.c: Ditto.
109 * hppa-tdep.c: Ditto.
110 * hppab-nat.c: Ditto.
111 * hppah-nat.c: Ditto.
112 * hppam3-nat.c: Ditto.
113 * hpux-thread.c: Ditto.
114 * i386-linux-nat.c: Ditto.
115 * i386-linux-tdep.c: Ditto.
116 * i386-tdep.c: Ditto.
117 * i386aix-nat.c: Ditto.
118 * i386b-nat.c: Ditto.
119 * i386bsd-nat.c: Ditto.
120 * i386gnu-nat.c: Ditto.
121 * i386ly-tdep.c: Ditto.
122 * i386m3-nat.c: Ditto.
123 * i386mach-nat.c: Ditto.
124 * i386nbsd-nat.c: Ditto.
125 * i386v4-nat.c: Ditto.
126 * i387-nat.c: Ditto.
127 * i387-tdep.c: Ditto.
128 * i960-tdep.c: Ditto.
129 * ia64-aix-nat.c: Ditto.
130 * ia64-linux-nat.c: Ditto.
131 * ia64-tdep.c: Ditto.
132 * infptrace.c: Ditto.
133 * infrun.c: Ditto.
134 * irix4-nat.c: Ditto.
135 * irix5-nat.c: Ditto.
136 * lin-lwp.c: Ditto.
137 * lin-thread.c: Ditto.
138 * lynx-nat.c: Ditto.
139 * m3-nat.c: Ditto.
140 * m32r-rom.c: Ditto.
141 * m32r-tdep.c: Ditto.
142 * m68hc11-tdep.c: Ditto.
143 * m68k-tdep.c: Ditto.
144 * m68klinux-nat.c: Ditto.
145 * m68knbsd-nat.c: Ditto.
146 * m68knbsd-tdep.c: Ditto.
147 * m88k-nat.c: Ditto.
148 * m88k-tdep.c: Ditto.
149 * mac-nat.c: Ditto.
150 * mcore-rom.c: Ditto.
151 * mcore-tdep.c: Ditto.
152 * mi/mi-main.c: Ditto.
153 * mips-nat.c: Ditto.
154 * mips-tdep.c: Ditto.
155 * mipsm3-nat.c: Ditto.
156 * mipsv4-nat.c: Ditto.
157 * mn10200-tdep.c: Ditto.
158 * mn10300-tdep.c: Ditto.
159 * monitor.c: Ditto.
160 * ns32km3-nat.c: Ditto.
161 * ns32knbsd-nat.c: Ditto.
162 * ocd.c: Ditto.
163 * pa64solib.c: Ditto.
164 * ppc-bdm.c: Ditto.
165 * ppc-linux-nat.c: Ditto.
166 * ppc-linux-tdep.c: Ditto.
167 * ppcbug-rom.c: Ditto.
168 * ppcnbsd-nat.c: Ditto.
169 * ptx4-nat.c: Ditto.
170 * regcache.c: Ditto.
171 * remote-adapt.c: Ditto.
172 * remote-array.c: Ditto.
173 * remote-bug.c: Ditto.
174 * remote-e7000.c: Ditto.
175 * remote-eb.c: Ditto.
176 * remote-es.c: Ditto.
177 * remote-est.c: Ditto.
178 * remote-hms.c: Ditto.
179 * remote-mips.c: Ditto.
180 * remote-mm.c: Ditto.
181 * remote-nindy.c: Ditto.
182 * remote-os9k.c: Ditto.
183 * remote-rdi.c: Ditto.
184 * remote-rdp.c: Ditto.
185 * remote-sds.c: Ditto.
186 * remote-sim.c: Ditto.
187 * remote-st.c: Ditto.
188 * remote-udi.c: Ditto.
189 * remote-utils.c: Ditto.
190 * remote-vx.c: Ditto.
191 * remote-vx29k.c: Ditto.
192 * remote-vx68.c: Ditto.
193 * remote-vx960.c: Ditto.
194 * remote-vxmips.c: Ditto.
195 * remote-vxsparc.c: Ditto.
196 * remote.c: Ditto.
197 * rom68k-rom.c: Ditto.
198 * rs6000-nat.c: Ditto.
199 * rs6000-tdep.c: Ditto.
200 * sh-tdep.c: Ditto.
201 * sh3-rom.c: Ditto.
202 * sol-thread.c: Ditto.
203 * solib-svr4.c: Ditto.
204 * somsolib.c: Ditto.
205 * sparc-nat.c: Ditto.
206 * sparc-tdep.c: Ditto.
207 * sparcl-tdep.c: Ditto.
208 * sparclet-rom.c: Ditto.
209 * sun3-nat.c: Ditto.
210 * sun386-nat.c: Ditto.
211 * symm-nat.c: Ditto.
212 * target.c: Ditto.
213 * thread-db.c: Ditto.
214 * thread.c: Ditto.
215 * tic80-tdep.c: Ditto.
216 * tracepoint.c: Ditto.
217 * ultra3-nat.c: Ditto.
218 * umax-xdep.c: Ditto.
219 * uw-thread.c: Ditto.
220 * v850-tdep.c: Ditto.
221 * v850ice.c: Ditto.
222 * valops.c: Ditto.
223 * w65-tdep.c: Ditto.
224 * w89k-rom.c: Ditto.
225 * win32-nat.c: Ditto.
226 * wince.c: Ditto.
227 * z8k-tdep.c: Ditto.
228
07d48ebc
MH
2292001-02-28 Matt Hiller <hiller@redhat.com>
230
231 * MAINTAINERS: Add Matt Hiller to Write After Approval list.
232
993f3aa5
DT
233Tue Feb 27 16:56:13 2001 David Taylor <taylor@redhat.com>
234
235 * symtab.c (search_symbols): Fix off by one error in test for
236 error.
237
86168def
AC
2382001-02-23 Andrew Cagney <ac131313@redhat.com>
239
240 * config/sparc/sp64linux.mt: New file.
241 * configure.tgt: Recognize sparc64-*-linux* as a sp64linux target.
242 * configure.host: Recognize sparc64-*-linux* as a linux host.
243
244 From 2000-03-17 Jakub Jelinek <jakub@redhat.com>:
245 * config/sparc/tm-sp64linux.h: New file.
246
e1e9e218
KB
2472001-02-24 Kevin Buettner <kevinb@redhat.com>
248
249 * buildsym.c (push_subfile, pop_subfile): Replace call to abort()
250 with call to internal_error().
251 * dbxread.c (process_one_symbol): Likewise.
252 * exec.c (build_section_table, xfer_memory): Likewise.
253 * h8500-tdep.c (h8500_register_size, h8500_register_virtual_type):
254 Likewise.
255 * hpread.c (hpread_type_translate, hpread_read_array_type)
256 (hpread_type_lookup): Likewise.
257 * i386-tdep.c (gdb_print_insn_i386): Likewise.
258 * i960-tdep.c (mem): Likewise
259 * inflow.c (set_sigio_trap, clear_sigio_trap): Likewise.
260 * infptrace.c (child_resume): Likewise.
261 * infttrace.c (_initialize_infttrace): Likewise.
262 * language.c (binop_result_type, add_language): Likewise.
263 * lynx-nat.c (store_inferior_registers): Likewise.
264 * m3-nat.c (port_chain_insert, m3_trace_me): Likewise.
265 * mdebugread.c (parse_partial_symbols): Likewise.
266 * monitor.c (monitor_printf_noecho, monitor_printf)
267 (monitor_dump_regs): Likewise.
268 * ocd.c (stu_put_packet): Likewise.
269 * printcmd.c (decode_format, print_scalar_formatted): Likewise.
270 * remote-bug.c (bug_open): Likewise.
271 * remote-e7000.c (fetch_regs_from_dump, e7000_wait): Likewise.
272 * remote-es.c (es1800_read_bytes): Likewise.
273 * remote-mips.c (common_breakpoint): Likewise.
274 * remote-rdp.c (send_rdp): Likewise.
275 * remote-sds.c (putmessage): Likewise.
276 * sparc-nat.c (fetch_inferior_registers, store_inferior_registers):
277 Likewise.
278 * sparcl-tdep.c (sparclite_download): Likewise.
279 * symtab.c (lookup_partial_symbol): Likewise.
280 * target.c (push_target, pop_target, initialize_targets): Likewise.
281 * utils.c (internal_verror, malloc_botch, wrap_here, decimal2str):
282 Likewise.
283 * valprint.c (print_decimal, print_longest, print_longest)
284 (strcat_longest): Likewise.
285 * w65-tdep.c (init_frame_pc, w65_push_dummy_frame): Likewise.
286 * xmodem.c (xmodem_send_packet): Likewise.
287 * z8k-tdep.c (init_frame_pc, z8k_push_dummy_frame): Likewise.
288 * config/h8500/tm-h8500.h (STORE_STRUCT_RETURN): Likewise.
289 * config/mn10200/tm-mn10200.h (EXTRACT_RETURN_VALUE)
290 (STORE_RETURN_VALUE): Likewise.
291 * config/ns32k/nm-umax.h (REGISTER_U_ADDR): Likewise.
292 * config/ns32k/xm-merlin.h (REGISTER_U_ADDR): Likewise.
293 * config/z8k/tm-z8k.h (STORE_STRUCT_RETURN, STORE_RETURN_VALUE):
294 Likewise.
295
17fceda3
AC
2962001-02-23 Andrew Cagney <ac131313@redhat.com>
297
2126d5fb
AC
298 * CONTRIBUTE: Document how to cite a problem report.
299 * TODO: Note need to replace CONTRIBUTE with generated file.
300
17fceda3
AC
301 * CONTRIBUTE: Mention that patches do not need to include the
302 generated files gdbarch.h and gdbarch.c.
303
60edd51d
AC
3042001-02-21 Andrew Cagney <ac131313@redhat.com>
305
306 * value.h (get_saved_register): Move from here.
307 * frame.h: To here.
308
d7fa2ae2
KB
3092001-02-21 Kevin Buettner <kevinb@redhat.com>
310
311 * solib.h (in_svr4_dynsym_resolve_code): Delete declaration.
312 (in_solib_dynsym_resolve_code): Add declaration.
313 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Changed define to invoke
314 in_solib_dynsym_resolve_code() rather than
315 in_svr4_dynsym_resolve_code(). Also, removed the ifdefs
316 which caused this macro to only be defined when
317 SVR4_SHARED_LIBS is defined.
318 * solib.c (in_solib_dynsym_resolve_code): New function.
319 * solist.h (struct target_so_ops): Add new member
320 in_dynsym_resolve_code.
321 * solib-aix5.c (aix5_in_dynsym_resolve_code): Renamed from
322 in_svr4_dynsym_resolve_code. Also, made static.
323 (_initialize_aix5_solib): Initialize in_dynsym_resolve_code
324 member in aix5_so_ops.
325 * solib-svr4.c (svr4_in_dynsym_resolve_code): Renamed from
326 in_svr4_dynsym_resolve_code. Also, added second version
327 of this function which will be used when SVR4_SHARED_LIBS
328 is not defined.
329 (_initialize_svr4_solib): Initialize in_dynsym_resolve_code
330 member in svr4_so_ops.
331
332 * ia64-aix-nat.c, ia64-aix-tdep.c, config/ia64/aix.mh,
333 config/ia64/aix.mt, config/ia64/nm-aix.h, config/ia64/tm-aix.h,
334 config/ia64/xm-aix.h: New files.
335 * ia64-tdep.c (_initialize_ia64_tdep): Remove declaration.
336 (ia64_aix_sigcontext_register_address): New declaration.
aacc1edd 337 (ia64_gdbarch_init): Provide for initialization of
d7fa2ae2
KB
338 sigcontext_register_address member of struct tdep when
339 on target is detected to be running AIX.
340 * config/ia64/linux.mt (TDEPFILES): Add ia64-aix-tdep.o to
341 this list.
342
fbad0893
KB
3432001-02-20 Kevin Buettner <kevinb@redhat.com>
344
345 * ia64-tdep.c (ia64_frameless_function_invocation): Implement.
346 * config/ia64/linux.mh (NATDEPFILES): Use thread-db.o and lin-lwp.o
347 for thread support instead of linux-thread.o and lin-thread.o.
348 * config/ia64/nm-linux.h (PREPARE_TO_PROCEED, GET_THREAD_SIGNALS,
349 ATTACH_LWP): Define to use the following lin-lwp.c functions...
350 (lin_lwp_prepare_to_proceed, lin_thread_get_thread_signals,
351 lin_lwp_attach_lwp): Declare.
352
1adad886
AC
3532001-02-20 Andrew Cagney <ac131313@redhat.com>
354
355 * mips-tdep.c (do_fp_register_row, do_fp_register_row): Fix printf
356 formatting.
357
0579d647
KB
3582001-02-20 Kevin Buettner <kevinb@redhat.com>
359
360 * solib-aix5.c (solib-svr4.h): Remove include.
361 (solib_break_names): Delete names which aren't actually
362 used by AIX5.
363 (bkpt_names): Remove.
364 (aix5_relocate_main_executable, bfd_lookup_symbol): Replace calls
365 to STREQ() with equivalent calls to strcmp().
366 (in_svr4_dynsym_resolve_code, enable_break, bfd_lookup_symbol,
367 aix5_solib_create_inferior_hook): Revise comments.
368 (enable_break): Remove old ``bkpt_names'' code.
369
d65fe839
AC
3702001-02-19 Andrew Cagney <ac131313@redhat.com>
371
372 * Makefile.in (SFILES): Add frame.c .
373 (COMMON_OBS): Add frame.o .
374 (frame.o): New target.
375
376 * frame.c (find_saved_register):
377 (default_get_saved_register):
378 (get_saved_register):
379 (read_relative_register_raw_bytes_for_frame):
380 (read_relative_register_raw_bytes): Moved to here.
381 * regcache.c: From here.
382
60cf7a85
KB
3832001-02-20 Kevin Buettner <kevinb@redhat.com>
384
385 * solib-aix5.c: New file.
386
291b7e04
MH
3872001-02-20 Martin M. Hunt <hunt@redhat.com>
388
a43ad351
MH
389 * solib.c (info_sharedlibrary_command): Don't assume pointers
390 are the same size of long, call longest_local_hex_string_custom().
391
58bc91c9
MH
392 * solib-svr4.c (LM_ADDR): LM_ADDR is a signed offset, so
393 extract_signed_integer() should be called instead of
394 extract_address().
395
3962001-02-20 Martin M. Hunt <hunt@redhat.com>
397
291b7e04
MH
398 * MAINTAINERS: Add Martin Hunt to Write After Approval list.
399
d02ee681
AC
4002001-02-19 Andrew Cagney <ac131313@redhat.com>
401
402 Frm 2001-02-09 Jim Kingdon <jkingdon@engr.sgi.com>:
403 * mips-tdep.c (mips_register_raw_size): If FP_REGISTER_DOUBLE,
404 then floating point registers are 8 bytes.
405
a858089e
MS
4062001-02-19 Michael Snyder <msnyder@mvstp600e.cygnus.com>
407
408 * parse.c (write_exp_msymbol): Make the type CORE_ADDR, to
409 accomodate 64-bit addresses.
410
23cc649f
EZ
4112001-02-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
412
413 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>
414 * symtab.c (lookup_symbol_aux): Call lookup_symbol_aux, not
415 lookup_symbol, when trying to find a symbol with a mangled name,
416 to avoid infinite recursion.
417
0db23c95
AC
4182001-02-18 Andrew Cagney <ac131313@redhat.com>
419
420 * TODO (5.2): Mention G++ 3.0 ABI. General cleanups.
421
911413e6
JL
4222001-02-19 Jonathan Larmour <jlarmour@redhat.com>
423
424 * arm-tdep.c (check_prologue_cache): Fix off by 1 error.
425 (save_prologue_cache): Ditto.
426
8d1de4b7
EZ
4272001-02-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
428
429 From: innadadadavida@yahoo.com:
430 * partial-stab.h (switch): Check that pst is not null
431 before dereferencing it.
432
3017564a
EZ
4332001-02-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
434
435 From Andrew Cagney <cagney@b1.cygnus.com>:
436 * symfile.c (add_symbol_file_command): Always initialize
437 my_cleanup using a NULL cleanup.
438
fa58ee11
EZ
4392001-02-19 Eli Zaretskii <eliz@is.elta.co.il>
440
441 * demangle.c (demangling_style_names): New variable.
442 (_initialize_demangler): Fill demangling_style_names with the
443 names of known demangling styles from libiberty_demanglers[]. Use
444 add_set_enum_cmd instead of add_set_cmd, to get completion on
445 demangling style names.
446
447 * proc-api.c (_initialize_proc_api): Make `procfs-file' use
448 file-name completion.
449
450 * remote-rdi.c (_initialize_remote_rdi): Ditto for `rdilogfile'.
451
452 * solib.c (_initialize_solib): Ditto for `solib-search-path' and
453 `solib-absolute-prefix'.
454
455 * tracepoint.c (_initialize_tracepoint): Ditto for
456 `save-tracepoints'.
457
458 * win32-nat.c (_initialize_inftarg): Ditto for `dll-symbols'.
459
460 * cli/cli-cmds.c (init_cli_cmds): Make `shell' and `make' use
461 file-name completion.
462
463 * infcmd.c (_initialize_infcmd): Make the following commands use
464 the file-name completer: `tty', `args', `path', `paths', and
465 `run'.
466
7830cf6f
EZ
4672001-02-18 Eli Zaretskii <eliz@is.elta.co.il>
468
89dea5aa
EZ
469 * go32-nat.c: Include i387-nat.h.
470 (fetch_register): New function, uses some of the guts of
471 go32_fetch_registers and calls i387_supply_register.
472 (go32_fetch_registers): Most of the code moved into
473 fetch_register. Use i387_supply_fsave.
474 (store_register): Use i387_fill_fsave instead of custom code.
475 (go32_store_registers): Use i387_fill_fsave.
476
477 * Makefile.in (go32-nat.o): Depend on i387-nat.h.
478
479 * config/i386/go32.mh (NATDEPFILES): Add i387-nat.o.
480
7830cf6f
EZ
481 * completer.c (gdb_completer_file_name_break_characters): Remove
482 slash from file-name break characters.
483 [__MSDOS__]: Special definition for DOS/Windows file names.
484 (line_completion_function): When completing on file names, bump
485 `p' to the first file-name constituent character of `word', before
486 invoking the completer.
487
f31e928c
MK
4882001-02-17 Mark Kettenis <kettenis@gnu.org>
489
490 * i387-nat.c: Include "i387-nat.h". Use regnum instead of regno
491 consistently for parameter names. Fix comments accordingly.
492 (i387_supply_register): New function.
493 (i387_supply_fsave): Implement using i387_supply_register.
494 * i387-nat.h: Use regnum instead of regno consistently for
495 parameter names. Fix comments accordingly.
496 (i387_supply_register): New prototype.
497
d696208f
MS
4982001-02-16 Michael Snyder <msnyder@mvstp600e.cygnus.com>
499
500 * remote.c (build_remote_gdbarch_data): Use new TARGET_ADDR_BIT
501 instead of TARGET_PTR_BIT (to support Harvard architectures).
502
971429b4
AC
5032001-02-16 Andrew Cagney <ac131313@redhat.com>
504
505 From 2001-02-11 Paul Hilfinger <hilfingr@lisbon.int.act-europe.fr>
506 * hpux-thread.c (hpux_thread_xfer_memory): Add mem_attrib
507 argument to parameter list and to call in order to conform to
508 to_xfer_memory field of struct target_ops.
509
9ca0e47c
MC
5102001-02-12 Michael Chastain <chastain@redhat.com>
511
da7dd56f 512 * somsolib.c (som_solib_add_solib_objfile): Do not use
9ca0e47c
MC
513 section relocation feature of syms_from_objfile. Do my own
514 section relocation, offsetting each section of the som by
515 either text_addr - text_link_addr or data_start.
516
7d65bd2d
AC
5172001-02-16 Andrew Cagney <ac131313@redhat.com>
518
519 * TODO (5.1): Move ``Hardware watchpint problems'' out of 5.1.
520
e33e9692
AC
5212001-02-16 Andrew Cagney <ac131313@redhat.com>
522
523 * MAINTAINERS (paper trail): Update.
524
17dee195
MK
5252001-02-16 Mark Kettenis <kettenis@gnu.org>
526
527 * target.h (target_fetch_registers): Fix comment.
528
0f6e1ba6
AC
5292001-02-15 Andrew Cagney <ac131313@redhat.com>
530
531 * f-exp.y: Include <ctype.h>.
532 (parse_number): Ensure that ``i'' is always initialized.
533
9a069618
JK
5342001-02-14 Jim Kingdon <jkingdon@engr.sgi.com>
535
536 * MAINTAINERS: Add myself to paper trail section.
537
fc24370e
MS
5382001-02-14 Michael Sokolov <msokolov@ivan.Harhan.ORG>
539
540 * configure.in (AC_CHECK_HEADERS): Add sys/file.h.
541 * configure, config.in: Regenerate.
542 * corelow.c: Include <sys/file.h> if present.
543
4b69c284
AC
5442001-02-14 Andrew Cagney <ac131313@redhat.com>
545
546 * inflow.c (terminal_ours_1): Initialize ``osigtou''. Only
547 declare when have SIGTTOU.
548
7904f322
EZ
5492001-02-14 Eli Zaretskii <eliz@is.elta.co.il>
550
551 * config/djgpp/fnchange.lst: Add entries for gdb/gdbtk/*/ChangeLog-*.
552
9e798668
JK
5532001-02-12 Jim Kingdon <jkingdon@engr.sgi.com>
554
555 * MAINTAINERS: Update my email address.
556
65d5a54a
EZ
5572001-02-11 Eli Zaretskii <eliz@is.elta.co.il>
558
559 * NEWS: Document that "info symbol" works with COFF debug info and
560 its variants.
561
562 * minsyms.c (lookup_minimal_symbol_by_pc_section): Don't skip
563 symbols whose SYMBOL_BFD_SECTION is NULL.
564
0cff82d9 5652001-02-10 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
a8079a9b
PS
566
567 Get rid of AIX specific PC_LOAD_SEGMENT, replace with PC_SOLIB.
568 * xcoffsolib.c (xcoff_solib_address): Renamed from
569 pc_load_segment_name. Return NULL if address is not in a shared
570 library. Cleanup shared library name construction, using xasprintf.
571 Format shared library member names consistent with format in exec.c.
572 (solib_info): Format shared library member names consistent with
573 format in exec.c.
574 * config/rs6000/nm-rs6000.h: Replace PC_LOAD_SEGMENT with PC_SOLIB,
575 using xcoff_solib_address for PC_SOLIB definition.
576 * stack.c (print_frame): Remove PC_LOAD_SEGMENT code, no longer
577 needed.
578
0cff82d9 5792001-02-10 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4b2e4867
PS
580
581 * mipsread.c (read_alphacoff_dynamic_symtab): Replace alloca calls
582 with xmalloc calls and cleanups.
583
0cff82d9 5842001-02-10 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
d737ece6
PS
585
586 * rs6000-nat.c (child_xfer_memory): Add missing parameter
587 'struct mem_attrib *' required by 2001-01-23 change.
588
c5bb1243
JK
5892001-02-08 Jim Kingdon <jkingdon@engr.sgi.com>
590
591 Updates to "make TAGS":
592 * Makefile.in (ALLDEPFILES): Remove altos-xdep.c arm-convert.s
593 arm-xdep.c convex-tdep.c convex-xdep.c pyr-tdep.c pyr-xdep.c
594 tahoe-tdep.c.
595 (TAGFILES_NO_SRCDIR): Add $(SUBDIR_CLI_SRCS).
596
c799ae7b
EZ
5972001-02-08 Eli Zaretskii <eliz@is.elta.co.il>
598
599 * config/djgpp/fnchange.lst: Remove extraneous "too many dots".
600
12685e01
AC
601Wed Feb 7 22:39:26 2001 Andrew Cagney <cagney@redhat.com>
602
603 From Dean Luick <luick@cray.com>:
604 * defs.h (continuation): Remove unused global variable.
605
7fcca85b
AC
606Wed Feb 7 22:28:31 2001 Andrew Cagney <cagney@redhat.com>
607
608 * configure.tgt: Remove references to convex, pyramid, altos and
609 tahoe.
610 * configure.host: Ditto.
611 * MAINTAINERS: Ditto.
612 * NEWS: Update.
613
614 * tahoe-tdep.c: Delete obsolete file.
615 * pyr-xdep.c: Ditto.
616 * pyr-tdep.c: Ditto.
617 * convex-tdep.c: Ditto.
618 * convex-xdep.c: Ditto.
619 * config/tahoe/xm-tahoe.h: Ditto.
620 * config/tahoe/tm-tahoe.h: Ditto.
621 * config/tahoe/tahoe.mt: Ditto.
622 * config/tahoe/tahoe.mh: Ditto.
623 * config/pyr/xm-pyr.h: Ditto.
624 * config/pyr/tm-pyr.h: Ditto.
625 * config/pyr/pyramid.mt: Ditto.
626 * config/pyr/pyramid.mh: Ditto.
627 * config/m68k/xm-altos.h: Ditto.
628 * config/m68k/tm-altos.h: Ditto.
629 * config/m68k/altos.mt: Ditto.
630 * config/m68k/altos.mh: Ditto.
631 * config/convex/xm-convex.h: Ditto.
632 * config/convex/tm-convex.h: Ditto.
633 * config/convex/convex.mt: Ditto.
634 * config/convex/convex.mh: Ditto.
635 * config/convex/Convex.notes: Ditto.
636 * config/arm/xm-arm.h: Ditto.
637 * config/arm/nm-arm.h: Ditto.
638 * config/arm/arm.mt: Ditto.
639 * config/arm/arm.mh: Ditto.
640 * arm-convert.s: Ditto.
641 * arm-xdep.c: Ditto.
642 * altos-xdep.c: Ditto.
643
8e65ff28
AC
644Wed Feb 7 19:41:21 2001 Andrew Cagney <cagney@redhat.com>
645
646 * defs.h (internal_error, internal_verror): Add __FILE__ and
647 __LINE__ parameter.
648 * utils.c (internal_error, internal_verror): Update.
649
650 * v850-tdep.c: Update calls to internal_error.
651 * utils.c: Ditto.
652 * ui-out.c: Ditto.
653 * ui-file.c: Ditto.
654 * target.h: Ditto.
655 * symtab.h: Ditto.
656 * symm-nat.c: Ditto.
657 * sparc-tdep.c: Ditto.
658 * source.c: Ditto.
659 * serial.c: Ditto.
660 * rs6000-tdep.c: Ditto.
661 * rs6000-nat.c: Ditto.
662 * remote.c: Ditto.
663 * remote-vx.c: Ditto.
664 * remote-sim.c: Ditto.
665 * remote-mips.c: Ditto.
666 * regcache.c: Ditto.
667 * objfiles.h: Ditto.
668 * objfiles.c: Ditto.
669 * mn10300-tdep.c: Ditto.
670 * mips-tdep.c: Ditto.
671 * maint.c: Ditto.
672 * m68k-tdep.c: Ditto.
673 * m3-nat.c: Ditto.
674 * language.c: Ditto.
675 * infptrace.c: Ditto.
676 * inferior.h: Ditto.
677 * infcmd.c: Ditto.
678 * ia64-tdep.c: Ditto.
679 * i386-tdep.c: Ditto.
680 * i386-linux-nat.c: Ditto.
681 * hppah-nat.c: Ditto.
682 * go32-nat.c: Ditto.
683 * findvar.c: Ditto.
684 * f-lang.c: Ditto.
685 * elfread.c: Ditto.
686 * event-loop.c: Ditto.
687 * dwarf2read.c: Ditto.
688 * dsrec.c: Ditto.
689 * d30v-tdep.c: Ditto.
690 * d10v-tdep.c: Ditto.
691 * cli/cli-setshow.c: Ditto.
692 * cli/cli-script.c: Ditto.
693 * ch-exp.c: Ditto.
694 * breakpoint.c: Ditto.
695 * ax-gdb.c: Ditto.
696 * arch-utils.c: Ditto.
697 * a29k-tdep.c: Ditto.
698 * gdb_assert.h: Ditto.
699 * gdbarch.sh: Ditto.
700 * gdbarch.h, gdbarch.c: Re-generate.
701
72290732
AC
7022001-02-07 Andrew Cagney <ac131313@redhat.com>
703
704 From Mark Kettenis <kettenis@gnu.org>:
705 * event-top.h [!STOP_SIGNAL]: #include <signal.h>.
706
a6da1910
AC
7072001-02-07 Andrew Cagney <ac131313@redhat.com>
708
709 * remote-sim.c (dump_mem): Cleanup printf format argument.
710 * MAINTAINERS: Update, mn10300-elf now builds.
711
153f9905
MK
7122001-02-07 Mark Kettenis <kettenis@gnu.org>
713
714 * event-top.c: Remove duplicate #include <signal.h>.
715
f042532c
AC
7162001-02-06 Andrew Cagney <ac131313@redhat.com>
717
718 * sol-thread.c (restore_inferior_pid): Save the PID in a freshly
719 allocated buffer.
720 (save_inferior_pid): Restore the PID from that tempoary
721 buffer. Delete the buffer.
722 * utils.c (make_cleanup_close, do_close_cleanup): Ditto for FD.
723
58cfabe6
AC
7242001-02-06 Andrew Cagney <ac131313@redhat.com>
725
726 * MAINTAINERS: Add ``The Obvious Fix Rule''.
727
ea8a41b8
AC
7282001-02-06 Andrew Cagney <ac131313@redhat.com>
729
730 * MAINTAINERS: Add Michael Snyder to Solaris/SPARC list.
731
95160752
AC
7322001-02-06 Andrew Cagney <ac131313@cygnus.com>
733
734 * gdbarch.sh: Include "gdb_assert.h".
735 (struct gdbarch): Change ``nr_data'' to unsigned.
736 (alloc_gdbarch_data, free_gdbarch_data): New functions.
737 (gdbarch_free): Free the data-pointer vector. Use xfree to delete
738 architecture vector.
739 (struct gdbarch_data, struct gdbarch_data_registration): Move init
740 method to gdbarch_data. Add free method, make index unsigned.
741 (struct gdbarch_data_registry): Make nr unsigned.
742 (register_gdbarch_data): Add free parameter. Store in
743 gdbarch_data.
744 (init_gdbarch_data): Use set_gdbarch_data.
745 (set_gdbarch_data): New function.
746
747 * gdbarch.h, gdbarch.c: Re-generate.
748
64122a8b
MS
7492001-02-06 Michael Sokolov <msokolov@ivan.Harhan.ORG>
750
751 * ser-unix.c (hardware_print_tty_state) [HAVE_SGTTY]: Call
752 fprintf_filtered with correct arguments.
753
e6cbd02a
MS
7542001-02-06 Michael Snyder <msnyder@makita.cygnus.com>
755 Submitted by Paul Hilfinger (hilfingr@gnat.com)
756 and Andrei Petrov (and@genesyslab.com).
757 * findvar.c: Buffers of size MAX_REGISTER_RAW_SIZE or REGISTER_BYTES
758 must be allocated dynamically, since these are no longer constants.
759 * infcmd.c: Ditto.
760 * regcache.c: Ditto.
761 * remote.c: Ditto.
762 * sol-thread.c: Ditto.
763 * valops.c: Ditto.
764 * config/sparc/sun4sol2.mh (MH_CFLAGS): Add -I/usr/include/v9, as a
765 work-around for a missing Sun header file in solaris for sparc64.
766
713f0374
PB
7672001-02-04 Philip Blundell <philb@gnu.org>
768
769 * config/arm/linux.mh (NATDEPFILES): Add proc-service.o,
770 thread-db.o, lin-lwp.o; remove lin-thread.o, linux-thread.o.
771 * config/arm/nm-linux.h (PREPARE_TO_PROCEED, ATTACH_LWP,
772 GET_THREAD_SIGNALS): Define.
773 * arm-linux-nat.c (fill_gregset): Correct type of argument.
774 (supply_gregset): Likewise.
775 (fill_fpregset): Likewise.
776 (supply_fpregset): Likewise.
777
4603e466
DT
778Tue Feb 6 11:58:57 2001 David Taylor <taylor@redhat.com>
779
780 * valops.c (value_cast): If casting a scalar to a pointer, do not
781 issue a message about truncation unless it exceeds the length of
782 an address, not the length of a pointer. This is because what the
783 user gives us is an address, not a pointer, and we will ultimately
784 convert it (via ADDRESS_TO_POINTER) to a pointer, not truncate it
785 to a pointer. This allows things like "print *(int *)0x01000234"
786 to work without generating a misleading message on a target having
787 two byte pointers and four byte addresses.
788
554cb486
CF
7892001-02-05 Christopher Faylor <cgf@cygnus.com>
790
791 * win32-nat.c: Change PTR to void * throughout.
792
042be3a9
C
7932001-02-05 J.T. Conklin <jtc@redback.com>
794
795 * signals.h: Removed.
796 * event-top.c (#include <signal.h>): Changed from signals.h.
797 * inflow.c: Likewise.
798 * mac-xdep.c: Likewise.
799 * ser-pipe.c: Likewise.
800 * ser-tcp.c: Likewise.
801 * standalone.c: Likewise.
802 * top.c: Likewise.
803 * utils.c: Likewise.
804 * Makefile.in: Removed signals.h from dependencies.
805
a4acd088
CF
8062001-02-05 Christopher Faylor <cgf@cygnus.com>
807
808 Change suggested by Dean Luick <luick@cray.com>
809 * inferior.h (step_over_calls_kind): Remove trailing comma from
810 last enum element.
811 (step_over_calls): Declare as extern rather than global.
812
3116c80a
EZ
8132001-02-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
814
815 * sh-tdep.c: Update copyright.
816 (sh_extract_return_value): Rewrite.
817 (sh3e_sh4_extract_return_value): New function.
818 (sh_gdbarch_init): Initialize gdbarch_extract-return_value to new
819 version of the function for sh3e and sh4 CPUs.
820
240be855
MC
8212001-02-05 Michael Chastain <chastain@redhat.com>
822
823 * hppah-nat.c (child_xfer_memory): Add parameter 'struct mem_attrib *'
824 to conform with interface change.
825
a17b5c4e
EZ
8262001-02-04 Eli Zaretskii <eliz@is.elta.co.il>
827
32fe0950
EZ
828 * config/djgpp/fnchange.lst: Tweak to make consistent with the
829 new files.
830
619cbaf7
EZ
831 * config/djgpp/djconfig.sh: Use explicit absolute file name when
832 invoking `find'.
833
cd42d3a8
EZ
834 * ser-go32.c (dos_write) [UART_FIFO_WORKS]: Use outportsb only if
835 UART_FIFO_WORKS is defined. Otherwise use outportb.
836 From Francisco Pastor <fpastor.etra-id@etra.es>
837
a17b5c4e
EZ
838 * go32-nat.c (go32_xfer_memory): Make the argument list consistent
839 with target.h's `to_xfer_memory' member.
840
86ddecc5
C
8412001-02-02 J.T. Conklin <jtc@redback.com>
842
843 * ppc-bdm.c (#include <signal.h>): Removed.
844 * remote-array.c: Likewise.
845 * remote-bug.c: Likewise.
846 * remote-e7000.c: Likewise.
847 * remote-mips.c: Likewise.
848 * remote-os9k.c: Likewise.
849 * remote-st.c: Likewise.
850 * remote-udi.c: Likewise.
851 * remote-vx29k.c: Likewise.
852 * remote-vx68.c: Likewise.
853 * remote-vx960.c: Likewise.
854 * remote-vxmips.c: Likewise.
855 * remote-vxsparc.c: Likewise.
856
338d7c5c
JM
8572001-02-02 John Moore <jmoore@redhat.com>
858
859 * remote-utils.h (sr_set_device): Changed free() to xfree() where
860 appropriate. Also changed Copyright to include 2001.
861 * symtab.h (obstack_chunk_free, SYMBOL_INIT_DEMANGLED_NAME): Likewise.
862 * value.h (value_free): Likewise.
863 * gdbarch.sh (gdbarch_free): Likewise.
864 * gdbarch.c, gdbarch.h: Regenerated.
865
2b5436af
JM
8662001-02-02 John Moore <jmoore@redhat.com>
867
868 * cli/cli-cmds.c (apropos_command): Changed occurance of free() to
338d7c5c 869 xfree(). Also changed Copyright to include 2001.
2b5436af 870
82467003
C
8712001-02-02 J.T. Conklin <jtc@redback.com>
872
873 * monitor.c (#include "gdb_wait.h"): Removed.
874 * ocd.c: Likewise.
875 * ppc-bdm.c: Likewise.
876 * remote-adapt.c: Likewise.
877 * remote-array.c: Likewise.
878 * remote-bug.c: Likewise.
879 * remote-e7000.c: Likewise.
880 * remote-eb.c: Likewise.
881 * remote-es.c: Likewise.
882 * remote-mips.c: Likewise.
883 * remote-mm.c: Likewise.
884 * remote-nindy.c: Likewise.
885 * remote-os9k.c: Likewise.
886 * remote-rdi.c: Likewise.
887 * remote-rdp.c: Likewise.
888 * remote-sds.c: Likewise.
889 * remote-sim.c: Likewise.
890 * remote-st.c: Likewise.
891 * remote-udi.c: Likewise.
892 * remote-vx.c: Likewise.
893 * remote-vx29k.c: Likewise.
894 * remote-vx68.c: Likewise.
895 * remote-vx960.c: Likewise.
896 * remote-vxmips.c: Likewise.
897 * remote-vxsparc.c: Likewise.
898 * remote.c: Likewise.
899 * ser-pipe.c: Likewise.
900 * ser-unix.c: Likewise.
901 * Makefile.in: Updated dependencies.
902
27b82ed2
DS
9032001-01-31 David Smith <dsmith@redhat.com>
904
905 * event-loop.c: Change inclusion of string.h to gdb_string.h and
906 updated the copyright notice.
907 * ser-pipe.c: Ditto.
908 * mi/mi-cmds.c: Ditto.
909 * mi/mi-console.c: Ditto.
910 * mi/mi-getopt.c: Ditto.
911 * mi/mi-parse.c: Ditto.
912
ab9cc815
DS
9132001-01-31 David Smith <dsmith@redhat.com>
914
915 * MAINTAINERS: Add David Smith to Write After Approval list.
916
d1f4cff8
AC
917Tue Jan 30 15:43:08 2001 Andrew Cagney <cagney@cygnus.com>
918
919 * cli/cli-utils.c (putchar_filtered): Move function from here.
920 * utils.c (putchar_filtered): To here.
921 * cli/cli-utils.h (putchar_filtered): Move declaration from here.
922 * defs.h (putchar_filtered): To here.
923
74c1b268
AC
924Tue Jan 30 17:27:11 2001 Andrew Cagney <cagney@redhat.com>
925
926 * configure.in (AC_CHECK_FUNCS): Replace vfork test with
927 AC_FUNC_VFORK macro.
928 * config.in, configure: Re-generate.
929
930 * gdb_vfork.h: New file.
931 * ser-pipe.c (pipe_open): Update. Include "gdb_vfork.h".
932 * fork-child.c (fork_inferior): Ditto.
933
4fcf66da
AC
934Tue Jan 30 17:09:07 2001 Andrew Cagney <cagney@redhat.com>
935
936 * defs.h (strsave): Delete declaration.
937 * utils.c (strsave): Delete definition.
938 * TODO (strsave): Update
939
940 * mac-xdep.c (tilde_expand): Replace strsave with xstrdup.
941 * sparcl-tdep.c (sparclite_open): Ditto.
942 * mips-tdep.c (mips_set_processor_type_command): Ditto.
943 (_initialize_mips_tdep): Ditto.
944 * solib.c (solib_open): Ditto.
945 * symfile.c (add_filename_language): Ditto.
946 (set_ext_lang_command): Ditto.
947 * source.c (init_source_path): Ditto.
948 (mod_path): Ditto.
949 * sh3-rom.c (sh3_open): Ditto.
950 (sh3e_open): Ditto.
951 * serial.c (serial_open): Ditto.
952 * remote-mips.c (common_open): Ditto.
953 * monitor.c (monitor_open): Ditto.
954 * m32r-rom.c (m32r_upload_command): Ditto.
955 * infcmd.c (path_command): Ditto.
956 * f-exp.y (parse_number): Ditto.
957 * breakpoint.c (create_longjmp_breakpoint): Ditto.
958 (create_thread_event_breakpoint): Ditto.
959 * arc-tdep.c (arc_set_cpu_type_command): Ditto.
960 (_initialize_arc_tdep): Ditto.
961
e191e0ab
AC
962Tue Jan 30 15:14:26 2001 Andrew Cagney <cagney@skil>
963
964 * cli/cli-script.c (define_command): Check for a bad hook value in
965 switch statement.
966
10214f55
C
9672001-01-30 J.T. Conklin <jtc@redback.com>
968
969 * configure/sh/embed.mt: New file.
970 * configure/sh/linux.mt: New file.
971 * configure/sh/sh.mt: Removed.
972 * configure.tgt (sh-*-hms,sh-*-coff*,sh-*-elf*,sh-*-linux): New targets.
973 (sh-*-*): Removed.
974
c9049fc9
MC
9752001-01-29 Michael Chastain <chastain@redhat.com>
976
977 * symtab.c (block_lookup_symbol): Use 'namespace' parameter in
978 symbol comparisons in binary search.
979
0cff82d9 9802001-01-27 Christopher Faylor <cgf@cygnus.com>
aea02b6b
CF
981
982 * win32-nat.c (child_xfer_memory): Add missing argument required by
983 2001-01-23 change.
984
e6e0bfab
MK
9852001-01-27 Mark Kettenis <kettenis@gnu.org>
986
987 * ui-out.c (do_list_end): New function.
988 (make_cleanup_ui_out_list_end): New function.
989 * ui-out.h: Provide prototype for make_cleanup_ui_out_list_end.
990 * stack.c (print_frame) [UI_OUT]: Call
991 make_cleanup_ui_out_list_end to make sure we mark the end of the
992 list if we do a non-local exit. At the end of the function,
993 instead of calling ui_out_list_end directly, let do_cleanups
994 handle it.
995
1adeb98a
FN
9962001-01-26 Fernando Nasser <fnasser@redhat.com>
997
998 Fix double parsing of filenames passed as command line arguments
999 to GDB (causes weird handling of escape characters).
1000 Also, remove dependencies on the CLI from libgdb.
1001 * call-cmds.h: Remove declaration of exec_file_command().
1002 * gdbcore.h: Remove declaration of exec_file_command().
1003 Add declarations for exec_open() and exec_file_clear().
1004 * symfile.h: Add declarations for symbol_file_add_main() and
1005 symbol_file_clear().
1006 * exec.c (exec_open): New function. Implements to_open for exec
1007 targets.
1008 (exec_file_clear): New function. Makes GDB forget about a previously
1009 specified executable file.
1010 (exec_file_attach): Move parsing of arguments from here ...
1011 (exec_file_command): ... to here.
1012 (init_exec_ops): Use exec_open(), not exec_file_command() to
1013 implement to_open for exec targets.
1014 * symfile.c (symbol_file_add_main): New function. Call symbol_file_add()
1015 with default values. Used when the file name has already been parsed.
1016 (symbol_file_clear): New function. Makes GDB forget about previously
1017 read symbols.
1018 (symbol_file_command): Call the above function instead of inline code.
1019 * main.c: Include "symfile.h" and "gdbcore.h" instead of the deprecated
1020 "call-cmds.h".
1021 (captured_main): Call exec_file_attach() and symbol_file_add_main()
1022 instead of exec_file_command() and symbol_file_command().
1023 (captured_main): Add comment.
1024 * corefile.c: Include "symfile.h".
1025 (core_file_command): Call symbol_file_add_main() instead of
1026 symbol_file_command().
1027 (reopen_exec_file): Call exec_open() instead of exec_file_command().
1028 * infcmd.c: Include "symfile.h".
1029 (attach_command): Call symbol_file_add_main() instead of
1030 symbol_file_command().
1031 * infrun.c: Remove comment about the inclusion of "symfile.h",
1032 not any longer appropriate.
1033 (follow_exec): Call symbol_file_add_main() instead of
1034 symbol_file_command().
1035 * remote-es.c: Include "symfile.h".
1036 (es1800_load): Call symbol_file_add_main() instead of
1037 symbol_file_command().
1038 * remote-vx.c: Remove comment about the inclusion of "symfile.h",
1039 not any longer appropriate.
1040 (vx-wait): Call symbol_file_add_main() instead of
1041 symbol_file_command().
1042 * solib-svr4.c (open_symbol_file_object): Call symbol_file_add_main()
1043 instead of symbol_file_command().
1044 * v850ice.c (ice_file): Call exec_open(), exec_file_attach() and
1045 symbol_file_add_main() instead of exec_file_command() and
1046 symbol_file_command().
1047 * Makefile.in: Update dependencies.
1048
5b616ba1
JH
10492001-01-26 Jeff Holcomb <jeffh@redhat.com>
1050
1051 * remote-udi.c (udi_open): Change strdup to xstrdup.
1052 * thread.c (thread_apply_all_command): Change strdup to xstrdup.
1053 Update copyright message.
1054 * varobj.c (delete_variable_1): Likewise.
1055
1056 * gdb_string.h: Remove declaration of strdup. Update copyright
1057 message.
1058 * config/xm-mpw.h: Likewise.
1059 * config/i386/xm-i386mach.h: Likewise.
1060 * config/m68k/xm-apollo68b.h: Likewise.
1061 * config/m68k/xm-hp300bsd.h: Likewise.
1062 * config/rs6000/xm-rs6000.h: Likewise.
1063 * config/vax/xm-vaxult.h: Remove declaration of strdup.
1064 * config/vax/xm-vaxult2.h: Likewise.
1065
b91d87cf
JH
10662001-01-26 Jeff Holcomb <jeffh@redhat.com>
1067
1068 * MAINTAINERS: Add Jeff Holcomb to Write After Approval list.
1069
873406a6
C
10702001-01-25 J.T. Conklin <jtc@redback.com>
1071
1072 * target.c (target_xfer_memory_partial): Return -1 on failure due
1073 to invalid access mode attribute.
1074
0613c401
CF
10752001-01-25 Christopher Faylor <cgf@cygnus.com>
1076
1077 * win32-nat.c (_initialize_core_win32): Prototype correctly.
1078
efd59e3f
MK
10792001-01-25 Mark Kettenis <kettenis@gnu.org>
1080
1081 * config/alpha/tm-fbsd.h: Update copyright.
1082 (USE_STRUCT_CONVENTION): Define in terms of
1083 alphabsd_use_struct_convention.
1084 * config/alpha/fbsd.mt (TDEPFILES): Add alphafbsd-tdep.c.
1085 * alphafbsd-tdep.c: New file.
1086
388e1ff2
FN
10872001-01-24 Fernando Nasser <fnasser@redhat.com>
1088
1089 * top.c (print_gdb_version): Update Copyright year.
1090
f4d650ec
C
10912001-01-24 J.T. Conklin <jtc@redback.com>
1092
1093 * dcache.c (dcache_write_line): Fix typo.
1094
1095 * memattr.c (delete_mem_region): Replace free() with xfree().
1096 (mem_number): Add explicit type.
1097
1098 * sol-thread.c (sol_thread_xfer_memory): Add attrib argument.
1099 (rw_common): Likewise.
1100
07091751
FN
11012001-01-24 Fernando Nasser <fnasser@redhat.com>
1102
1103 * infcmd.c (get_inferior_args, set_inferior_args): Accessor functions
1104 for the inferior program arguments.
1105 (run_command, run_no_args_command, init_infcmd)): Use accessor
1106 functions to set the inferior program arguments.
1107 * inferior.h: Add definitions to the accessor functions above.
1108
090c42a4
JB
11092001-01-23 Jim Blandy <jimb@redhat.com>
1110
1111 * dwarf2read.c (read_tag_const_type, read_tag_volatile_type):
1112 Implement these correctly, using make_cv_type.
1113
f29d9b6d 11142001-01-23 J.T. Conklin <jtc@redback.com>
29e57380
C
1115
1116 * exec.c (xfer_memory): Add attrib argument.
1117 * infptrace.c (child_xfer_memory): Likewise.
e5da8f38 1118 * lin-lwp.c (lin_lwp_xfer_memory): Likewise.
29e57380
C
1119 * monitor.c (monitor_xfer_memory): Likewise.
1120 * remote-adapt.c (adapt_xfer_inferior_memory): Likewise.
1121 * remote-array.c (array_xfer_memory): Likewise.
1122 * remote-bug.c (bug_xfer_memory): Likewise.
1123 * remote-e7000.c (e7000_xfer_inferior_memory): Likewise.
1124 * remote-eb.c (eb_xfer_inferior_memory): Likewise.
1125 * remote-es.c (es1800_xfer_inferior_memory): Likewise.
1126 * remote-mips.c (mips_xfer_memory): Likewise.
1127 * remote-mm.c (mm_xfer_inferior_memory): Likewise.
1128 * remote-nindy.c (nindy_xfer_inferior_memory): Likewise.
1129 * remote-os9k.c (rombug_xfer_inferior_memory): Likewise.
1130 * remote-rdi.c (arm_rdi_xfer_memory): Likewise.
1131 * remote-rdp.c (remote_rdp_xfer_inferior_memory): Likewise.
1132 * remote-sds.c (sds_xfer_memory): Likewise.
1133 * remote-sim.c (gdbsim_xfer_inferior_memory): Likewise.
1134 * remote-st.c (st2000_xfer_inferior_memory): Likewise.
1135 * remote-udi.c (udi_xfer_inferior_memory): Likewise.
1136 * remote-vx.c (vx_xfer_memory): Likewise.
1137 * remote.c (remote_xfer_memory): Likewise.
1138 * target.c (debug_to_xfer_memory, do_xfer_memory): Likewise.
1139 * target.h (child_xfer_memory, do_xfer_memory, xfer_memory): Likewise.
e5da8f38 1140 * thread-db.c (thread_db_xfer_memory): Likewise.
29e57380
C
1141
1142 * target.h (#include "memattr.h"): Added.
1143 (target_ops.to_xfer_memory): Add attrib argument.
1144
1145 * wince.c (_initialize_inftarg): Removed call to set_dcache_state.
1146 * dcache.h (set_dcache_state): Removed declaration.
1147 * dcache.c (set_dcache_state): Removed definition
1148
1149 * dcache.c: Update module comment, as dcache is now enabled and
1150 disabled with memory region attributes instead of by the global
1151 variable "remotecache". Add comment describing the interaction
1152 between dcache and memory region attributes.
1153 (dcache_xfer_memory): Add comment describing benefits of moving
1154 cache writeback to a higher level.
1155 (dcache_struct): Removed cache_has_stuff field. This was used to
1156 record whether the cache had been accessed in order to invalidate
1157 it when it was disabled. However, this is not needed because the
1158 cache is write through and the code that enables, disables, and
1159 deletes memory regions invalidate the cache. Add comment which
1160 suggests that we could be more selective and only invalidate those
1161 cache lines containing data from those memory regions.
1162 (dcache_invalidate): Updated.
1163 (dcache_xfer_memory): Updated.
f29d9b6d 1164
29e57380
C
1165 (dcache_alloc): Don't abort() if dcache_enabled_p is clear.
1166 (dcache_xfer_memory): Removed code that called do_xfer_memory() to
1167 perform a uncached transfer if dcache_enabled_p was clear. This
1168 function is now only called if caching is enabled for the memory
1169 region.
1170 (dcache_info): Always print cache info.
1171
1172 * target.c (do_xfer_memory): Add attrib argument.
1173 (target_xfer_memory, target_xfer_memory_partial): Break transfer
1174 into chunks defined by memory regions, pass region attributes to
1175 do_xfer_memory().
1176 * dcache.c (dcache_read_line, dcache_write_line): Likewise.
1177
1178 * Makefile.in (SFILES): Add memattr.c.
1179 (COMMON_OBS): Add memattr.o.
1180 (dcache.o): Add target.h to dependencies.
1181 * memattr.c: New file.
1182 * memattr.h: Likewise.
1183
f29d9b6d
C
1184 * config/m32r/m32r.mt (GDBSERVER_LIBS): Added ../../intl/libintl.a.
1185 * config/mips/vr5000.mt (GDBSERVER_LIBS): Likewise.
1186 * config/tic80/tic80.mt (GDBSERVER_LIBS): Likewise.
1187 * gdbserver/low-sim.c (#include "defs.h"): Removed.
1188 (mygeneric_load): Rename from generic_load.
1189
1190 * gdbserver/low-hppabsd.c (#include "server.h"): Added.
1191 (#include "defs.h"): Removed.
1192 (inferior_pid, perror_with_name): Remove declarations.
1193 * gdbserver/low-linux.c: Likewise.
1194 * gdbserver/low-nbsd.c: Likewise.
1195 * gdbserver/low-sparc.c: Likewise.
1196 * gdbserver/low-sun3.c: Likewise.
1197
1198 * i386-stub.c: Re-indent.
1199 * m68k-stub.c: Re-indent.
1200
58d5518e
ND
12012001-01-22 Nicholas Duffek <nsd@redhat.com>
1202
1203 * gdbarch.sh (PARM_BOUNDARY): Define.
1204 * gdbarch.c: Regenerate.
1205 * gdbarch.h: Regenerate.
1206
f6427ade
C
12072001-01-22 J.T. Conklin <jtc@redback.com>
1208
1209 * ns32k-tdep.c: #include "frame.h"
1210 * config/ns32k/tm-umax.h (FRAME_FIND_SAVED_REGS): Restore. It
1211 appears to have been inadvertantly removed sometime in May 1999.
1212
1213 * Revert 2000-11-09 changes where shared library objects were
1214 moved from NATDEPFILES to TDEPFILES on NetBSD targets. While
1215 we'd like to be able to debug dynamically linked executables,
1216 this makes it impossible to build a cross debugger on a many
1217 hosts.
1218
1219 * config/i386/nbsd.mt: Remove solib.o, solib-svr4.o from TDEPFILES.
1220 * config/i386/nbsdelf.mt: Likewise.
1221 * config/m68k/nbsd.mt: Likewise.
1222 * config/ns32k/nbsd.mt: Likewise.
1223 * config/powerpc/nbsd.mt: Likewise.
1224 * config/sparc/nbsd.mt: Likewise.
1225 * config/sparc/nbsdelf.mt: Likewise.
1226 * config/i386/nbsd.mh: Add solib.o, solib-svr4.o to NATDEPFILES.
1227 * config/i386/nbsdelf.mh: Likewise.
1228 * config/m68k/nbsd.mh: Likewise.
1229 * config/ns32k/nbsd.mh: Likewise.
1230 * config/powerpc/nbsd.mh: Likewise.
1231 * config/sparc/nbsd.mh: Likewise.
1232
8052a17a
JM
12332001-01-19 Jason Merrill <jason@redhat.com>
1234
1235 * dbxread.c (read_ofile_symtab): Stay with AUTO_DEMANGLING for G++.
1236 (process_one_symbol): Likewise.
1237 * dwarfread.c (handle_producer): Likewise.
1238
21a6f6bb
AC
1239Thu Jan 18 12:08:57 2001 Andrew Cagney <cagney@b1.cygnus.com>
1240
1241 * configure.in (build_warnings): Disable -Wuninitialized until GDB
1242 compiles with -Wuninitialized,-Werror.
1243 * configure: Regenerate.
1244
1245 * MAINTAINERS: Add list of buildable targets.
1246
494b7ec9
AC
1247Thu Jan 18 12:48:04 2001 Andrew Cagney <cagney@b1.cygnus.com>
1248
1249 * defs.h (STRCMP): Delete macro.
1250
1251 * objfiles.c (objfile_relocate): Replace STRCMP with call to
1252 strcmp.
1253 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
1254 * symfile.c (compare_symbols): Ditto.
1255 * standalone.c (open): Ditto.
1256 * remote-es.c (verify_break): Ditto.
1257 * cli/cli-decode.c (add_cmd, add_show_from_set): Ditto.
1258
1259 * symfile.c (compare_psymbols): Delete comment refering to STRCMP.
1260
8038e1e2
AC
1261Thu Jan 18 12:25:06 2001 Andrew Cagney <cagney@b1.cygnus.com>
1262
1263 * varobj.c (FREEIF): Delete macro.
1264 (varobj_set_value, free_variable): Replace FREEIF with ``xfree''
1265 call.
1266
ea8d0b28
NC
12672001-01-18 Nick Clifton <nickc@redhat.com>
1268
1269 * arc-tdep.c (arc_cpu_type_table): Add new arc core numbers.
1270 (arc_print_insn): No bfd available, so pass NULL to
1271 arc_get_disassembler.
1272
5dbd9048
JB
12732001-01-09 James Ingham <jingham@inghji.apple.com>
1274
1275 * symtab.c (lookup_symbol_aux): Call lookup_symbol_aux to lookup
1276 a mangled symbol rather than recursing into lookup_symbol, since
1277 this will just re-unmangle the name & call lookup_symbol_aux -
1278 leading to an infinite recursion.
1279
28ae27b1
MK
12802001-01-18 Mark Kettenis <kettenis@gnu.org>
1281
1282 * infcmd.c (print_return_value): Restore another space lost by
1283 switch to UIOUT. ``$NN='' should be ``$NN =''.
1284
6ab3a9c9
AC
1285Fri Jan 19 02:31:40 2001 Andrew Cagney <cagney@b1.cygnus.com>
1286
1287 * target.h (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT)
1288 * breakpoint.c (TARGET_REGION_OK_FOR_HW_WATCHPOINT): Wrap macro
1289 definition in parenthesis.
1290
ad6525fc
AC
1291Fri Jan 19 02:13:40 2001 Andrew Cagney <cagney@b1.cygnus.com>
1292
1293 From 2000-10-27 Mark Salter <msalter@redhat.com>:
1294 * remote.c (remote_remove_hw_breakpoint): Add 'len' field to Z
1295 packet.
1296 (remote_insert_hw_breakpoint): Ditto.
1297
6259c7e2
C
12982001-01-17 J.T. Conklin <jtc@redback.com>
1299
1300 * config/m68k/tm-nbsd.h (USE_STRUCT_CONVENTION): Define.
9c95b27f 1301 (BPT_VECTOR, REMOTE_BPT_VECTOR): Change to 0xf.
6259c7e2
C
1302 * config/m68k/nbsd.mt (TDEPFILES): Add m68knbsd-tdep.o.
1303 * m68knbsd-tdep.c: New file.
1304
1305 * i386nbsd-tdep.c: Remove #if 0'd out #includes.
1306
1307 * m68knbsd-nat.c: #include gdbcore.h.
1308
abdcb2a5
AC
1309Wed Jan 17 09:41:58 2001 Andrew Cagney <cagney@b1.cygnus.com>
1310
1311 * MAINTAINERS: Add J.T. Conklin to Blanket Write Privs.
1312
e7a8479f
MS
13132001-01-16 Michael Snyder <msnyder@cleaver.cygnus.com>
1314
aaeb7efa
MS
1315 * procfs.c (procfs_stopped_by_watchpoint): Don't die if process
1316 goes away -- just return false (ie. not stopped by watchpoint).
e7a8479f
MS
1317 * source.c (openp): Fix typo in comment.
1318
7036d6ce
ND
13192001-01-12 Nicholas Duffek <nsd@redhat.com>
1320
1321 * blockframe.c (generic_get_saved_register): Spelling fix.
1322 * frame.h (FRAME_FP): Spelling fix.
1323
9549d9c1
AC
1324Fri Jan 12 18:29:46 2001 Andrew Cagney <cagney@b1.cygnus.com>
1325
1326 * infcmd.c (print_return_value): Restore space lost by switch to
1327 UIOUT. ``$NN='' should be ``$NN =''.
1328
7302a204
ND
13292001-01-08 Nicholas Duffek <nsd@redhat.com>
1330
1331 * regcache.c (set_register_cached, register_buffer,
1332 real_register, pseudo_register fetch_register, store_register):
1333 New functions.
1334 (register_changed, read_relative_register_raw_bytes_for_frame,
1335 registers_changed, registers_fetched, read_register_bytes,
1336 read_register_gen, write_register_gen, read_register,
1337 read_signed_register, write_register, supply_register): Replace
1338 register_valid[] with register_cached() and
1339 set_register_cached().
1340 (read_register_bytes, read_register_gen, write_register_gen,
1341 read_register, read_signed_register, write_register,
1342 supply_register): Replace registers[] with register_buffer().
1343 (read_register_bytes, read_register_gen, read_register,
1344 read_signed_register): Call fetch_register().
1345 (write_register_gen, write_register): Call real_register() and
1346 store_register().
1347 (write_register_bytes): Call store_register().
1348 * value.h (set_register_cached, register_buffer): Prototype.
1349 * remote.c (remote_fetch_registers): Allocate regs[] with a
1350 run-time size. Replace register_valid[] with
1351 set_register_cached().
1352 (store_register_using_P, remote_store_registers): Replace
1353 registers[] with register_buffer().
1354
5ebd2499
ND
13552001-01-08 Nicholas Duffek <nsd@redhat.com>
1356
1357 * regcache.c: Change "write-back" comment to "write-through".
1358 Change "regno" to "regnum".
1359 (read_register, read_signed_register): Remove "raw" from return
1360 value description.
1361 (supply_register): Spelling fix.
1362 * value.h: Change "regno" to "regnum".
1363
1302fd5e
FN
13642001-01-08 Fernando Nasser <fnasser@redhat.com>
1365
1366 * Makefile.in (install-gdbtk): Add .itcl files to the list of files
1367 to be installed.
1368
9dcb560c
MS
13692001-01-04 Michael Snyder <msnyder@mvstp600e.cygnus.com>
1370
1371 * mips-tdep.c (mips_coerce_float_to_double): Fix typo in comment.
1372
0e2fb98e
ND
13732001-01-04 Nicholas Duffek <nsd@redhat.com>
1374
1375 * valops.c (VALUE_SUBSTRING_START): Delete.
1376
12cf3f1b
ND
13772001-01-04 Nicholas Duffek <nsd@redhat.com>
1378
1379 * Makefile.in (SUBDIR_CLI_OBS): Add cli/cli-utils.o.
1380 (SUBDIR_CLI_SRCS): Add cli/cli-utils.c.
1381 (cli_utils_h): New variable.
1382 (cli/cli-utils.o): New rule.
1383 * cli/cli-utils.c: New file.
1384 * cli/cli-utils.h: New file.
1385
cc533b9d
ND
13862001-01-04 Nicholas Duffek <nsd@redhat.com>
1387
1388 * config/i386/tm-i386.h (REGISTER_CONVERT_TO_VIRTUAL,
1389 REGISTER_CONVERT_TO_RAW): Delete trailing semicolon.
1390
ad2a4d09
C
13912001-01-03 J.T. Conklin <jtc@redback.com>
1392
1393 * alphabsd-nat.c, i386-linux-nat.c, i386bsd-nat.c: Fix typo in
1394 comment.
1395
8140e7ac
MS
13962001-01-02 Michael Snyder <msnyder@cleaver.cygnus.com>
1397
3116c80a
EZ
1398 * sh-tdep.c (sh_default_store_return_value): Allow for small return type.
1399 (sh3e_sh4_store_return_value): Call sh_default_store_return_value for
d19b71be 1400 non-float types.
779e876b 1401 * sparc-tdep.c (sparc_frame_chain): Fix typo in comment.
72e22353
MS
1402 Update copyright notice.
1403
15f33b66 1404For older changes see ChangeLog-2000
c906108c
SS
1405\f
1406Local Variables:
1407mode: change-log
1408left-margin: 8
1409fill-column: 74
1410version-control: never
1411End:
This page took 0.281336 seconds and 4 git commands to generate.