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)
commita0ba0aa22f971c4a181e25e2f487e0f04f5a2018
tree2175be6ceeaaf765daa62c9a39a871fe6a05cc69
parent460f1cdc3f76cb1a05107461afad73065b3867f1
gdb/
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.
12 files changed:
gdb/ChangeLog
gdb/i386-stub.c [deleted file]
gdb/m32r-stub.c [deleted file]
gdb/m68k-stub.c [deleted file]
gdb/sh-stub.c [deleted file]
gdb/sparc-stub.c [deleted file]
gdb/stubs/ChangeLog
gdb/stubs/i386-stub.c [new file with mode: 0644]
gdb/stubs/m32r-stub.c [new file with mode: 0644]
gdb/stubs/m68k-stub.c [new file with mode: 0644]
gdb/stubs/sh-stub.c [new file with mode: 0644]
gdb/stubs/sparc-stub.c [new file with mode: 0644]
This page took 0.047764 seconds and 4 git commands to generate.