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