]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
lib1funcs-4-300.asm: Guard entire file with #if !__SHMEDIA__ .
authorKaz Kojima <kkojima@gcc.gnu.org>
Sun, 5 Nov 2006 12:58:28 +0000 (12:58 +0000)
committerKaz Kojima <kkojima@gcc.gnu.org>
Sun, 5 Nov 2006 12:58:28 +0000 (12:58 +0000)
* config/sh/lib1funcs-4-300.asm: Guard entire file with
        #if !__SHMEDIA__ .

From-SVN: r118500

gcc/ChangeLog
gcc/config/sh/lib1funcs-4-300.asm

index 72ee3fe5a0b7a1f2057925415da35d7796e991ef..a5513898919605d94d976bac7bf8a66031b109a9 100644 (file)
@@ -1,3 +1,8 @@
+2006-11-05  Kaz Kojima  <kkojima@gcc.gnu.org>
+
+       * config/sh/lib1funcs-4-300.asm: Guard entire file with
+        #if !__SHMEDIA__ .
+
 2006-11-05  Jakub Jelinek  <jakub@redhat.com>
 
        PR middle-end/29695
index b07912425afb05d55cff0c5146b1d6b7b7553844..98c1be278a7528efdc31e9aad160a4dc03aa87bf 100644 (file)
@@ -29,6 +29,7 @@ Boston, MA 02110-1301, USA.  */
 
 #include "lib1funcs.h"
 
+#if !__SHMEDIA__
 #ifdef L_div_table
 #if defined (__SH3__) || defined (__SH3E__) || defined (__SH4__) || defined (__SH4_SINGLE__) || defined (__SH4_SINGLE_ONLY__) || defined (__SH4_NOFPU__)
 /* This code used shld, thus is not suitable for SH1 / SH2.  */
@@ -936,3 +937,4 @@ LOCAL(div_table_inv):
 #endif /* SH3 / SH4 */
 
 #endif /* L_div_table */
+#endif /* !__SHMEDIA__ */