]> git.ipfire.org Git - thirdparty/glibc.git/blame - elf/interp.c
Update copyright dates with scripts/update-copyrights
[thirdparty/glibc.git] / elf / interp.c
CommitLineData
7e3be507 1/* interp - add information about dynamic loader to shared library objects.
dff8da6b 2 Copyright (C) 1996-2024 Free Software Foundation, Inc.
68dbb3a6 3 This file is part of the GNU C Library.
d0045e79 4
68dbb3a6 5 The GNU C Library is free software; you can redistribute it and/or
41bdb6e2
AJ
6 modify it under the terms of the GNU Lesser General Public
7 License as published by the Free Software Foundation; either
8 version 2.1 of the License, or (at your option) any later version.
d0045e79 9
68dbb3a6
UD
10 The GNU C Library is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
41bdb6e2 13 Lesser General Public License for more details.
d0045e79 14
41bdb6e2 15 You should have received a copy of the GNU Lesser General Public
59ba27a6 16 License along with the GNU C Library; if not, see
5a82c748 17 <https://www.gnu.org/licenses/>. */
d0045e79 18
ac63a078 19#include <runtime-linker.h>
d330b980 20
d0045e79
UD
21const char __invoke_dynamic_linker__[] __attribute__ ((section (".interp")))
22 = RUNTIME_LINKER;