RFR: 8284661: Reproducible assembly builds without relative linking [v5]

Andrew Leonard aleonard at openjdk.java.net
Wed Apr 13 13:55:59 UTC 2022


> 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 <anleonar at redhat.com>

Andrew Leonard has updated the pull request incrementally with two additional commits since the last revision:

 - 8284661: Reproducible assembly builds without relative linking
   
   Signed-off-by: Andrew Leonard <anleonar at redhat.com>
 - 8284661: Reproducible assembly builds without relative linking
   
   Signed-off-by: Andrew Leonard <anleonar at redhat.com>

-------------

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/8177/files
  - new: https://git.openjdk.java.net/jdk/pull/8177/files/f9a53868..4245e704

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=8177&range=04
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=8177&range=03-04

  Stats: 79 lines in 39 files changed: 1 ins; 36 del; 42 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



More information about the build-dev mailing list