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
3e6a2e37
Commit
3e6a2e37
authored
Jan 02, 2014
by
Richard Sandiford
Committed by
Richard Sandiford
Jan 02, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update copyright years in libatomic/
From-SVN: r206291
parent
926ed539
Hide whitespace changes
Inline
Side-by-side
Showing
31 changed files
with
34 additions
and
30 deletions
+34
-30
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/fenv.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/fenv.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 @
3e6a2e37
2014-01-02 Richard Sandiford <rdsandiford@googlemail.com>
Update copyright years
2013-12-09 Uros Bizjak <ubizjak@gmail.com>
* config/x86/fenv.c (__atomic_feraiseexcept): Emit SSE
...
...
libatomic/Makefile.am
View file @
3e6a2e37
## Copyright (C) 2012-201
3
Free Software Foundation, Inc.
## Copyright (C) 2012-201
4
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 @
3e6a2e37
/* Copyright (C) 2012-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2012-201
4
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 @
3e6a2e37
/* Copyright (C) 2012-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2012-201
4
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 @
3e6a2e37
/* Copyright (C) 2012-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2012-201
4
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 @
3e6a2e37
/* Copyright (C) 2012-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2012-201
4
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 @
3e6a2e37
/* Copyright (C) 2012-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2012-201
4
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 @
3e6a2e37
/* Copyright (C) 2012-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2012-201
4
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 @
3e6a2e37
/* Copyright (C) 2012-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2012-201
4
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 @
3e6a2e37
/* Copyright (C) 2012-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2012-201
4
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 @
3e6a2e37
/* Copyright (C) 2012-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2012-201
4
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Atomic Library (libatomic).
...
...
libatomic/config/x86/fenv.c
View file @
3e6a2e37
/* Copyright (C) 2013 Free Software Foundation, Inc.
/* Copyright (C) 2013
-2014
Free Software Foundation, Inc.
This file is part of the GNU Atomic Library (libatomic).
...
...
libatomic/config/x86/host-config.h
View file @
3e6a2e37
/* Copyright (C) 2012-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2012-201
4
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 @
3e6a2e37
/* Copyright (C) 2012-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2012-201
4
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 @
3e6a2e37
# Process this file with autoreconf to produce a configure script.
# Copyright (C) 2012-201
3
Free Software Foundation, Inc.
# Copyright (C) 2012-201
4
Free Software Foundation, Inc.
#
# This file is part of the GNU Atomic Library (libatomic).
#
...
...
libatomic/configure.tgt
View file @
3e6a2e37
# -*- shell-script -*-
# Copyright (C) 2012-201
3
Free Software Foundation, Inc.
# Copyright (C) 2012-201
4
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 @
3e6a2e37
/* Copyright (C) 2012-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2012-201
4
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 @
3e6a2e37
/* Copyright (C) 2012-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2012-201
4
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Atomic Library (libatomic).
...
...
libatomic/fenv.c
View file @
3e6a2e37
/* Copyright (C) 2012-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2012-201
4
Free Software Foundation, Inc.
This file is part of the GNU Atomic Library (libatomic).
...
...
libatomic/fop_n.c
View file @
3e6a2e37
/* Copyright (C) 2012-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2012-201
4
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 @
3e6a2e37
/* Copyright (C) 2012-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2012-201
4
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 @
3e6a2e37
/* Copyright (C) 2012-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2012-201
4
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 @
3e6a2e37
/* Copyright (C) 2012-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2012-201
4
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 @
3e6a2e37
/* Copyright (C) 2012-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2012-201
4
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 @
3e6a2e37
/* Copyright (C) 2012-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2012-201
4
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 @
3e6a2e37
/* Copyright (C) 2012-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2012-201
4
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 @
3e6a2e37
/* Copyright (C) 2012-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2012-201
4
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 @
3e6a2e37
/* Copyright (C) 2012-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2012-201
4
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 @
3e6a2e37
/* Copyright (C) 2012-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2012-201
4
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 @
3e6a2e37
/* Copyright (C) 2012-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2012-201
4
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 @
3e6a2e37
# Copyright (C) 2011-201
3
Free Software Foundation, Inc.
# Copyright (C) 2011-201
4
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