History log of /netbsd/tests/usr.bin/ld/t_section.sh (Results 1 – 5 of 5)
Revision Date Author Comments
# cb142e5b 05-Jun-2022 skrll <skrll@NetBSD.org>

Match explicit section names and not .{text,data}.* for example.

This test now passes on hppa.


# 56b77d02 17-Feb-2015 martin <martin@NetBSD.org>

Make the dummy data that we expect to go into .data section bigger,
otherwise on e.g. alpha it goes into the "small objects data" .sdata
section, which confuses the matching done in this test.


# 5f0d642c 15-Nov-2014 uebayasi <uebayasi@NetBSD.org>

Merge tests.


# 45805c1f 14-Nov-2014 uebayasi <uebayasi@NetBSD.org>

Fix thinko in previous.


# 884c36d3 14-Nov-2014 uebayasi <uebayasi@NetBSD.org>

Test __start_xxx/__stop_xxx symbol generation.