aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJivan Hakobyan <jivanhakobyan9@gmail.com>2023-06-14 12:43:35 -0600
committerJeff Law <jlaw@ventanamicro.com>2023-06-14 12:43:35 -0600
commitef30f9b094f58ba151164db01b2cf38a0b66863c (patch)
treeb1f4ae8fa02bfabbe898056dd9307775d1628e6d /gcc
parent3cf6adc9acbe91c9e53e697dd342d77f6b839d9e (diff)
downloadgcc-ef30f9b094f58ba151164db01b2cf38a0b66863c.zip
gcc-ef30f9b094f58ba151164db01b2cf38a0b66863c.tar.gz
gcc-ef30f9b094f58ba151164db01b2cf38a0b66863c.tar.bz2
Remove MFWRAP_SPEC remnant
This patch removes a remnant of mudflap. gcc/ChangeLog: * config/moxie/uclinux.h (MFWRAP_SPEC): Remove
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/moxie/uclinux.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/config/moxie/uclinux.h b/gcc/config/moxie/uclinux.h
index f7bb62e..a7d3710 100644
--- a/gcc/config/moxie/uclinux.h
+++ b/gcc/config/moxie/uclinux.h
@@ -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}"