summaryrefslogtreecommitdiff
path: root/bfd/coff-tic54x.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2013-02-04 05:25:38 +0000
committerAlan Modra <amodra@bigpond.net.au>2013-02-04 05:25:38 +0000
commit229f7e188853097fb256265648d11d0dd126dcd2 (patch)
treeb1ec3f67718d9eaf98d2d823b26476b6b2e43cf2 /bfd/coff-tic54x.c
parent111f87e1240a2b364e13d05586b6ff8eb8d126e6 (diff)
downloadbinutils-redhat-229f7e188853097fb256265648d11d0dd126dcd2.tar.gz
include/coff/
* ti.h (SWAP_OUT_RELOC_EXTRA): Define. bfd/ * coff-tic54x.c (SWAP_OUT_RELOC_EXTRA): Delete. * coff-tic80.c (SWAP_OUT_RELOC_EXTRA): Delete.
Diffstat (limited to 'bfd/coff-tic54x.c')
-rw-r--r--bfd/coff-tic54x.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/bfd/coff-tic54x.c b/bfd/coff-tic54x.c
index 9afba42270..8efdc20402 100644
--- a/bfd/coff-tic54x.c
+++ b/bfd/coff-tic54x.c
@@ -323,15 +323,6 @@ ticoff_bfd_is_local_label_name (bfd *abfd ATTRIBUTE_UNUSED,
#define coff_bfd_is_local_label_name ticoff_bfd_is_local_label_name
-/* Clear the r_reserved field in relocs. */
-#define SWAP_OUT_RELOC_EXTRA(abfd,src,dst) \
- do \
- { \
- dst->r_reserved[0] = 0; \
- dst->r_reserved[1] = 0; \
- } \
- while (0)
-
/* Customize coffcode.h; the default coff_ functions are set up to use COFF2;
coff_bad_format_hook uses BADMAG, so set that for COFF2. The COFF1
and COFF0 vectors use custom _bad_format_hook procs instead of setting