tccelf: load objects first
commitd653cf01f36dc96e66beb7eb63a4601c649647c3
authorgrischka <grischka>
Sun, 8 May 2022 20:17:43 +0000 (8 22:17 +0200)
committergrischka <grischka>
Sun, 24 Jul 2022 07:42:28 +0000 (24 09:42 +0200)
treec5ac0339c4f57969bd4e0b9be435b5e41eed50f8
parent7d6979d45253656c77827fa3b44ffe7c12fbe3dd
tccelf: load objects first

It seems to make sense to load any helper objects (such as
bcheck.o) first, and then load standard libraries.

29 insertions(+), 29 deletions(-)
tccelf.c