gdb/
authorTristan Gingold <gingold@adacore.com>
Thu, 8 Mar 2012 14:43:24 +0000 (14:43 +0000)
committerTristan Gingold <gingold@adacore.com>
Thu, 8 Mar 2012 14:43:24 +0000 (14:43 +0000)
2012-03-08  Tristan Gingold  <gingold@adacore.com>

* sparc-stub.c: Move to stubs/
* sh-stub.c: Likewise.
* m68k-stub.c: Likewise.
* m32r-stub.c: Likewise.
* i386-stub.c: Likewise.

gdb/stubs/
2012-03-08  Tristan Gingold  <gingold@adacore.com>

* sparc-stub.c: Move from ..
* sh-stub.c: Likewise.
* m68k-stub.c: Likewise.
* m32r-stub.c: Likewise.
* i386-stub.c: Likewise.

gdb/ChangeLog
gdb/stubs/ChangeLog
gdb/stubs/i386-stub.c [moved from gdb/i386-stub.c with 100% similarity]
gdb/stubs/m32r-stub.c [moved from gdb/m32r-stub.c with 100% similarity]
gdb/stubs/m68k-stub.c [moved from gdb/m68k-stub.c with 100% similarity]
gdb/stubs/sh-stub.c [moved from gdb/sh-stub.c with 100% similarity]
gdb/stubs/sparc-stub.c [moved from gdb/sparc-stub.c with 100% similarity]

index 711b8d2..0964c5f 100644 (file)
@@ -1,3 +1,11 @@
+2012-03-08  Tristan Gingold  <gingold@adacore.com>
+
+       * sparc-stub.c: Move to stubs/
+       * sh-stub.c: Likewise.
+       * m68k-stub.c: Likewise.
+       * m32r-stub.c: Likewise.
+       * i386-stub.c: Likewise.
+
 2012-03-08  Andreas Schwab  <schwab@linux-m68k.org>
 
        * m68klinux-tdep.c (m68k_linux_init_abi): Register
index 1a8b2b7..a0f175e 100644 (file)
@@ -1,3 +1,11 @@
+2012-03-08  Tristan Gingold  <gingold@adacore.com>
+
+       * sparc-stub.c: Move from ..
+       * sh-stub.c: Likewise.
+       * m68k-stub.c: Likewise.
+       * m32r-stub.c: Likewise.
+       * i386-stub.c: Likewise.
+
 2012-03-05  Tristan Gingold  <gingold@adacore.com>
 
        * buildvms.com: New file.
similarity index 100%
rename from gdb/i386-stub.c
rename to gdb/stubs/i386-stub.c
similarity index 100%
rename from gdb/m32r-stub.c
rename to gdb/stubs/m32r-stub.c
similarity index 100%
rename from gdb/m68k-stub.c
rename to gdb/stubs/m68k-stub.c
similarity index 100%
rename from gdb/sh-stub.c
rename to gdb/stubs/sh-stub.c
similarity index 100%
rename from gdb/sparc-stub.c
rename to gdb/stubs/sparc-stub.c