mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 04:18:39 +08:00
parisc: Fix comment on Elf64 function descriptor
The format of the Elf64 function descriptor is defined by the ABI. Mention the various use cases in the comment. Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
parent
22de5d6262
commit
6b3cba3759
@ -163,8 +163,7 @@ typedef struct elf32_fdesc {
|
||||
|
||||
/* Format for the Elf64 Function descriptor */
|
||||
typedef struct elf64_fdesc {
|
||||
__u64 dummy[2]; /* FIXME: nothing uses these, why waste
|
||||
* the space */
|
||||
__u64 dummy[2]; /* used by 64-bit eBPF and tracing functions */
|
||||
__u64 addr;
|
||||
__u64 gp;
|
||||
} Elf64_Fdesc;
|
||||
|
Loading…
Reference in New Issue
Block a user