#1038162 amrhf/armel executables produced with EABI Version4 instead of 5

Package:
tcc
Source:
tcc
Description:
small ANSI C compiler
Submitter:
Emanuele Rocca
Date:
2023-06-16 09:03:04 UTC
Severity:
normal
#1038162#5
Date:
2023-06-16 09:00:59 UTC
From:
To:
Hi,

executables compiled on armhf and armel target the ARM ABI Version4.

Since Debian 10 (Buster), the baseline was updated to Version 5: it
would be great if tcc could target Version 5 too.

ema@eniac:~
$ readelf -h /tmp/armel | grep Flags
  Flags:                             0x4000202, Version4 EABI, <unknown>
ema@eniac:~
$ readelf -h /tmp/armhf | grep Flags
  Flags:                             0x4000402, Version4 EABI, <unknown>