GNU Binutils with patches for OS216
Revision | 455824e52171d4f48f12ab37fb5b6590be80a54d (tree) |
---|---|
Time | 2006-09-18 08:09:55 |
Author | Nick Roberts <nickrob@snap...> |
Commiter | Nick Roberts |
Update.
@@ -42,13 +42,21 @@ n | ||
42 | 42 | (gdb) |
43 | 43 | |
44 | 44 | (actually it generates an extra &"n\n" and ^done but with |
45 | -"-interpreter-exec console" its identical. | |
45 | +"-interpreter-exec console" it's identical. | |
46 | 46 | |
47 | 47 | To help integration with HEAD I've re-instated the --async option so that |
48 | 48 | --noasync (the default) *should* run as on the trunk. |
49 | 49 | |
50 | 50 | Bugs/Problems are in PROBLEMS.async |
51 | 51 | |
52 | +Further tasks in TODO.async | |
53 | + | |
54 | +To run testsuite with asynchronous event loop put the line: | |
55 | + | |
56 | + set GDBFLAGS "--async" | |
57 | + | |
58 | +at the bottom of site.exp. | |
59 | + | |
52 | 60 | |
53 | 61 | Nick Roberts |
54 | 62 | nickrob@snap.net.nz |