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