summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorkristerw <kristerw@NetBSD.org>1998-09-13 09:33:26 +0000
committerkristerw <kristerw@NetBSD.org>1998-09-13 09:33:26 +0000
commitd8a28d220bdca6aabb2e92b5fe74e07079c1b1b4 (patch)
tree120621b858f4f9048a3da4cf19721732c31a987f /gnu
parent945df87d769495c47d6629500fab12369bde32e6 (diff)
Use the correct size for the relocation records.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/dist/bfd/sparcnetbsd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/dist/bfd/sparcnetbsd.c b/gnu/dist/bfd/sparcnetbsd.c
index c8f62288d5b..975cfeef2c3 100644
--- a/gnu/dist/bfd/sparcnetbsd.c
+++ b/gnu/dist/bfd/sparcnetbsd.c
@@ -31,4 +31,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
/* This needs to start with a.out so GDB knows it is an a.out variant. */
#define TARGETNAME "a.out-sparc-netbsd"
+#define CHOOSE_RELOC_SIZE(X) obj_reloc_entry_size (X) = RELOC_EXT_SIZE;
+
#include "netbsd.h"