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