Add libgcc_s.h for m68k
authorAndreas Schwab <schwab@linux-m68k.org>
Sat, 14 Nov 2009 23:15:17 +0000 (00:15 +0100)
committerAndreas Schwab <schwab@linux-m68k.org>
Sat, 14 Nov 2009 23:28:00 +0000 (00:28 +0100)
ChangeLog.m68k
sysdeps/m68k/libgcc_s.h [new file with mode: 0644]

index fd4dfdd..4dc4f41 100644 (file)
@@ -1,3 +1,7 @@
+2009-11-15  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * sysdeps/m68k/libgcc_s.h: New file.
+
 2009-11-14  Andreas Schwab  <schwab@linux-m68k.org>
 
        * sysdeps/unix/sysv/linux/m68k/bits/fcntl.h (F_SETOWN_EX)
diff --git a/sysdeps/m68k/libgcc_s.h b/sysdeps/m68k/libgcc_s.h
new file mode 100644 (file)
index 0000000..8523ad1
--- /dev/null
@@ -0,0 +1,2 @@
+/* Name of libgcc_s library provided by gcc, m68k version.  */
+#define LIBGCC_S_SO "libgcc_s.so.2"