* coff-h8300.c (COFF_LONG_FILENAMES): Define.
authorSteve Chamberlain <sac@cygnus>
Fri, 30 Jun 1995 00:26:53 +0000 (00:26 +0000)
committerSteve Chamberlain <sac@cygnus>
Fri, 30 Jun 1995 00:26:53 +0000 (00:26 +0000)
bfd/ChangeLog
bfd/coff-h8300.c

index 918ec75d7ebd347d03639103129c32860efc42c1..2c4c511eacf70b359b86cb6eb3bf93314f595f11 100644 (file)
@@ -1,3 +1,7 @@
+Thu Jun 29 17:24:52 1995  Steve Chamberlain  <sac@slash.cygnus.com>
+
+       * coff-h8300.c (COFF_LONG_FILENAMES): Define.
+
 Wed Jun 28 18:04:42 1995  Steve Chamberlain  <sac@slash.cygnus.com>
 
        * Makefile.in: versados.o is now conditionally built.
index 1b821a8743134c25294950116fa0a2079e3526e3..2d7da9c537bf19676eb8637378107c8a4fe13ea6 100644 (file)
@@ -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"