merge from gcc
This commit is contained in:
parent
889a4d3e74
commit
59e11e1703
@ -1,6 +1,6 @@
|
|||||||
/* Defs for interface to demanglers.
|
/* Defs for interface to demanglers.
|
||||||
Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2000, 2001, 2002,
|
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
|
This program is free software; you can redistribute it and/or
|
||||||
modify it under the terms of the GNU Library General Public License
|
modify it under the terms of the GNU Library General Public License
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* IEEE floating point support declarations, for GDB, the GNU Debugger.
|
/* 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.
|
Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GDB.
|
This file is part of GDB.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* Function declarations for libiberty.
|
/* Function declarations for libiberty.
|
||||||
|
|
||||||
Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
|
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
|
Note - certain prototypes declared in this header file are for
|
||||||
functions whoes implementation copyright does not belong to the
|
functions whoes implementation copyright does not belong to the
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* plugin-api.h -- External linker plugin API. */
|
/* 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>.
|
Written by Cary Coutant <ccoutant@google.com>.
|
||||||
|
|
||||||
This file is part of binutils.
|
This file is part of binutils.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Xtensa configuration settings.
|
/* 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.
|
Free Software Foundation, Inc.
|
||||||
Contributed by Bob Wilson (bob.wilson@acm.org) at Tensilica.
|
Contributed by Bob Wilson (bob.wilson@acm.org) at Tensilica.
|
||||||
|
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
# @configure_input@
|
# @configure_input@
|
||||||
# Makefile for libdecnumber. Run 'configure' to generate Makefile from Makefile.in
|
# 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.
|
#This file is part of GCC.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Configure decNumber for either host or target.
|
/* 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.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
2010-12-09 Mike Frysinger <vapier@gentoo.org>
|
|
||||||
|
|
||||||
* .gitignore: New file.
|
|
||||||
|
|
||||||
2010-12-08 Doug Evans <dje@google.com>
|
2010-12-08 Doug Evans <dje@google.com>
|
||||||
|
|
||||||
* splay-tree.c (splay_tree_foreach_helper): Remove arg `sp',
|
* splay-tree.c (splay_tree_foreach_helper): Remove arg `sp',
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
/* Internal demangler interface for g++ V3 ABI.
|
/* 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>.
|
Written by Ian Lance Taylor <ian@wasabisystems.com>.
|
||||||
|
|
||||||
This file is part of the libiberty library, which is part of GCC.
|
This file is part of the libiberty library, which is part of GCC.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* Demangler for GNU C++
|
/* Demangler for GNU C++
|
||||||
Copyright 1989, 1991, 1994, 1995, 1996, 1997, 1998, 1999,
|
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)
|
Written by James Clark (jjc@jclark.uucp)
|
||||||
Rewritten by Fred Fish (fnf@cygnus.com) for ARM and Lucid demangling
|
Rewritten by Fred Fish (fnf@cygnus.com) for ARM and Lucid demangling
|
||||||
Modified by Satish Pai (pai@apollo.hp.com) for HP demangling
|
Modified by Satish Pai (pai@apollo.hp.com) for HP demangling
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* IEEE floating point support routines, for GDB, the GNU Debugger.
|
/* 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.
|
Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GDB.
|
This file is part of GDB.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* Libiberty basename. Like basename, but is not overridden by the
|
/* Libiberty basename. Like basename, but is not overridden by the
|
||||||
system C library.
|
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.
|
This file is part of the libiberty library.
|
||||||
Libiberty is free software; you can redistribute it and/or
|
Libiberty is free software; you can redistribute it and/or
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/perl
|
#!/usr/bin/perl
|
||||||
# -*- perl -*-
|
# -*- perl -*-
|
||||||
|
|
||||||
# Copyright (C) 2001, 2007
|
# Copyright (C) 2001, 2007, 2010
|
||||||
# Free Software Foundation
|
# Free Software Foundation
|
||||||
#
|
#
|
||||||
# This file is part of the libiberty library.
|
# This file is part of the libiberty library.
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
/* Utility to pick a temporary filename prefix.
|
/* 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.
|
This file is part of the libiberty library.
|
||||||
Libiberty is free software; you can redistribute it and/or
|
Libiberty is free software; you can redistribute it and/or
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Common code for executing a program in a sub-process.
|
/* 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>.
|
Written by Ian Lance Taylor <ian@airs.com>.
|
||||||
|
|
||||||
This file is part of the libiberty library.
|
This file is part of the libiberty library.
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
/* Utilities to execute a program in a subprocess (possibly linked by pipes
|
/* Utilities to execute a program in a subprocess (possibly linked by pipes
|
||||||
with other subprocesses), and wait for it. Generic Unix version
|
with other subprocesses), and wait for it. Generic Unix version
|
||||||
(also used for UWIN and VMS).
|
(also used for UWIN and VMS).
|
||||||
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2009
|
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2009,
|
||||||
Free Software Foundation, Inc.
|
2010 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of the libiberty library.
|
This file is part of the libiberty library.
|
||||||
Libiberty is free software; you can redistribute it and/or
|
Libiberty is free software; you can redistribute it and/or
|
||||||
|
Loading…
x
Reference in New Issue
Block a user