diff options
author | John Gilmore <gnu@cygnus> | 1991-10-12 07:11:48 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-10-12 07:11:48 +0000 |
commit | df6335e19f0b678f5c3842cb91e1373b1f27eafc (patch) | |
tree | 717720a5cbf7a85b2c11156a1b6a2d9565070b45 /gdb/tm-vx960.h | |
parent | 96eb46258b717266ddef1f850be124c6925a8a3f (diff) | |
download | gdb-df6335e19f0b678f5c3842cb91e1373b1f27eafc.zip gdb-df6335e19f0b678f5c3842cb91e1373b1f27eafc.tar.gz gdb-df6335e19f0b678f5c3842cb91e1373b1f27eafc.tar.bz2 |
* tm-{irix3,mips,nindy960,pn,symmetry,vx960}.h: Move
REGISTER_U_ADDR to corresponding xm- file. Sugg. by Peter Schauer.
Diffstat (limited to 'gdb/tm-vx960.h')
-rw-r--r-- | gdb/tm-vx960.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gdb/tm-vx960.h b/gdb/tm-vx960.h index 7d1c61f..f6a5e1f 100644 --- a/gdb/tm-vx960.h +++ b/gdb/tm-vx960.h @@ -35,14 +35,3 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Breakpoint patching is handled at the target end in VxWorks. */ /* #define BREAKPOINT {0x00, 0x3e, 0x00, 0x66} */ - -/* Not needed, because we don't support core files: - #define KERNEL_U_ADDR - #define REGISTER_U_ADDR(addr, blockend, regno) - */ - -/* Address of end of stack space. - This doesn't matter for VxWorks, because it's only used - in manipulation of core files, which we don't support. */ - -/* #define STACK_END_ADDR (0xfe000000) */ |