Browse Source

GDB copyright headers update after running GDB's copyright.py script.

gdb/ChangeLog:

        Update year range in copyright notice of all files.
gdb-7.11-branch
Joel Brobecker 11 years ago
parent
commit
618f726fcb
  1. 2
      gdb/.dir-locals.el
  2. 4
      gdb/ChangeLog
  3. 2
      gdb/Makefile.in
  4. 2
      gdb/aarch32-linux-nat.c
  5. 2
      gdb/aarch32-linux-nat.h
  6. 2
      gdb/aarch64-linux-nat.c
  7. 2
      gdb/aarch64-linux-tdep.c
  8. 2
      gdb/aarch64-linux-tdep.h
  9. 2
      gdb/aarch64-newlib-tdep.c
  10. 2
      gdb/aarch64-tdep.c
  11. 2
      gdb/aarch64-tdep.h
  12. 2
      gdb/acinclude.m4
  13. 2
      gdb/acx_configure_dir.m4
  14. 2
      gdb/ada-exp.y
  15. 2
      gdb/ada-lang.c
  16. 2
      gdb/ada-lang.h
  17. 2
      gdb/ada-lex.l
  18. 2
      gdb/ada-operator.def
  19. 2
      gdb/ada-tasks.c
  20. 2
      gdb/ada-typeprint.c
  21. 2
      gdb/ada-valprint.c
  22. 2
      gdb/ada-varobj.c
  23. 2
      gdb/addrmap.c
  24. 2
      gdb/addrmap.h
  25. 2
      gdb/agent.c
  26. 2
      gdb/aix-thread.c
  27. 2
      gdb/alpha-linux-nat.c
  28. 2
      gdb/alpha-linux-tdep.c
  29. 2
      gdb/alpha-mdebug-tdep.c
  30. 2
      gdb/alpha-tdep.c
  31. 2
      gdb/alpha-tdep.h
  32. 2
      gdb/alphabsd-nat.c
  33. 2
      gdb/alphabsd-tdep.c
  34. 2
      gdb/alphabsd-tdep.h
  35. 2
      gdb/alphafbsd-tdep.c
  36. 2
      gdb/alphanbsd-tdep.c
  37. 2
      gdb/alphaobsd-tdep.c
  38. 2
      gdb/amd64-darwin-tdep.c
  39. 2
      gdb/amd64-darwin-tdep.h
  40. 2
      gdb/amd64-dicos-tdep.c
  41. 2
      gdb/amd64-linux-nat.c
  42. 2
      gdb/amd64-linux-tdep.c
  43. 2
      gdb/amd64-linux-tdep.h
  44. 2
      gdb/amd64-nat.c
  45. 2
      gdb/amd64-nat.h
  46. 2
      gdb/amd64-sol2-tdep.c
  47. 2
      gdb/amd64-tdep.c
  48. 2
      gdb/amd64-tdep.h
  49. 2
      gdb/amd64-windows-nat.c
  50. 2
      gdb/amd64-windows-tdep.c
  51. 2
      gdb/amd64bsd-nat.c
  52. 2
      gdb/amd64bsd-nat.h
  53. 2
      gdb/amd64fbsd-nat.c
  54. 2
      gdb/amd64fbsd-tdep.c
  55. 2
      gdb/amd64nbsd-nat.c
  56. 2
      gdb/amd64nbsd-tdep.c
  57. 2
      gdb/amd64obsd-nat.c
  58. 2
      gdb/amd64obsd-tdep.c
  59. 2
      gdb/annotate.c
  60. 2
      gdb/annotate.h
  61. 2
      gdb/arch-utils.c
  62. 2
      gdb/arch-utils.h
  63. 2
      gdb/arch/aarch64-insn.c
  64. 2
      gdb/arch/aarch64-insn.h
  65. 2
      gdb/arch/arm-get-next-pcs.c
  66. 2
      gdb/arch/arm-get-next-pcs.h
  67. 2
      gdb/arch/arm-linux.c
  68. 2
      gdb/arch/arm-linux.h
  69. 2
      gdb/arch/arm.c
  70. 2
      gdb/arch/arm.h
  71. 2
      gdb/arch/xtensa.h
  72. 2
      gdb/arm-linux-nat.c
  73. 2
      gdb/arm-linux-tdep.c
  74. 2
      gdb/arm-linux-tdep.h
  75. 2
      gdb/arm-symbian-tdep.c
  76. 2
      gdb/arm-tdep.c
  77. 2
      gdb/arm-tdep.h
  78. 2
      gdb/arm-wince-tdep.c
  79. 2
      gdb/armbsd-tdep.c
  80. 2
      gdb/armnbsd-nat.c
  81. 2
      gdb/armnbsd-tdep.c
  82. 2
      gdb/armobsd-tdep.c
  83. 2
      gdb/auto-load.c
  84. 2
      gdb/auto-load.h
  85. 2
      gdb/auxv.c
  86. 2
      gdb/auxv.h
  87. 2
      gdb/avr-tdep.c
  88. 2
      gdb/ax-gdb.c
  89. 2
      gdb/ax-gdb.h
  90. 2
      gdb/ax-general.c
  91. 2
      gdb/ax.h
  92. 2
      gdb/bcache.c
  93. 2
      gdb/bcache.h
  94. 2
      gdb/bfd-target.c
  95. 2
      gdb/bfd-target.h
  96. 2
      gdb/bfin-linux-tdep.c
  97. 2
      gdb/bfin-tdep.c
  98. 2
      gdb/bfin-tdep.h
  99. 2
      gdb/block.c
  100. 2
      gdb/block.h

2
gdb/.dir-locals.el

@ -1,5 +1,5 @@
;; Emacs settings.
;; Copyright (C) 2012-2015 Free Software Foundation, Inc.
;; Copyright (C) 2012-2016 Free Software Foundation, Inc.
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by

4
gdb/ChangeLog

@ -1,3 +1,7 @@
2016-01-01 Joel Brobecker <brobecker@adacore.com>
Update year range in copyright notice of all files.
2016-01-01 Joel Brobecker <brobecker@adacore.com>
* top.c (print_gdb_version): Change copyright year in version

2
gdb/Makefile.in

@ -1,4 +1,4 @@
# Copyright (C) 1989-2015 Free Software Foundation, Inc.
# Copyright (C) 1989-2016 Free Software Foundation, Inc.
# This file is part of GDB.

2
gdb/aarch32-linux-nat.c

@ -1,4 +1,4 @@
/* Copyright (C) 1999-2015 Free Software Foundation, Inc.
/* Copyright (C) 1999-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/aarch32-linux-nat.h

@ -1,4 +1,4 @@
/* Copyright (C) 1999-2015 Free Software Foundation, Inc.
/* Copyright (C) 1999-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/aarch64-linux-nat.c

@ -1,6 +1,6 @@
/* Native-dependent code for GNU/Linux AArch64.
Copyright (C) 2011-2015 Free Software Foundation, Inc.
Copyright (C) 2011-2016 Free Software Foundation, Inc.
Contributed by ARM Ltd.
This file is part of GDB.

2
gdb/aarch64-linux-tdep.c

@ -1,6 +1,6 @@
/* Target-dependent code for GNU/Linux AArch64.
Copyright (C) 2009-2015 Free Software Foundation, Inc.
Copyright (C) 2009-2016 Free Software Foundation, Inc.
Contributed by ARM Ltd.
This file is part of GDB.

2
gdb/aarch64-linux-tdep.h

@ -1,6 +1,6 @@
/* GNU/Linux on AArch64 target support, prototypes.
Copyright (C) 2012-2015 Free Software Foundation, Inc.
Copyright (C) 2012-2016 Free Software Foundation, Inc.
Contributed by ARM Ltd.
This file is part of GDB.

2
gdb/aarch64-newlib-tdep.c

@ -1,6 +1,6 @@
/* Target-dependent code for Newlib AArch64.
Copyright (C) 2011-2015 Free Software Foundation, Inc.
Copyright (C) 2011-2016 Free Software Foundation, Inc.
Contributed by ARM Ltd.
This file is part of GDB.

2
gdb/aarch64-tdep.c

@ -1,6 +1,6 @@
/* Common target dependent code for GDB on AArch64 systems.
Copyright (C) 2009-2015 Free Software Foundation, Inc.
Copyright (C) 2009-2016 Free Software Foundation, Inc.
Contributed by ARM Ltd.
This file is part of GDB.

2
gdb/aarch64-tdep.h

@ -1,6 +1,6 @@
/* Common target dependent code for GDB on AArch64 systems.
Copyright (C) 2009-2015 Free Software Foundation, Inc.
Copyright (C) 2009-2016 Free Software Foundation, Inc.
Contributed by ARM Ltd.
This file is part of GDB.

2
gdb/acinclude.m4

@ -73,7 +73,7 @@ m4_include(ptrace.m4)
## From Franc,ois Pinard ##
## ----------------------------------------- ##
# Copyright (C) 1996-2015 Free Software Foundation, Inc.
# Copyright (C) 1996-2016 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by

2
gdb/acx_configure_dir.m4

@ -1,4 +1,4 @@
# Copyright (C) 1992-2015 Free Software Foundation, Inc.
# Copyright (C) 1992-2016 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation gives
# unlimited permission to copy and/or distribute it, with or without

2
gdb/ada-exp.y

@ -1,5 +1,5 @@
/* YACC parser for Ada expressions, for GDB.
Copyright (C) 1986-2015 Free Software Foundation, Inc.
Copyright (C) 1986-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/ada-lang.c

@ -1,6 +1,6 @@
/* Ada language support routines for GDB, the GNU debugger.
Copyright (C) 1992-2015 Free Software Foundation, Inc.
Copyright (C) 1992-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/ada-lang.h

@ -1,6 +1,6 @@
/* Ada language support definitions for GDB, the GNU debugger.
Copyright (C) 1992-2015 Free Software Foundation, Inc.
Copyright (C) 1992-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/ada-lex.l

@ -1,5 +1,5 @@
/* FLEX lexer for Ada expressions, for GDB.
Copyright (C) 1994-2015 Free Software Foundation, Inc.
Copyright (C) 1994-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/ada-operator.def

@ -1,6 +1,6 @@
/* Ada language operator definitions for GDB, the GNU debugger.
Copyright (C) 1992-2015 Free Software Foundation, Inc.
Copyright (C) 1992-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/ada-tasks.c

@ -1,4 +1,4 @@
/* Copyright (C) 1992-2015 Free Software Foundation, Inc.
/* Copyright (C) 1992-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/ada-typeprint.c

@ -1,5 +1,5 @@
/* Support for printing Ada types for GDB, the GNU debugger.
Copyright (C) 1986-2015 Free Software Foundation, Inc.
Copyright (C) 1986-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/ada-valprint.c

@ -1,6 +1,6 @@
/* Support for printing Ada values for GDB, the GNU debugger.
Copyright (C) 1986-2015 Free Software Foundation, Inc.
Copyright (C) 1986-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/ada-varobj.c

@ -1,6 +1,6 @@
/* varobj support for Ada.
Copyright (C) 2012-2015 Free Software Foundation, Inc.
Copyright (C) 2012-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/addrmap.c

@ -1,6 +1,6 @@
/* addrmap.c --- implementation of address map data structure.
Copyright (C) 2007-2015 Free Software Foundation, Inc.
Copyright (C) 2007-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/addrmap.h

@ -1,6 +1,6 @@
/* addrmap.h --- interface to address map data structure.
Copyright (C) 2007-2015 Free Software Foundation, Inc.
Copyright (C) 2007-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/agent.c

@ -1,4 +1,4 @@
/* Copyright (C) 2012-2015 Free Software Foundation, Inc.
/* Copyright (C) 2012-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/aix-thread.c

@ -1,6 +1,6 @@
/* Low level interface for debugging AIX 4.3+ pthreads.
Copyright (C) 1999-2015 Free Software Foundation, Inc.
Copyright (C) 1999-2016 Free Software Foundation, Inc.
Written by Nick Duffek <nsd@redhat.com>.
This file is part of GDB.

2
gdb/alpha-linux-nat.c

@ -1,5 +1,5 @@
/* Low level Alpha GNU/Linux interface, for GDB when running native.
Copyright (C) 2005-2015 Free Software Foundation, Inc.
Copyright (C) 2005-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/alpha-linux-tdep.c

@ -1,5 +1,5 @@
/* Target-dependent code for GNU/Linux on Alpha.
Copyright (C) 2002-2015 Free Software Foundation, Inc.
Copyright (C) 2002-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/alpha-mdebug-tdep.c

@ -1,5 +1,5 @@
/* Target-dependent mdebug code for the ALPHA architecture.
Copyright (C) 1993-2015 Free Software Foundation, Inc.
Copyright (C) 1993-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/alpha-tdep.c

@ -1,6 +1,6 @@
/* Target-dependent code for the ALPHA architecture, for GDB, the GNU Debugger.
Copyright (C) 1993-2015 Free Software Foundation, Inc.
Copyright (C) 1993-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/alpha-tdep.h

@ -1,5 +1,5 @@
/* Common target dependent code for GDB on Alpha systems.
Copyright (C) 1993-2015 Free Software Foundation, Inc.
Copyright (C) 1993-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/alphabsd-nat.c

@ -1,6 +1,6 @@
/* Native-dependent code for Alpha BSD's.
Copyright (C) 2000-2015 Free Software Foundation, Inc.
Copyright (C) 2000-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/alphabsd-tdep.c

@ -1,6 +1,6 @@
/* Common target dependent code Alpha BSD's.
Copyright (C) 2000-2015 Free Software Foundation, Inc.
Copyright (C) 2000-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/alphabsd-tdep.h

@ -1,6 +1,6 @@
/* Common target dependent code for Alpha BSD's.
Copyright (C) 2002-2015 Free Software Foundation, Inc.
Copyright (C) 2002-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/alphafbsd-tdep.c

@ -1,6 +1,6 @@
/* Target-dependent code for FreeBSD/alpha.
Copyright (C) 2001-2015 Free Software Foundation, Inc.
Copyright (C) 2001-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/alphanbsd-tdep.c

@ -1,6 +1,6 @@
/* Target-dependent code for NetBSD/alpha.
Copyright (C) 2002-2015 Free Software Foundation, Inc.
Copyright (C) 2002-2016 Free Software Foundation, Inc.
Contributed by Wasabi Systems, Inc.

2
gdb/alphaobsd-tdep.c

@ -1,6 +1,6 @@
/* Target-dependent code for OpenBSD/alpha.
Copyright (C) 2006-2015 Free Software Foundation, Inc.
Copyright (C) 2006-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/amd64-darwin-tdep.c

@ -1,5 +1,5 @@
/* Darwin support for GDB, the GNU debugger.
Copyright (C) 1997-2015 Free Software Foundation, Inc.
Copyright (C) 1997-2016 Free Software Foundation, Inc.
Contributed by Apple Computer, Inc.

2
gdb/amd64-darwin-tdep.h

@ -1,6 +1,6 @@
/* Target-dependent code for Darwin x86-64.
Copyright (C) 2009-2015 Free Software Foundation, Inc.
Copyright (C) 2009-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/amd64-dicos-tdep.c

@ -1,6 +1,6 @@
/* Target-dependent code for DICOS running on x86-64's, for GDB.
Copyright (C) 2009-2015 Free Software Foundation, Inc.
Copyright (C) 2009-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/amd64-linux-nat.c

@ -1,6 +1,6 @@
/* Native-dependent code for GNU/Linux x86-64.
Copyright (C) 2001-2015 Free Software Foundation, Inc.
Copyright (C) 2001-2016 Free Software Foundation, Inc.
Contributed by Jiri Smid, SuSE Labs.
This file is part of GDB.

2
gdb/amd64-linux-tdep.c

@ -1,6 +1,6 @@
/* Target-dependent code for GNU/Linux x86-64.
Copyright (C) 2001-2015 Free Software Foundation, Inc.
Copyright (C) 2001-2016 Free Software Foundation, Inc.
Contributed by Jiri Smid, SuSE Labs.
This file is part of GDB.

2
gdb/amd64-linux-tdep.h

@ -1,6 +1,6 @@
/* Target-dependent code for GNU/Linux AMD64.
Copyright (C) 2006-2015 Free Software Foundation, Inc.
Copyright (C) 2006-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/amd64-nat.c

@ -1,6 +1,6 @@
/* Native-dependent code for AMD64.
Copyright (C) 2003-2015 Free Software Foundation, Inc.
Copyright (C) 2003-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/amd64-nat.h

@ -1,6 +1,6 @@
/* Native-dependent code for AMD64.
Copyright (C) 2003-2015 Free Software Foundation, Inc.
Copyright (C) 2003-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/amd64-sol2-tdep.c

@ -1,6 +1,6 @@
/* Target-dependent code for AMD64 Solaris.
Copyright (C) 2001-2015 Free Software Foundation, Inc.
Copyright (C) 2001-2016 Free Software Foundation, Inc.
Contributed by Joseph Myers, CodeSourcery, LLC.

2
gdb/amd64-tdep.c

@ -1,6 +1,6 @@
/* Target-dependent code for AMD64.
Copyright (C) 2001-2015 Free Software Foundation, Inc.
Copyright (C) 2001-2016 Free Software Foundation, Inc.
Contributed by Jiri Smid, SuSE Labs.

2
gdb/amd64-tdep.h

@ -1,6 +1,6 @@
/* Target-dependent definitions for AMD64.
Copyright (C) 2001-2015 Free Software Foundation, Inc.
Copyright (C) 2001-2016 Free Software Foundation, Inc.
Contributed by Jiri Smid, SuSE Labs.
This file is part of GDB.

2
gdb/amd64-windows-nat.c

@ -1,4 +1,4 @@
/* Copyright (C) 2008-2015 Free Software Foundation, Inc.
/* Copyright (C) 2008-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/amd64-windows-tdep.c

@ -1,4 +1,4 @@
/* Copyright (C) 2009-2015 Free Software Foundation, Inc.
/* Copyright (C) 2009-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/amd64bsd-nat.c

@ -1,6 +1,6 @@
/* Native-dependent code for AMD64 BSD's.
Copyright (C) 2003-2015 Free Software Foundation, Inc.
Copyright (C) 2003-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/amd64bsd-nat.h

@ -1,6 +1,6 @@
/* Native-dependent code for AMD64 BSD's.
Copyright (C) 2011-2015 Free Software Foundation, Inc.
Copyright (C) 2011-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/amd64fbsd-nat.c

@ -1,6 +1,6 @@
/* Native-dependent code for FreeBSD/amd64.
Copyright (C) 2003-2015 Free Software Foundation, Inc.
Copyright (C) 2003-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/amd64fbsd-tdep.c

@ -1,6 +1,6 @@
/* Target-dependent code for FreeBSD/amd64.
Copyright (C) 2003-2015 Free Software Foundation, Inc.
Copyright (C) 2003-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/amd64nbsd-nat.c

@ -1,6 +1,6 @@
/* Native-dependent code for NetBSD/amd64.
Copyright (C) 2003-2015 Free Software Foundation, Inc.
Copyright (C) 2003-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/amd64nbsd-tdep.c

@ -1,6 +1,6 @@
/* Target-dependent code for NetBSD/amd64.
Copyright (C) 2003-2015 Free Software Foundation, Inc.
Copyright (C) 2003-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/amd64obsd-nat.c

@ -1,6 +1,6 @@
/* Native-dependent code for OpenBSD/amd64.
Copyright (C) 2003-2015 Free Software Foundation, Inc.
Copyright (C) 2003-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/amd64obsd-tdep.c

@ -1,6 +1,6 @@
/* Target-dependent code for OpenBSD/amd64.
Copyright (C) 2003-2015 Free Software Foundation, Inc.
Copyright (C) 2003-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/annotate.c

@ -1,5 +1,5 @@
/* Annotation routines for GDB.
Copyright (C) 1986-2015 Free Software Foundation, Inc.
Copyright (C) 1986-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/annotate.h

@ -1,5 +1,5 @@
/* Annotation routines for GDB.
Copyright (C) 1986-2015 Free Software Foundation, Inc.
Copyright (C) 1986-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/arch-utils.c

@ -1,6 +1,6 @@
/* Dynamic architecture support for GDB, the GNU debugger.
Copyright (C) 1998-2015 Free Software Foundation, Inc.
Copyright (C) 1998-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/arch-utils.h

@ -1,6 +1,6 @@
/* Dynamic architecture support for GDB, the GNU debugger.
Copyright (C) 1998-2015 Free Software Foundation, Inc.
Copyright (C) 1998-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/arch/aarch64-insn.c

@ -1,4 +1,4 @@
/* Copyright (C) 2009-2015 Free Software Foundation, Inc.
/* Copyright (C) 2009-2016 Free Software Foundation, Inc.
Contributed by ARM Ltd.
This file is part of GDB.

2
gdb/arch/aarch64-insn.h

@ -1,4 +1,4 @@
/* Copyright (C) 2009-2015 Free Software Foundation, Inc.
/* Copyright (C) 2009-2016 Free Software Foundation, Inc.
Contributed by ARM Ltd.
This file is part of GDB.

2
gdb/arch/arm-get-next-pcs.c

@ -1,6 +1,6 @@
/* Common code for ARM software single stepping support.
Copyright (C) 1988-2015 Free Software Foundation, Inc.
Copyright (C) 1988-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/arch/arm-get-next-pcs.h

@ -1,6 +1,6 @@
/* Common code for ARM software single stepping support.
Copyright (C) 1988-2015 Free Software Foundation, Inc.
Copyright (C) 1988-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/arch/arm-linux.c

@ -1,6 +1,6 @@
/* Common target dependent code for GNU/Linux on ARM systems.
Copyright (C) 1999-2015 Free Software Foundation, Inc.
Copyright (C) 1999-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/arch/arm-linux.h

@ -1,6 +1,6 @@
/* Common target dependent code for GNU/Linux on ARM systems.
Copyright (C) 1999-2015 Free Software Foundation, Inc.
Copyright (C) 1999-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/arch/arm.c

@ -1,6 +1,6 @@
/* Common target dependent code for GDB on ARM systems.
Copyright (C) 1988-2015 Free Software Foundation, Inc.
Copyright (C) 1988-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/arch/arm.h

@ -1,5 +1,5 @@
/* Common target dependent code for GDB on ARM systems.
Copyright (C) 1988-2015 Free Software Foundation, Inc.
Copyright (C) 1988-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/arch/xtensa.h

@ -1,6 +1,6 @@
/* Common Target-dependent code for the Xtensa port of GDB, the GNU debugger.
Copyright (C) 2003-2015 Free Software Foundation, Inc.
Copyright (C) 2003-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/arm-linux-nat.c

@ -1,5 +1,5 @@
/* GNU/Linux on ARM native support.
Copyright (C) 1999-2015 Free Software Foundation, Inc.
Copyright (C) 1999-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/arm-linux-tdep.c

@ -1,6 +1,6 @@
/* GNU/Linux on ARM target support.
Copyright (C) 1999-2015 Free Software Foundation, Inc.
Copyright (C) 1999-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/arm-linux-tdep.h

@ -1,6 +1,6 @@
/* GNU/Linux on ARM target support, prototypes.
Copyright (C) 2006-2015 Free Software Foundation, Inc.
Copyright (C) 2006-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/arm-symbian-tdep.c

@ -1,6 +1,6 @@
/* ARM Symbian OS target support.
Copyright (C) 2008-2015 Free Software Foundation, Inc.
Copyright (C) 2008-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/arm-tdep.c

@ -1,6 +1,6 @@
/* Common target dependent code for GDB on ARM systems.
Copyright (C) 1988-2015 Free Software Foundation, Inc.
Copyright (C) 1988-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/arm-tdep.h

@ -1,5 +1,5 @@
/* Common target dependent code for GDB on ARM systems.
Copyright (C) 2002-2015 Free Software Foundation, Inc.
Copyright (C) 2002-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/arm-wince-tdep.c

@ -1,7 +1,7 @@
/* Target-dependent code for Windows CE running on ARM processors,
for GDB.
Copyright (C) 2007-2015 Free Software Foundation, Inc.
Copyright (C) 2007-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/armbsd-tdep.c

@ -1,6 +1,6 @@
/* Target-dependent code for ARM BSD's.
Copyright (C) 2006-2015 Free Software Foundation, Inc.
Copyright (C) 2006-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/armnbsd-nat.c

@ -1,6 +1,6 @@
/* Native-dependent code for BSD Unix running on ARM's, for GDB.
Copyright (C) 1988-2015 Free Software Foundation, Inc.
Copyright (C) 1988-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/armnbsd-tdep.c

@ -1,6 +1,6 @@
/* Target-dependent code for NetBSD/arm.
Copyright (C) 2002-2015 Free Software Foundation, Inc.
Copyright (C) 2002-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/armobsd-tdep.c

@ -1,6 +1,6 @@
/* Target-dependent code for OpenBSD/arm.
Copyright (C) 2006-2015 Free Software Foundation, Inc.
Copyright (C) 2006-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/auto-load.c

@ -1,6 +1,6 @@
/* GDB routines for supporting auto-loaded scripts.
Copyright (C) 2012-2015 Free Software Foundation, Inc.
Copyright (C) 2012-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/auto-load.h

@ -1,6 +1,6 @@
/* GDB routines for supporting auto-loaded scripts.
Copyright (C) 2012-2015 Free Software Foundation, Inc.
Copyright (C) 2012-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/auxv.c

@ -1,6 +1,6 @@
/* Auxiliary vector support for GDB, the GNU debugger.
Copyright (C) 2004-2015 Free Software Foundation, Inc.
Copyright (C) 2004-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/auxv.h

@ -1,6 +1,6 @@
/* Auxiliary vector support for GDB, the GNU debugger.
Copyright (C) 2004-2015 Free Software Foundation, Inc.
Copyright (C) 2004-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/avr-tdep.c

@ -1,6 +1,6 @@
/* Target-dependent code for Atmel AVR, for GDB.
Copyright (C) 1996-2015 Free Software Foundation, Inc.
Copyright (C) 1996-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/ax-gdb.c

@ -1,6 +1,6 @@
/* GDB-specific functions for operating on agent expressions.
Copyright (C) 1998-2015 Free Software Foundation, Inc.
Copyright (C) 1998-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/ax-gdb.h

@ -1,5 +1,5 @@
/* GDB-specific functions for operating on agent expressions
Copyright (C) 1998-2015 Free Software Foundation, Inc.
Copyright (C) 1998-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/ax-general.c

@ -1,5 +1,5 @@
/* Functions for manipulating expressions designed to be executed on the agent
Copyright (C) 1998-2015 Free Software Foundation, Inc.
Copyright (C) 1998-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/ax.h

@ -1,5 +1,5 @@
/* Definitions for expressions designed to be executed on the agent
Copyright (C) 1998-2015 Free Software Foundation, Inc.
Copyright (C) 1998-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/bcache.c

@ -2,7 +2,7 @@
Written by Fred Fish <fnf@cygnus.com>
Rewritten by Jim Blandy <jimb@cygnus.com>
Copyright (C) 1999-2015 Free Software Foundation, Inc.
Copyright (C) 1999-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/bcache.h

@ -2,7 +2,7 @@
Written by Fred Fish <fnf@cygnus.com>
Rewritten by Jim Blandy <jimb@cygnus.com>
Copyright (C) 1999-2015 Free Software Foundation, Inc.
Copyright (C) 1999-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/bfd-target.c

@ -1,6 +1,6 @@
/* Very simple "bfd" target, for GDB, the GNU debugger.
Copyright (C) 2003-2015 Free Software Foundation, Inc.
Copyright (C) 2003-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/bfd-target.h

@ -1,6 +1,6 @@
/* Very simple "bfd" target, for GDB, the GNU debugger.
Copyright (C) 2003-2015 Free Software Foundation, Inc.
Copyright (C) 2003-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/bfin-linux-tdep.c

@ -1,6 +1,6 @@
/* Target-dependent code for Analog Devices Blackfin processor, for GDB.
Copyright (C) 2005-2015 Free Software Foundation, Inc.
Copyright (C) 2005-2016 Free Software Foundation, Inc.
Contributed by Analog Devices, Inc.

2
gdb/bfin-tdep.c

@ -1,6 +1,6 @@
/* Target-dependent code for Analog Devices Blackfin processor, for GDB.
Copyright (C) 2005-2015 Free Software Foundation, Inc.
Copyright (C) 2005-2016 Free Software Foundation, Inc.
Contributed by Analog Devices, Inc.

2
gdb/bfin-tdep.h

@ -1,6 +1,6 @@
/* Target-dependent code for Analog Devices Blackfin processor, for GDB.
Copyright (C) 2005-2015 Free Software Foundation, Inc.
Copyright (C) 2005-2016 Free Software Foundation, Inc.
Contributed by Analog Devices, Inc.

2
gdb/block.c

@ -1,6 +1,6 @@
/* Block-related functions for the GNU debugger, GDB.
Copyright (C) 2003-2015 Free Software Foundation, Inc.
Copyright (C) 2003-2016 Free Software Foundation, Inc.
This file is part of GDB.

2
gdb/block.h

@ -1,6 +1,6 @@
/* Code dealing with blocks for GDB.
Copyright (C) 2003-2015 Free Software Foundation, Inc.
Copyright (C) 2003-2016 Free Software Foundation, Inc.
This file is part of GDB.

Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save