Skip to content

Commit bb2cc3f

Browse files
Add "linux-riscv64" entry to OSGI Bundle-NativeCode header in MANIFEST.MF
Closes: #1622
1 parent 209d199 commit bb2cc3f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGES.md

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Bug Fixes
1818
* [#1579](https://github.com/java-native-access/jna/issues/1579): Fix analysis of ELF binary on arm systems running with a java ELF binary without section table headers (java8 on armv7 NAS) - [@matthiasblaesing](https://github.com/matthiasblaesing).
1919
* [#1586](https://github.com/java-native-access/jna/issues/1586): Fix free_callback JNI weak reference leak - [@xiezhaokun](https://github.com/xiezhaokun).
2020
* [6486c90d913a413f247eef84742ce3c474738933](https://github.com/java-native-access/jna/commit/6486c90d913a413f247eef84742ce3c474738933): Check CallbackReference#cbstruct for null when checking existing Reference - [@matthiasblaesing](https://github.com/matthiasblaesing).
21+
* [#1622](https://github.com/java-native-access/jna/issues/1622): Add "linux-riscv64" entry to OSGI Bundle-NativeCode header in MANIFEST.MF - [@matthiasblaesing](https://github.com/matthiasblaesing).
2122

2223
Release 5.14.0
2324
==============

build.xml

+2
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,8 @@ com/sun/jna/linux-s390x/libjnidispatch.so;
396396
processor=S390x;osname=linux,
397397
com/sun/jna/linux-loongarch64/libjnidispatch.so;
398398
processor=loongarch64;osname=linux,
399+
com/sun/jna/linux-loongarch64/libjnidispatch.so;
400+
processor=riscv64;osname=linux,
399401
400402
com/sun/jna/dragonflybsd-x86-64/libjnidispatch.so;
401403
processor=x86-64;osname=dragonflybsd,

0 commit comments

Comments
 (0)