diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-07-02 18:48:44 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-07-02 18:48:44 +0000 |
commit | 75fa3e0fd2d28cf1101e8cb4f7eed2cf8d8db2fb (patch) | |
tree | f89cbb1772ac1bb44cb1aa5d611cfcff046172ae /gdb/config/m68k/tm-sun2.h | |
parent | 56f413cd8fdb0c50232e41b57f3c050e183c0d66 (diff) | |
download | gdb-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.h | 7 |
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" |