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