diff options
| author | Ulf Hermann <[email protected]> | 2017-08-16 16:37:34 +0200 |
|---|---|---|
| committer | Ulf Hermann <[email protected]> | 2017-08-17 17:55:41 +0200 |
| commit | d86c13d143989a961eba149e3abfab9e3f471744 (patch) | |
| tree | c16c260c24712819cb967415ec79e58e26d3e4bf /backends/aarch64_init.c | |
| parent | 3695a1ba8dcd16459e0f35b74e88dbef48d21861 (diff) | |
| parent | 54ba4ce2973113d8f4315d4fc90e16a9b4476ea6 (diff) | |
Merge tag 'elfutils-0.170'
elfutils 0.170 release
Change-Id: I37d03645902b9f0a9fb708af1551db8843537799
Diffstat (limited to 'backends/aarch64_init.c')
| -rw-r--r-- | backends/aarch64_init.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/backends/aarch64_init.c b/backends/aarch64_init.c index 08664943..fad923fa 100644 --- a/backends/aarch64_init.c +++ b/backends/aarch64_init.c @@ -1,5 +1,5 @@ /* Initialization of AArch64 specific backend library. - Copyright (C) 2013 Red Hat, Inc. + Copyright (C) 2013, 2017 Red Hat, Inc. This file is part of elfutils. This file is free software; you can redistribute it and/or modify @@ -56,6 +56,7 @@ aarch64_init (Elf *elf __attribute__ ((unused)), HOOK (eh, reloc_simple_type); HOOK (eh, return_value_location); HOOK (eh, check_special_symbol); + HOOK (eh, data_marker_symbol); HOOK (eh, abi_cfi); /* X0-X30 (31 regs) + SP + 1 Reserved + ELR, 30 Reserved regs (34-43) |
