summaryrefslogtreecommitdiff
path: root/bfd/elfxx-target.h
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2007-01-31 14:28:03 +0000
committerH.J. Lu <hjl@lucon.org>2007-01-31 14:28:03 +0000
commitdf2b424ce5f6da1b83b83b514dad7df46067ec8a (patch)
tree20b9e046a716fefedf602f761dd2fe57542a4491 /bfd/elfxx-target.h
parentf567223a6f47d740a212a77009ec5bbdc5e7dd5e (diff)
downloadbinutils-redhat-df2b424ce5f6da1b83b83b514dad7df46067ec8a.tar.gz
2076-01-31 H.J. Lu <hongjiu.lu@intel.com>
* elf32-cris.c (INCLUDED_TARGET_FILE): Removed. (elf32_bed): Defined for elf32-us-cris. * elf64-sh64.c (elf64_bed): Defined for Linux. (INCLUDED_TARGET_FILE): Removed. * elfxx-target.h (elfNN_bed): Always define. Don't check INCLUDED_TARGET_FILE.
Diffstat (limited to 'bfd/elfxx-target.h')
-rw-r--r--bfd/elfxx-target.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/bfd/elfxx-target.h b/bfd/elfxx-target.h
index 306f3efcc2..f51617c79e 100644
--- a/bfd/elfxx-target.h
+++ b/bfd/elfxx-target.h
@@ -576,7 +576,6 @@
extern const struct elf_size_info _bfd_elfNN_size_info;
-#ifndef INCLUDED_TARGET_FILE
static struct elf_backend_data elfNN_bed =
{
ELF_ARCH, /* arch */
@@ -682,7 +681,6 @@ static struct elf_backend_data elfNN_bed =
elf_backend_want_dynbss,
elf_backend_want_p_paddr_set_to_zero
};
-#endif
/* Forward declaration for use when initialising alternative_target field. */
#ifdef TARGET_LITTLE_SYM