* sun3-xdep.c, tm-sun3.h, tm-68k.h: Change TARGET_SUN3 to

GDB_TARGET_IS_SUN3.
This commit is contained in:
Jim Kingdon 1991-04-30 19:50:49 +00:00
parent a416228b53
commit 39d2bcca7d
3 changed files with 5 additions and 3 deletions

View file

@ -31,7 +31,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
extern int errno;
#if defined (TARGET_SUN3)
#if defined (GDB_TARGET_IS_SUN3)
/* All of this stuff is only relevant if both host and target are sun3. */
void
fetch_inferior_registers ()