Add libgcc_s.h for m68k

This commit is contained in:
Andreas Schwab 2009-11-15 00:15:17 +01:00
parent 722367f5d9
commit a8e59aa896
2 changed files with 6 additions and 0 deletions

View 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)

2
sysdeps/m68k/libgcc_s.h Normal file
View File

@ -0,0 +1,2 @@
/* Name of libgcc_s library provided by gcc, m68k version. */
#define LIBGCC_S_SO "libgcc_s.so.2"