(__ELF__): Consolidate conditions.

This commit is contained in:
Dan Nicolaescu 2008-07-16 15:50:45 +00:00
parent 7ab56cc46d
commit d4d080b6da
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,7 @@
2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
* m/alpha.h (__ELF__): Consolidate conditions.
* m/m68k.h (linux): Use GNU_LINUX instead.
Remove boilerplate comments.

View file

@ -89,9 +89,7 @@ NOTE-END
# else
# error What gives? Fix me if DEC Unix supports ELF now.
# endif
#endif
#ifdef __ELF__
#undef UNEXEC
#define UNEXEC unexelf.o
#ifndef GNU_LINUX