diff options
author | Joel Brobecker <brobecker@gnat.com> | 2012-12-15 14:29:00 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2012-12-15 14:29:00 +0000 |
commit | e6f9c00b642fb0415c03f81ae8f374837e0a3a39 (patch) | |
tree | 7d72dbd603c8a7e8f30fab8c409a76a295c210ce /gdb/sparc-ravenscar-thread.h | |
parent | 7e35103a303c52a8ae636600db6fcba630758a91 (diff) | |
download | gdb-e6f9c00b642fb0415c03f81ae8f374837e0a3a39.zip gdb-e6f9c00b642fb0415c03f81ae8f374837e0a3a39.tar.gz gdb-e6f9c00b642fb0415c03f81ae8f374837e0a3a39.tar.bz2 |
Rename ravenscar-sparc-thread.[hc] into sparc-ravenscar-thread.[hc].
gdb/ChangeLog:
* sparc-ravenscar-thread.h: Renames ravenscar-sparc-thread.h.
* sparc-ravenscar-thread.c: Renames ravenscar-sparc-thread.c.
Adjust sparc-ravenscar-thread.h #include.
* sparc-tdep.c: Adjust sparc-ravenscar-thread.h #include
accordingly.
* Makefile.in: Replace ravenscar-sparc-thread with
sparc-ravenscar-thread throughout.
* configure.tgt: Likewise.
Diffstat (limited to 'gdb/sparc-ravenscar-thread.h')
-rw-r--r-- | gdb/sparc-ravenscar-thread.h | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/gdb/sparc-ravenscar-thread.h b/gdb/sparc-ravenscar-thread.h new file mode 100644 index 0000000..fc86e69 --- /dev/null +++ b/gdb/sparc-ravenscar-thread.h @@ -0,0 +1,26 @@ +/* Ravenscar SPARC target support. + + Copyright 2012 Free Software Foundation, Inc. + + This file is part of GDB. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. */ + +#ifndef RAVENSCAR_SPARC_THREAD_H +#define RAVENSCAR_SPARC_THREAD_H + +struct gdbarch; + +extern void register_sparc_ravenscar_ops (struct gdbarch *gdbarch); +#endif |