aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/m68k/tm-sun2.h
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-07-02 18:48:44 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-07-02 18:48:44 +0000
commit75fa3e0fd2d28cf1101e8cb4f7eed2cf8d8db2fb (patch)
treef89cbb1772ac1bb44cb1aa5d611cfcff046172ae /gdb/config/m68k/tm-sun2.h
parent56f413cd8fdb0c50232e41b57f3c050e183c0d66 (diff)
downloadgdb-75fa3e0fd2d28cf1101e8cb4f7eed2cf8d8db2fb.zip
gdb-75fa3e0fd2d28cf1101e8cb4f7eed2cf8d8db2fb.tar.gz
gdb-75fa3e0fd2d28cf1101e8cb4f7eed2cf8d8db2fb.tar.bz2
* Remove unused STACK_END_ADDR in the following files (in other
files it is used for something): tm-mips.h, tm-sun2.h, tm-news.h, tm-a29k, tm-i386v.h, tm-hppa.h, tm-nindy960.h, tm-amix.h, tm-hp300hpux.h, tm-isi.h.
Diffstat (limited to 'gdb/config/m68k/tm-sun2.h')
-rw-r--r--gdb/config/m68k/tm-sun2.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/gdb/config/m68k/tm-sun2.h b/gdb/config/m68k/tm-sun2.h
index 864de59..a2d08af 100644
--- a/gdb/config/m68k/tm-sun2.h
+++ b/gdb/config/m68k/tm-sun2.h
@@ -17,11 +17,4 @@ 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., 675 Mass Ave, Cambridge, MA 02139, USA. */
-/* Address of the end of stack space. We get this from the system
- include files. */
-
-#include <sys/types.h>
-#include <machine/vmparam.h>
-#define STACK_END_ADDR USRSTACK
-
#include "m68k/tm-m68k.h"