* MAINTAINERS: Overhaul.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
2
3 * MAINTAINERS: Overhaul.
4
5 2006-01-18 Mark Kettenis <kettenis@gnu.org>
6
7 Based on a previous patch form Michal Ludvig:
8 * amd64-tdep.c (amd64_sse_type): Remove.
9 (amd64_register_info): Use i386_eflags_type and i386_sse_type
10 where appropriate.
11 (AMD64_NUM_REGS): Use ARRAY_SIZE.
12 (amd64_register_type): Remove code to build amd_sse_type.
13 * i386-tdep.c (i386_eflag_type): New variable.
14 (i386_mmx_type, i386_sse_type): Make global.
15 (i386_init_types): New function.
16 (i386_build_mmx_type, i386_build_sse_type): Remove functions.
17 (i386_register_type): Return i386_eflag_type, i386_sse_type and
18 i386_mmx_type when appropriate.
19 (_initialize_i386_tdep): Call i386_init_types.
20 * i386-tdep.h (i386_eflags_type, i386_mmx_type, i386_sse_type):
21 Declare extern.
22
23 Based on a previous patch form Michal Ludvig:
24 * gdbtypes.c (append_flags_type_flag, init_flags_type): New
25 functions.
26 (is_integral_type, rank_one_type, recursive_dump_type): Add
27 support for TYPE_CODE_FLAGS.
28 * gdbtypes.h (enum type_code): Add TYPE_CODE_FLAGS.
29 (append_flags_type_field, init_flags_type): New prototypes.
30 * ada-valprint.c (ada_val_print_1): Add support for
31 TYPE_CODE_FLAGS.
32 * c-valprint.c (c_val_print): Likewise.
33 * f-valprint.c (f_val_print): Likewise.
34 * p-valprint.c (pascal_val_print): Likewise.
35 * valprint.c (val_print_type_code_flags): New function.
36 * valprint.h (val_print_type_code_flags): New prototype.
37 * value.c (unpack_long, value_from_longest): Add support for
38 TYPE_CODE_FLAGS.
39
40 2006-01-17 Christopher Faylor <cgf@timesys.com>
41
42 * MAINTAINERS: Very belatedly remove myself from from the list of
43 people caught up in the paper trail.
44
45 2006-01-17 Jim Blandy <jimb@redhat.com>
46
47 * symtab.h (struct general_symbol_info): Use gdb_byte for
48 value.bytes.
49 * stabsread.c (define_symbol): Use gdb_byte for the buffer holding
50 a floating-point constant's value.
51 * dwarf2read.c (dwarf2_const_value): Remove casts of value buffer
52 to char *.
53 * findvar.c (read_var_value): Eliminate needless temporary.
54
55 * dwarf2-frame.c (dwarf2_read_section): Update forward declaration
56 to match prior change to dwarf2_read_section's type.
57
58 2006-01-16 Paul Gilliam <pgilliam@us.ibm.com>
59
60 * ppc-tdep.h (PPC_MAX_EPILOGUE_INSTRUCTIONS): New define.
61 * rs6000-tdep.c (insn_changes_sp_or_jumps)
62 (rs6000_in_function_epilogue_p): New functions.
63 (rs6000_gdbarch_init): Set in_function_epilogue_p.
64
65 2006-01-17 Jim Blandy <jimb@redhat.com>
66
67 * dwarf2read.c (struct dwarf2_per_objfile, struct comp_unit_head)
68 (struct line_header, struct partial_die_info, struct dwarf_block):
69 Use gdb_byte for members that refer to Dwarf section contents.
70 (dwarf2_read_abbrevs, dwarf2_read_section, dwarf_decode_lines,
71 dwarf_decode_macros, load_comp_unit, load_partial_dies,
72 locate_pdi_sibling, partial_read_comp_unit_head, peek_die_abbrev,
73 read_1_byte, read_1_signed_byte, read_2_bytes, read_4_bytes,
74 read_8_bytes, read_address, read_attribute, read_attribute_value,
75 read_comp_unit, read_comp_unit_head, read_die_and_children,
76 read_die_and_siblings, read_full_die, read_indirect_string,
77 read_initial_length, read_n_bytes, read_offset, read_partial_die,
78 read_signed_leb128, read_string, read_unsigned_leb128,
79 skip_children, skip_leb128, skip_one_die): Same.
80
81 2006-01-17 Daniel Jacobowitz <dan@codesourcery.com>
82
83 * complaints.c (stop_whining): Make signed.
84 * linux-thread-db.c (thread_db_store_registers): Use gdb_byte.
85
86 2006-01-17 Daniel Jacobowitz <dan@codesourcery.com>
87
88 * dwarf2read.c, remote-fileio.c, remote.h: Update copyright
89 notices.
90
91 2006-01-17 Daniel Jacobowitz <dan@codesourcery.com>
92
93 * dwarf2read.c (peek_die_abbrev, read_address, read_initial_length)
94 (read_offset): Change BYTES_READ argument to unsigned int.
95 (dwarf2_build_psymtabs_easy, read_comp_unit_head)
96 (create_all_comp_units, dwarf2_get_pc_bounds)
97 (dwarf_decode_line_header, var_decode_location)
98 (dwarf_decode_macros): Change local BYTES_READ variables to
99 unsigned int.
100 (read_indirect_string): Remove obsolete cast.
101
102 2006-01-17 Daniel Jacobowitz <dan@codesourcery.com>
103
104 * remote-fileio.c (remote_fileio_return_success): Take a gdb_byte
105 argument.
106 (remote_fileio_func_open, remote_fileio_func_rename)
107 (remote_fileio_func_unlink, remote_fileio_func_stat)
108 (remote_fileio_func_fstat, remote_fileio_func_gettimeofday)
109 (remote_fileio_func_system): Cast the arguments to
110 remote_read_bytes and remote_write_bytes.
111 (remote_fileio_func_read, remote_fileio_func_write): Use a
112 gdb_byte buffer.
113 * remote.h (remote_read_bytes, remote_write_bytes): Update
114 prototypes.
115 * remote.c (hex2bin, bin2hex): Use gdb_byte for the BIN argument.
116 (threadref_to_int): Replace bogus char * cast.
117 (remote_unpack_thread_info_response): Use int for tag.
118 (remote_threads_extra_info, remote_check_symbols): Cast string
119 arguments to hex2bin.
120 (remote_wait): Use a char buffer for packets and a gdb_byte
121 buffer for registers.
122 (remote_async_wait): Likewise.
123 (remote_prepare_to_store, store_register_using_P)
124 (remote_store_registers): Use gdb_byte buffers.
125 (remote_write_bytes, remote_read_bytes): Use a gdb_byte pointer
126 for MYADDR and char buffers for strings.
127 (remote_xfer_partial): Add casts for string operations on READBUF.
128 (remote_rcmd): Cast strings passed to bin2hex.
129
130 2006-01-16 Mark Mitchell <mark@codesourcery.com>
131
132 * aclocal.m4: Regenerate.
133
134 2006-01-16 Nathan Sidwell <nathan@codesourcery.com>
135
136 * mt-tdep.c (enum mt_gdb_regnums): Add MT_COPRO_PSEUDOREG_ARRAY,
137 MT_COPRO_PSEUDOREG_DIM_1, MT_COPRO_PSEUDOREG_DIM_2,
138 MT_COPRO_PSEUDOREG_REGS members. Adjust MT_NUM_PSEUDO_REGS.
139 (mt_register_name): Lazily synthesize name for coprocessor pseudo
140 array registers.
141 (mt_copro_register_type): New. Broken out of ...
142 (mt_register_type): ... here. Use it. Deal with coprocessor
143 pseudo array.
144 (mt_select_coprocessor): New.
145 (mt_pseudo_register_read, mt_pseudo_register_write): Deal with
146 coprocessor pseudo array.
147
148 2006-01-16 Andrew Stubbs <andrew.stubbs@st.com>
149
150 * breakpoint.c (insert_breakpoints): Check that a thread exists
151 before inserting thread specific breakpoints.
152
153 2006-01-15 Mark Kettenis <kettenis@gnu.org>
154
155 * osabi.c (generic_elf_osabi_sniffer): Fix typo in previous
156 commit.
157
158 * alpha-tdep.c (alpha_gdbarch_init): Set cannot_step_breakpoint.
159 * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Remove.
160 * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Remove.
161 * config/alpha/nm-nbsd.h: Remove file.
162 * config/alpha/nm-fbsd.h: Remove file
163 * config/alpha/nbsd.mh (NAT_FILE): Remove.
164 * config/alpha/fbsd.mh (NAT_FILE): Remove.
165
166 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
167
168 * macroexp.c (expand): Initialize argc.
169 * stabsread.c (read_type): Handle errors from read_args.
170 (read_args): Return NULL for errors.
171
172 2006-01-15 Mark Kettenis <kettenis@gnu.org>
173
174 * osabi.c (generic_elf_osabi_sniffer): Use memcmp instead of
175 strcmp to compare string to a byte buffer.
176
177 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
178
179 * printcmd.c (output_command): Always initialize fmt.size.
180 (printf_command): Use gdb_byte.
181 * symfile.c (separate_debug_file_exists): Use gdb_byte.
182 (load_section_callback, read_target_long_array): Likewise.
183 (simple_read_overlay_table, simple_read_overlay_region_table)
184 (simple_overlay_update_1): Correct calls to read_target_long_array.
185 * valprint.c (partial_memory_read): Change MYADDR to a gdb_byte *.
186 Also change local pointers.
187 (val_print_string): Use gdb_byte.
188
189 2006-01-15 Mark Kettenis <kettenis@gnu.org>
190
191 * alphafbsd-tdep.c: Include "solib-svr4.h".
192 (alphafbsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
193 svr4_lp64_fetch_link_map_offsets.
194 * Makefile.in (alphafbsd-tdep.o): Update dependencies.
195 * config/alpha/fbsd.mt (TDEPFILES): Add corelow.o, solib.o and
196 solib-svr4.o.
197 * config/alpha/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
198 and solib-legacy.o.
199 * config/alpha/nm-fbsd.h: Don't include "solib.h".
200
201 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
202
203 * source.c (_initialize_source): Use add_setshow_integer_cmd.
204
205 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
206
207 * linux-fork.c (delete_fork_command, detach_fork_command): Use
208 PIDGET.
209
210 2006-01-15 Mark Kettenis <kettenis@gnu.org>
211
212 * arm-linux-tdep.c (arm_linux_svr4_fetch_link_map_offsets):
213 Remove.
214 (arm_linux_init_abi): Set solib_svr4_fetch_link_map_offsets to
215 svr4_ilp32_fetch_link_map_offsets.
216 * cris-tdep.c (cris_linux_svr4_fetch_link_map_offsets): Remove
217 function.
218 (cris_gdbarch_init): Set solib_svr4_fetch_link_map_offsets to
219 svr4_ilp32_fetch_link_map_offsets.
220 * mips-linux-tdep.c (mips_linux_svr4_fetch_link_map_offsets)
221 (mips64_linux_svr4_fetch_link_map_offsets): Remove functions.
222 (mips_linux_init_abi): Set solib_svr4_fetch_link_map_offsets to
223 svr4_ilp32_fetch_link_map_offsets or svr4_lp64_fetch_link_map_offsets
224 where appropriate.
225 * nbsd-tdep.c (nbsd_ilp32_solib_svr4_fetch_link_map_offsets):
226 Simply call svr4_ilp32_fetch_link_map_offsets.
227 (nbsd_lp64_solib_svr4_fetch_link_map_offsets): Simply call
228 svr4_lp64_fetch_link_map_offsets.
229 * ppc-linux-tdep.c (ppc_linux_svr4_fetch_link_map_offsets): Remove
230 function.
231 (ppc_linux_init_abi): Set solib_svr4_fetch_link_map_offsets to
232 svr4_ilp32_fetch_link_map_offsets.
233 * s390-tdep.c (s390_svr4_fetch_link_map_offsets)
234 (s390x_svr4_fetch_link_map_offsets): Remove functions.
235 (s390_gdbarch_init): Set solib_svr4_fetch_link_map_offsets to
236 svr4_ilp32_fetch_link_map_offsets or svr4_lp64_fetch_link_map_offsets
237 where appropriate.
238
239 2006-01-15 Mark Kettenis <kettenis@gnu.org>
240
241 * arm-tdep.c (arm_return_value): Change type of readbuf and
242 writebuf arguments to `gdb_byte *'.
243
244 * s390-tdep.c: Do not include "tm.h" and "../bfd/bfd.h".
245 * Makefile.in (s390-tdep.o): Update dependencies.
246
247 2006-01-14 Mark Kettenis <kettenis@gnu.org>
248
249 * sol2-tdep.h. sol2-tdep.c: New files.
250 * amd64-sol2-tdep.c: Include "sol2-tdep.h".
251 (amd64_sol2_init_abi): Set skip_solib_resolver.
252 * i386-sol2-tdep.c: Include "sol2-tdep.h".
253 (i386_sol2_init_abi): Set skip_solib_resolver.
254 * sparc-sol2-tdep.c: Include "sol2-tdep.h".
255 (sparc32_sol2_init_abi): Set skip_solib_resolver.
256 * sparc64-sol2-tdep.c: Include "sol2-tdep.h".
257 (sparc64_sol2_init_abi): Set skip_solib_resolver.
258 * Makefile.in (sol2_tdep_h): New variable.
259 (ALLDEPFILES): Add sol2-tdep.c.
260 (sol2-tdep.o): New target.
261 (amd64-sol2-tdep.o, i386-sol2-tdep.o, sparc-sol2-tdep.o)
262 (sparc64-sol2-tdep.o): Update dependencies
263 * config/i386/i386sol2.mt (TDEPFILES): Add sol2-tdep.o.
264 * config/i386/sol2-64.mt (TDEPFILES): Add sol2-tdep.o.
265 * config/sparc/sol2.mt (TDEPFILES): Add sol2-tdep.o.
266 * config/sparc/sol2-64.mt (TDEPFILES): Add sol2-tdep.o.
267
268 * hppa-linux-tdep.c: Fix copyright indentation.
269
270 * hppa-tdep.h (enum hppa_regnum): Add HPPA_FP31R_REGNUM.
271 * hppabsd-nat.c (hppabsd_fpregset_supplies_p)
272 (hppabsd_supply_fpregset, hppabsd_collect_fpregset): New
273 functions.
274 (hppabsd_fetch_registers, hppabsd_store_registers): Handle
275 floating-point registers.
276
277 2006-01-13 Mark Mitchell <mark@codesourcery.com>
278
279 * event-loop.c (gdb_select): Detect file descriptors that have
280 been closed.
281
282 2006-01-13 Mark Kettenis <kettenis@gnu.org>
283
284 * hppabsd-tdep.c (hppabsd_init_abi): Set long_double_bit to 64,
285 and long_double_format accordingly.
286
287 2006-01-12 Paul N. Hilfinger <hilfinger@adacore.com>
288
289 * ada-exp.y (yyerror): Change message to ignore the argument, avoiding
290 translation problems.
291 * ada-lang.c (ada_value_struct_elt): Change interface and handling
292 of errors to avoid translation problem (and less than optimal error
293 messages).
294 (ada_value_tag, ada_tag_name_1, ada_tag_name_2, ada_evaluate_subexp):
295 Use new interface to ada_value_struct_elt.
296 * ada_lang.h (ada_value_struct_elt): Update declaration to new
297 interface.
298
299 * ChangeLog: remove reference to ada-tasks.c from entry of
300 2006-01-07.
301
302 2006-01-11 Mark Kettenis <kettenis@gnu.org>
303
304 * remote.c (get_memory_packet_size, set_thread)
305 (remote_unpack_thread_info_response, remote_get_threadinfo)
306 (parse_threadlist_response, remote_get_threadlist)
307 (remote_current_thread, remote_threads_info)
308 (remote_threads_extra_info, extended_remote_restart, get_offsets)
309 (remote_check_symbols, remote_open_1, remote_detach)
310 (remote_async_wait, remote_fetch_registers)
311 (remote_store_registers, check_binary_download, putpkt_binary)
312 (remote_insert_breakpoint, remote_insert_watchpoint)
313 (remote_remove_watchpoint, remote_insert_hw_breakpoint)
314 (remote_remove_hw_breakpoint, remote_xfer_partial, remote_rcmd)
315 (packet_command): Remove redundant parenthesis.
316
317 2006-01-10 Mark Kettenis <kettenis@gnu.org>
318
319 * corefile.c (read_memory_integer, read_memory_unsigned_integer)
320 (read_memory_typed_address, write_memory)
321 (write_memory_unsigned_integer, write_memory_signed_integer): Use
322 gdb_byte where appropriate.
323
324 * mi/mi-main.c (mi_cmd_data_read_memory): Change type of mbus into
325 'gdb_byte *'.
326
327 * target.h (target_read_memory_partial, target_write_memory_partial):
328 Change second argument to 'gdb_byte *'.
329 * target.c (target_xfer_memory_partial): Change third argument to
330 'gdb_byte *'.
331 (target_read_memory_partial, target_write_memory_partial): Change
332 second argument to 'gdb_byte *'.
333
334 * linespec.c (decode_objc): Make i1 and i2 unsigned.
335 (find_method): Set values.sals to NULL.
336
337 2006-01-09 Mark Kettenis <kettenis@gnu.org>
338
339 * amd64obsd-nat.c (amd64obsd_supply_pcb): Use 'gdb_byte *' instead
340 of 'char *' in cast.
341
342 2006-01-07 Paul N. Hilfinger <hilfinger@adacore.com>
343
344 * ada-exp.y, ada-lex.l, ada-typeprint.c: I18n markup.
345 * ada-lang.c: I18n markup.
346 Editorial: change "can not" => "cannot" throughout.
347
348 2006-01-07 Mark Kettenis <kettenis@gnu.org>
349
350 * Makefile.in: Sort dependencies.
351
352 2006-01-07 Eli Zaretskii <eliz@gnu.org>
353
354 * top.c (control_level): Remove unused variable.
355
356 2006-01-06 Fred Fish <fnf@specifix.com>
357
358 * objfiles.c (source.h): Include.
359 (free_objfile): Update comment about clear_symtab_users().
360 (free_objfile): Check all symtabs of objfile being freed and if
361 one of them is the current source symtab, call
362 clear_current_source_symtab_and_line().
363
364 2006-01-04 Michael Snyder <msnyder@redhat.com>
365
366 Checkpoint/Restart for Linux.
367 * linux-nat.c: Add support for debugging multiple forks.
368 Add #include for linux-fork.h (interface spec).
369 (super_mourn_inferior): New function pointer.
370 (child_mourn_inferior): New function / target method.
371 (linux_target): Claim to_mourn_inferior method pointer.
372 (child_follow_fork): Call interface to linux-fork, conditionally
373 add new fork processes to list of debugged processes.
374 (kill_inferior): Use interface to linux-fork to kill
375 multiple processes.
376
377 * linux-fork.h: New file.
378 * linux-fork.c: New file. Support for debugging multiple forks
379 of the same program. Support for checkpoint and restart commands.
380
381 * infrun.c (nullify_last_target_wait_ptid): New function.
382
383 * Makefile.in: Add linux-fork.
384 * config/*/linux.mh: Add linux-fork.
385 * NEWS: Mention new functionality.
386
387 2006-01-02 Paul Hilfinger <hilfingr@nile.gnat.com>
388
389 * ada-exp.y (syntax definitions,write_var_or_type,write_name_assoc):
390 Change uses of "illegal" to "invalid".
391
392 2006-01-02 Paul N. Hilfinger <hilfinger@adacore.com>
393
394 * ada-exp.y: Considerable reorganization to move functionality
395 from ada-lex.l to here, where it is logically more appropriate.
396 The original reason, however, was to prevent premature name
397 lookups for selector names in record aggregates.
398 (BLOCKNAME, TYPENAME, OBJECT_RENAMING): Remove; lexer now returns
399 NAME for all of these.
400 (VAR): New artificial token to clarify precedence rules.
401 (OTHERS): New lexeme.
402 (empty_stoken): New symbol.
403 (%union): Remove ssym, voidval.
404 (%type): Remove <voidval> type declarations.
405 (syntax definitions): Add aggregates.
406 Remove distinction between NAME, TYPENAME, BLOCKNAME, OBJECT_RENAMING.
407 Rename some non-terminals to be closer to reference manual usage.
408 Tighten up expression syntax to disallow certain non-Ada
409 constructions such as X and then Y or else Z.
410 (ada_parse): Remove initialization of left_block_context.
411 (write_var_from_name): Remove.
412 (write_var_or_type): New function, containing previous code from
413 defunct write_var_from_name and name_lookup.
414 (block_lookup): New function, moved from ada-lex.l
415 (select_possible_type_sym): New function, factored out of
416 name_lookup, which used to be in ada-lex.l.
417 (find_primitive_type): Ditto.
418 (chop_selector): Ditto.
419 (write_ambiguous_var): New function, factored out of defunct
420 write_var_from_name.
421 (write_selectors): New function.
422 (write_name_assoc): New function.
423 (write_exp_op_with_string): New function.
424
425 * ada-lex.l (processId): Change interface to return stoken.
426 (tempbuf, resize_tempbuf, tempbuf_size, tempbuf_len): Remove.
427 (block_lookup, name_lookup): Remove. Functionality moved to
428 ada-exp.y.
429 (state IN_STRING): Remove.
430 (rules): Handle string escapes in processString.
431 Add 'others' token.
432 Return all NAMEs, BLOCKNAMEs, OBJECT_RENAMINGs, TYPENAMEs in
433 yylval.sval (as simple strings).
434 All name look-ups now handled in ada-exp.y.
435 Introduce "::" (COLONCOLON) token and return as separate token.
436 (processId): Change return convention. Comment.
437 Leave leading "'" in place.
438 (processString): New function.
439 (find_dot_all): Add note to comment.
440 Fix problem that allowed match only at the end.
441
442 * ada-lang.c: Introduce aggregates.
443 (find_struct_field): Add new parameter to count fields skipped, and
444 allow other output parameters to be NULL.
445 (value_tag_from_contents_and_address, ada_value_struct_elt): Use
446 new find_struct_field.
447 (ada_index_struct_field, assign_aggregate, ada_is_array_type)
448 (num_visible_fields, ada_index_struct_field_1, ada_index_struct_field)
449 (num_component_specs, assign_component, assign_aggregate):
450 (aggregate_assign_from_choices,aggregate_assign_positional)
451 (aggregate_assign_others,add_component_interval):
452 New functions.
453 (ada_evaluate_subexp): Declare.
454 Add aggregate-related operators.
455 (ada_forward_operator_length): Declare.
456 (resolve_subexp): Add cases for new aggregate operators and OP_NAME.
457 Consolidate Ada operators, using ada_forward_operator_length.
458 (ada_search_struct_field): Search in forward order.
459 (ADA_OPERATORS): Add new aggregate operators.
460 (ada_operator_length, ada_op_name, ada_forward_operator_length)
461 (ada_dump_subexp_body, ada_print_subexp): Handle new aggregate
462 operators and OP_NAME.
463 (ada_type_of_array): Use longest_to_int.
464 (value_assign_to_component): New function.
465 (ada_forward_operator_length, ada_op_name, ada_dump_subexp_body):
466 Add OP_NAME case.
467 (ada_forward_operator_length, ada_dump_subexp_body):
468 Add OP_STRING case.
469
470 * ada-lang.h (enum ada_operator): Add OP_AGGREGATE, OP_OTHERS,
471 OP_CHOICES, OP_DISCRETE_RANGE, OP_POSITIONAL.
472
473 2006-01-02 Paul N. Hilfinger <hilfinger@adacore.com>
474
475 * ada-lang.c (process_raise_exception_name): Remove extraneous
476 definition from unsubmitted code.
477
478 (is_lower_alphanum): New function.
479 (ada_decode): Add support for decoding protected object subprograms
480 and entries, and of entities declared inside protected object
481 subprograms.
482 Also add missing handling for__{DIGITS}+ suffixes.
483 Allow '$<digits>' as valid overloading suffix.
484 (is_name_suffix): Add handling for protected type entriy suffixes.
485 Also add support for protected type subprogram suffixes, but keep
486 it commented out for now, as there is an ambiguity between these
487 entities and other internally generated entities.
488 Allow '$<digits>' as valid overloading suffix.
489 (is_valid_name_for_wild_match): New function.
490 (wild_match): Add an exra level of verification of the entity name
491 before declaring it a match for the given pattern.
492
493 (ada_type_of_array, ada_evaluate_subexp): Use more proper
494 longest_to_int rather than cast.
495
496 (ada_evaluate_subexp): Use "invalid" rather than "illegal" in comment.
497
498 (ada_coerce_to_simple_array): Call check_size to make sure
499 that the object size is reasonable.
500
501 (ada_value_primitive_packed_val): Use correct location in target
502 buffer for extracting packed record fields that are themselves records.
503
504 (add_defn_to_vec): Do not try to replace a stub type by its full
505 type. Avoids a potential infinite loop.
506
507 (ada_lookup_symbol): Move return incorrectly placed return statement,
508 causing a loop that should be scanning all object files to only
509 scan the first one.
510
511 (ada_tag_name_2): New function.
512 (ada_tag_name_1): If no 'tsd' field found in the dispatching table,
513 use alternative representation.
514
515 (ada_find_renaming_symbol): Strip the function name suffix when
516 computing the XR type name.
517
518 (ada_to_fixed_type): Try determining the tag only if we have the
519 object's address.
520 (to_fixed_array_type): Add comments.
521
522 (ada_check_typedef): Replace expression checking whether the given
523 type is a stub or not by a "call" to TYPE_STUB. Clearer and more
524 consistent.
525
526 * ada-lang.h (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Allow
527 '$' in addition to '.' for runtime auxiliary function name suffixes.
528 See changes to ada_decode above.
529
530 (struct task_control_block): Add field called_task. (This change is
531 to keep synchronized with our local sources; it does not affect the
532 public version yet.)
533
534 * ada-typeprint.c (ada_print_type): Use int_string for printing
535 modulus of modular type.
536
537 (print_range): Trivial editorial comment fix.
538
539 * ada-valprint.c (ada_emit_char): Use normal Ada syntax for
540 double quote in string.
541
542 2006-01-01 Joel Brobecker <brobecker@adacore.com>
543
544 * top.c: Add 2006 to list of copyright years in file header.
545
546 2006-01-01 Joel Brobecker <brobecker@adacore.com>
547
548 * top.c (print_gdb_version): Update copyright year to 2006.
549
550 2006-01-01 Roger Sayle <roger@eyesopen.com>
551 Elena Zannoni <ezannoni@redhat.com>
552
553 PR symtab/1651
554 * xcoffread.c (xcoff_next_symbol_text): Check this_symtab_psymtab
555 for NULL before assigning this_symtab_psymtab->objfile to objfile.
556 (scan_xcoff_symtab): Initialize next_symbol_text_func.
557 (Committed by Jim Blandy)
558
559 For older changes see ChangeLog-2005.
560 \f
561 Local Variables:
562 mode: change-log
563 left-margin: 8
564 fill-column: 74
565 version-control: never
566 End:
This page took 0.04087 seconds and 5 git commands to generate.