From 9a5d8e72e50e6790063847420db3ad77aa4c2987 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Wed, 23 Feb 2005 16:22:15 +0000 Subject: 2005-02-22 H.J. Lu * coff-tic54x.c (SWAP_OUT_RELOC_EXTRA): Defined. * coff-tic80.c (SWAP_OUT_RELOC_EXTRA): Likewise. --- bfd/coff-tic54x.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'bfd/coff-tic54x.c') diff --git a/bfd/coff-tic54x.c b/bfd/coff-tic54x.c index 133769cd80e..eaf23dacdcd 100644 --- a/bfd/coff-tic54x.c +++ b/bfd/coff-tic54x.c @@ -328,6 +328,15 @@ ticoff_bfd_is_local_label_name (abfd, name) #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 -- cgit v1.2.1