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