| Index: gdb/ppc-ravenscar-thread.h
|
| diff --git a/gdb/sol2-tdep.h b/gdb/ppc-ravenscar-thread.h
|
| similarity index 70%
|
| copy from gdb/sol2-tdep.h
|
| copy to gdb/ppc-ravenscar-thread.h
|
| index b516f7d96317942df7dafcabb9aebcfb26d35030..4acc937ca39381b974497f3315abde717b55e292 100644
|
| --- a/gdb/sol2-tdep.h
|
| +++ b/gdb/ppc-ravenscar-thread.h
|
| @@ -1,6 +1,6 @@
|
| -/* Target-dependent code for Solaris.
|
| +/* Ravenscar PowerPC target support.
|
|
|
| - Copyright (C) 2006-2012 Free Software Foundation, Inc.
|
| + Copyright (C) 2012-2013 Free Software Foundation, Inc.
|
|
|
| This file is part of GDB.
|
|
|
| @@ -17,13 +17,13 @@
|
| 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 SOL2_TDEP_H
|
| -#define SOL2_TDEP_H 1
|
| +#ifndef PPC_RAVENSCAR_THREAD_H
|
| +#define PPC_RAVENSCAR_THREAD_H
|
|
|
| struct gdbarch;
|
|
|
| -CORE_ADDR sol2_skip_solib_resolver (struct gdbarch *, CORE_ADDR);
|
| +extern void register_ppc_ravenscar_ops (struct gdbarch *gdbarch);
|
|
|
| -char *sol2_core_pid_to_str (struct gdbarch *gdbarch, ptid_t ptid);
|
| +extern void register_e500_ravenscar_ops (struct gdbarch *gdbarch);
|
|
|
| -#endif /* sol2-tdep.h */
|
| +#endif
|
|
|