Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
9cefc856
Commit
9cefc856
authored
Jul 14, 2015
by
H.J. Lu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update copyright year in include
From-SVN: r225781
parent
b6735e76
Hide whitespace changes
Inline
Side-by-side
Showing
32 changed files
with
33 additions
and
52 deletions
+33
-52
include/ansidecl.h
+1
-3
include/demangle.h
+2
-3
include/dwarf2.def
+1
-3
include/dwarf2.h
+1
-3
include/dyn-string.h
+1
-2
include/fibheap.h
+1
-2
include/filenames.h
+1
-1
include/floatformat.h
+1
-2
include/fnmatch.h
+1
-1
include/gcc-c-fe.def
+1
-1
include/gcc-c-interface.h
+1
-1
include/gcc-interface.h
+1
-1
include/gdb/gdb-index.h
+1
-1
include/getopt.h
+1
-2
include/hashtab.h
+1
-2
include/leb128.h
+1
-1
include/longlong.h
+1
-1
include/lto-symtab.h
+1
-1
include/md5.h
+1
-1
include/objalloc.h
+1
-1
include/obstack.h
+1
-3
include/plugin-api.h
+1
-1
include/safe-ctype.h
+1
-1
include/sha1.h
+1
-2
include/simple-object.h
+1
-1
include/sort.h
+1
-1
include/splay-tree.h
+1
-2
include/symcat.h
+1
-1
include/timeval-utils.h
+1
-1
include/vtv-change-permission.h
+1
-2
include/xregex2.h
+1
-2
include/xtensa-config.h
+1
-2
No files found.
include/ansidecl.h
View file @
9cefc856
/* ANSI and traditional C compatability macros
Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
2002, 2003, 2004, 2005, 2006, 2007, 2009, 2010, 2013
Free Software Foundation, Inc.
Copyright (C) 1991-2015 Free Software Foundation, Inc.
This file is part of the GNU C Library.
This program is free software; you can redistribute it and/or modify
...
...
include/demangle.h
View file @
9cefc856
/* Defs for interface to demanglers.
Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2000, 2001, 2002,
2003, 2004, 2005, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
Copyright (C) 1992-2015 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
as published by the Free Software Foundation; either version 2, or
...
...
include/dwarf2.def
View file @
9cefc856
/* -*- c -*-
Declarations and definitions of codes relating to the DWARF2 and
DWARF3 symbolic debugging information formats.
Copyright (C) 1992, 1993, 1995, 1996, 1997, 1999, 2000, 2001, 2002,
2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
Free Software Foundation, Inc.
Copyright (C) 1992-2015 Free Software Foundation, Inc.
Written by Gary Funck (gary@intrepid.com) The Ada Joint Program
Office (AJPO), Florida State University and Silicon Graphics Inc.
...
...
include/dwarf2.h
View file @
9cefc856
/* Declarations and definitions of codes relating to the DWARF2 and
DWARF3 symbolic debugging information formats.
Copyright (C) 1992, 1993, 1995, 1996, 1997, 1999, 2000, 2001, 2002,
2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
Free Software Foundation, Inc.
Copyright (C) 1992-2015 Free Software Foundation, Inc.
Written by Gary Funck (gary@intrepid.com) The Ada Joint Program
Office (AJPO), Florida State University and Silicon Graphics Inc.
...
...
include/dyn-string.h
View file @
9cefc856
/* An abstract string datatype.
Copyright (C) 1998, 1999, 2000, 2002, 2004, 2005, 2009
Free Software Foundation, Inc.
Copyright (C) 1998-2015 Free Software Foundation, Inc.
Contributed by Mark Mitchell (mark@markmitchell.com).
This file is part of GCC.
...
...
include/fibheap.h
View file @
9cefc856
/* A Fibonacci heap datatype.
Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2009
Free Software Foundation, Inc.
Copyright (C) 1998-2015 Free Software Foundation, Inc.
Contributed by Daniel Berlin (dan@cgsoftware.com).
This file is part of GCC.
...
...
include/filenames.h
View file @
9cefc856
...
...
@@ -5,7 +5,7 @@
use forward- and back-slash in path names interchangeably, and
some of them have case-insensitive file names.
Copyright
2000, 2001, 2007, 2010
Free Software Foundation, Inc.
Copyright
(C) 2000-2015
Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
...
...
include/floatformat.h
View file @
9cefc856
/* IEEE floating point support declarations, for GDB, the GNU Debugger.
Copyright 1991, 1994, 1995, 1997, 2000, 2003, 2005, 2010
Free Software Foundation, Inc.
Copyright (C) 1991-2015 Free Software Foundation, Inc.
This file is part of GDB.
...
...
include/fnmatch.h
View file @
9cefc856
/* Copyright
1991, 1992, 1993, 1996
Free Software Foundation, Inc.
/* Copyright
(C) 1991-2015
Free Software Foundation, Inc.
NOTE: The canonical source of this file is maintained with the GNU C Library.
Bugs can be reported to bug-glibc@prep.ai.mit.edu.
...
...
include/gcc-c-fe.def
View file @
9cefc856
/* Interface between GCC C FE and GDB -*- c -*-
Copyright (C) 2014 Free Software Foundation, Inc.
Copyright (C) 2014
-2015
Free Software Foundation, Inc.
This file is part of GCC.
...
...
include/gcc-c-interface.h
View file @
9cefc856
/* Interface between GCC C FE and GDB
Copyright (C) 2014 Free Software Foundation, Inc.
Copyright (C) 2014
-2015
Free Software Foundation, Inc.
This file is part of GCC.
...
...
include/gcc-interface.h
View file @
9cefc856
/* Generic interface between GCC and GDB
Copyright (C) 2014 Free Software Foundation, Inc.
Copyright (C) 2014
-2015
Free Software Foundation, Inc.
This file is part of GCC.
...
...
include/gdb/gdb-index.h
View file @
9cefc856
/* Public attributes of the .gdb_index section.
Copyright
2012
Free Software Foundation, Inc.
Copyright
(C) 2012-2015
Free Software Foundation, Inc.
This file is part of GDB.
...
...
include/getopt.h
View file @
9cefc856
/* Declarations for getopt.
Copyright 1989, 1990, 1991, 1992, 1993, 1994, 1996, 1997, 1998, 2000,
2002 Free Software Foundation, Inc.
Copyright (C) 1989-2015 Free Software Foundation, Inc.
NOTE: The canonical source of this file is maintained with the GNU C Library.
Bugs can be reported to bug-glibc@gnu.org.
...
...
include/hashtab.h
View file @
9cefc856
/* An expandable hash tables datatype.
Copyright (C) 1999, 2000, 2002, 2003, 2004, 2005, 2009, 2010
Free Software Foundation, Inc.
Copyright (C) 1999-2015 Free Software Foundation, Inc.
Contributed by Vladimir Makarov (vmakarov@cygnus.com).
This program is free software; you can redistribute it and/or modify
...
...
include/leb128.h
View file @
9cefc856
/* Utilities for reading leb128 values.
Copyright (C) 2012 Free Software Foundation, Inc.
Copyright (C) 2012
-2015
Free Software Foundation, Inc.
This file is part of the libiberty library.
Libiberty is free software; you can redistribute it and/or
...
...
include/longlong.h
View file @
9cefc856
/* longlong.h -- definitions for mixed size 32/64 bit arithmetic.
Copyright (C) 1991-201
4
Free Software Foundation, Inc.
Copyright (C) 1991-201
5
Free Software Foundation, Inc.
This file is part of the GNU C Library.
...
...
include/lto-symtab.h
View file @
9cefc856
/* Data types used in the IL symbol table.
Copyright (C) 2009 Free Software Foundation, Inc.
Copyright (C) 2009
-2015
Free Software Foundation, Inc.
Contributed by Rafael Espindola <espindola@google.com>
This file is part of GCC.
...
...
include/md5.h
View file @
9cefc856
/* md5.h - Declaration of functions and data types used for MD5 sum
computing library functions.
Copyright
1995, 1996, 2000
Free Software Foundation, Inc.
Copyright
(C) 1995-2015
Free Software Foundation, Inc.
NOTE: The canonical source of this file is maintained with the GNU C
Library. Bugs can be reported to bug-glibc@prep.ai.mit.edu.
...
...
include/objalloc.h
View file @
9cefc856
/* objalloc.h -- routines to allocate memory for objects
Copyright
1997-2012
Free Software Foundation, Inc.
Copyright
(C) 1997-2015
Free Software Foundation, Inc.
Written by Ian Lance Taylor, Cygnus Solutions.
This program is free software; you can redistribute it and/or modify it
...
...
include/obstack.h
View file @
9cefc856
/* obstack.h - object stack macros
Copyright 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1996, 1997, 1998,
1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008
Free Software Foundation, Inc.
Copyright (C) 1988-2015 Free Software Foundation, Inc.
NOTE: The canonical source of this file is maintained with the GNU C Library.
...
...
include/plugin-api.h
View file @
9cefc856
/* plugin-api.h -- External linker plugin API. */
/* Copyright
2009, 2010
Free Software Foundation, Inc.
/* Copyright
(C) 2009-2015
Free Software Foundation, Inc.
Written by Cary Coutant <ccoutant@google.com>.
This file is part of binutils.
...
...
include/safe-ctype.h
View file @
9cefc856
/* <ctype.h> replacement macros.
Copyright (C) 2000
, 2001
Free Software Foundation, Inc.
Copyright (C) 2000
-2015
Free Software Foundation, Inc.
Contributed by Zack Weinberg <zackw@stanford.edu>.
This file is part of the libiberty library.
...
...
include/sha1.h
View file @
9cefc856
/* Declarations of functions and data types used for SHA1 sum
library functions.
Copyright (C) 2000, 2001, 2003, 2005, 2006, 2008, 2010
Free Software Foundation, Inc.
Copyright (C) 2000-2015 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 the
...
...
include/simple-object.h
View file @
9cefc856
/* simple-object.h -- simple routines to read and write object files
Copyright
2010
Free Software Foundation, Inc.
Copyright
(C) 2010-2015
Free Software Foundation, Inc.
Written by Ian Lance Taylor, Google.
This program is free software; you can redistribute it and/or modify it
...
...
include/sort.h
View file @
9cefc856
/* Sorting algorithms.
Copyright (C) 2000
, 2002
Free Software Foundation, Inc.
Copyright (C) 2000
-2015
Free Software Foundation, Inc.
Contributed by Mark Mitchell <mark@codesourcery.com>.
This file is part of GCC.
...
...
include/splay-tree.h
View file @
9cefc856
/* A splay-tree datatype.
Copyright 1998, 1999, 2000, 2002, 2005, 2007, 2009, 2010
Free Software Foundation, Inc.
Copyright (C) 1998-2015 Free Software Foundation, Inc.
Contributed by Mark Mitchell (mark@markmitchell.com).
This file is part of GCC.
...
...
include/symcat.h
View file @
9cefc856
/* Symbol concatenation utilities.
Copyright (C) 1998
, 2000, 2010
Free Software Foundation, Inc.
Copyright (C) 1998
-2015
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
...
...
include/timeval-utils.h
View file @
9cefc856
/* Basic struct timeval utilities.
Copyright (C) 2011 Free Software Foundation, Inc.
Copyright (C) 2011
-2015
Free Software Foundation, Inc.
This file is part of the libiberty library.
Libiberty is free software; you can redistribute it and/or
...
...
include/vtv-change-permission.h
View file @
9cefc856
/* Copyright (C) 2013
Free Software Foundation
/* Copyright (C) 2013-2015 Free Software Foundation, Inc.
This file is part of GCC.
...
...
include/xregex2.h
View file @
9cefc856
/* Definitions for data structures and routines for the regular
expression library, version 0.12.
Copyright (C) 1985, 1989, 1990, 1991, 1992, 1993, 1995, 1996, 1997,
1998, 2000, 2005 Free Software Foundation, Inc.
Copyright (C) 1985-2015 Free Software Foundation, Inc.
This file is part of the GNU C Library. Its master source is NOT part of
the C library, however. The master source lives in /gd/gnu/lib.
...
...
include/xtensa-config.h
View file @
9cefc856
/* Xtensa configuration settings.
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2010
Free Software Foundation, Inc.
Copyright (C) 2001-2015 Free Software Foundation, Inc.
Contributed by Bob Wilson (bob.wilson@acm.org) at Tensilica.
This program is free software; you can redistribute it and/or modify
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment