2006-02-10 H.J. Lu <hongjiu.lu@intel.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
ff800d76
NR
12006-02-10 Nick Roberts <nickrob@snap.net.nz>
2
3 * mi/gdb-mi.el: Update to reflect changes in Emacs 22.0.50.
4
5afb4e99
DJ
52006-02-09 Daniel Jacobowitz <dan@codesourcery.com>
6
7 * dwarf2read.c (struct dwarf2_per_cu_data): Reduce length to
8 30 bits. Add load_all_dies flag.
9 (load_partial_dies): Load all DIEs if per_cu->load_all_dies is set.
10 Load DW_TAG_member by default. Remove internal_error call.
11 (find_partial_die): Reload the compilation unit if we can not find
12 a DIE in the cache. Call internal_error here if we still can not
13 find the DIE.
14
a832795c
NR
152006-02-10 Nick Roberts <nickrob@snap.net.nz>
16
17 * breakpoint.c (print_one_breakpoint): Add break to case
18 bp_catch_vfork in switch statement.
19
c9dd6fef
WZ
202006-02-08 Wu Zhou <woodzltc@cn.ibm.com>
21
22 * config/i386/nm-i386sol2.h: Update copyright year.
23 * config/mips/nm-irix5.h: Ditto.
24 * config/sparc/nm-sol2.h: Ditto.
25 * s390-nat.c: Ditto.
26 * ppc-linux-nat.c: Ditto.
27
2a3cdf79
WZ
282006-02-08 Wu Zhou <woodzltc@cn.ibm.com>
29
30 * breakpoint.c (TARGET_REGION_OK_FOR_HW_WATCHPOINT): Delete.
31 * config/i386/nm-i386sol2.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT): New.
32 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete.
33 * config/mips/nm-irix5.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT): New.
34 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete.
35 * config/sparc/nm-sol2.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT): New.
36 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete.
37 * inf-ttrace.c (inf_ttrace_region_ok_for_hw_watchpoint): New.
38 (inf_ttrace_region_size_ok_for_hw_watchpoint): Delete.
39 (inf_ttrace_target): Delete to_region_size_ok_for_hw_watchpoint and
40 add to_region_ok_for_hw_watchpoint.
41 * s390-nat.c (s390_region_size_ok_for_hw_watchpoint): Delete.
42 (s390_region_ok_for_hw_watchpoint): New.
43 (_initialize_s390_nat): Delete to_region_size_ok_for_hw_watchpoint
44 and add to_region_ok_for_hw_watchpoint.
45 * target.c (default_region_size_ok_for_hw_watchpoint,
46 debug_to_region_size_ok_for_hw_watchpoint): Delete prototype.
47 (update_current_target): Delete to_region_size_ok_for_hw_watchpoint
48 inheritance and default_region_size_ok_for_hw_watchpoint.
49 (default_region_ok_for_hw_watchpoint): If len is less than or equal
50 the length of void pointer, return ok.
51 (default_region_size_ok_for_hw_watchpoint): Delete.
52 (debug_to_region_size_ok_for_hw_watchpoint): Delete.
53 (setup_target_debug): Delete to_region_size_ok_for_hw_watchpoint.
54 * target.h (struct target_ops): Delete
55 to_region_size_ok_for_hw_watchpoint.
56 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete.
57
e0d24f8d
WZ
582006-02-08 Ben Elliston <bje@au1.ibm.com>
59 Wu Zhou <woodzltc@cn.ibm.com>
60
61 * ppc-linux-nat.c (PTRACE_GET_DEBUGREG, PTRACE_SET_DEBUGREG,
62 PTRACE_GETSIGINFO): Define.
63 (last_stopped_data_address): New.
64 (ppc_linux_check_watch_resources): New function.
65 (ppc_linux_region_ok_for_hw_watchpoint): New function.
66 (ppc_linux_insert_watchpoint): New function.
67 (ppc_linux_remove_watchpoint): New function.
68 (ppc_linux_stopped_data_address): New function.
69 (ppc_linux_stopped_by_watchpoint): New function.
70 (_initialize_ppc_linux_nat): Set the above hardware watchpoint
71 related target vectors.
72 * rs6000-tdep.c (rs6000_gdbarch_init): Set PPC architectures
73 to have nonsteppable watchpoint.
74 * target.c (default_region_ok_for_hw_watchpoint,
75 debug_to_region_ok_for_hw_watchpoint): New prototypes.
76 (update_current_target): Inherit to_region_ok_for_hw_watchpoint
77 and set default to_region_ok_for_hw_watchpoint.
78 (default_region_ok_for_hw_watchpoint): New function.
79 (debug_to_region_ok_for_hw_watchpoint): New function.
80 (setup_target_debug): Set to_region_ok_for_hw_watchpoint of
81 debug_target.
82 * target.h (struct target_ops): Add a new target vector
83 to_region_ok_for_hw_watchpoint.
84 (TARGET_REGION_OK_FOR_HW_WATCHPOINT): Define this if it is not
85 defined anyplace else.
927890d0 86
e0d24f8d 872005-02-07 Joel Brobecker <brobecker@adacore.com>
927890d0
JB
88 * symfile.c (add_symbol_file_command): Abort if the user forgot
89 to provide the address when the file has been loaded.
90
f4d408c6
DJ
912006-02-07 Daniel Jacobowitz <dan@codesourcery.com>
92
93 * MAINTAINERS: Update file based on maintainers survey. Add
94 a note to Past Maintainers. Move unresponsive or inactive
95 maintainers to Authorized Committers or Past Maintainers as
96 appropriate. Correct Jim Kingdon's email address. Remove
97 vacant areas of responsibility.
98
38fcd64c
DJ
992006-02-06 Vladimir Prus <ghost@cs.msu.su>
100
101 * breakpoint.c (print_one_breakpoint): For MI-like UI, output
102 fullname field.
103
7b871fab
DJ
1042006-02-03 Daniel Jacobowitz <dan@codesourcery.com>
105
106 * exceptions.h (enum errors): Rename NO_ERROR to GDB_NO_ERROR.
107 * exceptions.c (exception_none, exceptions_state_mc_init)
108 (throw_vfatal): Use GDB_NO_ERROR.
109
e4cd0d6a
MK
1102006-02-02 Mark Kettenis <kettenis@gnu.org>
111
112 * solib-svr4.h (struct link_map_offsets): Remove r_debug_size and
113 r_map_size members. Add r_version_offset, r_version_size and
114 r_ldsomap_offset members.
115 * solib-svr4.c (solib_svr4_r_map): Renamed from
116 fetch_link_map_member. Simplify using read_memory_typed_address.
117 (solib_svr4_r_ldsomap): New function.
118 (open_symbol_file_object): Use solib_svr_r_map.
119 (svr4_current_sos): Use solib_svr4_r_map and look for the dynamic
120 linker by using solib_svr4_r_ldsomap.
121 (svr4_ilp32_fetch_link_map_offsets)
122 (svr4_lp64_fetch_link_map_offsets): Adjust for changes to `struct
123 link_map_offsets'.
124 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets): Adjust for
125 changes to `struct link_map_offsets'.
126 * mipsnbsd-tdep.c (mipsnbsd_ilp32_fetch_link_map_offsets)
127 (mipsnbsd_lp64_fetch_link_map_offsets): Adjust for changes to
128 `struct link_map_offsets'.
129
e26af52f
DJ
1302006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
131
132 * linux-nat.c (struct saved_ptids, threads_to_delete)
133 (record_dead_thread, prune_lwps, find_thread_from_lwp)
134 (exit_lwp): New.
135 (linux_nat_resume): Call prune_lwps.
136 (wait_lwp, linux_nat_wait): Call exit_lwp.
137
46e9880c
DJ
1382006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
139
140 * printcmd.c (printf_command): Make format string checking
141 stricter. Add separate cases for long_arg, ptr_arg, and
142 long_double_arg.
143 * utils.c (xstrvprintf): Improve the error message issued
144 for a bad format string.
145 * Makefile.in (GDB_WARN_CFLAGS_NO_FORMAT, INTERNAL_CFLAGS_BASE):
146 New variables.
147 (gnu-v3-abi.o, monitor.o, procfs.o, linux-thread-db.o): Remove
148 $(NO_WERROR_CFLAGS).
149 (printcmd.o): Likewise. Use $(GDB_WARN_CFLAGS_NO_FORMAT) and
150 enable -Werror.
151
37a105a1
DJ
1522006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
153
154 * Makefile.in (remote.o): Update.
155 * remote.c (show_packet_config_cmd): Shorten messages.
156 (remote_set_cmdlist, remote_show_cmdlist): Make file-static.
157 (show_remote_cmd): Iterate.
158 (_initialize_remote): Remove remote_set_cmdlist,
159 remote_show_cmdlist.
160
ae5a43e0
DJ
1612006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
162
163 * Makefile.in (gdbtypes_h, gdbtypes.o, utils.o): Update.
164 * defs.h (hashtab_obstack_allocate, dummy_obstack_deallocate): Add
165 prototypes.
166 * dwarf2read.c (read_subroutine_type): Use TYPE_ZALLOC.
167 (hashtab_obstack_allocate, dummy_obstack_deallocate): Moved to...
168 * utils.c (hashtab_obstack_allocate, dummy_obstack_deallocate):
169 ...here.
170 * gdbtypes.c: Include "hashtab.h".
171 (build_gdbtypes): Remove extra prototype.
172 (struct type_pair, type_pair_hash, type_pair_eq)
173 (create_copied_types_hash, copy_type_recursive): New.
174 * gdbtypes.h: Include "hashtab.h".
175 (TYPE_ZALLOC): New.
176 (create_copied_types_hash, copy_type_recursive): New prototypes.
177 * objfiles.c (free_objfile): Call preserve_values.
178 * symfile.c (reread_symbols): Likewise.
179 (clear_symtab_users): Remove calls to clear_value_history and
180 clear_internalvars.
181 * value.c (clear_value_history, clear_internalvars): Removed.
182 (preserve_one_value, preserve_values): New functions.
183 * value.h (clear_value_history, clear_internalvars): Removed.
184 (preserve_values): New prototype.
185
186 * tracepoint.c (_initialize_tracepoint): Do not initialize convenience
187 variables here.
188
b929c77f
MK
1892006-01-29 Mark Kettenis <kettenis@gnu.org>
190
191 * amd64-tdep.c (amd64_classify): Handle TYPE_CODE_BOOL.
192 Fixes PR tdep/2075.
193
1581f359
JB
1942006-01-27 Joel Brobecker <brobecker@adacore.com>
195
196 * MAINTAINERS: Use a consistent email address for brobecker.
197
37706b70
JB
1982006-01-27 Joel Brobecker <brobecker@adacore.com>
199
200 * infcmd.c (post_create_inferior): Fix copy/paste error introduced
201 in the previous change.
202
9353355f
DJ
2032006-01-24 Daniel Jacobowitz <dan@codesourcery.com>
204
205 PR gdb/1914
206 * fork-child.c (fork_inferior): Don't call
207 solib_create_inferior_hook.
208 * infcmd.c (post_create_inferior): Call solib_add,
209 solib_create_inferior_hook, and re_enable_breakpoints_in_shlibs.
210 (attach_command): Don't call solib_add or
211 re_enable_breakpoints_in_shlibs. Call post_create_inferior
212 instead.
213 * remote.c (remote_open_1): Don't call solib_create_inferior_hook
214 or observer_notify_inferior_created. Call post_create_inferior
215 instead.
216 * corelow.c: Don't include "observer.h".
217 (solib_add_stub): Deleted.
218 (core_open): Don't call observer_notify_inferior_created or
219 solib_add_stub. Call post_create_inferior instead.
220 * inf-ptrace.c: Don't include "observer.h".
221 (inf_ptrace_attach): Don't call observer_notify_inferior_created.
222 * inf-ttrace.c: Don't include "observer.h".
223 (inf_ttrace_attach): Don't call observer_notify_inferior_created.
224 * inferior.h (solib_create_inferior_hook): Remove redundant
225 prototype.
226 * inftarg.c: Don't include "observer.h".
227 (child_attach): Don't call observer_notify_inferior_created.
228 * Makefile.in: Update dependencies.
229
281b533b
DJ
2302006-01-24 Daniel Jacobowitz <dan@codesourcery.com>
231
232 * infcmd.c: Include "observer.h".
233 (post_create_inferior): New function.
234 (run_command_1): Call it. Also call proceed.
235 * inferior.h (post_create_inferior): New prototype.
236 * Makefile.in (infcmd.o): Update.
237
238 * gnu-nat.c (gnu_create_inferior): Don't call proceed.
239 * go32-nat.c (go32_create_inferior): Likewise.
240 * nto-procfs.c (procfs_create_inferior): Likewise.
241 * procfs.c (procfs_create_inferior): Likewise.
242 * remote-sim.c (gdbsim_create_inferior): Likewise.
243 * remote.c (extended_remote_create_inferior)
244 (extended_remote_async_create_inferior): Likewise.
245 * win32-nat.c (win32_create_inferior): Likewise.
246 * wince.c (child_create_inferior): Likewise.
247
248 * monitor.c (monitor_create_inferior): Don't call proceed.
249 Set the PC manually.
250 * ocd.c (ocd_create_inferior): Likewise.
251 * remote-e7000.c (e7000_create_inferior): Likewise.
252 * remote-m32r-sdi.c (m32r_create_inferior): Likewise.
253 * remote-mips.c (mips_create_inferior): Likewise.
254 * remote-rdp.c (remote_rdp_create_inferior): Likewise.
255 * remote-sds.c (sds_create_inferior): Likewise.
256 * remote-st.c (st2000_create_inferior): Likewise.
257
258 * inf-ptrace.c (inf_ptrace_create_inferior): Don't call
259 proceed or observer_notify_inferior_created.
260 * inf-ttrace.c (inf_ttrace_create_inferior): Likewise.
261 * inftarg.c (child_create_inferior): Likewise.
262
e23fc6de
DJ
2632006-01-24 Daniel Jacobowitz <dan@codesourcery.com>
264
265 * linux-thread-db.c (thread_db_mourn_inferior): Remove breakpoints
266 after mourning the inferior.
267
13d6656b
JB
2682006-01-24 Jim Blandy <jimb@redhat.com>
269
270 * valarith.c (binop_user_defined_p): Handle refs to typedefs.
271
59f92a09
FF
2722006-01-24 Fred Fish <fnf@specifix.com>
273
274 * parse.c (source.h): Include.
275 (parse_exp_in_context): Use static source context if no
276 other context found.
277
dda63807
AS
2782006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
279
280 * sh-tdep.c: Include reggroups.h.
281 (sh_register_reggroup_p): New function.
282 (sh_gdbarch_init): Add call to set_gdbarch_register_reggroup_p.
283 * Makefile.in (sh-tdep.o): Add dependency on reggroups.h.
284
4b505b12
AS
2852006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
286
287 * cli/cli-cmds.c: Include fcntl.h.
288 (source_command): Use the GDB search path to find script files.
289
721d14ba
DJ
2902006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
291
292 PR tdep/2029
293 Suggested by Till Straumann <strauman@slac.stanford.edu>:
294 * rs6000-tdep.c (skip_prologue): Update check for later mtlr
295 instructions. Handle PIC bcl.
296
3d64d617
DJ
2972006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
298
299 * config/djgpp/README: Typo fix.
300 * config/djgpp/fnchange.lst: Update.
301
0a8f48b9
MK
3022006-01-22 Mark Kettenis <kettenis@gnu.org>
303
c893be75
MK
304 * sparc-tdep.h (struct gdbarch_tdep): Add step_trap member.
305 (sparc_address_from_register): New prototype.
306 (sparcnbsd_step_trap): New prototype.
307 * sparc-tdep.c (sparc_address_from_register): Make globally
308 visible.
309 (sparc_analyze_control_transfer): Change prototype to accept
310 `struct gdbarch *' as first argument. Allow for optional hnadling
311 for trap instructions.
312 (sparc_step_trap): New function.
313 (sparc_software_single_step): Adjust call to
314 sparc_analyze_control_trabsfer.
315 (sparc32_gdbarch_init): Initialize TDEP->step_trap.
316 * sparcnbsd-tdep.c (sparcnbsd_step_trap): New function.
317 (sparc32nbsd_init_abi): Set TDEP->step_trap.
318 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Set TDEP->step_trap.
319 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Set TDEP->step_trap.
320
0a8f48b9
MK
321 * sparc-tdep.c (sparc32_return_value): Convert to use
322 RETURN_VALUE_ABI_PRESERVES_ADDRESS instead of
323 RETURN_VALUE_STRUCT_CONVENTION.
324 (sparc32_extract_struct_value_address): Remove.
325
1f3a99d5
DJ
3262006-01-21 Daniel Jacobowitz <dan@codesourcery.com>
327
328 * avr-tdep.c (avr_address_to_pointer, avr_pointer_to_address)
329 (avr_extract_return_value, avr_frame_prev_register): Use gdb_byte.
330
84eb3c4f
DJ
3312006-01-21 Daniel Jacobowitz <dan@codesourcery.com>
332
333 * solib.c (info_sharedlibrary_command): Avoid internal_error.
334
878d9193
MK
3352006-01-21 Mark Kettenis <kettenis@gnu.org>
336
337 * i386-tdep.c (i386_mxcsr_type): New variable.
338 (i386_init_types): Initialize i386_mxcsr_type.
339 (i386_register_type): Return i386_mxcsr_type for %mxcsr.
340 * i386-tdep.c (i386_mxcsr_type): New extern.
341 * amd64-tdep.c (amd64_register_info): Return i386_mxcsr_type for
342 %mxcsr.
343
acab6ab2
MM
3442006-01-20 Mark Mitchell <mark@codesourcery.com>
345
346 * Makefile.in (remote-rdi.o): Remove.
347 (rdi-share/libangsd.a): Likewise.
348 * README: Don't mention remote-rdi.c.
349 * NEWS: Mention removal of rdi-share.
350 * configure.ac: Don't configure rdi-share subdirectory.
351 * remote-rdi.c: Remove.
352 * config/arm/embed.mt (TDEPFILES): Remove remote-rdi.o.
353 (TDEPLIBS): Remove rdi-share/libangsd.a.
354 * rdi-share/Makefile.am: Remove.
355 * rdi-share/Makefile.in: Likewise.
356 * rdi-share/README.CYGNUS: Likewise.
357 * rdi-share/aclocal.m4: Likewise.
358 * rdi-share/adp.h: Likewise.
359 * rdi-share/adperr.h: Likewise.
360 * rdi-share/angel.h: Likewise.
361 * rdi-share/angel_bytesex.c: Likewise.
362 * rdi-share/angel_bytesex.h: Likewise.
363 * rdi-share/angel_endian.h: Likewise.
364 * rdi-share/ardi.c: Likewise.
365 * rdi-share/ardi.h: Likewise.
366 * rdi-share/armdbg.h: Likewise.
367 * rdi-share/buffers.h: Likewise.
368 * rdi-share/chandefs.h: Likewise.
369 * rdi-share/channels.h: Likewise.
370 * rdi-share/chanpriv.h: Likewise.
371 * rdi-share/configure: Likewise.
372 * rdi-share/configure.in: Likewise.
373 * rdi-share/crc.c: Likewise.
374 * rdi-share/crc.h: Likewise.
375 * rdi-share/dbg_conf.h: Likewise.
376 * rdi-share/dbg_cp.h: Likewise.
377 * rdi-share/dbg_hif.h: Likewise.
378 * rdi-share/dbg_rdi.h: Likewise.
379 * rdi-share/devclnt.h: Likewise.
380 * rdi-share/devices.h: Likewise.
381 * rdi-share/devsw.c: Likewise.
382 * rdi-share/devsw.h: Likewise.
383 * rdi-share/drivers.c: Likewise.
384 * rdi-share/drivers.h: Likewise.
385 * rdi-share/etherdrv.c: Likewise.
386 * rdi-share/ethernet.h: Likewise.
387 * rdi-share/host.h: Likewise.
388 * rdi-share/hostchan.c: Likewise.
389 * rdi-share/hostchan.h: Likewise.
390 * rdi-share/hsys.c: Likewise.
391 * rdi-share/hsys.h: Likewise.
392 * rdi-share/logging.c: Likewise.
393 * rdi-share/logging.h: Likewise.
394 * rdi-share/msgbuild.c: Likewise.
395 * rdi-share/msgbuild.h: Likewise.
396 * rdi-share/params.c: Likewise.
397 * rdi-share/params.h: Likewise.
398 * rdi-share/rx.c: Likewise.
399 * rdi-share/rxtx.h: Likewise.
400 * rdi-share/serdrv.c: Likewise.
401 * rdi-share/serpardr.c: Likewise.
402 * rdi-share/sys.h: Likewise.
403 * rdi-share/tx.c: Likewise.
404 * rdi-share/unixcomm.c: Likewise.
405 * rdi-share/unixcomm.h: Likewise.
406
4577207e
MK
4072006-01-21 Mark Kettenis <kettenis@gnu.org>
408
409 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register):
410 Change type of last argument to `gdb_byte *'.
411
34f55018
MK
4122006-01-20 Mark Kettenis <kettenis@gnu.org>
413
414 * hppa-tdep.h (hppa_in_solib_call_trampoline)
415 (hppa_skip_trampoline_code): New prototypes.
416 * hppa-tdep.c (struct insn_pattern): New.
417 (hppa_long_branch_stub, hppa_long_branch_pic_stub)
418 (hppa_import_stub, hppa_import_pic_stub, hppa_plt_stub): Moved
419 here from hppa-linux-tdep.c
420 (HPPA_MAX_INSN_PATTERN_LEN): New define.
421 (hppa_match_insns, hppa_match_insns_relaxed, hppa_in_dyncall)
422 (hppa_in_solib_call_trampoline, hppa_skip_trampoline_code): New
423 functions based on functions removed from hppa-linux-tdep.c.
424 * hppa-linux-tdep.c (hppa_long_branch_stub)
425 (hppa_long_branch_pic_stub, hppa_import_stub)
426 (hppa_import_pic_stub, hppa_plt_stub): Moved to hppa-tdep.c.
427 (insns_match_pattern_relaxed, hppa_linux_in_dyncall)
428 (hppa_linux_in_solib_call_trampoline)
429 (hppa_linux_skip_trampoline_code): Removed.
430 (hppa_linux_init_abi): Set TDEP->in_solib_call_tranpoline to
431 hppa_in_solib_call_trampoline and skip_trampoline_code to
432 hppa_skip_trampoline_code.
433 * hppabsd-tdep.c (hppabsd_init_abi): Set
434 TDEP->in_solib_call_trampoline and skip_trampoline_code.
435
7be93b9e
JB
4362006-01-20 Jim Blandy <jimb@redhat.com>
437
f408839d
JB
438 * MAINTAINERS: Change my E-mail address.
439
7be93b9e
JB
440 * configure.ac: Add -Wno-pointer-sign to list of build warnings.
441 * configure: Regenerated.
442
b2a74f99
DJ
4432006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
444
445 * MAINTAINERS: Overhaul.
446
4f2aea11
MK
4472006-01-18 Mark Kettenis <kettenis@gnu.org>
448
5ae96ec1
MK
449 Based on a previous patch form Michal Ludvig:
450 * amd64-tdep.c (amd64_sse_type): Remove.
451 (amd64_register_info): Use i386_eflags_type and i386_sse_type
452 where appropriate.
453 (AMD64_NUM_REGS): Use ARRAY_SIZE.
454 (amd64_register_type): Remove code to build amd_sse_type.
455 * i386-tdep.c (i386_eflag_type): New variable.
456 (i386_mmx_type, i386_sse_type): Make global.
457 (i386_init_types): New function.
458 (i386_build_mmx_type, i386_build_sse_type): Remove functions.
459 (i386_register_type): Return i386_eflag_type, i386_sse_type and
460 i386_mmx_type when appropriate.
461 (_initialize_i386_tdep): Call i386_init_types.
462 * i386-tdep.h (i386_eflags_type, i386_mmx_type, i386_sse_type):
463 Declare extern.
464
4f2aea11
MK
465 Based on a previous patch form Michal Ludvig:
466 * gdbtypes.c (append_flags_type_flag, init_flags_type): New
467 functions.
468 (is_integral_type, rank_one_type, recursive_dump_type): Add
469 support for TYPE_CODE_FLAGS.
470 * gdbtypes.h (enum type_code): Add TYPE_CODE_FLAGS.
471 (append_flags_type_field, init_flags_type): New prototypes.
472 * ada-valprint.c (ada_val_print_1): Add support for
473 TYPE_CODE_FLAGS.
474 * c-valprint.c (c_val_print): Likewise.
475 * f-valprint.c (f_val_print): Likewise.
476 * p-valprint.c (pascal_val_print): Likewise.
477 * valprint.c (val_print_type_code_flags): New function.
478 * valprint.h (val_print_type_code_flags): New prototype.
479 * value.c (unpack_long, value_from_longest): Add support for
480 TYPE_CODE_FLAGS.
481
4cdb5adf
CF
4822006-01-17 Christopher Faylor <cgf@timesys.com>
483
484 * MAINTAINERS: Very belatedly remove myself from from the list of
485 people caught up in the paper trail.
486
1193688d
JB
4872006-01-17 Jim Blandy <jimb@redhat.com>
488
4e38b386
JB
489 * symtab.h (struct general_symbol_info): Use gdb_byte for
490 value.bytes.
491 * stabsread.c (define_symbol): Use gdb_byte for the buffer holding
492 a floating-point constant's value.
493 * dwarf2read.c (dwarf2_const_value): Remove casts of value buffer
494 to char *.
495 * findvar.c (read_var_value): Eliminate needless temporary.
496
1193688d
JB
497 * dwarf2-frame.c (dwarf2_read_section): Update forward declaration
498 to match prior change to dwarf2_read_section's type.
499
0d1243d9
PG
5002006-01-16 Paul Gilliam <pgilliam@us.ibm.com>
501
502 * ppc-tdep.h (PPC_MAX_EPILOGUE_INSTRUCTIONS): New define.
503 * rs6000-tdep.c (insn_changes_sp_or_jumps)
504 (rs6000_in_function_epilogue_p): New functions.
505 (rs6000_gdbarch_init): Set in_function_epilogue_p.
506
fe1b8b76
JB
5072006-01-17 Jim Blandy <jimb@redhat.com>
508
509 * dwarf2read.c (struct dwarf2_per_objfile, struct comp_unit_head)
510 (struct line_header, struct partial_die_info, struct dwarf_block):
511 Use gdb_byte for members that refer to Dwarf section contents.
512 (dwarf2_read_abbrevs, dwarf2_read_section, dwarf_decode_lines,
513 dwarf_decode_macros, load_comp_unit, load_partial_dies,
514 locate_pdi_sibling, partial_read_comp_unit_head, peek_die_abbrev,
515 read_1_byte, read_1_signed_byte, read_2_bytes, read_4_bytes,
516 read_8_bytes, read_address, read_attribute, read_attribute_value,
517 read_comp_unit, read_comp_unit_head, read_die_and_children,
518 read_die_and_siblings, read_full_die, read_indirect_string,
519 read_initial_length, read_n_bytes, read_offset, read_partial_die,
520 read_signed_leb128, read_string, read_unsigned_leb128,
521 skip_children, skip_leb128, skip_one_die): Same.
522
a0841d7a
DJ
5232006-01-17 Daniel Jacobowitz <dan@codesourcery.com>
524
525 * complaints.c (stop_whining): Make signed.
526 * linux-thread-db.c (thread_db_store_registers): Use gdb_byte.
527
939b2b42
DJ
5282006-01-17 Daniel Jacobowitz <dan@codesourcery.com>
529
530 * dwarf2read.c, remote-fileio.c, remote.h: Update copyright
531 notices.
532
891d2f0b
DJ
5332006-01-17 Daniel Jacobowitz <dan@codesourcery.com>
534
535 * dwarf2read.c (peek_die_abbrev, read_address, read_initial_length)
536 (read_offset): Change BYTES_READ argument to unsigned int.
537 (dwarf2_build_psymtabs_easy, read_comp_unit_head)
538 (create_all_comp_units, dwarf2_get_pc_bounds)
539 (dwarf_decode_line_header, var_decode_location)
540 (dwarf_decode_macros): Change local BYTES_READ variables to
541 unsigned int.
542 (read_indirect_string): Remove obsolete cast.
543
cfd77fa1
DJ
5442006-01-17 Daniel Jacobowitz <dan@codesourcery.com>
545
546 * remote-fileio.c (remote_fileio_return_success): Take a gdb_byte
547 argument.
548 (remote_fileio_func_open, remote_fileio_func_rename)
549 (remote_fileio_func_unlink, remote_fileio_func_stat)
550 (remote_fileio_func_fstat, remote_fileio_func_gettimeofday)
551 (remote_fileio_func_system): Cast the arguments to
552 remote_read_bytes and remote_write_bytes.
553 (remote_fileio_func_read, remote_fileio_func_write): Use a
554 gdb_byte buffer.
555 * remote.h (remote_read_bytes, remote_write_bytes): Update
556 prototypes.
557 * remote.c (hex2bin, bin2hex): Use gdb_byte for the BIN argument.
558 (threadref_to_int): Replace bogus char * cast.
559 (remote_unpack_thread_info_response): Use int for tag.
560 (remote_threads_extra_info, remote_check_symbols): Cast string
561 arguments to hex2bin.
562 (remote_wait): Use a char buffer for packets and a gdb_byte
563 buffer for registers.
564 (remote_async_wait): Likewise.
565 (remote_prepare_to_store, store_register_using_P)
566 (remote_store_registers): Use gdb_byte buffers.
567 (remote_write_bytes, remote_read_bytes): Use a gdb_byte pointer
568 for MYADDR and char buffers for strings.
569 (remote_xfer_partial): Add casts for string operations on READBUF.
570 (remote_rcmd): Cast strings passed to bin2hex.
571
60bf0650
MM
5722006-01-16 Mark Mitchell <mark@codesourcery.com>
573
574 * aclocal.m4: Regenerate.
575
60e81fcc
NS
5762006-01-16 Nathan Sidwell <nathan@codesourcery.com>
577
578 * mt-tdep.c (enum mt_gdb_regnums): Add MT_COPRO_PSEUDOREG_ARRAY,
579 MT_COPRO_PSEUDOREG_DIM_1, MT_COPRO_PSEUDOREG_DIM_2,
580 MT_COPRO_PSEUDOREG_REGS members. Adjust MT_NUM_PSEUDO_REGS.
581 (mt_register_name): Lazily synthesize name for coprocessor pseudo
582 array registers.
583 (mt_copro_register_type): New. Broken out of ...
584 (mt_register_type): ... here. Use it. Deal with coprocessor
585 pseudo array.
586 (mt_select_coprocessor): New.
587 (mt_pseudo_register_read, mt_pseudo_register_write): Deal with
588 coprocessor pseudo array.
589
f365de73
AS
5902006-01-16 Andrew Stubbs <andrew.stubbs@st.com>
591
592 * breakpoint.c (insert_breakpoints): Check that a thread exists
593 before inserting thread specific breakpoints.
594
9d519230
MK
5952006-01-15 Mark Kettenis <kettenis@gnu.org>
596
6062517a
MK
597 * osabi.c (generic_elf_osabi_sniffer): Fix typo in previous
598 commit.
599
9d519230
MK
600 * alpha-tdep.c (alpha_gdbarch_init): Set cannot_step_breakpoint.
601 * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Remove.
602 * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Remove.
603 * config/alpha/nm-nbsd.h: Remove file.
604 * config/alpha/nm-fbsd.h: Remove file
605 * config/alpha/nbsd.mh (NAT_FILE): Remove.
606 * config/alpha/fbsd.mh (NAT_FILE): Remove.
607
0a029df5
DJ
6082006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
609
610 * macroexp.c (expand): Initialize argc.
611 * stabsread.c (read_type): Handle errors from read_args.
612 (read_args): Return NULL for errors.
613
1731e543
MK
6142006-01-15 Mark Kettenis <kettenis@gnu.org>
615
616 * osabi.c (generic_elf_osabi_sniffer): Use memcmp instead of
617 strcmp to compare string to a byte buffer.
618
777ea8f1
DJ
6192006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
620
621 * printcmd.c (output_command): Always initialize fmt.size.
622 (printf_command): Use gdb_byte.
623 * symfile.c (separate_debug_file_exists): Use gdb_byte.
624 (load_section_callback, read_target_long_array): Likewise.
625 (simple_read_overlay_table, simple_read_overlay_region_table)
626 (simple_overlay_update_1): Correct calls to read_target_long_array.
627 * valprint.c (partial_memory_read): Change MYADDR to a gdb_byte *.
628 Also change local pointers.
629 (val_print_string): Use gdb_byte.
630
4b17b389
MK
6312006-01-15 Mark Kettenis <kettenis@gnu.org>
632
633 * alphafbsd-tdep.c: Include "solib-svr4.h".
634 (alphafbsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
635 svr4_lp64_fetch_link_map_offsets.
636 * Makefile.in (alphafbsd-tdep.o): Update dependencies.
637 * config/alpha/fbsd.mt (TDEPFILES): Add corelow.o, solib.o and
638 solib-svr4.o.
639 * config/alpha/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
640 and solib-legacy.o.
641 * config/alpha/nm-fbsd.h: Don't include "solib.h".
642
bd4109fb
DJ
6432006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
644
645 * source.c (_initialize_source): Use add_setshow_integer_cmd.
646
1dce6535
DJ
6472006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
648
649 * linux-fork.c (delete_fork_command, detach_fork_command): Use
650 PIDGET.
651
76a9d10f
MK
6522006-01-15 Mark Kettenis <kettenis@gnu.org>
653
654 * arm-linux-tdep.c (arm_linux_svr4_fetch_link_map_offsets):
655 Remove.
656 (arm_linux_init_abi): Set solib_svr4_fetch_link_map_offsets to
657 svr4_ilp32_fetch_link_map_offsets.
658 * cris-tdep.c (cris_linux_svr4_fetch_link_map_offsets): Remove
659 function.
660 (cris_gdbarch_init): Set solib_svr4_fetch_link_map_offsets to
661 svr4_ilp32_fetch_link_map_offsets.
662 * mips-linux-tdep.c (mips_linux_svr4_fetch_link_map_offsets)
663 (mips64_linux_svr4_fetch_link_map_offsets): Remove functions.
664 (mips_linux_init_abi): Set solib_svr4_fetch_link_map_offsets to
665 svr4_ilp32_fetch_link_map_offsets or svr4_lp64_fetch_link_map_offsets
666 where appropriate.
667 * nbsd-tdep.c (nbsd_ilp32_solib_svr4_fetch_link_map_offsets):
668 Simply call svr4_ilp32_fetch_link_map_offsets.
669 (nbsd_lp64_solib_svr4_fetch_link_map_offsets): Simply call
670 svr4_lp64_fetch_link_map_offsets.
671 * ppc-linux-tdep.c (ppc_linux_svr4_fetch_link_map_offsets): Remove
672 function.
673 (ppc_linux_init_abi): Set solib_svr4_fetch_link_map_offsets to
674 svr4_ilp32_fetch_link_map_offsets.
675 * s390-tdep.c (s390_svr4_fetch_link_map_offsets)
676 (s390x_svr4_fetch_link_map_offsets): Remove functions.
677 (s390_gdbarch_init): Set solib_svr4_fetch_link_map_offsets to
678 svr4_ilp32_fetch_link_map_offsets or svr4_lp64_fetch_link_map_offsets
679 where appropriate.
680
469db033
MK
6812006-01-15 Mark Kettenis <kettenis@gnu.org>
682
25224166
MK
683 * arm-tdep.c (arm_return_value): Change type of readbuf and
684 writebuf arguments to `gdb_byte *'.
685
469db033
MK
686 * s390-tdep.c: Do not include "tm.h" and "../bfd/bfd.h".
687 * Makefile.in (s390-tdep.o): Update dependencies.
688
4dd7c9f6
MK
6892006-01-14 Mark Kettenis <kettenis@gnu.org>
690
081bf9da
MK
691 * sol2-tdep.h. sol2-tdep.c: New files.
692 * amd64-sol2-tdep.c: Include "sol2-tdep.h".
693 (amd64_sol2_init_abi): Set skip_solib_resolver.
694 * i386-sol2-tdep.c: Include "sol2-tdep.h".
695 (i386_sol2_init_abi): Set skip_solib_resolver.
696 * sparc-sol2-tdep.c: Include "sol2-tdep.h".
697 (sparc32_sol2_init_abi): Set skip_solib_resolver.
698 * sparc64-sol2-tdep.c: Include "sol2-tdep.h".
699 (sparc64_sol2_init_abi): Set skip_solib_resolver.
700 * Makefile.in (sol2_tdep_h): New variable.
701 (ALLDEPFILES): Add sol2-tdep.c.
702 (sol2-tdep.o): New target.
703 (amd64-sol2-tdep.o, i386-sol2-tdep.o, sparc-sol2-tdep.o)
704 (sparc64-sol2-tdep.o): Update dependencies
705 * config/i386/i386sol2.mt (TDEPFILES): Add sol2-tdep.o.
706 * config/i386/sol2-64.mt (TDEPFILES): Add sol2-tdep.o.
707 * config/sparc/sol2.mt (TDEPFILES): Add sol2-tdep.o.
708 * config/sparc/sol2-64.mt (TDEPFILES): Add sol2-tdep.o.
709
c0f96416
MK
710 * hppa-linux-tdep.c: Fix copyright indentation.
711
4dd7c9f6
MK
712 * hppa-tdep.h (enum hppa_regnum): Add HPPA_FP31R_REGNUM.
713 * hppabsd-nat.c (hppabsd_fpregset_supplies_p)
714 (hppabsd_supply_fpregset, hppabsd_collect_fpregset): New
715 functions.
716 (hppabsd_fetch_registers, hppabsd_store_registers): Handle
717 floating-point registers.
718
6da86618
MM
7192006-01-13 Mark Mitchell <mark@codesourcery.com>
720
721 * event-loop.c (gdb_select): Detect file descriptors that have
722 been closed.
723
ed944ce7
MK
7242006-01-13 Mark Kettenis <kettenis@gnu.org>
725
726 * hppabsd-tdep.c (hppabsd_init_abi): Set long_double_bit to 64,
727 and long_double_format accordingly.
728
03ee6b2e
PH
7292006-01-12 Paul N. Hilfinger <hilfinger@adacore.com>
730
731 * ada-exp.y (yyerror): Change message to ignore the argument, avoiding
732 translation problems.
733 * ada-lang.c (ada_value_struct_elt): Change interface and handling
734 of errors to avoid translation problem (and less than optimal error
735 messages).
736 (ada_value_tag, ada_tag_name_1, ada_tag_name_2, ada_evaluate_subexp):
737 Use new interface to ada_value_struct_elt.
738 * ada_lang.h (ada_value_struct_elt): Update declaration to new
739 interface.
740
741 * ChangeLog: remove reference to ada-tasks.c from entry of
742 2006-01-07.
743
24b06219
MK
7442006-01-11 Mark Kettenis <kettenis@gnu.org>
745
746 * remote.c (get_memory_packet_size, set_thread)
747 (remote_unpack_thread_info_response, remote_get_threadinfo)
748 (parse_threadlist_response, remote_get_threadlist)
749 (remote_current_thread, remote_threads_info)
750 (remote_threads_extra_info, extended_remote_restart, get_offsets)
751 (remote_check_symbols, remote_open_1, remote_detach)
752 (remote_async_wait, remote_fetch_registers)
753 (remote_store_registers, check_binary_download, putpkt_binary)
754 (remote_insert_breakpoint, remote_insert_watchpoint)
755 (remote_remove_watchpoint, remote_insert_hw_breakpoint)
756 (remote_remove_hw_breakpoint, remote_xfer_partial, remote_rcmd)
757 (packet_command): Remove redundant parenthesis.
758
15550d6b
MK
7592006-01-10 Mark Kettenis <kettenis@gnu.org>
760
dfb65433
MK
761 * corefile.c (read_memory_integer, read_memory_unsigned_integer)
762 (read_memory_typed_address, write_memory)
763 (write_memory_unsigned_integer, write_memory_signed_integer): Use
764 gdb_byte where appropriate.
765
508416a1
MK
766 * mi/mi-main.c (mi_cmd_data_read_memory): Change type of mbus into
767 'gdb_byte *'.
768
f6519ebc
MK
769 * target.h (target_read_memory_partial, target_write_memory_partial):
770 Change second argument to 'gdb_byte *'.
771 * target.c (target_xfer_memory_partial): Change third argument to
772 'gdb_byte *'.
773 (target_read_memory_partial, target_write_memory_partial): Change
774 second argument to 'gdb_byte *'.
775
15550d6b
MK
776 * linespec.c (decode_objc): Make i1 and i2 unsigned.
777 (find_method): Set values.sals to NULL.
778
d7a30af7
MK
7792006-01-09 Mark Kettenis <kettenis@gnu.org>
780
781 * amd64obsd-nat.c (amd64obsd_supply_pcb): Use 'gdb_byte *' instead
782 of 'char *' in cast.
783
e1d5a0d2
PH
7842006-01-07 Paul N. Hilfinger <hilfinger@adacore.com>
785
786 * ada-exp.y, ada-lex.l, ada-typeprint.c: I18n markup.
03ee6b2e 787 * ada-lang.c: I18n markup.
e1d5a0d2
PH
788 Editorial: change "can not" => "cannot" throughout.
789
790124be
MK
7902006-01-07 Mark Kettenis <kettenis@gnu.org>
791
792 * Makefile.in: Sort dependencies.
793
3c481fdc
EZ
7942006-01-07 Eli Zaretskii <eliz@gnu.org>
795
796 * top.c (control_level): Remove unused variable.
797
cb5d864f
FF
7982006-01-06 Fred Fish <fnf@specifix.com>
799
800 * objfiles.c (source.h): Include.
801 (free_objfile): Update comment about clear_symtab_users().
802 (free_objfile): Check all symtabs of objfile being freed and if
803 one of them is the current source symtab, call
804 clear_current_source_symtab_and_line().
805
ac264b3b
MS
8062006-01-04 Michael Snyder <msnyder@redhat.com>
807
808 Checkpoint/Restart for Linux.
809 * linux-nat.c: Add support for debugging multiple forks.
810 Add #include for linux-fork.h (interface spec).
811 (super_mourn_inferior): New function pointer.
812 (child_mourn_inferior): New function / target method.
813 (linux_target): Claim to_mourn_inferior method pointer.
814 (child_follow_fork): Call interface to linux-fork, conditionally
815 add new fork processes to list of debugged processes.
816 (kill_inferior): Use interface to linux-fork to kill
817 multiple processes.
818
819 * linux-fork.h: New file.
820 * linux-fork.c: New file. Support for debugging multiple forks
821 of the same program. Support for checkpoint and restart commands.
822
823 * infrun.c (nullify_last_target_wait_ptid): New function.
824
825 * Makefile.in: Add linux-fork.
826 * config/*/linux.mh: Add linux-fork.
827 * NEWS: Mention new functionality.
828
f98ce7c2
PH
8292006-01-02 Paul Hilfinger <hilfingr@nile.gnat.com>
830
831 * ada-exp.y (syntax definitions,write_var_or_type,write_name_assoc):
832 Change uses of "illegal" to "invalid".
833
52ce6436
PH
8342006-01-02 Paul N. Hilfinger <hilfinger@adacore.com>
835
836 * ada-exp.y: Considerable reorganization to move functionality
837 from ada-lex.l to here, where it is logically more appropriate.
838 The original reason, however, was to prevent premature name
839 lookups for selector names in record aggregates.
840 (BLOCKNAME, TYPENAME, OBJECT_RENAMING): Remove; lexer now returns
841 NAME for all of these.
842 (VAR): New artificial token to clarify precedence rules.
843 (OTHERS): New lexeme.
844 (empty_stoken): New symbol.
845 (%union): Remove ssym, voidval.
846 (%type): Remove <voidval> type declarations.
847 (syntax definitions): Add aggregates.
848 Remove distinction between NAME, TYPENAME, BLOCKNAME, OBJECT_RENAMING.
849 Rename some non-terminals to be closer to reference manual usage.
850 Tighten up expression syntax to disallow certain non-Ada
851 constructions such as X and then Y or else Z.
852 (ada_parse): Remove initialization of left_block_context.
853 (write_var_from_name): Remove.
854 (write_var_or_type): New function, containing previous code from
855 defunct write_var_from_name and name_lookup.
856 (block_lookup): New function, moved from ada-lex.l
857 (select_possible_type_sym): New function, factored out of
858 name_lookup, which used to be in ada-lex.l.
859 (find_primitive_type): Ditto.
860 (chop_selector): Ditto.
861 (write_ambiguous_var): New function, factored out of defunct
862 write_var_from_name.
863 (write_selectors): New function.
864 (write_name_assoc): New function.
865 (write_exp_op_with_string): New function.
866
867 * ada-lex.l (processId): Change interface to return stoken.
868 (tempbuf, resize_tempbuf, tempbuf_size, tempbuf_len): Remove.
869 (block_lookup, name_lookup): Remove. Functionality moved to
870 ada-exp.y.
871 (state IN_STRING): Remove.
872 (rules): Handle string escapes in processString.
873 Add 'others' token.
874 Return all NAMEs, BLOCKNAMEs, OBJECT_RENAMINGs, TYPENAMEs in
875 yylval.sval (as simple strings).
876 All name look-ups now handled in ada-exp.y.
877 Introduce "::" (COLONCOLON) token and return as separate token.
878 (processId): Change return convention. Comment.
879 Leave leading "'" in place.
880 (processString): New function.
881 (find_dot_all): Add note to comment.
882 Fix problem that allowed match only at the end.
883
884 * ada-lang.c: Introduce aggregates.
885 (find_struct_field): Add new parameter to count fields skipped, and
886 allow other output parameters to be NULL.
887 (value_tag_from_contents_and_address, ada_value_struct_elt): Use
888 new find_struct_field.
889 (ada_index_struct_field, assign_aggregate, ada_is_array_type)
890 (num_visible_fields, ada_index_struct_field_1, ada_index_struct_field)
891 (num_component_specs, assign_component, assign_aggregate):
892 (aggregate_assign_from_choices,aggregate_assign_positional)
893 (aggregate_assign_others,add_component_interval):
894 New functions.
895 (ada_evaluate_subexp): Declare.
896 Add aggregate-related operators.
897 (ada_forward_operator_length): Declare.
898 (resolve_subexp): Add cases for new aggregate operators and OP_NAME.
899 Consolidate Ada operators, using ada_forward_operator_length.
900 (ada_search_struct_field): Search in forward order.
901 (ADA_OPERATORS): Add new aggregate operators.
902 (ada_operator_length, ada_op_name, ada_forward_operator_length)
903 (ada_dump_subexp_body, ada_print_subexp): Handle new aggregate
904 operators and OP_NAME.
905 (ada_type_of_array): Use longest_to_int.
906 (value_assign_to_component): New function.
907 (ada_forward_operator_length, ada_op_name, ada_dump_subexp_body):
908 Add OP_NAME case.
909 (ada_forward_operator_length, ada_dump_subexp_body):
910 Add OP_STRING case.
911
912 * ada-lang.h (enum ada_operator): Add OP_AGGREGATE, OP_OTHERS,
913 OP_CHOICES, OP_DISCRETE_RANGE, OP_POSITIONAL.
914
529cad9c
PH
9152006-01-02 Paul N. Hilfinger <hilfinger@adacore.com>
916
917 * ada-lang.c (process_raise_exception_name): Remove extraneous
918 definition from unsubmitted code.
919
920 (is_lower_alphanum): New function.
921 (ada_decode): Add support for decoding protected object subprograms
922 and entries, and of entities declared inside protected object
923 subprograms.
924 Also add missing handling for__{DIGITS}+ suffixes.
925 Allow '$<digits>' as valid overloading suffix.
926 (is_name_suffix): Add handling for protected type entriy suffixes.
927 Also add support for protected type subprogram suffixes, but keep
928 it commented out for now, as there is an ambiguity between these
929 entities and other internally generated entities.
930 Allow '$<digits>' as valid overloading suffix.
931 (is_valid_name_for_wild_match): New function.
932 (wild_match): Add an exra level of verification of the entity name
933 before declaring it a match for the given pattern.
934
935 (ada_type_of_array, ada_evaluate_subexp): Use more proper
936 longest_to_int rather than cast.
937
938 (ada_evaluate_subexp): Use "invalid" rather than "illegal" in comment.
939
940 (ada_coerce_to_simple_array): Call check_size to make sure
941 that the object size is reasonable.
942
943 (ada_value_primitive_packed_val): Use correct location in target
944 buffer for extracting packed record fields that are themselves records.
945
946 (add_defn_to_vec): Do not try to replace a stub type by its full
947 type. Avoids a potential infinite loop.
948
949 (ada_lookup_symbol): Move return incorrectly placed return statement,
950 causing a loop that should be scanning all object files to only
951 scan the first one.
952
953 (ada_tag_name_2): New function.
954 (ada_tag_name_1): If no 'tsd' field found in the dispatching table,
955 use alternative representation.
956
957 (ada_find_renaming_symbol): Strip the function name suffix when
958 computing the XR type name.
959
960 (ada_to_fixed_type): Try determining the tag only if we have the
961 object's address.
962 (to_fixed_array_type): Add comments.
963
964 (ada_check_typedef): Replace expression checking whether the given
965 type is a stub or not by a "call" to TYPE_STUB. Clearer and more
966 consistent.
967
968 * ada-lang.h (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Allow
969 '$' in addition to '.' for runtime auxiliary function name suffixes.
970 See changes to ada_decode above.
971
972 (struct task_control_block): Add field called_task. (This change is
973 to keep synchronized with our local sources; it does not affect the
974 public version yet.)
975
976 * ada-typeprint.c (ada_print_type): Use int_string for printing
977 modulus of modular type.
978
979 (print_range): Trivial editorial comment fix.
980
981 * ada-valprint.c (ada_emit_char): Use normal Ada syntax for
982 double quote in string.
983
9b799fe6
JB
9842006-01-01 Joel Brobecker <brobecker@adacore.com>
985
986 * top.c: Add 2006 to list of copyright years in file header.
987
0bee0712
JB
9882006-01-01 Joel Brobecker <brobecker@adacore.com>
989
990 * top.c (print_gdb_version): Update copyright year to 2006.
991
13c763f4
JB
9922006-01-01 Roger Sayle <roger@eyesopen.com>
993 Elena Zannoni <ezannoni@redhat.com>
994
995 PR symtab/1651
996 * xcoffread.c (xcoff_next_symbol_text): Check this_symtab_psymtab
997 for NULL before assigning this_symtab_psymtab->objfile to objfile.
998 (scan_xcoff_symtab): Initialize next_symbol_text_func.
999 (Committed by Jim Blandy)
1000
e50f0da1 1001For older changes see ChangeLog-2005.
c906108c
SS
1002\f
1003Local Variables:
1004mode: change-log
1005left-margin: 8
1006fill-column: 74
1007version-control: never
1008End:
This page took 0.915104 seconds and 4 git commands to generate.