From 87926b4bcc3046ac85fabda09178e9bf50dd8381 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Sat, 13 Feb 2016 02:16:07 -0800 Subject: remove use of strings.h --- gcc/expr.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'gcc/expr.h') diff --git a/gcc/expr.h b/gcc/expr.h index 7825a52..7df6386 100755 --- a/gcc/expr.h +++ b/gcc/expr.h @@ -457,11 +457,8 @@ extern rtx truncxfdf2_libfunc; extern rtx trunctfdf2_libfunc; extern rtx memcpy_libfunc; -extern rtx bcopy_libfunc; extern rtx memcmp_libfunc; -extern rtx bcmp_libfunc; extern rtx memset_libfunc; -extern rtx bzero_libfunc; extern rtx throw_libfunc; extern rtx rethrow_libfunc; -- cgit v1.2.3