]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Remove MFWRAP_SPEC remnant
authorJivan Hakobyan <jivanhakobyan9@gmail.com>
Wed, 14 Jun 2023 18:43:35 +0000 (12:43 -0600)
committerJeff Law <jlaw@ventanamicro.com>
Wed, 14 Jun 2023 18:43:35 +0000 (12:43 -0600)
This patch removes a remnant of mudflap.

gcc/ChangeLog:
* config/moxie/uclinux.h (MFWRAP_SPEC): Remove

gcc/config/moxie/uclinux.h

index f7bb62e56c7cf7bcd85efa5950809988db26a81e..a7d371047c43a4bfb000e36c980def3a0923439b 100644 (file)
@@ -32,11 +32,3 @@ see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
 
 #undef TARGET_LIBC_HAS_FUNCTION
 #define TARGET_LIBC_HAS_FUNCTION no_c99_libc_has_function
-
-/* Like the definition in gcc.cc, but for purposes of uClinux, every link is
-   static.  */
-#define MFWRAP_SPEC " %{fmudflap|fmudflapth: \
- --wrap=malloc --wrap=free --wrap=calloc --wrap=realloc\
- --wrap=mmap --wrap=munmap --wrap=alloca\
- %{fmudflapth: --wrap=pthread_create\
-}} %{fmudflap|fmudflapth: --wrap=main}"