commit | 77b163022252bda675f97543f31305b5decda177 | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@amd.com> | Fri Jul 08 08:15:05 2022 +0200 |
committer | Michal Simek <michal.simek@amd.com> | Tue Jul 26 08:23:55 2022 +0200 |
tree | f6e013164b21aafb47883c9bc6d7dd455c4bd59d | |
parent | a4cde1ee2d5ebca564d393a259a006ca27603f09 [diff] |
tools: relocate-rela: Remove guard around R_AARCH64_RELATIVE In code you can find out this fragment: 19 #ifndef R_AARCH64_RELATIVE 20 #define R_AARCH64_RELATIVE 1027 21 #endif which means that R_AARCH64_RELATIVE is defined all the time that's why ifdef is not needed. Signed-off-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/0d40a09ab6edcd88ba3059f7a0b63a819b71256a.1657260903.git.michal.simek@amd.com