diff options
author | Marc Poulhiès <dkm@kataplop.net> | 2021-03-29 21:14:54 +0200 |
---|---|---|
committer | Philip Herron <herron.philip@googlemail.com> | 2021-03-30 12:18:12 +0100 |
commit | f3275df08d6ad4808b6e03d5e0fa2609c5843ad6 (patch) | |
tree | 5c6fde1aa03d5a3e476ef1dccf046a987cd7489f | |
parent | 62418241970571e5595671be7db21fbe02cee017 (diff) | |
download | gcc-f3275df08d6ad4808b6e03d5e0fa2609c5843ad6.zip gcc-f3275df08d6ad4808b6e03d5e0fa2609c5843ad6.tar.gz gcc-f3275df08d6ad4808b6e03d5e0fa2609c5843ad6.tar.bz2 |
Minor changes in README.md
Fix minor mistakes.
-rw-r--r-- | README.md | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -90,7 +90,7 @@ The project currently has 3 sets of tests: - `compile.exp` : compilation only tests, using combination of options - `xfail_compile.exp` : compilation only tests expected to fail -Or execute a specific test : +Invoke only a specific test : ```bash $ make check-rust RUNTESTFLAGS="xfail_compile.exp=continue1.rs" @@ -127,9 +127,7 @@ $ gdb --args /some/path/../../rust1 test.rs -quiet -dumpbase arithmetic_express Or simply add the `-wrapper gdb,--args` option. This will call each subcommand in `gdb` and you simply have to break/debug in `rust1`: ```bash -```bash $ gccrs test.rs -O0 -S -o arithmetic_expressions1.s -wrapper gdb,--args - ``` ## Docker image |