diff options
author | gjl <gjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-05-27 11:37:49 +0000 |
---|---|---|
committer | gjl <gjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-05-27 11:37:49 +0000 |
commit | 6f0c730b2b89c556b8846f8859226ffafca93350 (patch) | |
tree | 7ddcf651496488aeee6813e90fc1e0735340e8fa /gcc/config/arm/linux-gas.h | |
parent | 587e70a69bd133c66c4d62fb7881753fd0133996 (diff) | |
download | gcc-6f0c730b2b89c556b8846f8859226ffafca93350.tar.gz |
PR libgcc/61152
* config/arm/arm.h (License): Add note to COPYING.RUNTIME.
* config/arm/arm-cores.def (License): Same.
* config/arm/arm-opts.h (License): Same.
* config/arm/aout.h (License): Same.
* config/arm/bpabi.h (License): Same.
* config/arm/elf.h (License): Same.
* config/arm/linux-elf.h (License): Same.
* config/arm/linux-gas.h (License): Same.
* config/arm/netbsd-elf.h (License): Same.
* config/arm/uclinux-eabi.h (License): Same.
* config/arm/uclinux-elf.h (License): Same.
* config/arm/vxworks.h (License): Same.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@210969 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/arm/linux-gas.h')
-rw-r--r-- | gcc/config/arm/linux-gas.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/config/arm/linux-gas.h b/gcc/config/arm/linux-gas.h index 2edd2ec9f82..1dd043782eb 100644 --- a/gcc/config/arm/linux-gas.h +++ b/gcc/config/arm/linux-gas.h @@ -19,8 +19,9 @@ permissions described in the GCC Runtime Library Exception, version 3.1, as published by the Free Software Foundation. - You should have received a copy of the GNU General Public License - along with GCC; see the file COPYING3. If not see + You should have received a copy of the GNU General Public License and + a copy of the GCC Runtime Library Exception along with this program; + see the files COPYING3 and COPYING.RUNTIME respectively. If not, see <http://www.gnu.org/licenses/>. */ /* This is how we tell the assembler that a symbol is weak. |