(__ELF__): Consolidate conditions.
author |
Dan Nicolaescu <dann@ics.uci.edu> |
date |
Wed, 16 Jul 2008 15:50:45 +0000 |
parents |
77c53729bbb6 |
children |
e7299e988a36 |
files |
src/ChangeLog src/m/alpha.h |
diffstat |
2 files changed, 2 insertions(+), 2 deletions(-)
[+]
|
line diff
--- a/src/ChangeLog Wed Jul 16 15:27:04 2008 +0000
+++ b/src/ChangeLog Wed Jul 16 15:50:45 2008 +0000
@@ -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.
--- a/src/m/alpha.h Wed Jul 16 15:27:04 2008 +0000
+++ b/src/m/alpha.h Wed Jul 16 15:50:45 2008 +0000
@@ -89,9 +89,7 @@
# 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