X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gold%2Ftestsuite%2Fsection_sorting_name.sh;h=b16ca76b709f6f7ceef04f44e446519304ed47d4;hb=b0ee49d21ba0c4b7f9817db01dc247255eebd516;hp=00b6994ee0797ceca43824bdfaf2c358c73b8ee3;hpb=6934001a98509d5f40ececbd9aa793b8969e27a3;p=deliverable%2Fbinutils-gdb.git diff --git a/gold/testsuite/section_sorting_name.sh b/gold/testsuite/section_sorting_name.sh index 00b6994ee0..b16ca76b70 100755 --- a/gold/testsuite/section_sorting_name.sh +++ b/gold/testsuite/section_sorting_name.sh @@ -2,7 +2,7 @@ # section_sorting_name.sh -- test -# Copyright 2013 Free Software Foundation, Inc. +# Copyright (C) 2013-2020 Free Software Foundation, Inc. # Written by Alexander Ivchenko . # This file is part of gold. @@ -59,6 +59,12 @@ END { check section_sorting_name.stdout "hot_foo_0001" "hot_foo_0002" check section_sorting_name.stdout "hot_foo_0002" "hot_foo_0003" +check section_sorting_name.stdout "sorted_foo_0001" "sorted_foo_0001_abc" +check section_sorting_name.stdout "sorted_foo_0001_abc" "sorted_foo_0002" +check section_sorting_name.stdout "sorted_foo_0002" "sorted_foo_0003" +check section_sorting_name.stdout "sorted_foo_0003" "sorted_foo_y" +check section_sorting_name.stdout "sorted_foo_y" "sorted_foo_z" + check section_sorting_name.stdout "vdata_0001" "vdata_0002" check section_sorting_name.stdout "vdata_0002" "vdata_0003"