summaryrefslogtreecommitdiff
path: root/bfd/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/hosts')
-rw-r--r--bfd/hosts/delta68.h4
-rw-r--r--bfd/hosts/vaxbsd.h7
2 files changed, 0 insertions, 11 deletions
diff --git a/bfd/hosts/delta68.h b/bfd/hosts/delta68.h
index 1a6a6e6f19..302628e878 100644
--- a/bfd/hosts/delta68.h
+++ b/bfd/hosts/delta68.h
@@ -7,12 +7,8 @@
#define NBPG NBPC
#define HOST_DATA_START_ADDR u.u_exdata.ux_datorg
#define HOST_TEXT_START_ADDR u.u_exdata.ux_txtorg
-#if 0
-#define HOST_STACK_END_ADDR 0x40000000
-#else
/* User's stack, copied from sys/param.h */
#define HOST_STACK_END_ADDR USRSTACK
-#endif
#define UPAGES USIZE
#define TRAD_UNIX_CORE_FILE_FAILING_SIGNAL(abfd) \
abfd->tdata.trad_core_data->u.u_abort
diff --git a/bfd/hosts/vaxbsd.h b/bfd/hosts/vaxbsd.h
index ceb9ccedfa..75ba59e3dd 100644
--- a/bfd/hosts/vaxbsd.h
+++ b/bfd/hosts/vaxbsd.h
@@ -1,12 +1,5 @@
#define NO_CORE_COMMAND /* No command name in core file */
-#if 0
-#undef ALIGN /* They use it, we use it too */
-/* Does not exist on BSD 4.3, it uses machine/machparam.h.
- Whatever it is, it's included by <sys/param.h>, which trad-core.c,
- the only place that uses this (I think), already includes. */
-#include <machine/param.h>
-#endif
#undef ALIGN /* They use it, we use it too */
/* Note that HOST_PAGE_SIZE -- the page size as far as executable files