diff options
| author | Richard Henderson <richard.henderson@linaro.org> | 2021-06-18 12:01:52 -0700 |
|---|---|---|
| committer | Richard Henderson <richard.henderson@linaro.org> | 2023-10-30 13:41:55 -0700 |
| commit | c7bc2a8fb14650264ada7012af59d87207da590f (patch) | |
| tree | c304ec42ca1e1e37185bf7effc3c52728c8d4583 /linux-user/elfload.c | |
| parent | a9f495b93f1497ced94dbe51ebb733537e0fa1ab (diff) | |
| download | focaccia-qemu-c7bc2a8fb14650264ada7012af59d87207da590f.tar.gz focaccia-qemu-c7bc2a8fb14650264ada7012af59d87207da590f.zip | |
linux-user/hppa: Add vdso
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'linux-user/elfload.c')
| -rw-r--r-- | linux-user/elfload.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux-user/elfload.c b/linux-user/elfload.c index 7400ed0ca1..3306651be5 100644 --- a/linux-user/elfload.c +++ b/linux-user/elfload.c @@ -1929,6 +1929,8 @@ static inline void init_thread(struct target_pt_regs *regs, #define STACK_GROWS_DOWN 0 #define STACK_ALIGNMENT 64 +#define VDSO_HEADER "vdso.c.inc" + static inline void init_thread(struct target_pt_regs *regs, struct image_info *infop) { |