> This PR removes the need for relative object file linking introduced by > JDK-8284437 for linux libraries, by specifying > .file <relative source path> directives in the linux .S source files. The > source files specify a .file ASSEMBLY_SRC_FILE > where ASSEMBLY_SRC_FILE is defined by the NativeCompliation.gmk. > > Signed-off-by: Andrew Leonard <anleo...@redhat.com>
Andrew Leonard has updated the pull request incrementally with one additional commit since the last revision: 8284661: Reproducible assembly builds without relative linking Signed-off-by: Andrew Leonard <anleo...@redhat.com> ------------- Changes: - all: https://git.openjdk.java.net/jdk/pull/8177/files - new: https://git.openjdk.java.net/jdk/pull/8177/files/d32473ba..748485d7 Webrevs: - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=8177&range=02 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=8177&range=01-02 Stats: 6 lines in 6 files changed: 0 ins; 0 del; 6 mod Patch: https://git.openjdk.java.net/jdk/pull/8177.diff Fetch: git fetch https://git.openjdk.java.net/jdk pull/8177/head:pull/8177 PR: https://git.openjdk.java.net/jdk/pull/8177