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

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

This test now passes on hppa.


# dfdb00a6 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.


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

Merge tests.


# 1fc7d1e9 14-Nov-2014 uebayasi <uebayasi@NetBSD.org>

Fix thinko in previous.


# 90e9fce8 14-Nov-2014 uebayasi <uebayasi@NetBSD.org>

Test __start_xxx/__stop_xxx symbol generation.