diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2026-01-25 18:29:16 +0100 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2026-01-25 18:29:34 +0100 |
| commit | b471c5f6213db85a3ac35e98a0a1054dc9eb9ad3 (patch) | |
| tree | 628a16ea038d55db2867aeef6fdbef30b9aa1c0e /src/config.h.cmake | |
| parent | 38141ddb71b200c6e2dd629aed6e7bc51e8ad7a6 (diff) | |
| download | libr-master.tar.gz libr-master.zip | |
According to the commit message in binutils, it was a simple renaming
of `*_set_reloc` to `*_finalize_section_relocs` without changing the
functionality.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'src/config.h.cmake')
| -rw-r--r-- | src/config.h.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.h.cmake b/src/config.h.cmake index e2673d2..bf6d3e7 100644 --- a/src/config.h.cmake +++ b/src/config.h.cmake @@ -13,3 +13,6 @@ /* Define to 1 if you have Binutils >= 2.45 */ #cmakedefine HAVE_BFD_2_45 1 + +/* Define to 1 if you have Binutils >= 2.46 */ +#cmakedefine HAVE_BFD_2_46 1 |
