aboutsummaryrefslogtreecommitdiff
path: root/bfd/coff-h8300.c
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1995-06-30 00:26:53 +0000
committerSteve Chamberlain <sac@cygnus>1995-06-30 00:26:53 +0000
commit69b799dfd7ca34a3e5fb887892da209ed7058c1d (patch)
tree9334127a2c3b06440ad0d6ee1fadb7eb0186fdc9 /bfd/coff-h8300.c
parent7427b968f39c875fdf3291610977fdebf1a7736d (diff)
downloadgdb-69b799dfd7ca34a3e5fb887892da209ed7058c1d.zip
gdb-69b799dfd7ca34a3e5fb887892da209ed7058c1d.tar.gz
gdb-69b799dfd7ca34a3e5fb887892da209ed7058c1d.tar.bz2
* coff-h8300.c (COFF_LONG_FILENAMES): Define.
Diffstat (limited to 'bfd/coff-h8300.c')
-rw-r--r--bfd/coff-h8300.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/bfd/coff-h8300.c b/bfd/coff-h8300.c
index 1b821a8..2d7da9c 100644
--- a/bfd/coff-h8300.c
+++ b/bfd/coff-h8300.c
@@ -1,5 +1,5 @@
/* BFD back-end for Hitachi H8/300 COFF binaries.
- Copyright 1990, 1991, 1992, 1993, 1994 Free Software Foundation, Inc.
+ Copyright 1990, 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
Written by Steve Chamberlain, <sac@cygnus.com>.
This file is part of BFD, the Binary File Descriptor library.
@@ -50,8 +50,6 @@ special (abfd, reloc_entry, symbol, data, input_section, output_bfd,
bfd *output_bfd;
char **error_message;
{
- symvalue diff;
-
if (output_bfd == (bfd *) NULL)
return bfd_reloc_continue;
@@ -588,6 +586,7 @@ h8300_reloc16_extra_cases (abfd, link_info, link_order, reloc, data, src_ptr,
#define coff_reloc16_extra_cases h8300_reloc16_extra_cases
#define coff_reloc16_estimate h8300_reloc16_estimate
+#define COFF_LONG_FILENAMES
#include "coffcode.h"