blob: 51a27b1fd941202eb3af0499a1847b721649f73c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-libgcc_crtstuff.c,v 1.2 2019/04/18 19:18:02 rillig Exp $
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90147
--- libgcc/crtstuff.c.orig 2017-01-01 12:07:43.000000000 +0000
+++ libgcc/crtstuff.c
@@ -81,7 +81,7 @@ call_ ## FUNC (void) \
#endif
#if defined(TARGET_DL_ITERATE_PHDR) && \
- (defined(__DragonFly__) || defined(__FreeBSD__) || defined(__NetBSD__))
+ (defined(__DragonFly__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__))
#define BSD_DL_ITERATE_PHDR_AVAILABLE
#endif
|