diff options
author | Stan Shebs <shebs@codesourcery.com> | 1998-04-22 01:44:38 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1998-04-22 01:44:38 +0000 |
commit | e3147bf28665073fd6c24354abd8056e7d6d7d2f (patch) | |
tree | d780b56779c0e1cef9eddc5bc5d8966d719ca48b /gdb/mon960-rom.c | |
parent | b90b2ac2ee558d5b62392d3aeb0e73aa392123a1 (diff) | |
download | gdb-e3147bf28665073fd6c24354abd8056e7d6d7d2f.zip gdb-e3147bf28665073fd6c24354abd8056e7d6d7d2f.tar.gz gdb-e3147bf28665073fd6c24354abd8056e7d6d7d2f.tar.bz2 |
Humoring RMS by saying "GNU/Linux" instead of just "Linux"
Diffstat (limited to 'gdb/mon960-rom.c')
-rw-r--r-- | gdb/mon960-rom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/mon960-rom.c b/gdb/mon960-rom.c index 0987802..b7684e7 100644 --- a/gdb/mon960-rom.c +++ b/gdb/mon960-rom.c @@ -140,7 +140,7 @@ static char *mon960_regnames[NUM_REGS]; #if 0 /* FIXME: this extremely long init string causes MON960 to return two NAKS instead of performing the autobaud recognition, at least when gdb - is running on Linux. The short string below works on Linux, and on + is running on GNU/Linux. The short string below works on Linux, and on SunOS using a tcp serial connection. Must retest on SunOS using a direct serial connection; if that works, get rid of the long string. */ static char *mon960_inits[] = {"\n\r\r\r\r\r\r\r\r\r\r\r\r\r\r\n\r\n\r\n", NULL}; |