2005-01-17 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
637537d0
AC
12005-01-17 Andrew Cagney <cagney@gnu.org>
2
3 * top.h (source_error, source_pre_error): Delete declaration.
4 * cli/cli-script.c (source_error_allocated, source_error): Delete.
5 (script_from_file, source_cleanup_lines): Do not manipulate
6 source_error_allocated, error_pre_print and source_error.
7 (struct source_cleanup_lines_args): Delete fields old_pre_error,
8 and old_error_pre_print.
9 * top.c (source_error_allocated, source_error)
10 (source_pre_error): Delete.
11 (command_line_input): Do not set error_pre_print.
12 * event-top.c (command_line_handler): Do not set error_pre_print.
13
12b21d12
JT
142005-01-16 Jason Thorpe <thorpej@netbsd.org>
15
16 * MAINTAINERS: Update my email address.
17
1c02b2a5
MK
182005-01-16 Mark Kettenis <kettenis@gnu.org>
19
c401b55a
MK
20 * configure.ac: Provide prerequisite headers when checking
21 <term.h>.
22 * configure: Regenerate.
23
1c02b2a5
MK
24 * amd64fbsd-tdep.c: Update copyright year. Include "gdb_assert.h"
25 and "bsd-uthread.h".
26 (amd64fbsd_jmp_buf_reg_offset): New variable.
27 (amd64fbsd_supply_uthread, amd64fbsd_collect_uthread): New
28 functions.
29 (amd64fbsd_init_abi): Set supply_uthread and collect_uthread.
30 * i386fbsd-tdep.c: Fix typo.
31 * Makefile.in (amd64fbsd-tdep.o): Update dependencies.
32 * config/i386/fbsd64.mt (TDEPFILES): Add bsd-uthread.o.
33
17d92a02
AC
342005-01-16 Andrew Cagney <cagney@gnu.org>
35
36 * cli/cli-script.c: Include "exceptions.h".
37 (struct wrapped_read_command_file_args): Define.
38 (wrapped_read_command_file): New function.
39 (script_from_file): Replace direct call to read_command_file by
40 one wrapped by an exception handler.
41 * exceptions.c (throw_it): Free the old message after creating the
42 new.
43 * Makefile.in: Update dependencies.
44
80ad1639
MK
452005-01-16 Mark Kettenis <kettenis@gnu.org>
46
ae036357
MK
47 * sparc64fbsd-tdep.c: Update copyright year.
48 (sparc64fbsd_collect_gregset, sparc64fbsd_collect_fpregset): New
49 functions.
50 (sparc64fbsd_init_abi): Create register sets with collect
51 functions.
52
ca5807d9
MK
53 * sparc64fbsd-nat.c: Include "fbsd-nat.h".
54 (_initialize_sparc64fbsd_nat): Add some extra features to the
55 generic SPARC target.
56 * Makefile.in (sparc64fbsd-nat.o): Update dependencies.
57 * config/sparc/fbsd.mh (NATDEPFILES): Add fbsd-nat.o and gcore.o.
58 (NAT_FILE): Set to solib.h.
59 * config/sparc/nm-fbsd.h: Remove file.
60
c4f2d4d7
MK
61 * sparc64-tdep.c (sparc64_store_arguments): Fix typo.
62
80ad1639
MK
63 * sparc-tdep.c (sparc_integral_or_pointer_p): Simplify.
64
6212a5e9
AC
652005-01-16 Andrew Cagney <cagney@gnu.org>
66
67 * exceptions.c (struct catcher): Delete saved_error_pre_print and
68 saved_quit_pre_print.
69 (catcher_init): Delete parameter errstring, do not override the
70 pre_print strings.
71 (catcher_pop): Do not restore the pre_print strings.
72 (catch_exception, catch_exceptions_with_msg, catch_errors)
73 (catch_command_errors): Update catch_init calls.
74
936df4b3
MK
752005-01-16 Mark Kettenis <kettenis@gnu.org>
76
77 * Makefile.in (sparc64fbsd-nat.o): Update dependencies.
78 * sparc64fbsd-nat.c: Update copyright year. Include "target.h".
79
3af1e0e3
AC
802005-01-15 Andrew Cagney <cagney@gnu.org>
81
85981d60
AC
82 * acinclude.m4: Include ../bfd/bfd.m4 instead of
83 ../bfd/acinclude.m4. Include ../gettext.m4.
84 * aclocal.m4, configure: Re-generate.
85
5a14cc1a
AC
86 * exceptions.c (do_captured_command)
87 (struct captured_command_args): Delete.
88 (catch_command_errors): Simplify by inlining call to catch_errors.
89
3af1e0e3
AC
90 * exceptions.c (struct catcher): Delete field print_message.
91 (catcher_init): Delete print_message parameter.
92 (catch_exception, catch_exceptions_with_msg, catch_errors): Update.
93 (throw_it): Delete prefix parameter.
94 (throw_verror, throw_vfatal, throw_error): Update.
95
d0555901
AC
962005-01-14 Andrew Cagney <cagney@gnu.org>
97
e48f5bee
AC
98 * exceptions.c (print_and_throw): Delete, replaced by throw_it.
99 (throw_reason): Leave the exception's message field blank.
100 (throw_it): New function, create the exception and throw it.
101 (throw_verror, throw_vfatal, throw_error): Call throw_it.
102 (print_any_exception): New function.
103 (catch_errors, catch_exceptions_with_msg): Call
104 print_any_exception.
105 (throw_exception): Move code calling annotate_error and
106 annotate_quit from here ...
107 (print_exception): ... to here.
108
c6da7a6d
AC
109 * exceptions.c (exception_fprintf, exception_print): Move printing
110 of \n from here ...
111 (print_exception): ... to here.
112 (print_flush): New function.
113 (exception_print, exception_fprintf): Replace duplicated flush and
114 wrap code with call to print_flush.
115 (print_and_throw): Simplify, by using xstrvprintf, print_flush,
116 and print_exception.
117 (do_write): Delete.
118
d0555901
AC
119 * remote-sds.c (interrupt_query): Call throw_reason instead of
120 throw_exception.
121 * remote-mips.c (mips_error, mips_kill): Ditto
122 * ocd.c (interrupt_query): Ditto.
123 * nto-procfs.c (interrupt_query): Ditto.
124 * monitor.c (monitor_interrupt_query): Ditto.
125
949df321
JJ
1262005-01-14 Jeff Johnston <jjohnstn@redhat.com>
127
128 * ia64-linux-nat.c: Include "ia64-tdep.h" to get register definitions.
129
bc8332bb
AC
1302005-01-14 Andrew Cagney <cagney@gnu.org>
131
1c3c7ee7
AC
132 * exceptions.h (catch_exceptions): Delete errstring parameter.
133 (catch_exceptions_with_msg): Ditto.
134 * exceptions.c (catch_exceptions_with_msg): Update.
135 (catch_exceptions): Update.
136 * symfile-mem.c (add_vsyscall_page): Update.
137 * frame.c (get_current_frame): Update.
138 * wrapper.c (gdb_value_struct_elt): Update.
139 * exceptions.c (catch_exceptions): Update.
140 * thread.c (gdb_list_thread_ids, gdb_thread_select): Update.
141 * breakpoint.c (gdb_breakpoint_query, gdb_breakpoint): Update.
142 * remote-fileio.c (remote_fileio_request): Update.
143
9cbc821d
AC
144 * exceptions.h (exception_fprintf): Declare.
145 (exception_print): Drop pre_print parameter.
146 * mi/mi-main.c (mi_execute_command): Update exception_print call.
147 * cli/cli-interp.c (safe_execute_command): Update exception_print
148 call.
149 * remote.c (remote_open_1): Instead of passing an error prefix to
150 catch_exceptions, use catch_exceptions and exception_fprintf.
151 (remote_start_remote): Change return type to void.
152 * breakpoint.c (insert_bp_location): Instead of passing an error
153 prefix to catch_exceptions, use catch_exceptions and
154 exception_fprintf.
155 (insert_catchpoint): Change return type to void.
156 (break_command_1): Update exception_print call.
157 * exceptions.c (exception_fprintf): New function.
158 (print_exception): New function.
159 (exception_print): Use print_exception.
160
22e9b0f1
AC
161 * utils.c (error_output_message): Delete function.
162 * defs.h (error_output_message): Delete declaration.
163
05ff989b
AC
164 * linespec.c (symtab_from_filename, decode_variable): Use
165 throw_error instead of error_silent.
166 * breakpoint.c (do_captured_parse_breakpoint): Change return type
167 to void.
168 (break_command_1): Use catch_exception and check the error return
169 status.
170 * exceptions.c (throw_error): New function.
171 (throw_vsilent): Delete function.
172 * exceptions.h (throw_error): Declare.
173 (throw_vsilent): Delete declaration.
174 * utils.c (error_silent): Delete function.
175 * defs.h (error_silent): Delete declaration.
176
8a076db9
AC
177 * mi/mi-main.c (mi_execute_command): Print the exception.
178 * cli/cli-interp.c (safe_execute_command): Print the exception.
179 * exceptions.h (exception_print): Declare.
180 * exceptions.c (struct catcher): Add field print_message.
181 (catcher_init): Add parameter print_message, store in the catcher
182 struct.
183 (print_and_throw): Only print the message when print_message.
184 (catch_exceptions_with_msg, catch_errors): Pass print_message=1 to
185 catcher_init.
186 (catch_exception): Pass print_message=0 to catcher_init.
187
bc8332bb
AC
188 * varobj.c (varobj_create): Add missing \n.
189
d183932d
MS
1902005-01-13 Michael Snyder <msnyder@redhat.com>
191
4e18e2de 192 * cli/cli-decode.h: Whitespace tweaks.
ca0b4d12 193 * wince.c: Whitespace tweaks.
887a3a14 194 * uw-thread.c: Whitespace tweaks.
0a4a0819 195 * utils.c: Whitespace tweaks.
d183932d
MS
196 * tracepoint.[ch]: Whitespace tweaks.
197 * solist.h: Whitespace tweaks.
198
6b1b7650
AC
1992005-01-13 Andrew Cagney <cagney@gnu.org>
200
b315da38
AC
201 * exceptions.h (struct exception): Make message const.
202 * mi/mi-main.c (mi_execute_command): Pass result.message directly
203 to fputstr_unfiltered.
204
79e714b4
AC
2052005-01-13 Michael Snyder <msnyder@redhat.com>
206
207 * stack.c: Whitespace tweaks.
208 * somsolib.[ch]: Whitespace tweaks.
209 * solib-aix.c: Whitespace tweaks.
210 * solib.c: Whitespace tweaks.
211 * solib-frv.c: Whitespace tweaks.
212 * solib.h: Whitespace tweaks.
213 * solib-irix.c: Whitespace tweaks.
214 * solib-som.c: Whitespace tweaks.
215 * solib-sunos.c: Whitespace tweaks.
216 * solib-svr4.[ch]: Whitespace tweaks.
217 * ser-tcp.c: Whitespace tweaks.
218 * ser-unix.c: Whitespace tweaks.
219 * serial.h: Whitespace tweaks.
220 * scm-valprint.c: Whitespace tweaks.
221 * rs6000-tdep.c: Whitespace tweaks.
222 * rs6000-nat.c: Whitespace tweaks.
223 * remote.c: Whitespace tweaks.
224
2252005-01-13 Andrew Cagney <cagney@gnu.org>
226
6b1b7650
AC
227 * defs.h (error_last_message, error_init): Delete declaration.
228 * utils.c (fatal, vfatal): Call throw_vfatal.
229 (error, verror): Call throw_verror;
230 (do_write, error_stream_1): Delete function.
231 (error_stream): Simplify, call error.
232 (error_last_message, error_init, gdb_lasterr): Delete.
233 (error_silent): Simplify, call throw_vsilent.
234 * mi/mi-interp.c (mi_cmd_interpreter_exec): Dup the message.
235 * main.c (captured_main): Delete call to error_init.
236 * exceptions.c (throw_verror, throw_verror)
237 (throw_vsilent): New functions.
238 (do_write, print_and_throw): New functions.
239 (last_message): New global.
240 (throw_reason): Replace error_last_message with last_message.
241 (catch_exceptions_with_msg): Dup the message.
242 * exceptions.h (throw_verror, throw_vfatal, throw_vsilent):
243 Declare.
244
4791eb66
MS
2452005-01-13 Michael Snyder <msnyder@redhat.com>
246
90c065fb 247 * remote-st.c: Whitespace tweaks.
8a0ce09a 248 * remote-sim.c: Whitespace tweaks.
1fa79fac 249 * remote-mips.c: Whitespace tweaks.
beda9597 250 * pa64solib.[ch]: Whitespace tweaks.
28397f59 251 * mdebugread.c: Whitespace tweaks.
ba5e7e8d 252 * main.c: Whitespace tweaks.
907d819a 253 * interps.c: Whitespace tweaks.
9d1ff73f 254 * infrun.c: Whitespace tweaks.
1f5d0fc9 255 * infcmd.c: Whitespace tweaks.
d9788fe8 256 * hpux-thread.c: Whitespace tweaks.
3b951200 257 * hppa-hpux-tdep.c: Whitespace tweaks.
3a9a986f 258 * gdbcore.h: Whitespace tweaks.
d3f17821 259 * gdbcmd.h: Whitespace tweaks.
30867156 260 * gdb-events[.c, .h, .sh]: Whitespace tweaks.
de6854b5 261 * corefile.c: Whitespace tweaks.
03717487 262 * completer.c: Whitespace tweaks.
9b5c5aad
MS
263 * coff-solib.c: Whitespace tweaks.
264 * coff-solib.h: Whitespace tweaks.
30fdc99f 265 * cli-out.c: Whitespace tweaks.
1272ad14 266 * breakpoint.c: Whitespace tweaks.
4791eb66
MS
267 * cli/cli-interp.c: Tweak comments, per coding standard.
268
f30f06b8
AC
2692005-01-13 Andrew Cagney <cagney@gnu.org>
270
ce43223b
AC
271 * breakpoint.c (gdb_breakpoint_query): Update, use
272 catch_exceptions_with_msg.
273 (do_captured_breakpoint): Add uiout parameter.
274 (gdb_breakpoint): Update, use catch_exceptions_with_msg.
275 * mi/mi-main.c (mi_cmd_thread_select): Pass mi_error_message to
276 gdb_thread_select. Return MI_CMD_ERROR instead of
277 MI_CMD_CAUGHT_ERROR.
278 (mi_cmd_thread_list_ids): Ditto for gdb_list_thread_ids.
279 (enum captured_mi_execute_command_actions): Delete
280 EXECUTE_COMMAND_DISPLAY_ERROR.
281 (captured_mi_execute_command): Delete code handling
282 MI_CMD_CAUGHT_ERROR.
283 (mi_execute_command): Don't check for
284 EXECUTE_COMMAND_DISPLAY_ERROR.
285 * mi/mi-cmd-break.c (breakpoint_notify): Update call to
286 gdb_breakpoint_query.
287 (mi_cmd_break_insert): Pass mi_error_message to gdb_breakpoint.
288 * mi/mi-cmds.h (enum mi_cmd_result): Delete MI_CMD_CAUGHT_ERROR.
289 * gdb.h (gdb_thread_select, gdb_list_thread_ids)
290 (gdb_breakpoint, gdb_breakpoint_query): Add error_message
291 parameter.
292 * thread.c (thread_command): Update call.
293 (gdb_thread_select, gdb_list_thread_ids): Update, call
294 catch_exceptions_with_msg.
295
f30f06b8
AC
296 * mi/mi-main.c (mi_execute_command): Use catch_exception,
297 eliminate call to error_last_message.
298 (captured_mi_execute_command): Change return type to void.
299
2a78bfb5
AC
3002005-01-12 Andrew Cagney <cagney@gnu.org>
301
c1043fc2
AC
302 * exceptions.c (exception_none): New variable.
303 * Makefile.in: Update dependencies.
304 * interps.c: Include "exceptions.h".
305 (interpreter_exec_cmd, interp_exec): Update to return "struct
306 exception"
307 * exceptions.h (no_exception): Declare.
308 * tui/tui-interp.c (tui_exec): Update to return "struct exception"
309 * mi/mi-interp.c: Include "exceptions.h".
310 (mi_cmd_interpreter_exec, mi_interpreter_exec): Update to return
311 'struct exception".
312 * cli/cli-interp.c (cli_interpreter_exec, safe_execute_command)
313 (do_captured_execute_command): Update to use catch_exception.
314 * interps.h: Include "exceptions.h".
315 (interp_exec_ftype, interp_exec): Return "struct exception".
316
2a78bfb5
AC
317 * exceptions.h (throw_reason): Rename throw_exception.
318 (enum errors, struct exception): Define.
319 (catch_exception_ftype): Define.
320 (catch_exception, throw_exception): Declare.
321 * exceptions.c (throw_exception): Rewrite.
322 (throw_reason): New function.
323 (struct catcher, catcher_state_machine): Replace "reason" with
324 "exception", delete "gdberrmsg".
325 (catch_exception): New function.
326 (catcher_init): Replace "gdberrmsg" parameter with "exception".
327 (catch_errors, catch_exceptions_with_msg): Re-implement passing
328 exception to catcher_init.
329 * utils.c (error_silent, error_stream_1): Use throw_reason.
330 (internal_verror, quit): Ditto.
331 * breakpoint.c (insert_catchpoint, break_command_1): Ditto.
332 * remote-fileio.c (remote_fileio_ctrl_c_signal_handler): Ditto.
333 * remote.c (remote_open_1, interrupt_query): Ditto.
334
8b1ca062
MK
3352005-01-12 Mark Kettenis <kettenis@gnu.org>
336
fa565c2b
MK
337 * i386fbsd-tdep.c: Update copyright year. Include "gdbcore.h",
338 "regcache.h", "gdb_assert.h" and "bsd-uthread.h".
339 (i386fbsd_jmp_buf_reg_offset): New variable.
340 (i386fbsd_supply_uthread, i386fbsd_collect_uthread): New
341 functions.
342 (i386fbsdaout_init_abi): Set supply_uthread and collect_uthread.
343 * Makefile.in (i386fbsd-tdep.o): Update dependency.
344 * config/i386/fbsd.mt (TDEPFILES): Add bsd-uthread.o.
345
82f5c14f
MK
346 * bsd-uthread.h: New file.
347 * bsd-uthread.c: New file.
348 * Makefile.in (bsd_uthread_h): New variable.
349 (ALLDEPFILES): Add bsd-uthread.c.
350 (bsd-uthread.o): New dependency.
351
42a6e6a0
MK
352 * solib.h Update copyright year.
353 (struct so_list): Forward declaration.
354 (solib_read_symbols): New prototype.
355 * solib.c (solib_read_symbols): New function.
356 (solib_add): Call solib_read_symbols to read in symbols.
357 (update_solib_list): Call observer_notify_solib_loaded.
358
8b1ca062
MK
359 * i386bsd-nat.c: Update copyright year. Don't include
360 <sys/param.h> and <sys/user.h>.
361 (register_u_addr, kernel_u_size): Remove functions.
362 * config/i386/obsd.mh (NAT_FILE): Remove.
363 * config/i386/obsdaout.mh (NAT_FILE): Set to solib.h.
364 * config/i386/nm-obsd.h: Remove file.
365
60250e8b
AC
3662005-01-12 Andrew Cagney <cagney@gnu.org>
367
db5f402d
AC
368 * exceptions.c: Include "gdb_string.h".
369 (enum catcher_state, struct catcher): Define.
370 (current_catcher): New global, replaces catch_return;
371 (catch_return): Delete.
372 (throw_exception): Use current_catcher->buf;
373 (catcher_init, catcher_pop, catcher_state_machine): New functions.
374 (catcher): Delete.
375 (struct catch_errors_args): Delete.
376 (do_catch_errors): Delete.
377 (catch_exceptions): Replace body with call to
378 catch_exceptions_with_msg.
379 (catcher): Delete.
380 (catch_exceptions_with_msg, catch_errors): Re-implement using
381 catcher_state_machine.
382
60250e8b
AC
383 * exceptions.h (enum return_reason, RETURN_MASK)
384 (RETURN_MASK_QUIT, RETURN_MASK_ERROR, RETURN_MASK_ALL)
385 (return_mask, throw_exception, catch_exceptions_ftype)
386 (catch_exceptions_with_msg, catch_errors_ftype, catch_errors)
387 (catch_command_errors_ftype, catch_command_errors): Move to
388 exceptions.h.
389 * exceptions.c, exceptions.h: New files.
390 * top.c: Do not include <setjmp.h>.
391 (SIGJMP_BUF, SIGSETJMP, SIGLONGJMP, catch_return)
392 (throw_exception, catcher, catch_exceptions)
393 (catch_exceptions_with_msg, struct catch_errors_args)
394 (do_catch_errors, catch_errors, struct captured_command_args)
395 (do_captured_command, catch_command_errors): Move to exceptions.c.
396 * wrapper.c, wince.c, win32-nat.c, utils.c: Include "exceptions.h".
397 * tui/tui-interp.c, top.c, thread.c, symmisc.c: Ditto.
398 * symfile-mem.c, stack.c, solib.c, rs6000-nat.c: Ditto.
399 * remote-sds.c, remote-mips.c, remote-fileio.c: Ditto.
400 * remote-e7000.c, objc-lang.c, ocd.c: Ditto.
401 * remote.c, nto-procfs.c, monitor.c, mi/mi-main.c: Ditto.
402 * main.c, m32r-rom.c, infrun.c, inf-loop.c: Ditto.
403 * hppa-hpux-tdep.c, frame.c, event-top.c, event-loop.c: Ditto.
404 * corelow.c, corefile.c, cli/cli-interp.c, breakpoint.c: Ditto.
405 * ada-valprint.c, ada-lang.c: Ditto.
406 * Makefile.in (HFILES_NO_SRCDIR, COMMON_OBS): Add exceptions.h and
407 exceptions.o. Update all dependencies.
408
ca14ead7
MK
4092005-01-11 Mark Kettenis <kettenis@gnu.org>
410
eafc7eea
MK
411 * config/i386/nm-fbsd.h: Update copyright year.
412 Don't include "config/nm-bsd.h".
413 (KERNEL_U_SIZE): Remove macro.
414 (kernel_u_size): Remove prototype.
415
ca14ead7
MK
416 * config/vax/nbsdaout.mh (NAT_FILE): Remove.
417 * config/vax/nm-nbsdaout.h: Remove file.
418
4a39d934
EZ
4192005-01-10 Elena Zannoni <ezannoni@redhat.com>
420
421 * MAINTAINERS: Remove self from sh/sh64 maintainership.
422
93f0f986
AC
4232005-01-10 Andrew Cagney <cagney@gnu.org>
424
c4f9e2bf
AC
425 * MAINTAINERS: List Andrew Cagney and Kevin Buettner as can commit
426 changes to PowerPC, and Andrew Cagney as lead PowerPC GNU/Linux
427 maintainer.
428
6b71dd74
AC
429 * MAINTAINERS: Hans-Peter Nilsson and Orjan Friberg can commit
430 changes to CRIS.
431
93f0f986
AC
432 * MAINTAINERS: Remove "Maintenance Only". Spell out that CAN
433 COMMIT means can approve).
434
8785ced0
MK
4352005-01-10 Mark Kettenis <kettenis@gnu.org>
436
2a2de4ce
MK
437 * vax-nat.c: Update copyright year. Include "inf-ptrace.h".
438 (vax_register_u_offset): Make statuc.
439 (_initialize_vax_nat): Construct and add target vector.
440 * config/vax/vax.mh (NATDEPFILES): Remove infptrace.o and
441 inftarg.o. Add inf-ptrace.o.
442 * Makefile.in (vax-nat.o): Update dependencies.
443
8785ced0
MK
444 * inf-ptrace.h: Update copyright year. Sync comment with
445 inf-ptrace.c.
446 (inf_ptrace_trad_target): New prototype.
447 * inf-ptrace.c: Update copyright year. Include "regcache.h" and
448 "gdb_assert.h"
449 (inf_ptrace_target): Add comment.
450 (inf_ptrace+register_u_offset): New variable.
451 (inf_ptrace_fetch_register, inf_ptrace_fetch_registers)
452 (inf_ptrace_store_register, inf_ptrace_store_registers)
453 (inf_ptrace_trad_target): New functions.
454 * Makefile.in (inf-ptrace.o): Update dependencies.
455
7cb9022a
MK
4562005-01-09 Mark Kettenis <kettenis@gnu.org>
457
458 * configure.ac: Provide prerequisite headers when checking
459 <link.h>, <sys/proc.h> and <sys/user.h>.
460 * configure: Regenerate.
461
c534d641
MK
4622005-01-08 Mark Kettenis <kettenis@gnu.org>
463
464 * config/powerpc/obsd.mt (DEPRECATED_TM_FILE): Set to
465 tm-ppc-eabi.h instead of the removed tm-nbsd.h.
466
4b48ac22
MK
4672005-01-07 Mark Kettenis <kettenis@gnu.org>
468
469 * config/ia64/tm-linux.h: Tweak comment. Update copyright year.
470 Don't include "tm-ia64.h".
471 * config/ia64/ia64.mt (DEPRECATED_TM_FILE): Remove.
472 * config/ia64/tm-ia64.h: Remove. Move contents ...
473 * ia64-tdep.h: ... here. Update copyright year.
474
3ace7edb
AC
4752005-01-07 Andrew Cagney <cagney@gnu.org>
476
bec39cab
AC
477 * configure.ac: Rename configure.in, require autoconf 2.59.
478 * configure: Re-generate.
479
e14ecb8f
AC
480 * configure.tgt: Disable arm*-*-*, thumb*-*-*, strongarm*-*-*,
481 xscale-*-* and i[34567]86-*-netware* code adding rdi-share or nlm
482 to configdirs.
483
3ace7edb
AC
484 * configure.in: Replace configdirs with multiple references to
485 AC_CONFIG_SUBDIRS.
486 * configure: Re-generate.
487
b33e8514
AS
4882005-01-05 Andreas Schwab <schwab@suse.de>
489
490 * ia64-tdep.c: Include "osabi.h".
491 (native_find_global_pointer): Delete.
492 (ia64_find_global_pointer): Renamed from
493 generic_elf_find_global_pointer.
494 (FIND_GLOBAL_POINTER): Delete. Change all users to call
495 ia64_find_global_pointer instead.
496 (ia64_gdbarch_init): Call gdbarch_init_osabi. Remove references
497 to ia64_linux_sigcontext_register_address and
498 ia64_linux_write_pc. Don't set tdep->find_global_pointer.
499 (_initialize_ia64_tdep): Call gdbarch_register instead of
500 deprecated register_gdbarch_init.
501 (struct gdbarch_tdep): Remove find_global_pointer field and move
502 to ...
503 * ia64-tdep.h (struct gdbarch_tdep): ... here.
504 (ia64_linux_sigcontext_register_address): Remove declaration.
505 (ia64_linux_getunwind_table): Likewise.
506 (ia64_linux_write_pc): Likewise.
507 * ia64-linux-tdep.c: Include "osabi.h".
508 (ia64_linux_sigcontext_register_address): Make static.
509 (ia64_linux_write_pc): Likewise.
510 (ia64_linux_init_abi): New.
511 (_initialize_ia64_linux_tdep): New.
512 * Makefile.in (ia64-tdep.o, ia64-linux-tdep.o): Depend on
513 $(osabi_h).
514
0ea390ed
KB
5152005-01-05 Kevin Buettner <kevinb@redhat.com>
516
517 * ia64-tdep.c (ia64_gdbarch_init): Eliminate dependency on
518 functions in ia64-aix-tdep.c.
519 * ia64-tdep.h (ia64_aix_sigcontext_register_address): Remove
520 function defined in ia64-aix-tdep.c.
521 * ia64-aix-tdep.c: Remove file.
522 * config/ia64/linux.mt (TDEPFILES): Remove ia64-aix-tdep.o from
523 this list.
524 * Makefile.in (ia64-aix-tdep.o): Delete.
525
edefbb7c
AC
5262005-01-05 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
527
528 Committed by Andrew Cagney.
529 * ada-valprint.c, aix-thread.c, alpha-nat.c: I18n markup.
530 * alphabsd-nat.c, alphanbsd-tdep.c, amd64-linux-nat.c: I18n markup.
531 * amd64-tdep.c, amd64bsd-nat.c, amd64fbsd-nat.c: I18n markup.
532 * arch-utils.c, arm-linux-nat.c, arm-tdep.c: I18n markup.
533 * armnbsd-nat.c, armnbsd-tdep.c, auxv.c, avr-tdep.c: I18n markup.
534 * aix-thread.c (_initialize_aix_thread): Get rid of the
535 deprecated_add_show_from_set call.
536 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
537 * arm-tdep.c (_initialize_arm_tdep): Ditto.
538 * command.h (add_setshow_enum_cmd): Add arguments for returning
539 new list elements.
540 * cli/cli-decode.c (add_setshow_enum_cmd): Ditto.
541 * mips-tdep.c (_initialize_mips_tdep): Modify calls to
542 add_setshow_enum_cmd.
543
a260932f
MK
5442005-01-04 Mark Kettenis <kettenis@gnu.org>
545
34cf1994
MK
546 * configure.host (ia64-*-aix*): Remove.
547 * configure.tgt (ia64-*-aix*): Remove.
548 * config/ia64/aix.mh: Remove file.
549 * config/ia64/aix.mt: Remove file.
550 * config/ia64/tm-aix.h: Remove file.
551 * ia64-aix-nat.c: Remove file.
552 * Makefile.in (ia64-aix-nat.o): Remove dependency.
553
a260932f
MK
554 * config/m88k/obsd.mh (NATDEPFILES): Really remove inf-child.o.
555 Add back inf-ptrace.o.
556
5ed102a1
AC
5572005-01-04 Andrew Cagney <cagney@gnu.org>
558
559 * version.in: Change format from 6.3.50_2005-01-04-cvs to
560 6.3.50.20050104-cvs.
561
3a63c4b7
AS
5622005-01-04 Andreas Schwab <schwab@suse.de>
563
564 * breakpoint.c (break_command_1): Always free err_msg before
565 returning when an exception was caught.
566
e22b26cb
JB
5672005-01-01 Joel Brobecker <brobecker@gnat.com>
568
569 * hppa-tdep.c (prologue_inst_adjust_sp): Fix small confusion
570 in register number for addil instruction.
571
151c5df6 572For older changes see ChangeLog-2004.
c906108c
SS
573\f
574Local Variables:
575mode: change-log
576left-margin: 8
577fill-column: 74
578version-control: never
579End:
This page took 0.692068 seconds and 4 git commands to generate.