public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Remove MFWRAP_SPEC remnant
@ 2023-06-14  9:14 Jivan Hakobyan
  2023-06-14 18:44 ` Jeff Law
  0 siblings, 1 reply; 2+ messages in thread
From: Jivan Hakobyan @ 2023-06-14  9:14 UTC (permalink / raw)
  To: gcc-patches; +Cc: Jeff Law


[-- Attachment #1.1: Type: text/plain, Size: 155 bytes --]

This patch removes a remnant of mudflap.

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


-- 
With the best regards
Jivan Hakobyan

[-- Attachment #2: remove_MFWRAP_SPEC.patch --]
[-- Type: text/x-patch, Size: 681 bytes --]

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] 2+ messages in thread

* Re: Remove MFWRAP_SPEC remnant
  2023-06-14  9:14 Remove MFWRAP_SPEC remnant Jivan Hakobyan
@ 2023-06-14 18:44 ` Jeff Law
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Law @ 2023-06-14 18:44 UTC (permalink / raw)
  To: Jivan Hakobyan, gcc-patches; +Cc: Jeff Law



On 6/14/23 03:14, Jivan Hakobyan via Gcc-patches wrote:
> This patch removes a remnant of mudflap.
> 
> gcc/ChangeLog:
>          * config/moxie/uclinux.h (MFWRAP_SPEC): Remove
Thanks.  I pushed this to the trunk.
jeff

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-06-14 18:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-14  9:14 Remove MFWRAP_SPEC remnant Jivan Hakobyan
2023-06-14 18:44 ` 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).