diff options
Diffstat (limited to 'sys/powerpc/include')
-rw-r--r-- | sys/powerpc/include/asm.h | 2 | ||||
-rw-r--r-- | sys/powerpc/include/param.h | 7 |
2 files changed, 0 insertions, 9 deletions
diff --git a/sys/powerpc/include/asm.h b/sys/powerpc/include/asm.h index 52580b4..4f311c0 100644 --- a/sys/powerpc/include/asm.h +++ b/sys/powerpc/include/asm.h @@ -84,11 +84,9 @@ #define __FBSDID(s) /* nothing */ #endif /* not lint and not STRIP_FBSDID */ -#ifdef __ELF__ #define WEAK_ALIAS(alias,sym) \ .weak alias; \ alias = sym -#endif #ifdef __STDC__ #define WARN_REFERENCES(_sym,_msg) \ diff --git a/sys/powerpc/include/param.h b/sys/powerpc/include/param.h index 7969e4f..a0ae3db 100644 --- a/sys/powerpc/include/param.h +++ b/sys/powerpc/include/param.h @@ -80,13 +80,6 @@ #include <machine/cpu.h> #endif -/* - * OBJFORMAT_NAMES is a comma-separated list of the object formats - * that are supported on the architecture. - */ -#define OBJFORMAT_NAMES "elf" -#define OBJFORMAT_DEFAULT "elf" - #ifdef SMP #define MAXCPU 2 #else |