* config/powerpc/nm-linux.h (NO_SYS_REG_H): Remove, it's no longer

used.
This commit is contained in:
Mark Kettenis 2001-07-11 10:24:35 +00:00
parent d8c852a19f
commit e6da861eaf
2 changed files with 5 additions and 4 deletions

View file

@ -1,3 +1,8 @@
2001-07-11 Mark Kettenis <kettenis@gnu.org>
* config/powerpc/nm-linux.h (NO_SYS_REG_H): Remove, it's no longer
used.
2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
* go32-nat.c (info_dos_cmdlist): New variable.

View file

@ -33,10 +33,6 @@ extern int kernel_u_size (void);
#define REGISTER_U_ADDR(addr, blockend, regno) \
(addr) = ppc_register_u_addr ((blockend),(regno));
/* No <sys/reg.h> */
#define NO_SYS_REG_H
/* FIXME: kettenis/2000-09-03: This should be moved to ../nm-linux.h
once we have converted all Linux targets to use the new threads
stuff (without the #undef of course). */