old-cross-binutils/gold/testsuite/script_test_9.t
Rafael Ávila de Espíndola d103a984a7 2010-05-19 Rafael Espindola <espindola@google.com>
* script-sections.cc (Output_section_definition::allocate_to_segment):
	Update the phdrs_list even when the output section is NULL.
	* testsuite/Makefile.am: Add test.
	* testsuite/Makefile.in: Regenerate.
	* testsuite/script_test_9.cc: New.
	* testsuite/script_test_9.sh: New.
	* testsuite/script_test_9.t: New.
2010-05-19 17:49:19 +00:00

18 lines
166 B
Perl

PHDRS
{
text PT_LOAD FLAGS(5);
data PT_LOAD FLAGS(6);
}
SECTIONS
{
.init :
{
} :text
.text :
{
}
.data :
{
} :data
}