Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8284661

Reproducible assembly builds without relative linking

    XMLWordPrintable

Details

    • b19
    • linux

    Backports

      Description

        FIx JDK-8284437 resolved reproducible builds from different workspaces,
        but utilized relative path linking because assembly files embedded absolute
        file paths during the library linking.

        The embedded absolute assembly file path symbols is because the source
        .S assembly files do not specify a .file symbol location, which then means
        the linker embeds a symbol link to the absolute .object file.

        Usage of a .file <relative source location> in the .S source will result in a
        correct .file symbol.

        Attachments

          Issue Links

            Activity

              People

                aleonard Andrew Leonard
                aleonard Andrew Leonard
                Votes:
                0 Vote for this issue
                Watchers:
                4 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: