]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
merge from gcc
authorDJ Delorie <dj@redhat.com>
Mon, 3 Jan 2011 21:05:58 +0000 (21:05 +0000)
committerDJ Delorie <dj@redhat.com>
Mon, 3 Jan 2011 21:05:58 +0000 (21:05 +0000)
16 files changed:
include/demangle.h
include/floatformat.h
include/libiberty.h
include/plugin-api.h
include/xtensa-config.h
libdecnumber/Makefile.in
libdecnumber/dconfig.h
libiberty/ChangeLog
libiberty/cp-demangle.h
libiberty/cplus-dem.c
libiberty/floatformat.c
libiberty/lbasename.c
libiberty/maint-tool
libiberty/make-temp-file.c
libiberty/pex-common.c
libiberty/pex-unix.c

index 8ad073de53205f760efcd8b79da7229d5ed6f3a6..c0624559ee2055d995a1e98109a13359ba363cf8 100644 (file)
@@ -1,6 +1,6 @@
 /* Defs for interface to demanglers.
    Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2000, 2001, 2002,
-   2003, 2004, 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
+   2003, 2004, 2005, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
    
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public License
index 0fc8e75dc8b3316a05022406c8d75e296ad9a7be..b5951644ea5108b93a5a935d33cd4ba3bba1cec4 100644 (file)
@@ -1,5 +1,5 @@
 /* IEEE floating point support declarations, for GDB, the GNU Debugger.
-   Copyright 1991, 1994, 1995, 1997, 2000, 2003, 2005
+   Copyright 1991, 1994, 1995, 1997, 2000, 2003, 2005, 2010
    Free Software Foundation, Inc.
 
 This file is part of GDB.
index f54ca18caa3df6f05076752dbb0c3d6a0d259bac..1cc7250bf3c9b2e5aacedd990647aeafe33e653c 100644 (file)
@@ -1,7 +1,7 @@
 /* Function declarations for libiberty.
 
    Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
-   2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+   2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
    
    Note - certain prototypes declared in this header file are for
    functions whoes implementation copyright does not belong to the
index 9d58fef400d929531abfec2fb8c23b26868e08e0..956df001a1f5bbcc0d8dd9edf57568e175367c25 100644 (file)
@@ -1,6 +1,6 @@
 /* plugin-api.h -- External linker plugin API.  */
 
-/* Copyright 2009 Free Software Foundation, Inc.
+/* Copyright 2009, 2010 Free Software Foundation, Inc.
    Written by Cary Coutant <ccoutant@google.com>.
 
    This file is part of binutils.
index 05ca5e5c429955cd7287f539aedc28f22532dc38..30f4f41a2ac2f7be6c8d8950a82165432f82d806 100644 (file)
@@ -1,5 +1,5 @@
 /* Xtensa configuration settings.
-   Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
+   Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2010
    Free Software Foundation, Inc.
    Contributed by Bob Wilson (bob.wilson@acm.org) at Tensilica.
 
index d2a697c08f7e8bbac6be854edcc7051a4ec8d928..c64f22c984e5138d5f86702f4b7ad0ad8bdeb3af 100644 (file)
@@ -1,7 +1,8 @@
 # @configure_input@
 # Makefile for libdecnumber.  Run 'configure' to generate Makefile from Makefile.in
 
-# Copyright (C) 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010
+# Free Software Foundation, Inc.
 
 #This file is part of GCC.
 
index 503cb61e02d9708a4808e7c2806cdf971b9b7ac5..975f9a1c891d229c8b8dae576094d80783f2edb5 100644 (file)
@@ -1,5 +1,5 @@
 /* Configure decNumber for either host or target.
-   Copyright (C) 2008, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
 
    This file is part of GCC.
 
index e4412d6aa2fd04445f3783d7f8864e176e5edb3b..bc02da4a2bdc18ffd792513967ed5372b74709b9 100644 (file)
@@ -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',
index eac054ed1e290613219e7b771d6172df7cc14dcd..ae635beb4cc767eb39d3b5cba17789df08efe4de 100644 (file)
@@ -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.
index 0d812d5ef83e2f2d200098c43b2481e16e94e3d2..84f94b6a8de6a387da3ca012815a6243458e1d56 100644 (file)
@@ -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
index 4819507cbdd2812ee3cda622a07dd66c713c9458..1116c63117dcaa9447622f1e68649df1b48130bb 100644 (file)
@@ -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.
index ed1dd1fdee89e654e9e7dc0af37492069bd63cb4..87c50faad403b6f54f905a0749f8dc13f178ea47 100644 (file)
@@ -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
index 2c6879410492ad2be8c34fac5bc945683de5a4a1..36b92034f33c2c9e055094e4686e0952678e3ad6 100644 (file)
@@ -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.
index 4e3876676e2721284b15ed6c4b7ee37e022ed5c7..7b74f8179b101e9c37c6bb8683b3cc588ed1fc27 100644 (file)
@@ -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
index b32c54cc683f07760f11c52ed4164a202fea0da2..55b63ae33fe9840c280e3547c895260ee5d6f593 100644 (file)
@@ -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.
index c4a69ad07c09388563a6e0dea3f49af967ad62c4..8d5145c523e6950bcdae209d4c6933eed284daa5 100644 (file)
@@ -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