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
3229f778
Commit
3229f778
authored
Feb 03, 2013
by
Richard Sandiford
Committed by
Richard Sandiford
Feb 03, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update copyright in libssp.
From-SVN: r195700
parent
1a41c323
Hide whitespace changes
Inline
Side-by-side
Showing
22 changed files
with
25 additions
and
22 deletions
+25
-22
libssp/ChangeLog
+4
-0
libssp/Makefile.am
+1
-2
libssp/gets-chk.c
+1
-1
libssp/memcpy-chk.c
+1
-1
libssp/memmove-chk.c
+1
-1
libssp/mempcpy-chk.c
+1
-1
libssp/memset-chk.c
+1
-1
libssp/snprintf-chk.c
+1
-1
libssp/sprintf-chk.c
+1
-1
libssp/ssp-local.c
+1
-1
libssp/ssp.c
+1
-1
libssp/ssp/ssp.h.in
+1
-1
libssp/ssp/stdio.h
+1
-1
libssp/ssp/string.h
+1
-1
libssp/ssp/unistd.h
+1
-1
libssp/stpcpy-chk.c
+1
-1
libssp/strcat-chk.c
+1
-1
libssp/strcpy-chk.c
+1
-1
libssp/strncat-chk.c
+1
-1
libssp/strncpy-chk.c
+1
-1
libssp/vsnprintf-chk.c
+1
-1
libssp/vsprintf-chk.c
+1
-1
No files found.
libssp/ChangeLog
View file @
3229f778
2013-02-03 Richard Sandiford <rdsandiford@googlemail.com>
Update copyright years.
2013-01-15 Paul Pluzhnikov <ppluzhnikov@google.com>
2013-01-15 Paul Pluzhnikov <ppluzhnikov@google.com>
PR 55982
PR 55982
...
...
libssp/Makefile.am
View file @
3229f778
## Makefile for the toplevel directory of the libssp library.
## Makefile for the toplevel directory of the libssp library.
##
##
## Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010
## Copyright (C) 2005-2013 Free Software Foundation, Inc.
## Free Software Foundation, Inc.
##
##
AUTOMAKE_OPTIONS
=
1.9.5 foreign
AUTOMAKE_OPTIONS
=
1.9.5 foreign
...
...
libssp/gets-chk.c
View file @
3229f778
/* Checking gets.
/* Checking gets.
Copyright (C) 2005
, 2009
Free Software Foundation, Inc.
Copyright (C) 2005
-2013
Free Software Foundation, Inc.
This file is part of GCC.
This file is part of GCC.
...
...
libssp/memcpy-chk.c
View file @
3229f778
/* Checking memcpy.
/* Checking memcpy.
Copyright (C) 2005
, 2009
Free Software Foundation, Inc.
Copyright (C) 2005
-2013
Free Software Foundation, Inc.
This file is part of GCC.
This file is part of GCC.
...
...
libssp/memmove-chk.c
View file @
3229f778
/* Checking memmove.
/* Checking memmove.
Copyright (C) 2005
, 2009, 2010
Free Software Foundation, Inc.
Copyright (C) 2005
-2013
Free Software Foundation, Inc.
This file is part of GCC.
This file is part of GCC.
...
...
libssp/mempcpy-chk.c
View file @
3229f778
/* Checking mempcpy.
/* Checking mempcpy.
Copyright (C) 2005
, 2009
Free Software Foundation, Inc.
Copyright (C) 2005
-2013
Free Software Foundation, Inc.
This file is part of GCC.
This file is part of GCC.
...
...
libssp/memset-chk.c
View file @
3229f778
/* Checking memset.
/* Checking memset.
Copyright (C) 2005
, 2009
Free Software Foundation, Inc.
Copyright (C) 2005
-2013
Free Software Foundation, Inc.
This file is part of GCC.
This file is part of GCC.
...
...
libssp/snprintf-chk.c
View file @
3229f778
/* Checking snprintf.
/* Checking snprintf.
Copyright (C) 2005
, 2009
Free Software Foundation, Inc.
Copyright (C) 2005
-2013
Free Software Foundation, Inc.
This file is part of GCC.
This file is part of GCC.
...
...
libssp/sprintf-chk.c
View file @
3229f778
/* Checking sprintf.
/* Checking sprintf.
Copyright (C) 2005
, 2009
Free Software Foundation, Inc.
Copyright (C) 2005
-2013
Free Software Foundation, Inc.
This file is part of GCC.
This file is part of GCC.
...
...
libssp/ssp-local.c
View file @
3229f778
/* Stack protector support.
/* Stack protector support.
Copyright (C) 2005
, 2009
Free Software Foundation, Inc.
Copyright (C) 2005
-2013
Free Software Foundation, Inc.
This file is part of GCC.
This file is part of GCC.
...
...
libssp/ssp.c
View file @
3229f778
/* Stack protector support.
/* Stack protector support.
Copyright (C) 2005
, 2009
Free Software Foundation, Inc.
Copyright (C) 2005
-2013
Free Software Foundation, Inc.
This file is part of GCC.
This file is part of GCC.
...
...
libssp/ssp/ssp.h.in
View file @
3229f778
/* Object size checking support macros.
/* Object size checking support macros.
Copyright (C) 2004
, 2005, 2009
Free Software Foundation, Inc.
Copyright (C) 2004
-2013
Free Software Foundation, Inc.
This file is part of GCC.
This file is part of GCC.
...
...
libssp/ssp/stdio.h
View file @
3229f778
/* Checking macros for stdio functions.
/* Checking macros for stdio functions.
Copyright (C) 2004
, 2005, 2009
Free Software Foundation, Inc.
Copyright (C) 2004
-2013
Free Software Foundation, Inc.
This file is part of GCC.
This file is part of GCC.
...
...
libssp/ssp/string.h
View file @
3229f778
/* Checking macros for string functions.
/* Checking macros for string functions.
Copyright (C) 2004
, 2005, 2009
Free Software Foundation, Inc.
Copyright (C) 2004
-2013
Free Software Foundation, Inc.
This file is part of GCC.
This file is part of GCC.
...
...
libssp/ssp/unistd.h
View file @
3229f778
/* Checking macros for unistd functions.
/* Checking macros for unistd functions.
Copyright (C) 2005
, 2009
Free Software Foundation, Inc.
Copyright (C) 2005
-2013
Free Software Foundation, Inc.
This file is part of GCC.
This file is part of GCC.
...
...
libssp/stpcpy-chk.c
View file @
3229f778
/* Checking stpcpy.
/* Checking stpcpy.
Copyright (C) 2005
, 2009
Free Software Foundation, Inc.
Copyright (C) 2005
-2013
Free Software Foundation, Inc.
This file is part of GCC.
This file is part of GCC.
...
...
libssp/strcat-chk.c
View file @
3229f778
/* Checking strcat.
/* Checking strcat.
Copyright (C) 1991
, 1997, 2003, 2004, 2005, 2009
Free Software Foundation, Inc.
Copyright (C) 1991
-2013
Free Software Foundation, Inc.
This file is part of GCC.
This file is part of GCC.
...
...
libssp/strcpy-chk.c
View file @
3229f778
/* Checking strcpy.
/* Checking strcpy.
Copyright (C) 2005
, 2009
Free Software Foundation, Inc.
Copyright (C) 2005
-2013
Free Software Foundation, Inc.
This file is part of GCC.
This file is part of GCC.
...
...
libssp/strncat-chk.c
View file @
3229f778
/* Checking strncat.
/* Checking strncat.
Copyright (C) 1991
, 1997, 2003, 2004, 2005, 2009
Free Software Foundation, Inc.
Copyright (C) 1991
-2013
Free Software Foundation, Inc.
This file is part of GCC.
This file is part of GCC.
...
...
libssp/strncpy-chk.c
View file @
3229f778
/* Checking strncpy.
/* Checking strncpy.
Copyright (C) 2005
, 2009
Free Software Foundation, Inc.
Copyright (C) 2005
-2013
Free Software Foundation, Inc.
This file is part of GCC.
This file is part of GCC.
...
...
libssp/vsnprintf-chk.c
View file @
3229f778
/* Checking vsnprintf.
/* Checking vsnprintf.
Copyright (C) 2005
, 2009
Free Software Foundation, Inc.
Copyright (C) 2005
-2013
Free Software Foundation, Inc.
This file is part of GCC.
This file is part of GCC.
...
...
libssp/vsprintf-chk.c
View file @
3229f778
/* Checking vsprintf.
/* Checking vsprintf.
Copyright (C) 2005
, 2009
Free Software Foundation, Inc.
Copyright (C) 2005
-2013
Free Software Foundation, Inc.
This file is part of GCC.
This file is part of GCC.
...
...
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