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