diff options
author | Rafael Ávila de Espíndola <respindola@mozilla.com> | 2010-05-19 17:49:19 +0000 |
---|---|---|
committer | Rafael Ávila de Espíndola <respindola@mozilla.com> | 2010-05-19 17:49:19 +0000 |
commit | d103a984a7657828c654330e89ce670490ae5825 (patch) | |
tree | d79be20f535293f8fef502700f30aacdf96a0e81 /gold/testsuite/Makefile.am | |
parent | 28d3cf859d41459121c74042aa5dbad3450cafcb (diff) | |
download | gdb-d103a984a7657828c654330e89ce670490ae5825.zip gdb-d103a984a7657828c654330e89ce670490ae5825.tar.gz gdb-d103a984a7657828c654330e89ce670490ae5825.tar.bz2 |
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.
Diffstat (limited to 'gold/testsuite/Makefile.am')
-rw-r--r-- | gold/testsuite/Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gold/testsuite/Makefile.am b/gold/testsuite/Makefile.am index 435eeab..4cd69ac 100644 --- a/gold/testsuite/Makefile.am +++ b/gold/testsuite/Makefile.am @@ -1167,6 +1167,17 @@ script_test_8: basic_test.o gcctestdir/ld $(srcdir)/script_test_7.t script_test_8.stdout: script_test_8 $(TEST_READELF) -SlW script_test_8 > script_test_8.stdout + +check_SCRIPTS += script_test_9.sh +check_DATA += script_test_9.stdout +script_test_9.o: script_test_9.cc + $(CXXCOMPILE) -O0 -c -o $@ $< +script_test_9: gcctestdir/ld $(srcdir)/script_test_9.t script_test_9.o + $(CXXLINK) -Bgcctestdir/ script_test_9.o -T $(srcdir)/script_test_9.t +script_test_9.stdout: script_test_9 + $(TEST_READELF) -lW script_test_9 > script_test_9.stdout + + # Test --dynamic-list, --dynamic-list-data, --dynamic-list-cpp-new, # and --dynamic-list-cpp-typeinfo |