Skip to content

systemd/package-notes

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
rpm
 
 
 
 
 
 
 
 

ELF Package Notes Reference Implementation

Description

This repository provides RPM and DEB packaging tools to generate an ELF note that will be linked into compiled binaries (programs and shared libraries) to provide metadata about the package for which the binary was compiled.

See Package Metadata for Core Files for the overview and details.

The new --package-metadata option provided by bfd, gold, mold and lld is used.

Requirements

  • binutils (>= 2.39)
  • mold (>= 1.3.0)
  • lld (>= 15.0.0)