summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMarek Behún <[email protected]>2022-06-01 17:17:06 +0200
committerStefan Roese <[email protected]>2022-07-21 10:14:04 +0200
commit61143f741ee5fd45720ca92682aaf557525b4b64 (patch)
treeadbd16aaf59b06877a123ea203cc93dd314212a3 /scripts
parent8a7880f0c172a3937e72f802779642bfdba88a34 (diff)
treewide: Fix Marek's name and change my e-mail address
Fix diacritics in some instances of my name and change my e-mail address to [email protected]. Add corresponding .mailmap entries. Signed-off-by: Marek Behún <[email protected]> Reviewed-by: Stefan Roese <[email protected]>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/gen_ll_addressable_symbols.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gen_ll_addressable_symbols.sh b/scripts/gen_ll_addressable_symbols.sh
index b8840dd0113..d0864804aaf 100755
--- a/scripts/gen_ll_addressable_symbols.sh
+++ b/scripts/gen_ll_addressable_symbols.sh
@@ -1,6 +1,6 @@
#!/bin/bash
# SPDX-License-Identifier: GPL-2.0+
-# Copyright (C) 2020 Marek Behún <[email protected]>
+# Copyright (C) 2020 Marek Behún <[email protected]>
# Generate __ADDRESSABLE(symbol) for every linker list entry symbol, so that LTO
# does not optimize these symbols away