FreeBSD Bugzilla – Attachment 255240 Details for
Bug 282797
lang/gcc15-devel: stage2 fails to compile enable-execute-stack.c
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
avoid compiler error in libgcc
stack.diff (text/plain), 563 bytes, created by
John F. Carr
on 2024-11-17 17:03:13 UTC
(
hide
)
Description:
avoid compiler error in libgcc
Filename:
MIME Type:
Creator:
John F. Carr
Created:
2024-11-17 17:03:13 UTC
Size:
563 bytes
patch
obsolete
>diff --git a/libgcc/enable-execute-stack-mprotect.c b/libgcc/enable-execute-stack-mprotect.c >index 58ef4933bdb..a4bb4d3bcf8 100644 >--- a/libgcc/enable-execute-stack-mprotect.c >+++ b/libgcc/enable-execute-stack-mprotect.c >@@ -30,10 +30,11 @@ > > static int need_enable_exec_stack; > >-static void check_enabling (void) __attribute__ ((unused)); > extern void __enable_execute_stack (void *); > > #if defined __sun__ && defined __svr4__ >+static void check_enabling (void) __attribute__ ((unused)); >+ > static void __attribute__ ((constructor)) > check_enabling (void) > {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 282797
: 255240 |
258055