diff options
author | DJ Delorie <dj@redhat.com> | 2011-01-03 21:05:58 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2011-01-03 21:05:58 +0000 |
commit | 59e11e1703f3bfa36b768403e19b4266f27c4426 (patch) | |
tree | 47ccd9b6989b80ee5b02a382e9a29577a7aa7c57 /libiberty | |
parent | 889a4d3e748c3315e125380ef0b6221c764dbff2 (diff) | |
download | gdb-59e11e1703f3bfa36b768403e19b4266f27c4426.zip gdb-59e11e1703f3bfa36b768403e19b4266f27c4426.tar.gz gdb-59e11e1703f3bfa36b768403e19b4266f27c4426.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty')
-rw-r--r-- | libiberty/ChangeLog | 4 | ||||
-rw-r--r-- | libiberty/cp-demangle.h | 3 | ||||
-rw-r--r-- | libiberty/cplus-dem.c | 2 | ||||
-rw-r--r-- | libiberty/floatformat.c | 2 | ||||
-rw-r--r-- | libiberty/lbasename.c | 2 | ||||
-rw-r--r-- | libiberty/maint-tool | 2 | ||||
-rw-r--r-- | libiberty/make-temp-file.c | 3 | ||||
-rw-r--r-- | libiberty/pex-common.c | 2 | ||||
-rw-r--r-- | libiberty/pex-unix.c | 4 |
9 files changed, 11 insertions, 13 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index e4412d6..bc02da4 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,7 +1,3 @@ -2010-12-09 Mike Frysinger <vapier@gentoo.org> - - * .gitignore: New file. - 2010-12-08 Doug Evans <dje@google.com> * splay-tree.c (splay_tree_foreach_helper): Remove arg `sp', diff --git a/libiberty/cp-demangle.h b/libiberty/cp-demangle.h index eac054e..ae635be 100644 --- a/libiberty/cp-demangle.h +++ b/libiberty/cp-demangle.h @@ -1,5 +1,6 @@ /* Internal demangler interface for g++ V3 ABI. - Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2005, 2006, 2007, 2010 + Free Software Foundation, Inc. Written by Ian Lance Taylor <ian@wasabisystems.com>. This file is part of the libiberty library, which is part of GCC. diff --git a/libiberty/cplus-dem.c b/libiberty/cplus-dem.c index 0d812d5..84f94b6 100644 --- a/libiberty/cplus-dem.c +++ b/libiberty/cplus-dem.c @@ -1,6 +1,6 @@ /* Demangler for GNU C++ Copyright 1989, 1991, 1994, 1995, 1996, 1997, 1998, 1999, - 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. + 2000, 2001, 2002, 2003, 2004, 2010 Free Software Foundation, Inc. Written by James Clark (jjc@jclark.uucp) Rewritten by Fred Fish (fnf@cygnus.com) for ARM and Lucid demangling Modified by Satish Pai (pai@apollo.hp.com) for HP demangling diff --git a/libiberty/floatformat.c b/libiberty/floatformat.c index 4819507..1116c63 100644 --- a/libiberty/floatformat.c +++ b/libiberty/floatformat.c @@ -1,5 +1,5 @@ /* IEEE floating point support routines, for GDB, the GNU Debugger. - Copyright 1991, 1994, 1999, 2000, 2003, 2005, 2006 + Copyright 1991, 1994, 1999, 2000, 2003, 2005, 2006, 2010 Free Software Foundation, Inc. This file is part of GDB. diff --git a/libiberty/lbasename.c b/libiberty/lbasename.c index ed1dd1f..87c50fa 100644 --- a/libiberty/lbasename.c +++ b/libiberty/lbasename.c @@ -1,6 +1,6 @@ /* Libiberty basename. Like basename, but is not overridden by the system C library. - Copyright (C) 2001, 2002 Free Software Foundation, Inc. + Copyright (C) 2001, 2002, 2010 Free Software Foundation, Inc. This file is part of the libiberty library. Libiberty is free software; you can redistribute it and/or diff --git a/libiberty/maint-tool b/libiberty/maint-tool index 2c68794..36b9203 100644 --- a/libiberty/maint-tool +++ b/libiberty/maint-tool @@ -1,7 +1,7 @@ #!/usr/bin/perl # -*- perl -*- -# Copyright (C) 2001, 2007 +# Copyright (C) 2001, 2007, 2010 # Free Software Foundation # # This file is part of the libiberty library. diff --git a/libiberty/make-temp-file.c b/libiberty/make-temp-file.c index 4e38766..7b74f81 100644 --- a/libiberty/make-temp-file.c +++ b/libiberty/make-temp-file.c @@ -1,5 +1,6 @@ /* Utility to pick a temporary filename prefix. - Copyright (C) 1996, 1997, 1998, 2001, 2009 Free Software Foundation, Inc. + Copyright (C) 1996, 1997, 1998, 2001, 2009, 2010 + Free Software Foundation, Inc. This file is part of the libiberty library. Libiberty is free software; you can redistribute it and/or diff --git a/libiberty/pex-common.c b/libiberty/pex-common.c index b32c54c..55b63ae 100644 --- a/libiberty/pex-common.c +++ b/libiberty/pex-common.c @@ -1,5 +1,5 @@ /* Common code for executing a program in a sub-process. - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2010 Free Software Foundation, Inc. Written by Ian Lance Taylor <ian@airs.com>. This file is part of the libiberty library. diff --git a/libiberty/pex-unix.c b/libiberty/pex-unix.c index c4a69ad..8d5145c 100644 --- a/libiberty/pex-unix.c +++ b/libiberty/pex-unix.c @@ -1,8 +1,8 @@ /* Utilities to execute a program in a subprocess (possibly linked by pipes with other subprocesses), and wait for it. Generic Unix version (also used for UWIN and VMS). - Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2009 - Free Software Foundation, Inc. + Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2009, + 2010 Free Software Foundation, Inc. This file is part of the libiberty library. Libiberty is free software; you can redistribute it and/or |