* Makefile.in (sparc64fbsd-nat.o): Update dependencies.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2005-01-16 Mark Kettenis <kettenis@gnu.org>
2
3 * Makefile.in (sparc64fbsd-nat.o): Update dependencies.
4 * sparc64fbsd-nat.c: Update copyright year. Include "target.h".
5
6 2005-01-15 Andrew Cagney <cagney@gnu.org>
7
8 * acinclude.m4: Include ../bfd/bfd.m4 instead of
9 ../bfd/acinclude.m4. Include ../gettext.m4.
10 * aclocal.m4, configure: Re-generate.
11
12 * exceptions.c (do_captured_command)
13 (struct captured_command_args): Delete.
14 (catch_command_errors): Simplify by inlining call to catch_errors.
15
16 * exceptions.c (struct catcher): Delete field print_message.
17 (catcher_init): Delete print_message parameter.
18 (catch_exception, catch_exceptions_with_msg, catch_errors): Update.
19 (throw_it): Delete prefix parameter.
20 (throw_verror, throw_vfatal, throw_error): Update.
21
22 2005-01-14 Andrew Cagney <cagney@gnu.org>
23
24 * exceptions.c (print_and_throw): Delete, replaced by throw_it.
25 (throw_reason): Leave the exception's message field blank.
26 (throw_it): New function, create the exception and throw it.
27 (throw_verror, throw_vfatal, throw_error): Call throw_it.
28 (print_any_exception): New function.
29 (catch_errors, catch_exceptions_with_msg): Call
30 print_any_exception.
31 (throw_exception): Move code calling annotate_error and
32 annotate_quit from here ...
33 (print_exception): ... to here.
34
35 * exceptions.c (exception_fprintf, exception_print): Move printing
36 of \n from here ...
37 (print_exception): ... to here.
38 (print_flush): New function.
39 (exception_print, exception_fprintf): Replace duplicated flush and
40 wrap code with call to print_flush.
41 (print_and_throw): Simplify, by using xstrvprintf, print_flush,
42 and print_exception.
43 (do_write): Delete.
44
45 * remote-sds.c (interrupt_query): Call throw_reason instead of
46 throw_exception.
47 * remote-mips.c (mips_error, mips_kill): Ditto
48 * ocd.c (interrupt_query): Ditto.
49 * nto-procfs.c (interrupt_query): Ditto.
50 * monitor.c (monitor_interrupt_query): Ditto.
51
52 2005-01-14 Jeff Johnston <jjohnstn@redhat.com>
53
54 * ia64-linux-nat.c: Include "ia64-tdep.h" to get register definitions.
55
56 2005-01-14 Andrew Cagney <cagney@gnu.org>
57
58 * exceptions.h (catch_exceptions): Delete errstring parameter.
59 (catch_exceptions_with_msg): Ditto.
60 * exceptions.c (catch_exceptions_with_msg): Update.
61 (catch_exceptions): Update.
62 * symfile-mem.c (add_vsyscall_page): Update.
63 * frame.c (get_current_frame): Update.
64 * wrapper.c (gdb_value_struct_elt): Update.
65 * exceptions.c (catch_exceptions): Update.
66 * thread.c (gdb_list_thread_ids, gdb_thread_select): Update.
67 * breakpoint.c (gdb_breakpoint_query, gdb_breakpoint): Update.
68 * remote-fileio.c (remote_fileio_request): Update.
69
70 * exceptions.h (exception_fprintf): Declare.
71 (exception_print): Drop pre_print parameter.
72 * mi/mi-main.c (mi_execute_command): Update exception_print call.
73 * cli/cli-interp.c (safe_execute_command): Update exception_print
74 call.
75 * remote.c (remote_open_1): Instead of passing an error prefix to
76 catch_exceptions, use catch_exceptions and exception_fprintf.
77 (remote_start_remote): Change return type to void.
78 * breakpoint.c (insert_bp_location): Instead of passing an error
79 prefix to catch_exceptions, use catch_exceptions and
80 exception_fprintf.
81 (insert_catchpoint): Change return type to void.
82 (break_command_1): Update exception_print call.
83 * exceptions.c (exception_fprintf): New function.
84 (print_exception): New function.
85 (exception_print): Use print_exception.
86
87 * utils.c (error_output_message): Delete function.
88 * defs.h (error_output_message): Delete declaration.
89
90 * linespec.c (symtab_from_filename, decode_variable): Use
91 throw_error instead of error_silent.
92 * breakpoint.c (do_captured_parse_breakpoint): Change return type
93 to void.
94 (break_command_1): Use catch_exception and check the error return
95 status.
96 * exceptions.c (throw_error): New function.
97 (throw_vsilent): Delete function.
98 * exceptions.h (throw_error): Declare.
99 (throw_vsilent): Delete declaration.
100 * utils.c (error_silent): Delete function.
101 * defs.h (error_silent): Delete declaration.
102
103 * mi/mi-main.c (mi_execute_command): Print the exception.
104 * cli/cli-interp.c (safe_execute_command): Print the exception.
105 * exceptions.h (exception_print): Declare.
106 * exceptions.c (struct catcher): Add field print_message.
107 (catcher_init): Add parameter print_message, store in the catcher
108 struct.
109 (print_and_throw): Only print the message when print_message.
110 (catch_exceptions_with_msg, catch_errors): Pass print_message=1 to
111 catcher_init.
112 (catch_exception): Pass print_message=0 to catcher_init.
113
114 * varobj.c (varobj_create): Add missing \n.
115
116 2005-01-13 Michael Snyder <msnyder@redhat.com>
117
118 * cli/cli-decode.h: Whitespace tweaks.
119 * wince.c: Whitespace tweaks.
120 * uw-thread.c: Whitespace tweaks.
121 * utils.c: Whitespace tweaks.
122 * tracepoint.[ch]: Whitespace tweaks.
123 * solist.h: Whitespace tweaks.
124
125 2005-01-13 Andrew Cagney <cagney@gnu.org>
126
127 * exceptions.h (struct exception): Make message const.
128 * mi/mi-main.c (mi_execute_command): Pass result.message directly
129 to fputstr_unfiltered.
130
131 2005-01-13 Michael Snyder <msnyder@redhat.com>
132
133 * stack.c: Whitespace tweaks.
134 * somsolib.[ch]: Whitespace tweaks.
135 * solib-aix.c: Whitespace tweaks.
136 * solib.c: Whitespace tweaks.
137 * solib-frv.c: Whitespace tweaks.
138 * solib.h: Whitespace tweaks.
139 * solib-irix.c: Whitespace tweaks.
140 * solib-som.c: Whitespace tweaks.
141 * solib-sunos.c: Whitespace tweaks.
142 * solib-svr4.[ch]: Whitespace tweaks.
143 * ser-tcp.c: Whitespace tweaks.
144 * ser-unix.c: Whitespace tweaks.
145 * serial.h: Whitespace tweaks.
146 * scm-valprint.c: Whitespace tweaks.
147 * rs6000-tdep.c: Whitespace tweaks.
148 * rs6000-nat.c: Whitespace tweaks.
149 * remote.c: Whitespace tweaks.
150
151 2005-01-13 Andrew Cagney <cagney@gnu.org>
152
153 * defs.h (error_last_message, error_init): Delete declaration.
154 * utils.c (fatal, vfatal): Call throw_vfatal.
155 (error, verror): Call throw_verror;
156 (do_write, error_stream_1): Delete function.
157 (error_stream): Simplify, call error.
158 (error_last_message, error_init, gdb_lasterr): Delete.
159 (error_silent): Simplify, call throw_vsilent.
160 * mi/mi-interp.c (mi_cmd_interpreter_exec): Dup the message.
161 * main.c (captured_main): Delete call to error_init.
162 * exceptions.c (throw_verror, throw_verror)
163 (throw_vsilent): New functions.
164 (do_write, print_and_throw): New functions.
165 (last_message): New global.
166 (throw_reason): Replace error_last_message with last_message.
167 (catch_exceptions_with_msg): Dup the message.
168 * exceptions.h (throw_verror, throw_vfatal, throw_vsilent):
169 Declare.
170
171 2005-01-13 Michael Snyder <msnyder@redhat.com>
172
173 * remote-st.c: Whitespace tweaks.
174 * remote-sim.c: Whitespace tweaks.
175 * remote-mips.c: Whitespace tweaks.
176 * pa64solib.[ch]: Whitespace tweaks.
177 * mdebugread.c: Whitespace tweaks.
178 * main.c: Whitespace tweaks.
179 * interps.c: Whitespace tweaks.
180 * infrun.c: Whitespace tweaks.
181 * infcmd.c: Whitespace tweaks.
182 * hpux-thread.c: Whitespace tweaks.
183 * hppa-hpux-tdep.c: Whitespace tweaks.
184 * gdbcore.h: Whitespace tweaks.
185 * gdbcmd.h: Whitespace tweaks.
186 * gdb-events[.c, .h, .sh]: Whitespace tweaks.
187 * corefile.c: Whitespace tweaks.
188 * completer.c: Whitespace tweaks.
189 * coff-solib.c: Whitespace tweaks.
190 * coff-solib.h: Whitespace tweaks.
191 * cli-out.c: Whitespace tweaks.
192 * breakpoint.c: Whitespace tweaks.
193 * cli/cli-interp.c: Tweak comments, per coding standard.
194
195 2005-01-13 Andrew Cagney <cagney@gnu.org>
196
197 * breakpoint.c (gdb_breakpoint_query): Update, use
198 catch_exceptions_with_msg.
199 (do_captured_breakpoint): Add uiout parameter.
200 (gdb_breakpoint): Update, use catch_exceptions_with_msg.
201 * mi/mi-main.c (mi_cmd_thread_select): Pass mi_error_message to
202 gdb_thread_select. Return MI_CMD_ERROR instead of
203 MI_CMD_CAUGHT_ERROR.
204 (mi_cmd_thread_list_ids): Ditto for gdb_list_thread_ids.
205 (enum captured_mi_execute_command_actions): Delete
206 EXECUTE_COMMAND_DISPLAY_ERROR.
207 (captured_mi_execute_command): Delete code handling
208 MI_CMD_CAUGHT_ERROR.
209 (mi_execute_command): Don't check for
210 EXECUTE_COMMAND_DISPLAY_ERROR.
211 * mi/mi-cmd-break.c (breakpoint_notify): Update call to
212 gdb_breakpoint_query.
213 (mi_cmd_break_insert): Pass mi_error_message to gdb_breakpoint.
214 * mi/mi-cmds.h (enum mi_cmd_result): Delete MI_CMD_CAUGHT_ERROR.
215 * gdb.h (gdb_thread_select, gdb_list_thread_ids)
216 (gdb_breakpoint, gdb_breakpoint_query): Add error_message
217 parameter.
218 * thread.c (thread_command): Update call.
219 (gdb_thread_select, gdb_list_thread_ids): Update, call
220 catch_exceptions_with_msg.
221
222 * mi/mi-main.c (mi_execute_command): Use catch_exception,
223 eliminate call to error_last_message.
224 (captured_mi_execute_command): Change return type to void.
225
226 2005-01-12 Andrew Cagney <cagney@gnu.org>
227
228 * exceptions.c (exception_none): New variable.
229 * Makefile.in: Update dependencies.
230 * interps.c: Include "exceptions.h".
231 (interpreter_exec_cmd, interp_exec): Update to return "struct
232 exception"
233 * exceptions.h (no_exception): Declare.
234 * tui/tui-interp.c (tui_exec): Update to return "struct exception"
235 * mi/mi-interp.c: Include "exceptions.h".
236 (mi_cmd_interpreter_exec, mi_interpreter_exec): Update to return
237 'struct exception".
238 * cli/cli-interp.c (cli_interpreter_exec, safe_execute_command)
239 (do_captured_execute_command): Update to use catch_exception.
240 * interps.h: Include "exceptions.h".
241 (interp_exec_ftype, interp_exec): Return "struct exception".
242
243 * exceptions.h (throw_reason): Rename throw_exception.
244 (enum errors, struct exception): Define.
245 (catch_exception_ftype): Define.
246 (catch_exception, throw_exception): Declare.
247 * exceptions.c (throw_exception): Rewrite.
248 (throw_reason): New function.
249 (struct catcher, catcher_state_machine): Replace "reason" with
250 "exception", delete "gdberrmsg".
251 (catch_exception): New function.
252 (catcher_init): Replace "gdberrmsg" parameter with "exception".
253 (catch_errors, catch_exceptions_with_msg): Re-implement passing
254 exception to catcher_init.
255 * utils.c (error_silent, error_stream_1): Use throw_reason.
256 (internal_verror, quit): Ditto.
257 * breakpoint.c (insert_catchpoint, break_command_1): Ditto.
258 * remote-fileio.c (remote_fileio_ctrl_c_signal_handler): Ditto.
259 * remote.c (remote_open_1, interrupt_query): Ditto.
260
261 2005-01-12 Mark Kettenis <kettenis@gnu.org>
262
263 * i386fbsd-tdep.c: Update copyright year. Include "gdbcore.h",
264 "regcache.h", "gdb_assert.h" and "bsd-uthread.h".
265 (i386fbsd_jmp_buf_reg_offset): New variable.
266 (i386fbsd_supply_uthread, i386fbsd_collect_uthread): New
267 functions.
268 (i386fbsdaout_init_abi): Set supply_uthread and collect_uthread.
269 * Makefile.in (i386fbsd-tdep.o): Update dependency.
270 * config/i386/fbsd.mt (TDEPFILES): Add bsd-uthread.o.
271
272 * bsd-uthread.h: New file.
273 * bsd-uthread.c: New file.
274 * Makefile.in (bsd_uthread_h): New variable.
275 (ALLDEPFILES): Add bsd-uthread.c.
276 (bsd-uthread.o): New dependency.
277
278 * solib.h Update copyright year.
279 (struct so_list): Forward declaration.
280 (solib_read_symbols): New prototype.
281 * solib.c (solib_read_symbols): New function.
282 (solib_add): Call solib_read_symbols to read in symbols.
283 (update_solib_list): Call observer_notify_solib_loaded.
284
285 * i386bsd-nat.c: Update copyright year. Don't include
286 <sys/param.h> and <sys/user.h>.
287 (register_u_addr, kernel_u_size): Remove functions.
288 * config/i386/obsd.mh (NAT_FILE): Remove.
289 * config/i386/obsdaout.mh (NAT_FILE): Set to solib.h.
290 * config/i386/nm-obsd.h: Remove file.
291
292 2005-01-12 Andrew Cagney <cagney@gnu.org>
293
294 * exceptions.c: Include "gdb_string.h".
295 (enum catcher_state, struct catcher): Define.
296 (current_catcher): New global, replaces catch_return;
297 (catch_return): Delete.
298 (throw_exception): Use current_catcher->buf;
299 (catcher_init, catcher_pop, catcher_state_machine): New functions.
300 (catcher): Delete.
301 (struct catch_errors_args): Delete.
302 (do_catch_errors): Delete.
303 (catch_exceptions): Replace body with call to
304 catch_exceptions_with_msg.
305 (catcher): Delete.
306 (catch_exceptions_with_msg, catch_errors): Re-implement using
307 catcher_state_machine.
308
309 * exceptions.h (enum return_reason, RETURN_MASK)
310 (RETURN_MASK_QUIT, RETURN_MASK_ERROR, RETURN_MASK_ALL)
311 (return_mask, throw_exception, catch_exceptions_ftype)
312 (catch_exceptions_with_msg, catch_errors_ftype, catch_errors)
313 (catch_command_errors_ftype, catch_command_errors): Move to
314 exceptions.h.
315 * exceptions.c, exceptions.h: New files.
316 * top.c: Do not include <setjmp.h>.
317 (SIGJMP_BUF, SIGSETJMP, SIGLONGJMP, catch_return)
318 (throw_exception, catcher, catch_exceptions)
319 (catch_exceptions_with_msg, struct catch_errors_args)
320 (do_catch_errors, catch_errors, struct captured_command_args)
321 (do_captured_command, catch_command_errors): Move to exceptions.c.
322 * wrapper.c, wince.c, win32-nat.c, utils.c: Include "exceptions.h".
323 * tui/tui-interp.c, top.c, thread.c, symmisc.c: Ditto.
324 * symfile-mem.c, stack.c, solib.c, rs6000-nat.c: Ditto.
325 * remote-sds.c, remote-mips.c, remote-fileio.c: Ditto.
326 * remote-e7000.c, objc-lang.c, ocd.c: Ditto.
327 * remote.c, nto-procfs.c, monitor.c, mi/mi-main.c: Ditto.
328 * main.c, m32r-rom.c, infrun.c, inf-loop.c: Ditto.
329 * hppa-hpux-tdep.c, frame.c, event-top.c, event-loop.c: Ditto.
330 * corelow.c, corefile.c, cli/cli-interp.c, breakpoint.c: Ditto.
331 * ada-valprint.c, ada-lang.c: Ditto.
332 * Makefile.in (HFILES_NO_SRCDIR, COMMON_OBS): Add exceptions.h and
333 exceptions.o. Update all dependencies.
334
335 2005-01-11 Mark Kettenis <kettenis@gnu.org>
336
337 * config/i386/nm-fbsd.h: Update copyright year.
338 Don't include "config/nm-bsd.h".
339 (KERNEL_U_SIZE): Remove macro.
340 (kernel_u_size): Remove prototype.
341
342 * config/vax/nbsdaout.mh (NAT_FILE): Remove.
343 * config/vax/nm-nbsdaout.h: Remove file.
344
345 2005-01-10 Elena Zannoni <ezannoni@redhat.com>
346
347 * MAINTAINERS: Remove self from sh/sh64 maintainership.
348
349 2005-01-10 Andrew Cagney <cagney@gnu.org>
350
351 * MAINTAINERS: List Andrew Cagney and Kevin Buettner as can commit
352 changes to PowerPC, and Andrew Cagney as lead PowerPC GNU/Linux
353 maintainer.
354
355 * MAINTAINERS: Hans-Peter Nilsson and Orjan Friberg can commit
356 changes to CRIS.
357
358 * MAINTAINERS: Remove "Maintenance Only". Spell out that CAN
359 COMMIT means can approve).
360
361 2005-01-10 Mark Kettenis <kettenis@gnu.org>
362
363 * vax-nat.c: Update copyright year. Include "inf-ptrace.h".
364 (vax_register_u_offset): Make statuc.
365 (_initialize_vax_nat): Construct and add target vector.
366 * config/vax/vax.mh (NATDEPFILES): Remove infptrace.o and
367 inftarg.o. Add inf-ptrace.o.
368 * Makefile.in (vax-nat.o): Update dependencies.
369
370 * inf-ptrace.h: Update copyright year. Sync comment with
371 inf-ptrace.c.
372 (inf_ptrace_trad_target): New prototype.
373 * inf-ptrace.c: Update copyright year. Include "regcache.h" and
374 "gdb_assert.h"
375 (inf_ptrace_target): Add comment.
376 (inf_ptrace+register_u_offset): New variable.
377 (inf_ptrace_fetch_register, inf_ptrace_fetch_registers)
378 (inf_ptrace_store_register, inf_ptrace_store_registers)
379 (inf_ptrace_trad_target): New functions.
380 * Makefile.in (inf-ptrace.o): Update dependencies.
381
382 2005-01-09 Mark Kettenis <kettenis@gnu.org>
383
384 * configure.ac: Provide prerequisite headers when checking
385 <link.h>, <sys/proc.h> and <sys/user.h>.
386 * configure: Regenerate.
387
388 2005-01-08 Mark Kettenis <kettenis@gnu.org>
389
390 * config/powerpc/obsd.mt (DEPRECATED_TM_FILE): Set to
391 tm-ppc-eabi.h instead of the removed tm-nbsd.h.
392
393 2005-01-07 Mark Kettenis <kettenis@gnu.org>
394
395 * config/ia64/tm-linux.h: Tweak comment. Update copyright year.
396 Don't include "tm-ia64.h".
397 * config/ia64/ia64.mt (DEPRECATED_TM_FILE): Remove.
398 * config/ia64/tm-ia64.h: Remove. Move contents ...
399 * ia64-tdep.h: ... here. Update copyright year.
400
401 2005-01-07 Andrew Cagney <cagney@gnu.org>
402
403 * configure.ac: Rename configure.in, require autoconf 2.59.
404 * configure: Re-generate.
405
406 * configure.tgt: Disable arm*-*-*, thumb*-*-*, strongarm*-*-*,
407 xscale-*-* and i[34567]86-*-netware* code adding rdi-share or nlm
408 to configdirs.
409
410 * configure.in: Replace configdirs with multiple references to
411 AC_CONFIG_SUBDIRS.
412 * configure: Re-generate.
413
414 2005-01-05 Andreas Schwab <schwab@suse.de>
415
416 * ia64-tdep.c: Include "osabi.h".
417 (native_find_global_pointer): Delete.
418 (ia64_find_global_pointer): Renamed from
419 generic_elf_find_global_pointer.
420 (FIND_GLOBAL_POINTER): Delete. Change all users to call
421 ia64_find_global_pointer instead.
422 (ia64_gdbarch_init): Call gdbarch_init_osabi. Remove references
423 to ia64_linux_sigcontext_register_address and
424 ia64_linux_write_pc. Don't set tdep->find_global_pointer.
425 (_initialize_ia64_tdep): Call gdbarch_register instead of
426 deprecated register_gdbarch_init.
427 (struct gdbarch_tdep): Remove find_global_pointer field and move
428 to ...
429 * ia64-tdep.h (struct gdbarch_tdep): ... here.
430 (ia64_linux_sigcontext_register_address): Remove declaration.
431 (ia64_linux_getunwind_table): Likewise.
432 (ia64_linux_write_pc): Likewise.
433 * ia64-linux-tdep.c: Include "osabi.h".
434 (ia64_linux_sigcontext_register_address): Make static.
435 (ia64_linux_write_pc): Likewise.
436 (ia64_linux_init_abi): New.
437 (_initialize_ia64_linux_tdep): New.
438 * Makefile.in (ia64-tdep.o, ia64-linux-tdep.o): Depend on
439 $(osabi_h).
440
441 2005-01-05 Kevin Buettner <kevinb@redhat.com>
442
443 * ia64-tdep.c (ia64_gdbarch_init): Eliminate dependency on
444 functions in ia64-aix-tdep.c.
445 * ia64-tdep.h (ia64_aix_sigcontext_register_address): Remove
446 function defined in ia64-aix-tdep.c.
447 * ia64-aix-tdep.c: Remove file.
448 * config/ia64/linux.mt (TDEPFILES): Remove ia64-aix-tdep.o from
449 this list.
450 * Makefile.in (ia64-aix-tdep.o): Delete.
451
452 2005-01-05 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
453
454 Committed by Andrew Cagney.
455 * ada-valprint.c, aix-thread.c, alpha-nat.c: I18n markup.
456 * alphabsd-nat.c, alphanbsd-tdep.c, amd64-linux-nat.c: I18n markup.
457 * amd64-tdep.c, amd64bsd-nat.c, amd64fbsd-nat.c: I18n markup.
458 * arch-utils.c, arm-linux-nat.c, arm-tdep.c: I18n markup.
459 * armnbsd-nat.c, armnbsd-tdep.c, auxv.c, avr-tdep.c: I18n markup.
460 * aix-thread.c (_initialize_aix_thread): Get rid of the
461 deprecated_add_show_from_set call.
462 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
463 * arm-tdep.c (_initialize_arm_tdep): Ditto.
464 * command.h (add_setshow_enum_cmd): Add arguments for returning
465 new list elements.
466 * cli/cli-decode.c (add_setshow_enum_cmd): Ditto.
467 * mips-tdep.c (_initialize_mips_tdep): Modify calls to
468 add_setshow_enum_cmd.
469
470 2005-01-04 Mark Kettenis <kettenis@gnu.org>
471
472 * configure.host (ia64-*-aix*): Remove.
473 * configure.tgt (ia64-*-aix*): Remove.
474 * config/ia64/aix.mh: Remove file.
475 * config/ia64/aix.mt: Remove file.
476 * config/ia64/tm-aix.h: Remove file.
477 * ia64-aix-nat.c: Remove file.
478 * Makefile.in (ia64-aix-nat.o): Remove dependency.
479
480 * config/m88k/obsd.mh (NATDEPFILES): Really remove inf-child.o.
481 Add back inf-ptrace.o.
482
483 2005-01-04 Andrew Cagney <cagney@gnu.org>
484
485 * version.in: Change format from 6.3.50_2005-01-04-cvs to
486 6.3.50.20050104-cvs.
487
488 2005-01-04 Andreas Schwab <schwab@suse.de>
489
490 * breakpoint.c (break_command_1): Always free err_msg before
491 returning when an exception was caught.
492
493 2005-01-01 Joel Brobecker <brobecker@gnat.com>
494
495 * hppa-tdep.c (prologue_inst_adjust_sp): Fix small confusion
496 in register number for addil instruction.
497
498 For older changes see ChangeLog-2004.
499 \f
500 Local Variables:
501 mode: change-log
502 left-margin: 8
503 fill-column: 74
504 version-control: never
505 End:
This page took 0.046555 seconds and 5 git commands to generate.