Skip to content

Commit 7d7ca08

Browse files
Merge pull request #512 from devnexen/netbsd_gimli_update
gimli add netbsd to handle dl_iterate_phdr as well.
2 parents dab8b61 + 7608b46 commit 7d7ca08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/symbolize/gimli.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ cfg_if::cfg_if! {
219219
target_os = "fuchsia",
220220
target_os = "freebsd",
221221
target_os = "openbsd",
222+
target_os = "netbsd",
222223
all(target_os = "android", feature = "dl_iterate_phdr"),
223224
),
224225
not(target_env = "uclibc"),

0 commit comments

Comments
 (0)