ld/testing: Extend comment on run_dump_test
authorAndrew Burgess <andrew.burgess@embecosm.com>
Tue, 6 Jan 2015 15:58:57 +0000 (15:58 +0000)
committerAndrew Burgess <andrew.burgess@embecosm.com>
Wed, 7 Jan 2015 10:53:04 +0000 (10:53 +0000)
Mention that readelf can be used as a test program in the comment of
run_dump_test.

ld/testsuite/ChangeLog:

* lib/ld-lib.exp (run_dump_test): Extend comment to mention
readelf.

ld/testsuite/ChangeLog
ld/testsuite/lib/ld-lib.exp

index 541c3294c9a23f9e04cc7f844413165b5b793938..c9b3ecb4cb8820c41f6744be5a50d01108008944 100644 (file)
@@ -1,3 +1,8 @@
+2015-01-06  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * lib/ld-lib.exp (run_dump_test): Extend comment to mention
+       readelf.
+
 2015-01-01  Alan Modra  <amodra@gmail.com>
 
        Update year range in copyright notice of all files.
index b968b6b467d1b0bc9ca3df8d612c4a966260703a..3d980c904c16177cc9e232dd2ec8c8ce5feb898e 100644 (file)
@@ -509,6 +509,7 @@ proc ld_simple_link_defsyms {} {
 #       run_dump_test will guess which program to run by seeing which of
 #       the flags options below is present.
 #
+#   readelf: FLAGS
 #   objdump: FLAGS
 #   nm: FLAGS
 #   objcopy: FLAGS
@@ -545,9 +546,9 @@ proc ld_simple_link_defsyms {} {
 #
 #   error: REGEX
 #      An error with message matching REGEX must be emitted for the test
-#      to pass.  The PROG, objdump, nm and objcopy options have no
-#      meaning and need not supplied if this is present.  Multiple "error"
-#      directives append to the expected linker error message.
+#      to pass.  The PROG, readelf, objdump, nm and objcopy options have
+#      no meaning and need not be supplied if this is present.  Multiple
+#      "error" directives append to the expected linker error message.
 #
 #   warning: REGEX
 #      Expect a linker warning matching REGEX.  It is an error to issue