diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-07-15 23:24:34 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-07-15 23:24:34 +0000 |
commit | 14c11f44828bad1a48e3753f77fc1962a2bc5feb (patch) | |
tree | 99279151185eaeb5f998edccfc68e12552904700 | |
parent | 8cbd903e9cf4dd3182ca259a05b64b4e578b5103 (diff) | |
download | gdb-14c11f44828bad1a48e3753f77fc1962a2bc5feb.zip gdb-14c11f44828bad1a48e3753f77fc1962a2bc5feb.tar.gz gdb-14c11f44828bad1a48e3753f77fc1962a2bc5feb.tar.bz2 |
more description on last change
-rw-r--r-- | gas/testsuite/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 0c241b1..001af60 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -4,6 +4,8 @@ Fri Jul 15 19:09:25 1994 Ken Raeburn (raeburn@cujo.cygnus.com) assembler, running objdump or nm (not fully supported) on the resulting object file, and comparing the results against a file of regular expressions in the test suite, all in one command. + Options for the assembler and objdump are read from comments at + the start of the .d file. (fail_phase, slurp_options): New auxiliary routines. (regexp_diff): Always return a value. Fix bugs in actually doing the regexp test. |