Add ravenscar-thread support for powerpc.
[deliverable/binutils-gdb.git] / gdb / dbug-rom.c
index 8a224e87fa2f7fd3cde683744aa77d07d0d2b366..d2ecea56623a0788bb22438af8fb6b185f58b739 100644 (file)
@@ -1,6 +1,6 @@
 /* Remote debugging interface to dBUG ROM monitor for GDB, the GNU debugger.
-   Copyright (C) 1996, 1998, 1999, 2000, 2001, 2007, 2008, 2009, 2010, 2011
-   Free Software Foundation, Inc.
+   Copyright (C) 1996, 1998-2001, 2007-2012 Free Software Foundation,
+   Inc.
 
    Written by Stan Shebs of Cygnus Support.
 
@@ -74,10 +74,10 @@ dbug_supply_register (struct regcache *regcache, char *regname,
   monitor_supply_register (regcache, regno, val);
 }
 
-/* This array of registers needs to match the indexes used by GDB. The
-   whole reason this exists is because the various ROM monitors use
-   different names than GDB does, and don't support all the registers
-   either. So, typing "info reg sp" becomes an "A7". */
+/* This array of registers needs to match the indexes used by GDB.
+   The whole reason this exists is because the various ROM monitors
+   use different names than GDB does, and don't support all the
+   registers either.  So, typing "info reg sp" becomes an "A7".  */
 
 static const char *
 dbug_regname (int index)
This page took 0.026019 seconds and 4 git commands to generate.