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