Partial fix for "make TAGS".
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2015-01-22 Eli Zaretskii <eliz@gnu.org>
2
3 * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
4 (ALLDEPFILES): Remove irix5-nat.c. These two are part of the
5 reason that "make TAGS" is broken.
6
7 2015-01-22 Chen Gang <gang.chen.5i5j@gmail.com>
8
9 * hppa-tdep.c (inst_saves_gr): Fix logical working flow issues
10 and check additional store instructions.
11
12 2015-01-21 Wei-cheng Wang <cole945@gmail.com>
13
14 * MAINTAINERS (Write After Approval): Add "Wei-cheng Wang".
15
16 2015-01-21 Wei-cheng Wang <cole945@gmail.com>
17
18 * ppc-linux-tdep.c (ppc_skip_trampoline_code,
19 ppc_canonicalize_syscall, ppc_linux_syscall_record,
20 ppc_linux_record_signal, ppc_init_linux_record_tdep): Add comments.
21 * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
22 * rs6000-tdep.c (rs6000_epilogue_frame_cache,
23 rs6000_epilogue_frame_this_id, rs6000_epilogue_frame_prev_register,
24 rs6000_epilogue_frame_sniffer, ppc_record_vsr, ppc_process_record_op4,
25 ppc_process_record_op19, ppc_process_record_op31,
26 ppc_process_record_op59, ppc_process_record_op60,
27 ppc_process_record_op63): Likewise.
28
29 2015-01-20 Joel Brobecker <brobecker@adacore.com>
30
31 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string)
32 (linux_ptrace_test_ret_to_nx): Use safe_strerror instead of
33 strerror.
34
35 2015-01-20 Wei-cheng Wang <cole945@gmail.com>
36
37 * rs6000-tdep.c (ppc_process_record_op4, ppc_process_record_op19,
38 ppc_process_record_op31, ppc_process_record_op59,
39 ppc_process_record_op60, ppc_process_record_op63,
40 ppc_process_record): Fix -Wformat warning.
41 * rs6000-tdep.c (rs6000_epilogue_frame_cache, ppc_process_record_op60):
42 Remove unused variables.
43
44 2015-01-20 Chen Gang <gang.chen.5i5j@gmail.com>
45
46 * MAINTAINERS (Write After Approval): Add "Chen Gang".
47
48 2015-01-19 Eli Zaretskii <eliz@gnu.org>
49
50 * configure.ac [*mingw32*]: Only add windows-termcap.o to
51 CONFIG_OBS if not building with a curses library.
52 * configure: Regenerate.
53
54 * windows-termcap.c: Include defs.h. Make the whole body empty if
55 either one of HAVE_CURSES_H or HAVE_NCURSES_H or
56 HAVE_NCURSES_NCURSES_H is defined.
57
58 2015-01-19 Joel Brobecker <brobecker@adacore.com>
59
60 * rs6000-tdep.c (rs6000_gdbarch_init): Move divide operator
61 from end of line to start of next line.
62
63 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
64
65 * ppc-linux-tdep.c (ppc_skip_trampoline_code):
66 Scan PLT stub backward for reverse debugging.
67 * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
68
69 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
70 Ulrich Weigand <uweigand@de.ibm.com>
71
72 * configure.tgt (powerpc*-*-linux): Add linux-record.o to
73 gdb_target_obs.
74 (ppc_linux_record_tdep, ppc64_linux_record_tdep): New for linux syscall
75 record.
76 (ppc_canonicalize_syscall, ppc_linux_syscall_record,
77 ppc_linux_record_signal, ppc_init_linux_record_tdep): New functions.
78 (ppc_linux_init_abi): Set process_record, process_record_signal.
79 * ppc-tdep.h (struct gdbarch_tdep): Add ppc_syscall_record and
80 ppc_linux_record_tdep to gdbarch_tdep.
81 (ppc_process_record): New declaration.
82 * rs6000-tdep.c (ppc_record_vsr, ppc_process_record_op4,
83 ppc_process_record_op19, ppc_process_record_op31,
84 ppc_process_record_op59, ppc_process_record_op60,
85 ppc_process_record_op63, ppc_process_record): New functions.
86
87 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
88
89 * rs6000-tdep.c (rs6000_in_function_epilogue_p): Rename to
90 rs6000_in_function_epilogue_frame_p and add an argument
91 for frame_info.
92 (rs6000_epilogue_frame_cache, rs6000_epilogue_frame_this_id,
93 rs6000_epilogue_frame_prev_register, rs6000_epilogue_frame_sniffer):
94 New functions.
95 (rs6000_epilogue_frame_unwind): New.
96 (rs6000_gdbarch_init): Append epilogue unwinder.
97
98 2015-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
99
100 * nat/linux-personality.c: Replace "#ifndef
101 HAVE_DECL_ADDR_NO_RANDOMIZE" by "#if
102 !HAVE_DECL_ADDR_NO_RANDOMIZE", fixing a regression in RHEL-5
103 systems.
104
105 2015-01-16 Eli Zaretskii <eliz@gnu.org>
106
107 * tui/tui-win.c (tui_rehighlight_all, tui_set_var_cmd): New
108 functions.
109 (_initialize_tui_win) <border-kind, border-mode>:
110 <active-border-mode>: Use tui_set_var_cmd as the "set" function.
111 (tui_set_tab_width_command): Fix the commentary.
112
113 * tui/tui-win.h: Add prototype for tui_rehighlight_all.
114
115 * tui/tui-win.c (tui_scroll_left_command, tui_scroll_right_command):
116 Doc fix.
117 (tui_set_tab_width_command): Delete and recreate the source and
118 the disassembly windows, to show the effect of the changed tab
119 size immediately.
120
121 * tui/tui-data.h (LINE_PREFIX): Make shorter
122 (MAX_PID_WIDTH): Enlarge from 14 to 19, to leave enough space for
123 "Thread NNNNN.XXXX" thread ID notation on Windows.
124
125 2015-01-16 Jan Kratochvil <jan.kratochvil@redhat.com>
126
127 Fix gcc-5 compilation.
128 * hppa-tdep.c (inst_saves_gr): Fix parentheses typo.
129
130 2015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
131
132 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-personality.h.
133 (linux-personality.o): New rule.
134 * common/common-defs.h: Include <stdint.h>.
135 * config/aarch64/linux.mh (NATDEPFILES): Include
136 linux-personality.o.
137 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
138 * config/arm/linux.mh (NATDEPFILES): Likewise.
139 * config/i386/linux64.mh (NATDEPFILES): Likewise.
140 * config/i386/linux.mh (NATDEPFILES): Likewise.
141 * config/ia64/linux.mh (NATDEPFILES): Likewise.
142 * config/m32r/linux.mh (NATDEPFILES): Likewise.
143 * config/m68k/linux.mh (NATDEPFILES): Likewise.
144 * config/mips/linux.mh (NATDEPFILES): Likewise.
145 * config/pa/linux.mh (NATDEPFILES): Likewise.
146 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
147 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
148 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
149 * config/s390/linux.mh (NATDEPFILES): Likewise.
150 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
151 * config/sparc/linux.mh (NATDEPFILES): Likewise.
152 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
153 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
154 * defs.h: Remove #include <stdint.h> (moved to
155 common/common-defs.h).
156 * linux-nat.c: Include nat/linux-personality.h. Remove #include
157 <sys/personality.h>; do not define ADDR_NO_RANDOMIZE (moved to
158 nat/linux-personality.c).
159 (linux_nat_create_inferior): Remove code to disable address space
160 randomization (moved to nat/linux-personality.c). Create cleanup
161 to disable address space randomization.
162 * nat/linux-personality.c: New file.
163 * nat/linux-personality.h: Likewise.
164
165 2015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
166
167 * Makefile.in (ALLDEPFILES): Including common/mingw-strerror.c and
168 common/posix-strerror.c.
169 (posix-strerror.o): New rule.
170 (mingw-strerror.o): Likewise.
171 * common/common-utils.h (safe_strerror): Move prototype to here,
172 from utils.h.
173 * common/common.host: New file.
174 * common/mingw-strerror.c: Likewise.
175 * common/posix-strerror.c: Likewise.
176 * configure: Regenerated.
177 * configure.ac: Source common/common.host. Add variable
178 common_host_obs to gdb_host_obs.
179 * contrib/ari/gdb_ari.sh: Mention gdb/common/mingw-strerror.c and
180 gdb/common/posix-strerror.c when warning about the use of
181 strerror.
182 * mingw-hdep.c (safe_strerror): Remove definition; move it to
183 common/mingw-strerror.c.
184 * posix-hdep.c (safe_strerror): Remove definition; move it to
185 common/posix-hdep.c.
186 * utils.h (safe_strerror): Remove prototype; move to
187 common/common-utils.h.
188
189 2015-01-15 Joel Brobecker <brobecker@adacore.com>
190
191 GDB 7.8.2 released.
192
193 2015-01-15 Joel Brobecker <brobecker@adacore.com>
194
195 * ada-lang.c (ada_array_bound_from_type): Ignore array's parallel
196 ___XA type if the array has already been fixed.
197
198 2015-01-14 Yao Qi <yao@codesourcery.com>
199
200 * Makefile.in (ppc-linux.o): New rule.
201 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add ppc-linux.o.
202 * configure.ac: AC_CHECK_FUNCS(getauxval).
203 * config.in: Re-generated.
204 * configure: Re-generated.
205 * nat/ppc-linux.h [__powerpc64__] (ppc64_64bit_inferior_p):
206 Declare.
207 * nat/ppc-linux.c: New file.
208 * ppc-linux-nat.c (ppc_linux_target_wordsize) [__powerpc64__]:
209 Call ppc64_64bit_inferior_p.
210
211 2015-01-14 Yao Qi <yao@codesourcery.com>
212
213 * ppc-linux-nat.c (PT_ORIG_R3, PT_TRAP): Move to
214 nat/ppc-linux.h.
215 (PPC_FEATURE_CELL, PPC_FEATURE_BOOKE): Likewise.
216 (PPC_FEATURE_HAS_DFP): Likewise.
217 (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Likewise.
218 (PTRACE_GETVSXREGS, PTRACE_SETVSXREGS): Likewise.
219 (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): Likewise.
220 Include "nat/ppc-linux.h".
221 * nat/ppc-linux.h: New file.
222 * Makefile.in (HFILES_NO_SRCDIR): Add nat/ppc-linux.h.
223
224 2015-01-14 Pedro Alves <palves@redhat.com>
225
226 PR gdb/17525
227 * breakpoint.c: Include "interps.h".
228 (bpstat_do_actions_1): Also check whether the interpreter is
229 async.
230
231 2015-01-14 Pedro Alves <palves@redhat.com>
232
233 PR cli/17828
234 * infrun.c (reinstall_readline_callback_handler_cleanup): Don't
235 reinstall if the interpreter is sync.
236
237 2015-01-13 Doug Evans <dje@google.com>
238
239 * objfiles.c (objfile_filename): New function.
240 * objfiles.h (objfile_filename): Declare it.
241 (objfile_name): Add function comment.
242 * python/py-objfile.c (objfpy_lookup_objfile_by_name): Try both the
243 bfd file name (which may be realpath'd), and the original name.
244
245 2015-01-13 Joel Brobecker <brobecker@adacore.com>
246
247 * NEWS: Create a new section for the next release branch.
248 Rename the section of the current branch, now that it has
249 been cut.
250
251 2015-01-13 Joel Brobecker <brobecker@adacore.com>
252
253 GDB 7.9 branch created (92fc2e6978d9a7c8324c7e851dbee59e22ec7a37):
254 * version.in: Bump version to 7.9.50.DATE-cvs.
255
256 2015-01-13 Joel Brobecker <brobecker@adacore.com>
257
258 * nat/linux-procfs.c (linux_proc_attach_tgid_threads):
259 Remove trailing new-line in argument of call to warning.
260
261 2015-01-13 Joel Brobecker <brobecker@adacore.com>
262
263 * linux-nat.c (attach_proc_task_lwp_callback): Remove trailing
264 new-line in argument of call to "warning".
265
266 2015-01-13 Joel Brobecker <brobecker@adacore.com>
267
268 * ada-lang.c (ada_lookup_symbol_nonlocal): If name not found
269 in static block, then try searching for primitive types.
270
271 2015-01-12 Patrick Palka <patrick@parcs.ath.cx>
272
273 * top.h (gdb_add_history): Declare.
274 * top.c (command_count): New variable.
275 (gdb_add_history): New function.
276 (gdb_safe_append_history): New static function.
277 (quit_force): Call it.
278 (command_line_input): Use gdb_add_history instead of
279 add_history.
280 * event-top.c (command_line_handler): Likewise.
281
282 2015-01-12 James Clarke <jrtc27@jrtc27.com> (tiny patch)
283
284 PR gdb/17046
285 * darwin-nat.c: Replace <machine/setjmp.h> #include by
286 <setjmp.h> #include.
287
288 2015-01-11 Doug Evans <xdje42@gmail.com>
289
290 * dwarf2read.c (compute_delayed_physnames): Use TYPE_FN_FIELD_PHYSNAME.
291
292 2015-01-11 Doug Evans <xdje42@gmail.com>
293
294 PR gdb/15830
295 * NEWS: The "maint demangle" command is renamed as "demangle".
296 * demangle.c: #include cli/cli-utils.h, language.h.
297 (demangle_command): New function.
298 (_initialize_demangle): Add new command "demangle".
299 * maint.c (maintenance_demangle): Stub out.
300 (_initialize_maint_cmds): Update help text for "maint demangle",
301 and mark as deprecated.
302
303 2015-01-11 Mark Kettenis <kettenis@gnu.org>
304
305 * inf-ptrace.c (inf_ptrace_follow_fork): Adjust now that
306 inferior_thread is a function.
307
308 2015-01-09 Patrick Palka <patrick@parcs.ath.cx>
309
310 * Makefile.in (.y.c): Don't munge yacc's #line
311 directives.
312
313 2015-01-09 Patrick Palka <patrick@parcs.ath.cx>
314
315 * utils.c (defaulted_query): Rewrite to use gdb_readline_wrapper
316 to prompt for input.
317 * tui/tui-hooks.c (tui_query_hook): Remove.
318 (tui_install_hooks): Don't set deprecated_query_hook.
319 * tui/tui-io.c (tui_redisplay_readline): Fix off-by-one error in
320 height calculation. Always update the command window's cur_line.
321
322 2015-01-09 Pedro Alves <palves@redhat.com>
323
324 * breakpoint.c (hardware_breakpoint_inserted_here_p): New
325 function.
326 * breakpoint.h (hardware_breakpoint_inserted_here_p): New
327 declaration.
328 * linux-nat.c (linux_nat_status_is_event): Move higher up in file.
329 (linux_resume_one_lwp): Store the thread's PC. Adjust to clear
330 stop_reason.
331 (check_stopped_by_watchpoint): New function.
332 (save_sigtrap): Reimplement.
333 (linux_nat_stopped_by_watchpoint): Adjust.
334 (linux_nat_lp_status_is_event): Delete.
335 (stop_wait_callback): Only call save_sigtrap after storing the
336 pending status.
337 (status_callback): If the thread had been stopped for a breakpoint
338 that has since been removed, discard the event and resume the LWP.
339 (count_events_callback, select_event_lwp_callback): Use
340 lwp_status_pending_p instead of linux_nat_lp_status_is_event.
341 (cancel_breakpoint): Rename to ...
342 (check_stopped_by_breakpoint): ... this. Record whether the LWP
343 stopped for a software breakpoint or hardware breakpoint.
344 (select_event_lwp): Only give preference to the stepping LWP in
345 all-stop mode. Adjust comments.
346 (stop_and_resume_callback): Remove references to new_pending_p.
347 (linux_nat_filter_event): Likewise. Leave exit events of the
348 leader thread pending here. Handle signal short circuiting here.
349 Only call save_sigtrap after storing the pending waitstatus.
350 (linux_nat_wait_1): Remove 'retry' label. Remove references to
351 new_pending. Don't handle leaving events the caller is not
352 interested in pending here, nor handle signal short-circuiting
353 here. Also give equal priority to all LWPs that have had events
354 in non-stop mode. If reporting a software breakpoint event,
355 unadjust the LWP's PC.
356 * linux-nat.h (enum lwp_stop_reason): New.
357 (struct lwp_info) <stop_pc>: New field.
358 (struct lwp_info) <stopped_by_watchpoint>: Delete field.
359 (struct lwp_info) <stop_reason>: New field.
360 * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
361
362 2015-01-09 Pedro Alves <palves@redhat.com>
363
364 * linux-nat.c (linux_handle_extended_wait) <PTRACE_EVENT_EXEC>:
365 Set the LWP's 'resumed' flag.
366
367 2015-01-09 Pedro Alves <palves@redhat.com>
368
369 * linux-nat.c (linux_resume_one_lwp): New function.
370 (resume_lwp): Use lwp_status_pending_p and linux_resume_one_lwp.
371 (linux_nat_resume): Use lwp_status_pending_p and
372 linux_resume_one_lwp.
373 (linux_handle_syscall_trap): Use linux_resume_one_lwp.
374 (linux_handle_extended_wait): Use linux_resume_one_lwp.
375 (status_callback, running_callback): Use lwp_status_pending_p.
376 (lwp_status_pending_p): New function.
377 (stop_and_resume_callback): Use lwp_status_pending_p.
378 (linux_nat_filter_event): Use linux_resume_one_lwp.
379 (linux_nat_wait_1): Always use status_callback to look for an LWP
380 with a pending status. Use linux_resume_one_lwp.
381 (resume_stopped_resumed_lwps): Use lwp_status_pending_p and
382 linux_resume_one_lwp.
383
384 2015-01-09 Pedro Alves <palves@redhat.com>
385
386 * breakpoint.c (bp_location_inserted_here_p): New function,
387 factored out from ...
388 (breakpoint_inserted_here_p): ... here. Use
389 ALL_BP_LOCATIONS_AT_ADDR.
390 (software_breakpoint_inserted_here_p): Use
391 bp_location_inserted_here_p and ALL_BP_LOCATIONS_AT_ADDR.
392
393 2014-01-09 Pedro Alves <palves@redhat.com>
394
395 Skip enabling event reporting if the kernel supports
396 PTRACE_EVENT_CLONE.
397 * linux-thread-db.c: Include "nat/linux-ptrace.h".
398 (thread_db_use_events): New function.
399 (try_thread_db_load_1): Check thread_db_use_events before enabling
400 event reporting.
401 (update_thread_state): New function.
402 (attach_thread): Use it. Check thread_db_use_events before
403 enabling event reporting.
404 (thread_db_detach): Check thread_db_use_events before disabling
405 event reporting.
406 (find_new_threads_callback): Check thread_db_use_events before
407 enabling event reporting. Update the thread's state if not using
408 libthread_db events.
409
410 2015-01-09 Pedro Alves <palves@redhat.com>
411
412 * linux-nat.c (lin_lwp_attach_lwp): Assert that the lwp id we're
413 about to wait for is > 0.
414 * linux-thread-db.c (find_new_threads_callback): Ignore thread if
415 the kernel thread ID is -1.
416
417 2015-01-09 Pedro Alves <palves@redhat.com>
418
419 * linux-nat.c (attach_proc_task_lwp_callback): New function.
420 (linux_nat_attach): Use linux_proc_attach_tgid_threads.
421 (wait_lwp, linux_nat_filter_event): If not set yet, set the lwp's
422 ptrace option flags.
423 * linux-nat.h (struct lwp_info) <must_set_ptrace_flags>: New
424 field.
425 * nat/linux-procfs.c: Include <dirent.h>.
426 (linux_proc_get_int): New parameter "warn". Handle it.
427 (linux_proc_get_tgid): Adjust.
428 (linux_proc_get_tracerpid): Rename to ...
429 (linux_proc_get_tracerpid_nowarn): ... this.
430 (linux_proc_pid_get_state): New function, factored out from
431 (linux_proc_pid_has_state): ... this. Add new parameter "warn"
432 and handle it.
433 (linux_proc_pid_is_gone): New function.
434 (linux_proc_pid_is_stopped): Adjust.
435 (linux_proc_pid_is_zombie_maybe_warn)
436 (linux_proc_pid_is_zombie_nowarn): New functions.
437 (linux_proc_pid_is_zombie): Use
438 linux_proc_pid_is_zombie_maybe_warn.
439 (linux_proc_attach_tgid_threads): New function.
440 * nat/linux-procfs.h (linux_proc_get_tgid): Update comment.
441 (linux_proc_get_tracerpid): Rename to ...
442 (linux_proc_get_tracerpid_nowarn): ... this, and update comment.
443 (linux_proc_pid_is_gone): New declaration.
444 (linux_proc_pid_is_zombie): Update comment.
445 (linux_proc_pid_is_zombie_nowarn): New declaration.
446 (linux_proc_attach_lwp_func): New typedef.
447 (linux_proc_attach_tgid_threads): New declaration.
448 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason): Adjust to
449 use nowarn functions.
450 (linux_ptrace_attach_fail_reason_string): Move here from
451 gdbserver/linux-low.c and rename.
452 (ptrace_supports_feature): If the current ptrace options are not
453 known yet, check them now, instead of asserting.
454 * nat/linux-ptrace.h (linux_ptrace_attach_fail_reason_string):
455 Declare.
456
457 2015-01-09 Pedro Alves <palves@redhat.com>
458
459 * linux-thread-db.c (thread_db_find_new_threads_silently)
460 (try_thread_db_load_1, try_thread_db_load, thread_db_load_search)
461 (find_new_threads_once): Print debug output on gdb_stdlog.
462
463 2015-01-09 Chen Gang <gang.chen.5i5j@gmail.com>
464 Pedro Alves <palves@redhat.com>
465
466 * compile/compile.c: Include "gdb_wait.h".
467 (do_rmdir): Check return value, and free 'zap'.
468
469 2015-01-08 Pedro Alves <palves@redhat.com>
470 Yao Qi <yao@codesourcery.com>
471
472 * dwarf2loc.c (indirect_pieced_value): Don't call
473 gdb_sign_extend. Call extract_signed_integer instead.
474 * utils.c (gdb_sign_extend): Remove.
475 * utils.h (gdb_sign_extend): Remove declaration.
476
477 2015-01-07 Pierre Muller <muller@sourceware.org>
478
479 PR symtab/17811
480 * stabsread.c (define_symbol): Set language for C++ special symbols.
481
482 2015-01-07 Patrick Palka <patrick@parcs.ath.cx>
483
484 * inflow.c (initial_gdb_ttystate): Tweak comment.
485
486 2015-01-07 Joel Brobecker <brobecker@adacore.com>
487
488 * inflow.c (set_initial_gdb_ttystate): Add empty line after
489 comment documenting function.
490
491 2015-01-07 Patrick Palka <patrick@parcs.ath.cx>
492
493 * terminal.h (set_initial_gdb_ttystate): Declare.
494 * inflow.c (initial_gdb_ttystate): New static variable.
495 (set_initial_gdb_ttystate): New setter.
496 (child_terminal_init_with_pgrp): Copy initial_gdb_ttystate
497 instead of our current terminal state.
498 * top.c (gdb_init): Call set_initial_gdb_ttystate.
499
500 2015-01-07 Joel Brobecker <brobecker@adacore.com>
501
502 * guile/scm-type.c (tyscm_array_1): Add comment.
503 * python/py-type.c (typy_array_1): Add comment.
504
505 2015-01-06 Joel Brobecker <brobecker@adacore.com>
506
507 * guile/scm-type.c (tyscm_array_1): Do not raise out-of-range
508 error if N2 is equal to N1 - 1.
509
510 2015-01-06 Joel Brobecker <brobecker@adacore.com>
511
512 * python/py-type.c (typy_array_1): Do not raise negative-length
513 exception if N2 is equal to N1 - 1.
514
515 2015-01-03 Doug Evans <xdje42@gmail.com>
516
517 * c-exp.y: Whitespace cleanup.
518 (classify_inner_name): Remove extra ;.
519
520 2015-01-02 Maciej W. Rozycki <macro@codesourcery.com>
521
522 * mips-tdep.c (mips32_scan_prologue): Keep the extracted stack
523 offset signed.
524
525 2015-01-02 Doug Evans <dje@google.com>
526
527 * dwarf2read.c (setup_type_unit_groups): Remove outdated comment.
528
529 2015-01-02 Doug Evans <dje@google.com>
530
531 * symtab.h (struct symbol): Fix typo in comment.
532
533 2015-01-01 Joel Brobecker <brobecker@adacore.com>
534
535 Update year range in copyright notice of all files.
536
537 2015-01-01 Joel Brobecker <brobecker@adacore.com>
538
539 * top.c (print_gdb_version): Update copyright year to 2015.
540
541 2015-01-01 Joel Brobecker <brobecker@adacore.com>
542
543 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2014.
544
545 For older changes see ChangeLog-2014.
546 \f
547 Local Variables:
548 mode: change-log
549 left-margin: 8
550 fill-column: 74
551 version-control: never
552 coding: utf-8
553 End:
This page took 0.041657 seconds and 5 git commands to generate.