OSDN Git Service

Replace FSF snail mail address with URLs
[uclinux-h8/uClibc.git] / libpthread / linuxthreads.old / sysdeps / sh64 / pt-machine.c
index ea48813..1c187c8 100644 (file)
 
    You should have received a copy of the GNU Library General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If not,
-   write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-   Boston, MA 02111-1307, USA.  */
+   see <http://www.gnu.org/licenses/>.  */
 
 #include "pt-machine.h"
 
 /* Spinlock implementation; required.  */
 
-/* The SH5 does not have a suitable test-and-set instruction (SWAP only 
+/* The SH5 does not have a suitable test-and-set instruction (SWAP only
    operates on an aligned quad word). So we use the SH4 version instead.
    This must be seperately compiled in SHcompact mode, so it cannot be
    inline. */