diff options
author | Eli Zaretskii <eliz@gnu.org> | 2005-12-23 18:11:55 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2005-12-23 18:11:55 +0000 |
commit | 6f0f660e7be1be9b0df00436196aa612570670bf (patch) | |
tree | 3cb9e30ce8373b24031bdac6669e10a70fecaf40 /gdb/gdbserver/configure.ac | |
parent | 12ac1cf5374e06e54207ad961bcd4b721d5843b5 (diff) | |
download | gdb-6f0f660e7be1be9b0df00436196aa612570670bf.zip gdb-6f0f660e7be1be9b0df00436196aa612570670bf.tar.gz gdb-6f0f660e7be1be9b0df00436196aa612570670bf.tar.bz2 |
* linux-arm-low.c:
* linux-cris-low.c:
* inferiors.c:
* i387-fp.h:
* i387-fp.c:
* gdbreplay.c:
* regcache.c:
* proc-service.c:
* mem-break.h:
* mem-break.c:
* linux-x86-64-low.c:
* linux-sh-low.c:
* linux-s390-low.c:
* linux-ppc64-low.c:
* linux-ppc-low.c:
* linux-mips-low.c:
* linux-m68k-low.c:
* linux-m32r-low.c:
* linux-low.h:
* linux-low.c:
* linux-ia64-low.c:
* linux-i386-low.c:
* linux-crisv32-low.c:
* thread-db.c:
* terminal.h:
* target.h:
* target.c:
* server.h:
* server.c:
* remote-utils.c:
* regcache.h:
* utils.c:
* Makefile.in:
* configure.ac:
* gdbserver.1: Add (C) after Copyright. Update the FSF
address.
Diffstat (limited to 'gdb/gdbserver/configure.ac')
-rw-r--r-- | gdb/gdbserver/configure.ac | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gdb/gdbserver/configure.ac b/gdb/gdbserver/configure.ac index c92bfba..fabd94d 100644 --- a/gdb/gdbserver/configure.ac +++ b/gdb/gdbserver/configure.ac @@ -1,5 +1,5 @@ dnl Autoconf configure script for GDB server. -dnl Copyright 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +dnl Copyright (C) 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. dnl dnl This file is part of GDB. dnl @@ -15,7 +15,8 @@ dnl GNU General Public License for more details. dnl dnl You should have received a copy of the GNU General Public License dnl along with this program; if not, write to the Free Software -dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +dnl Foundation, Inc., 51 Franklin Street, Fifth Floor, +dnl Boston, MA 02110-1301, USA. dnl Process this file with autoconf to produce a configure script. |