gdb/
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2
3 Fix displacement of separate debug info files.
4 * objfiles.c (objfile_relocate): Rename to ...
5 (objfile_relocate1): ... here and make it static. Extend the comment.
6 (objfile_relocate): New function.
7 * solib-spu.c (spu_relocate_main_executable): Explicitly check if
8 SYMFILE_OBJFILE is NULL. Remove variables objfile and old_chain.
9 Remove following of SEPARATE_DEBUG_OBJFILE. new_offsets is now
10 allocated using alloca.
11 * symfile.c (copy_section_addr_info): Remove.
12 (build_section_addr_info_from_objfile): Make it global. New variables
13 addr_bit and mask, use them.
14 * symfile.h (build_section_addr_info_from_objfile): New prototype.
15 (copy_section_addr_info): Remove.
16
17 2010-01-09 Joel Brobecker <brobecker@adacore.com>
18
19 Signal unwinder for mips-irix N32.
20 * mips-irix-tdep.c: #include mips-tdep.h, trad-frame.h, and
21 tramp-frame.h.
22 (SIGTRAMP_FRAME_SIZE, SIGCONTEXT_PC_OFF, SIGCONTEXT_REGS_OFF)
23 (SIGCONTEXT_FPREGS_OFF, SIGCONTEXT_FPCSR_OFF, SIGCONTEXT_HI_OFF)
24 (SIGCONTEXT_LO_OFF): New macros.
25 (mips_irix_n32_tramp_frame_init): New function.
26 (mips_irix_n32_tramp_frame): New static constant.
27 (mips_irix_init_abi): Prepend the mips_irix_n32_tramp_frame unwinder.
28
29 2010-01-09 Joel Brobecker <brobecker@adacore.com>
30
31 Breakpoint in shared library does not work on mips-irix.
32 * procfs.c: #include "observer.h".
33 (procfs_inferior_created): New function, moving here the code
34 which unsets the syssgi syscall-exit notifications.
35 (procfs_create_inferior): Remove the code which unsets the syssgi
36 syscall-exit notifications. It is too early to do this here.
37 (_initialize_procfs): Attach the procfs_inferior_created observer.
38
39 2010-01-09 Joel Brobecker <brobecker@adacore.com>
40
41 Wrong return convention for arrays (mips-irix).
42 * mips-tdep.c (mips_n32n64_return_value): Arrays whose size is
43 128 bits or smaller are returned the same way as structs
44 and unions of the the same size.
45
46 2010-01-09 Joel Brobecker <brobecker@adacore.com>
47
48 Cannot set the PC on mips-irix.
49 * irix5-nat.c (fill_gregset): Check regno against the raw PC
50 register number, no the cooked one.
51
52 2010-01-09 Joel Brobecker <brobecker@adacore.com>
53
54 Error while loading core file on mips-irix.
55 * solib-irix.c (irix_solib_create_inferior_hook): Do nothing
56 if debugging from a core file.
57
58 2010-01-09 Joel Brobecker <brobecker@adacore.com>
59
60 GDB hangs when attaching to process on mips-irix.
61 * solib-irix.c (irix_solib_create_inferior_hook): Do nothing if
62 attaching to a process.
63
64 2010-01-09 Joel Brobecker <brobecker@adacore.com>
65
66 Use the correct breakpoint instruction on mips-irix.
67 * mips-tdep.c (mips_breakpoint_from_pc): Add new static variable
68 containing the correct breakpoint instruction to use on mips-irix.
69 Use it when the osabi is GDB_OSABI_IRIX.
70
71 2010-01-09 Joel Brobecker <brobecker@adacore.com>
72
73 -Wunused warning in procfs.c (mips-irix only).
74 * procfs.c (gdb_praddset, gdb_prdelset): New macros. Use them
75 throughout instead of using praddset and prdelset respectively.
76
77 2010-01-09 Joel Brobecker <brobecker@adacore.com>
78
79 GDB crash while stepping into function.
80 * infrun.c (handle_inferior_event): Refetch the current frame
81 after handling what.main_action, in case that pointer became
82 dangling.
83
84 2010-01-09 Joel Brobecker <brobecker@adacore.com>
85
86 Fix build failure of solaris-hosted cross debuggers.
87 * ada-valprint.c, parse.c: Include defs.h before including ctype.h.
88
89 2010-01-09 Daniel Gutson <dgutson@codesourcery.com>
90
91 Fix build failure on sparc-solaris.
92 * procfs.c: (procfs_do_thread_registers) Use elfcore_write_lwpstatus.
93
94 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
95
96 Move some symfile code into subroutines.
97 * symfile.h (relative_addr_info_to_section_offsets)
98 (addr_info_make_relative): New prototypes.
99 * symfile.c (default_symfile_offsets): Move a part to ...
100 (relative_addr_info_to_section_offsets): ... this new function.
101 (default_symfile_offsets): Call it.
102 (syms_from_objfile <!mainline && addrs && addrs->other[0].name>): Move
103 this part to ...
104 (addr_info_make_relative): ... this new function.
105
106 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
107
108 Add from_tty to solib_create_inferior_hook.
109 * infcmd.c (post_create_inferior): Move solib_add after
110 solib_create_inferior_hook. Pass from_tty to
111 solib_create_inferior_hook. Call solib_add and SOLIB_ADD with
112 0 from_tty and comment why.
113 * infrun.c (follow_exec): Pass from_tty solib_create_inferior_hook as 0.
114 * linux-nat.c (linux_child_follow_fork): Likewise.
115 * nto-procfs.c (procfs_post_attach, procfs_create_inferior): Likewise.
116 * solib-darwin.c (darwin_solib_create_inferior_hook): New parameter
117 from_tty.
118 * solib-frv.c (frv_solib_create_inferior_hook): Likewise.
119 * solib-irix.c (irix_solib_create_inferior_hook): Likewise.
120 * solib-null.c (null_solib_create_inferior_hook): Likewise.
121 * solib-osf.c (osf_solib_create_inferior_hook): Likewise.
122 * solib-pa64.c (pa64_solib_create_inferior_hook): Likewise.
123 * solib-som.c (som_solib_create_inferior_hook): Likewise.
124 * solib-spu.c (spu_solib_create_inferior_hook): New parameter from_tty.
125 Pass it to svr4_so_ops.solib_create_inferior_hook.
126 * solib-sunos.c (sunos_solib_create_inferior_hook): New parameter
127 from_tty.
128 * solib-svr4.c (enable_break): New parameter from_tty. Pass it to
129 solib_add.
130 (svr4_solib_create_inferior_hook): New parameter from_tty. Pass it to
131 enable_break.
132 * solib-target.c (solib_target_solib_create_inferior_hook): New
133 parameter from_tty.
134 * solib.c (solib_create_inferior_hook): New parameter from_tty. Pass
135 it to ops->solib_create_inferior_hook.
136 (reload_shared_libraries): Pass from_tty to solib_create_inferior_hook.
137 Move solib_add after solib_create_inferior_hook, call it now with
138 from_tty as 0. New comment there.
139 * solib.h (solib_create_inferior_hook): New parameter from_tty.
140 * solist.h (struct target_so_ops <solib_create_inferior_hook>):
141 Likewise.
142
143 2010-01-08 Vladimir Prus <vladimir@codesourcery.com>
144
145 Fix multiexec race.
146 * infrun.c (handle_inferior_event): Use get_thread_regcache
147 with events ptid, not get_current_regcache.
148
149 2009-01-08 Joel Brobecker <brobecker@adacore.com>
150
151 GDB crash with empty executable name (MinGW).
152 * source.c (openp): Add assert that parameter string is not NULL.
153 if parameter string is an empty string, then return with a failure
154 immediately.
155
156 2009-01-08 Joel Brobecker <brobecker@adacore.com>
157
158 Get rid of support for VAX Floats.
159 * ada-lang.h (ada_is_vax_floating_type, ada_vax_float_type_suffix)
160 (ada_vax_float_print_function): Delete.
161 * ada-lang.c (ada_is_vax_floating_type, ada_vax_float_type_suffix)
162 (ada_vax_float_print_function): Delete.
163 * ada-typeprint.c (print_vax_floating_point_type): Delete.
164 (ada_print_type): Remove support for VAX floats.
165 * ada-valprint.c (ada_val_print_1): Remove support for VAX floats.
166
167 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
168
169 * stabsread.c (read_args): Handle zero arguments.
170
171 2009-01-08 Joel Brobecker <brobecker@adacore.com>
172
173 Cannot find in-tree libiconv.a after reconfigure.
174 * acinclude.m4 (AM_ICONV): If we find an in-tree libiconv.a
175 that we can use, then cache the path to this archive.
176 * configure: Regenerate.
177
178 2010-01-07 Stan Shebs <stan@codesourcery.com>
179
180 Make tracepoint operations go through target vector.
181 * target.h (enum trace_find_type): New enum.
182 (struct target_ops): New fields to_trace_init,
183 to_download_tracepoint, to_download_trace_state_variable,
184 to_trace_set_readonly_regions, to_trace_start, to_get_trace_status,
185 to_trace_stop, to_trace_find, to_get_trace_state_variable_value,
186 to_set_disconnected_tracing.
187 (target_trace_init): New macro.
188 (target_download_tracepoint): New macro.
189 (target_download_trace_state_variable): New macro.
190 (target_trace_start): New macro.
191 (target_trace_set_readonly_regions): New macro.
192 (target_get_trace_status): New macro.
193 (target_trace_stop): New macro.
194 (target_trace_find): New macro.
195 (target_get_trace_state_variable_value): New macro.
196 (target_set_disconnected_tracing): New macro.
197 * target.c (update_current_target): Inherit and set defaults for
198 tracepoint operations.
199 * tracepoint.c (default_collect): Make globally visible.
200 (target_is_remote): Remove, along with all calls.
201 (tvariables_info): Call target_get_trace_state_variable_value.
202 (remote_set_transparent_ranges): Remove.
203 (trace_start_command): Call target_trace_init,
204 target_download_tracepoint, etc.
205 (download_tracepoint): Remove.
206 (trace_stop_command): Simplify.
207 (stop_tracing): Call target_trace_stop.
208 (get_trace_status): Call target_get_trace_status.
209 (trace_status_command): Add case for targets that cannot trace.
210 (finish_tfind_command): Change to take numerical arguments, call
211 target_trace_find.
212 (trace_find_command): Update call to finish_tfind_command.
213 (trace_find_pc_command): Ditto.
214 (trace_find_tracepoint_command): Ditto.
215 (trace_find_line_command): Ditto.
216 (trace_find_range_command): Ditto.
217 (trace_find_outside_command): Ditto.
218 (set_disconnected_tracing_value): Call
219 target_set_disconnected_tracing.
220 * remote.c: Add protocol encoding bits from tracepoint.c.
221 (trace_error): Move from tracepoint.c.
222 (remote_get_noisy_reply): Ditto.
223 (free_actions_list_cleanup_wrapper): Ditto.
224 (free_actions_list): Ditto.
225 (remote_trace_init): New function.
226 (remote_download_tracepoint): New function.
227 (remote_download_trace_state_variable): New function.
228 (remote_trace_set_readonly_regions): New function.
229 (remote_trace_start): New function.
230 (remote_get_trace_status): New function.
231 (remote_trace_stop): New function.
232 (remote_trace_find): New function.
233 (remote_download_trace_state_variable): New function.
234 (remote_set_disconnected_tracing): New function.
235 (init_remote_ops): Add tracepoint operations.
236
237 * tracepoint.c (trace_dump_command): Don't decr_pc_after_break.
238
239 2010-01-07 Tristan Gingold <gingold@adacore.com>
240
241 * symfile.c (build_section_addr_info_from_objfile): New function.
242 (symbol_file_add_separate): Don't use offsets from objfile but
243 built an addr info.
244
245 2010-01-06 Stan Shebs <stan@codesourcery.com>
246
247 Support disconnected tracing.
248 * infcmd.c (detach_command): Ask whether to stop tracing.
249 * cli/cli-cmds.c (quit_command): Ditto.
250 * breakpoint.h (struct breakpoint): New field number_on_target.
251 * breakpoint.c (create_tracepoint_from_upload): New function.
252 (get_tracepoint_by_number_on_target): New function.
253 * remote.c (struct remote): New field disconnected_tracing.
254 (remote_disconnected_tracing_feature): New function.
255 (remote_protocol_features): Add DisconnectedTracing.
256 (struct uploaded_tp): New struct.
257 (uploaded_tps): New global.
258 (get_uploaded_tp): New function.
259 (find_matching_tracepoint): New function.
260 (remote_get_tracing_state): New function.
261 (remote_start_remote): Call it.
262 * tracepoint.c (disconnected_tracing): New global.
263 (trace_start_command): Initialize number_on_target.
264 (stop_tracing): New function, split out from...
265 (trace_stop_command): Call stop_tracing.
266 (get_trace_status): New function, split out from...
267 (trace_status_command): Call get_trace_status, add info on
268 disconnection behavior.
269 (disconnect_or_stop_tracing): New function.
270 (finish_tfind_command): Translate from number on target.
271 (trace_find_tracepoint_command): Translate to number on target.
272 (send_disconnected_tracing_value): New function.
273 (set_disconnected_tracing): New function.
274 (_initialize_tracepoint): Add disconnected-tracing variable.
275 * NEWS: Mention disconnected tracing.
276
277 2010-01-06 Tristan Gingold <gingold@adacore.com>
278
279 * symtab.c (lookup_global_symbol_from_objfile): Rename objfile
280 parameter to main_objfile. Iterate on all separate debug objfiles.
281 * symfile.h (symbol_file_add_separate)
282 (find_separate_debug_file_by_debuglink): Remove parameter names.
283 * symfile.c (symbol_file_add_separate): Use add_separate_objfile.
284 (reread_symbols): Use free_objfile_separate_debug.
285 * objfiles.h (struct objfile): Add separate_debug_objfile_link.
286 Adjust comment.
287 (objfile_separate_debug_iterate, add_separate_debug_objfile)
288 (free_objfile_separate_debug): New prototypes.
289 * objfiles.c (objfile_separate_debug_iterate): New function.
290 (add_separate_debug_objfile, free_objfile_separate_debug): New
291 functions.
292 (free_objfile): Use free_objfile_separate_debug. Adjust for
293 multiple separate debug objfile.
294 (objfile_has_symbols): Adjust comment. Iterate on all separate
295 debug objfiles.
296 * minsyms.c (lookup_minimal_symbol): Adjust for multiple separate
297 debug objfile.
298 (lookup_minimal_symbol_text): Ditto.
299 (lookup_minimal_symbol_by_pc_name): Ditto.
300 (lookup_minimal_symbol_solib_trampoline): Ditto.
301 (lookup_minimal_symbol_by_pc_section_1): Iterate on all separate
302 debug objfiles.
303
304 2010-01-05 Stan Shebs <stan@codesourcery.com>
305
306 Add fast tracepoints.
307 * arch-utils.h (default_fast_tracepoint_valid_at): Declare.
308 * arch-utils.c (default_fast_tracepoint_valid_at): New function.
309 * breakpoint.h (enum bptype): Add bp_fast_tracepoint.
310 * breakpoint.c (tracepoint_type): New function.
311 (ALL_TRACEPOINTS): Use it.
312 (should_be_inserted): Ditto.
313 (bpstat_check_location): Ditto.
314 (print_one_breakpoint_location): Ditto.
315 (user_settable_breakpoint): Ditto.
316 (set_breakpoint_location_function): Ditto.
317 (disable_breakpoints_in_shlibs): Ditto.
318 (delete_trace_command): Ditto.
319 (print_it_typical): Add bp_fast_tracepoint case.
320 (bpstat_what): Ditto.
321 (print_one_breakpoint_location): Ditto.
322 (allocate_bp_location): Ditto.
323 (mention): Ditto.
324 (breakpoint_re_set_one): Ditto.
325 (disable_command): Ditto.
326 (enable_command): Ditto.
327 (check_fast_tracepoint_sals): New function.
328 (break_command_really): Call it.
329 (ftrace_command): New function.
330 (_initialize_breakpoint): Add ftrace command.
331 * gdbarch.sh (fast_tracepoint_valid_at): New.
332 * gdbarch.h, gdbarch.c: Regenerate.
333 * i386-tdep.c (i386_fast_tracepoint_valid_at): New function.
334 (i386_gdbarch_init): Use it.
335 * remote.c (struct remote_state): New field fast_tracepoints.
336 (PACKET_FastTracepoints): New packet config type.
337 (remote_fast_tracepoint_feature): New function.
338 (remote_protocol_features): Add FastTracepoints.
339 (remote_supports_fast_tracepoints): New function.
340 (_initialize_remote): Add FastTracepoints.
341 * tracepoint.c (download_tracepoint): Add fast tracepoint option.
342 * NEWS: Mention fast tracepoints.
343
344 2010-01-06 Joel Brobecker <brobecker@adacore.com>
345
346 * gdb-gdb.py: New file.
347
348 2010-01-05 Michael Snyder <msnyder@vmware.com>
349
350 * infrun.c (handle_inferior_event): Fix typo in comment.
351
352 2010-01-05 Jan Kratochvil <jan.kratochvil@redhat.com>
353
354 * symfile.c (syms_from_objfile): Remove the !MAINLINE conditional.
355
356 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
357
358 * features/Makefile (WHICH): Add s390-linux32, s390-linux64,
359 and s390x-linux64.
360 (s390-linux32-expedite): Define.
361 (s390-linux64-expedite): Define.
362 (s390x-linux64-expedite): Define.
363 * features/s390-acr.xml: New file.
364 * features/s390-fpr.xml: New file.
365 * features/s390-core32.xml: New file.
366 * features/s390-core64.xml: New file.
367 * features/s390x-core64.xml: New file.
368 * features/s390-linux32.xml: New file.
369 * features/s390-linux64.xml: New file.
370 * features/s390x-linux64.xml: New file.
371 * features/s390-linux32.c: New generated file.
372 * features/s390-linux64.c: New generated file.
373 * features/s390x-linux64.c: New generated file.
374
375 * regformats/s390-linux32.dat: New generated file.
376 * regformats/s390-linux64.dat: New generated file.
377 * regformats/s390x-linux64.dat: New generated file.
378 * regformats/reg-s390.dat: Remove.
379 * regformats/reg-s390x.dat: Remove.
380
381 * s390-nat.c: Include "auxv.h" and <elf.h>.
382 (HWCAP_S390_HIGH_GPRS): Define if undefined.
383 (s390_target_wordsize): New function.
384 (s390_auxv_parse): Likewise.
385 (s390_get_hwcap): Likewise.
386 (s390_read_description): Likewise.
387 (_initialize_s390_nat): Install s390_auxv_parse and
388 s390_read_description.
389
390 * s390-tdep.c: Include "features/s390-linux32.c",
391 "features/s390-linux64.c", and "features/s390x-linux64.c".
392 (struct gdbarch_tdep): Add gpr_full_regnum, pc_regnum, and cc_regnum.
393 (s390_register_call_saved): New function.
394 (s390_register_name): Remove.
395 (s390_register_type): Remove.
396 (s390_dwarf_regmap): Add lower half GPR pseudo DWARF CFI regnums.
397 (s390_dwarf_reg_to_regnum): Remap GPR regnums to full GPRs.
398 (s390_adjust_frame_regnum): Remap GPR regnums to lower halves for CFI.
399 (s390_pseudo_register_name): New function.
400 (s390_pseudo_register_type): New function.
401 (s390_pseudo_register_read): Handle both 32-bit and 64-bit cases.
402 Handle full GPR pesudos and varying pseudo register numbers.
403 (s390_pseudo_register_write): Likewise
404 (s390x_pseudo_register_read): Remove.
405 (s390x_pseudo_register_write): Likewise.
406 (s390_register_group): Remove.
407 (s390_pseudo_register_group): New function.
408 (s390_regmap_gregset): Add GPR upper halves.
409 (s390x_regmap_gregset): Likewise.
410 (s390_regmap_fpregset): Likewise.
411 (s390_regmap_upper): New global variable.
412 (s390_upper_regset): New global variable.
413 (s390_upper_regset_sections): New global variable.
414 (s390_regset_from_core_section): Handle GPR upper halves.
415 (s390_core_read_description): New function.
416 (s390_prologue_frame_unwind_cache): Set up ABI call-saved/clobbered
417 register information. Handle varying pseudo register numbers.
418 (s390_backchain_frame_unwind_cache): Likewise.
419 (s390_frame_prev_register): Unwind full GPRs to show lower halves.
420 (s390_stub_frame_unwind_cache): Handle varying pseudo register numbers.
421 (s390_sigtramp_frame_unwind_cache): Unwind PSWM and PSWA as well as
422 PC and CC pseudos. Unwind upper halves and full GPRs as appropriate.
423 Handle varying pseudo register numbers.
424 (s390_unwind_pc): Handle varying pseudo register numbers.
425 (s390_dwarf2_prev_register): New function.
426 (s390_dwarf2_frame_init_reg): Set up ABI call-saved/clobbered
427 register information. Handle varying pseudo register numbers.
428 Install s390_dwarf2_prev_register to unwind full GPRs.
429 (s390_gdbarch_init): Handle target descriptions. Assign varying
430 pseudo register numbers. Install s390_adjust_frame_regnum.
431 (_initialize_s390_tdep): Initialize target descriptions.
432
433 * s390-tdep.h (S390_R0_UPPER_REGNUM .. S390_R15_UPPER_REGNUM): Define.
434 (S390_NUM_REGS): Redefine to include upper half registers.
435 (S390_PC_REGNUM, S390_CC_REGNUM): Remove.
436 (S390_NUM_PSEUDO_REGS, S390_NUM_TOTAL_REGS): Likewise.
437 (tdesc_s390_linux32): Add declaration.
438 (tdesc_s390_linux64): Likewise.
439 (tdesc_s390x_linux64): Likewise.
440
441 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
442
443 * regset.h (struct core_regset_section): Add HUMAN_NAME.
444 * i386-linux-tdep.c (i386_linux_regset_sections): Fill in HUMAN_NAME.
445 * ppc-linux-tdep.c (ppc_linux_vsx_regset_sections): Likewise.
446 (ppc_linux_vmx_regset_sections): Likewise.
447 (ppc_linux_fp_regset_sections): Likewise.
448
449 * corelow.c (get_core_register_section): Constify arguments.
450 (get_core_registers): Use gdbarch_core_regset_sections instead
451 of hard-coded platform-specific register section names.
452
453 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
454
455 * dwarf2loc.c (read_pieced_value): If a piece occupies part of
456 a register, assume the least-significant part is used.
457 (write_pieced_value): Likewise.
458
459 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
460
461 * printcmd.c: Include "arch-utils.h".
462 (do_one_display): Re-parse expression if current architecture changed.
463
464 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
465 Joel Brobecker <brobecker@adacore.com>
466
467 * gdbtypes.c (check_typedef): New comment on type length.
468 * value.c (allocate_value_lazy): Remove the unused atype variable. New
469 comment on type length.
470 (value_primitive_field): Keep the original TYPE value, new comment.
471
472 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
473
474 * cli/cli-script.c (process_next_line): Rename p1 as p_end and p2 as
475 p_start. Change != comparisons to > and < comparisons.
476
477 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
478
479 * cli/cli-script.c (process_next_line): Check P2 overrun.
480
481 2009-01-01 Joel Brobecker <brobecker@adacore.com>
482
483 Update the copyright hearder to add year 2010 for most GDB files.
484
485 2009-01-01 Joel Brobecker <brobecker@adacore.com>
486
487 Fix build failure in inf-ptrace.c.
488 * inf-ptrace.c (inf_ptrace_follow_fork): Fix typo.
489
490 2010-01-01 Joel Brobecker <brobecker@adacore.com>
491
492 * top.c (print_gdb_version): Update copyright year.
493
494 2010-01-01 Joel Brobecker <brobecker@adacore.com>
495
496 Fix break *FUN'address thread NUM.
497 * ada-lex.l (task): Expand rule to also match the thread keyword.
498
499 2010-01-01 Joel Brobecker <brobecker@adacore.com>
500
501 Fix break *FUN'address task NUM.
502 * ada-lex.l (task): New rule.
503 * ada-lang.c (valid_task_id): Make sure the Ada task list has
504 been built before using it.
505
506 For older changes see ChangeLog-2009.
507 \f
508 Local Variables:
509 mode: change-log
510 left-margin: 8
511 fill-column: 74
512 version-control: never
513 coding: utf-8
514 End:
This page took 0.039291 seconds and 4 git commands to generate.