-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
``` | Package | Update | Change | |---|---|---| | git://git.openssl.org/openssl.git | minor | `3.1.4` -> `3.2.0` | | https://github.com/ipxe/ipxe.git | digest | `115707c` -> `a147245` | | [nvidia/open-gpu-kernel-modules](https://togithub.com/nvidia/open-gpu-kernel-modules) | minor | `535.54.03` -> `535.129.03` | ``` Signed-off-by: Andrey Smirnov <[email protected]>
- Loading branch information
Showing
4 changed files
with
46 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
https://gitlab.alpinelinux.org/alpine/aports/-/raw/master/main/musl/0001-elf.h-add-typedefs-for-Elf-_Relr.patch | ||
|
||
From 981144ebc9ff30b085af107f1337543de7b0bf94 Mon Sep 17 00:00:00 2001 | ||
From: Natanael Copa <[email protected]> | ||
Date: Mon, 6 Nov 2023 12:29:16 +0100 | ||
Subject: [PATCH] elf.h: add typedefs for Elf*_Relr | ||
|
||
Add typedefs for Elf32_Relr and Elf64_relr as a follow-up to commit | ||
d32dadd60efb (ldso: support DT_RELR relative relocation format) | ||
--- | ||
include/elf.h | 3 +++ | ||
1 file changed, 3 insertions(+) | ||
|
||
diff --git a/include/elf.h b/include/elf.h | ||
index 23f2c4bc..aa186d9d 100644 | ||
--- a/include/elf.h | ||
+++ b/include/elf.h | ||
@@ -32,6 +32,9 @@ typedef uint16_t Elf64_Section; | ||
typedef Elf32_Half Elf32_Versym; | ||
typedef Elf64_Half Elf64_Versym; | ||
|
||
+typedef Elf32_Word Elf32_Relr; | ||
+typedef Elf64_Xword Elf64_Relr; | ||
+ | ||
#define EI_NIDENT (16) | ||
|
||
typedef struct { | ||
-- | ||
2.42.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters