public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-1825] Remove MFWRAP_SPEC remnant
@ 2023-06-14 18:44 Jeff Law
  0 siblings, 0 replies; only message in thread
From: Jeff Law @ 2023-06-14 18:44 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:ef30f9b094f58ba151164db01b2cf38a0b66863c

commit r14-1825-gef30f9b094f58ba151164db01b2cf38a0b66863c
Author: Jivan Hakobyan <jivanhakobyan9@gmail.com>
Date:   Wed Jun 14 12:43:35 2023 -0600

    Remove MFWRAP_SPEC remnant
    
    This patch removes a remnant of mudflap.
    
    gcc/ChangeLog:
            * config/moxie/uclinux.h (MFWRAP_SPEC): Remove

Diff:
---
 gcc/config/moxie/uclinux.h | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/gcc/config/moxie/uclinux.h b/gcc/config/moxie/uclinux.h
index f7bb62e56c7..a7d371047c4 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}"

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-06-14 18:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-14 18:44 [gcc r14-1825] Remove MFWRAP_SPEC remnant Jeff Law

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).