Hi Anton,
Anton Kolesov wrote,
Linux Standard Base specifies section .note.ABI-tag
that can be considered
as a marker for ELF files targeted to Linux systems. See
https://refspecs.linuxfoundation.org/LSB_1.2.0/gLSB/noteabitag.html
This section, for example, is used by the GDB to identify Linux ELFs as
compared to baremetal ELFs that do not have this section.
Signed-off-by: Anton Kolesov <Anton.Kolesov(a)synopsys.com>
Cc: Vineet Gupta <Vineet.Gupta1(a)synopsys.com>
---
libc/sysdeps/linux/arc/crt1.S | 15 +++++++++++++++
1 file changed, 15 insertions(+)
Applied and pushed,
thx
Waldemar