URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
Compare Revisions
- This comparison shows the changes necessary to convert path
/openrisc/trunk
- from Rev 400 to Rev 399
- ↔ Reverse comparison
Rev 400 → Rev 399
/gnu-src/gcc-4.5.1/libgcc/ChangeLog.or32
File deleted
/gnu-src/gcc-4.5.1/gcc/testsuite/ChangeLog.or32
File deleted
/gnu-src/gcc-4.5.1/gcc/config/or32/t-linux
File deleted
/gnu-src/gcc-4.5.1/gcc/config/or32/constraints.md
File deleted
/gnu-src/gcc-4.5.1/gcc/config/or32/crtn.S
File deleted
gnu-src/gcc-4.5.1/gcc/config/or32/crtn.S
Property changes :
Deleted: svn:eol-style
## -1 +0,0 ##
-native
\ No newline at end of property
Deleted: svn:keywords
## -1 +0,0 ##
-Id
\ No newline at end of property
Index: gnu-src/gcc-4.5.1/gcc/config/or32/crti.S
===================================================================
--- gnu-src/gcc-4.5.1/gcc/config/or32/crti.S (revision 400)
+++ gnu-src/gcc-4.5.1/gcc/config/or32/crti.S (nonexistent)
@@ -1,33 +0,0 @@
-# Start .init and .fini sections.
-# Copyright (C) 2010 Embecosm Limited
-#
-# This file is free software; you can redistribute it and/or modify it
-# under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3, or (at your option)
-# any later version.
-#
-# GCC is distributed in the hope that it will be useful, but WITHOUT ANY
-# WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
-# for more details.
-#
-# Under Section 7 of GPL version 3, you are granted additional
-# 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 and
-# a copy of the GCC Runtime Library Exception along with this program;
-# see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
-# .
-
- .section .init
- .global __init
-__init:
- l.addi r1,r1,-4
- l.sw 0(r1),r9
-
- .section .fini
- .global __fini
-__fini:
- l.addi r1,r1,-4
- l.sw 0(r1),r9
gnu-src/gcc-4.5.1/gcc/config/or32/crti.S
Property changes :
Deleted: svn:eol-style
## -1 +0,0 ##
-native
\ No newline at end of property
Deleted: svn:keywords
## -1 +0,0 ##
-Id
\ No newline at end of property
Index: gnu-src/binutils-2.20.1/bfd/ChangeLog.or32
===================================================================
--- gnu-src/binutils-2.20.1/bfd/ChangeLog.or32 (revision 400)
+++ gnu-src/binutils-2.20.1/bfd/ChangeLog.or32 (nonexistent)
@@ -1,13 +0,0 @@
-2010-10-29 Joern Rennecke
-
- * elf32-or32.c: Add Embecosm Copyright notice.
-
-2010-10-28 Joern Rennecke
-
- * elf32-or32.c (USE_REL): Don't define.
- (or32_elf_generic_reloc, struct or32_consth): Enclose in #if 0.
- (or32_elf_consth_reloc, or32_elf_const_reloc): Likewise.
- (elf_or32_howto_table): Change entries to reflect switch to RELA.
-
- * elf32-or32.c (or32_relocate_section): New function.
- (elf_backend_rela_normal, elf_backend_relocate_section): Define.