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
69b2c423
Commit
69b2c423
authored
Jan 14, 2013
by
Richard Sandiford
Committed by
Richard Sandiford
Jan 14, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update copyright years in libatomic.
From-SVN: r195164
parent
ba2b42bd
Hide whitespace changes
Inline
Side-by-side
Showing
29 changed files
with
32 additions
and
28 deletions
+32
-28
libatomic/ChangeLog
+4
-0
libatomic/Makefile.am
+1
-1
libatomic/cas_n.c
+1
-1
libatomic/config/arm/arm-config.h
+1
-1
libatomic/config/arm/exch_n.c
+1
-1
libatomic/config/linux/arm/host-config.h
+1
-1
libatomic/config/linux/arm/init.c
+1
-1
libatomic/config/linux/arm/load_n.c
+1
-1
libatomic/config/linux/arm/store_n.c
+1
-1
libatomic/config/posix/host-config.h
+1
-1
libatomic/config/posix/lock.c
+1
-1
libatomic/config/x86/host-config.h
+1
-1
libatomic/config/x86/init.c
+1
-1
libatomic/configure.ac
+1
-1
libatomic/configure.tgt
+1
-1
libatomic/exch_n.c
+1
-1
libatomic/fadd_n.c
+1
-1
libatomic/fop_n.c
+1
-1
libatomic/gcas.c
+1
-1
libatomic/gexch.c
+1
-1
libatomic/glfree.c
+1
-1
libatomic/gload.c
+1
-1
libatomic/gstore.c
+1
-1
libatomic/host-config.h
+1
-1
libatomic/libatomic_i.h
+1
-1
libatomic/load_n.c
+1
-1
libatomic/store_n.c
+1
-1
libatomic/tas_n.c
+1
-1
libatomic/testsuite/config/default.exp
+1
-1
No files found.
libatomic/ChangeLog
View file @
69b2c423
2013-01-14 Richard Sandiford <rdsandiford@googlemail.com>
Update copyright years.
2012-12-18 Ian Lance Taylor <iant@google.com>
PR go/55201
...
...
libatomic/Makefile.am
View file @
69b2c423
## Copyright (C) 2012 Free Software Foundation, Inc.
## Copyright (C) 2012
-2013
Free Software Foundation, Inc.
## Contributed by Richard Henderson <rth@redhat.com>.
##
## This file is part of the GNU Atomic Library (libatomic).
...
...
libatomic/cas_n.c
View file @
69b2c423
/* Copyright (C) 2012 Free Software Foundation, Inc.
/* Copyright (C) 2012
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Atomic Library (libatomic).
...
...
libatomic/config/arm/arm-config.h
View file @
69b2c423
/* Copyright (C) 2012 Free Software Foundation, Inc.
/* Copyright (C) 2012
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Atomic Library (libatomic).
...
...
libatomic/config/arm/exch_n.c
View file @
69b2c423
/* Copyright (C) 2012 Free Software Foundation, Inc.
/* Copyright (C) 2012
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Atomic Library (libatomic).
...
...
libatomic/config/linux/arm/host-config.h
View file @
69b2c423
/* Copyright (C) 2012 Free Software Foundation, Inc.
/* Copyright (C) 2012
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Atomic Library (libatomic).
...
...
libatomic/config/linux/arm/init.c
View file @
69b2c423
/* Copyright (C) 2012 Free Software Foundation, Inc.
/* Copyright (C) 2012
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Atomic Library (libatomic).
...
...
libatomic/config/linux/arm/load_n.c
View file @
69b2c423
/* Copyright (C) 2012 Free Software Foundation, Inc.
/* Copyright (C) 2012
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Atomic Library (libatomic).
...
...
libatomic/config/linux/arm/store_n.c
View file @
69b2c423
/* Copyright (C) 2012 Free Software Foundation, Inc.
/* Copyright (C) 2012
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Atomic Library (libatomic).
...
...
libatomic/config/posix/host-config.h
View file @
69b2c423
/* Copyright (C) 2012 Free Software Foundation, Inc.
/* Copyright (C) 2012
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Atomic Library (libatomic).
...
...
libatomic/config/posix/lock.c
View file @
69b2c423
/* Copyright (C) 2012 Free Software Foundation, Inc.
/* Copyright (C) 2012
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Atomic Library (libatomic).
...
...
libatomic/config/x86/host-config.h
View file @
69b2c423
/* Copyright (C) 2012 Free Software Foundation, Inc.
/* Copyright (C) 2012
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Atomic Library (libatomic).
...
...
libatomic/config/x86/init.c
View file @
69b2c423
/* Copyright (C) 2012 Free Software Foundation, Inc.
/* Copyright (C) 2012
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Atomic Library (libatomic).
...
...
libatomic/configure.ac
View file @
69b2c423
# Process this file with autoreconf to produce a configure script.
# Copyright (C) 2012 Free Software Foundation, Inc.
# Copyright (C) 2012
-2013
Free Software Foundation, Inc.
#
# This file is part of the GNU Atomic Library (libatomic).
#
...
...
libatomic/configure.tgt
View file @
69b2c423
# -*- shell-script -*-
# Copyright (C) 2012 Free Software Foundation, Inc.
# Copyright (C) 2012
-2013
Free Software Foundation, Inc.
# Contributed by Richard Henderson <rth@redhat.com>.
#
# This file is part of the GNU Atomic Library (libatomic).
...
...
libatomic/exch_n.c
View file @
69b2c423
/* Copyright (C) 2012 Free Software Foundation, Inc.
/* Copyright (C) 2012
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Atomic Library (libatomic).
...
...
libatomic/fadd_n.c
View file @
69b2c423
/* Copyright (C) 2012 Free Software Foundation, Inc.
/* Copyright (C) 2012
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Atomic Library (libatomic).
...
...
libatomic/fop_n.c
View file @
69b2c423
/* Copyright (C) 2012 Free Software Foundation, Inc.
/* Copyright (C) 2012
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Atomic Library (libatomic).
...
...
libatomic/gcas.c
View file @
69b2c423
/* Copyright (C) 2012 Free Software Foundation, Inc.
/* Copyright (C) 2012
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Atomic Library (libatomic).
...
...
libatomic/gexch.c
View file @
69b2c423
/* Copyright (C) 2012 Free Software Foundation, Inc.
/* Copyright (C) 2012
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Atomic Library (libatomic).
...
...
libatomic/glfree.c
View file @
69b2c423
/* Copyright (C) 2012 Free Software Foundation, Inc.
/* Copyright (C) 2012
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Atomic Library (libatomic).
...
...
libatomic/gload.c
View file @
69b2c423
/* Copyright (C) 2012 Free Software Foundation, Inc.
/* Copyright (C) 2012
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Atomic Library (libatomic).
...
...
libatomic/gstore.c
View file @
69b2c423
/* Copyright (C) 2012 Free Software Foundation, Inc.
/* Copyright (C) 2012
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Atomic Library (libatomic).
...
...
libatomic/host-config.h
View file @
69b2c423
/* Copyright (C) 2012 Free Software Foundation, Inc.
/* Copyright (C) 2012
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Atomic Library (libatomic).
...
...
libatomic/libatomic_i.h
View file @
69b2c423
/* Copyright (C) 2012 Free Software Foundation, Inc.
/* Copyright (C) 2012
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Atomic Library (libatomic).
...
...
libatomic/load_n.c
View file @
69b2c423
/* Copyright (C) 2012 Free Software Foundation, Inc.
/* Copyright (C) 2012
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Atomic Library (libatomic).
...
...
libatomic/store_n.c
View file @
69b2c423
/* Copyright (C) 2012 Free Software Foundation, Inc.
/* Copyright (C) 2012
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Atomic Library (libatomic).
...
...
libatomic/tas_n.c
View file @
69b2c423
/* Copyright (C) 2012 Free Software Foundation, Inc.
/* Copyright (C) 2012
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Atomic Library (libatomic).
...
...
libatomic/testsuite/config/default.exp
View file @
69b2c423
# Copyright (C) 2011 Free Software Foundation, Inc.
# Copyright (C) 2011
-2013
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
...
...
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