From 42920017184595263b6bec55da29d87459e87937 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Sat, 26 Mar 2005 12:50:23 +0000 Subject: [PATCH] The include files for generic and i386 specific Haiku support. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12026 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/gdb/gdb/config/i386/nm-haiku.h | 27 ++++++++++++++++++++++++++ src/bin/gdb/gdb/config/i386/tm-haiku.h | 27 ++++++++++++++++++++++++++ src/bin/gdb/gdb/config/nm-haiku.h | 25 ++++++++++++++++++++++++ src/bin/gdb/gdb/config/tm-haiku.h | 25 ++++++++++++++++++++++++ 4 files changed, 104 insertions(+) create mode 100644 src/bin/gdb/gdb/config/i386/nm-haiku.h create mode 100644 src/bin/gdb/gdb/config/i386/tm-haiku.h create mode 100644 src/bin/gdb/gdb/config/nm-haiku.h create mode 100644 src/bin/gdb/gdb/config/tm-haiku.h diff --git a/src/bin/gdb/gdb/config/i386/nm-haiku.h b/src/bin/gdb/gdb/config/i386/nm-haiku.h new file mode 100644 index 0000000000..b392360ce7 --- /dev/null +++ b/src/bin/gdb/gdb/config/i386/nm-haiku.h @@ -0,0 +1,27 @@ +/* Native support for Haiku x86. + + Copyright 2005 Ingo Weinhold . + + 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 2 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, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, + Boston, MA 02111-1307, USA. */ + +#ifndef NM_HAIKU_H +#define NM_HAIKU_H + +#include "config/nm-haiku.h" + +#endif /* nm-haiku.h */ diff --git a/src/bin/gdb/gdb/config/i386/tm-haiku.h b/src/bin/gdb/gdb/config/i386/tm-haiku.h new file mode 100644 index 0000000000..badfc7ef83 --- /dev/null +++ b/src/bin/gdb/gdb/config/i386/tm-haiku.h @@ -0,0 +1,27 @@ +/* Definitions to target GDB to Haiku on 386. + + Copyright 2005 Ingo Weinhold . + + 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 2 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, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, + Boston, MA 02111-1307, USA. */ + +#ifndef TM_HAIKU_H +#define TM_HAIKU_H + +#include "config/tm-haiku.h" + +#endif /* #ifndef TM_HAIKU_H */ diff --git a/src/bin/gdb/gdb/config/nm-haiku.h b/src/bin/gdb/gdb/config/nm-haiku.h new file mode 100644 index 0000000000..e85a1c2c02 --- /dev/null +++ b/src/bin/gdb/gdb/config/nm-haiku.h @@ -0,0 +1,25 @@ +/* Native support Haiku. + + Copyright 2005 Ingo Weinhold . + + 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 2 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, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, + Boston, MA 02111-1307, USA. */ + +// #define REALTIME_{LO,HI}? + +/* Support for shared libraries. */ +#include "solib.h" diff --git a/src/bin/gdb/gdb/config/tm-haiku.h b/src/bin/gdb/gdb/config/tm-haiku.h new file mode 100644 index 0000000000..cdead7b91e --- /dev/null +++ b/src/bin/gdb/gdb/config/tm-haiku.h @@ -0,0 +1,25 @@ +/* Target support Haiku. + + Copyright 2005 Ingo Weinhold . + + 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 2 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, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, + Boston, MA 02111-1307, USA. */ + +// #define REALTIME_{LO,HI}? + +/* Support for shared libraries. */ +#include "solib.h"