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
This commit is contained in:
Ingo Weinhold
2005-03-26 12:50:23 +00:00
parent 36a69705b5
commit 4292001718
4 changed files with 104 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
/* Native support for Haiku x86.
Copyright 2005 Ingo Weinhold <[email protected]>.
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 */
+27
View File
@@ -0,0 +1,27 @@
/* Definitions to target GDB to Haiku on 386.
Copyright 2005 Ingo Weinhold <[email protected]>.
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 */
+25
View File
@@ -0,0 +1,25 @@
/* Native support Haiku.
Copyright 2005 Ingo Weinhold <[email protected]>.
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"
+25
View File
@@ -0,0 +1,25 @@
/* Target support Haiku.
Copyright 2005 Ingo Weinhold <[email protected]>.
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"