Remove spurious ChangeLog addition.
[deliverable/binutils-gdb.git] / bfd / elf32-arc.c
index ad7247ac0ff1d31717b08915d64fa4d86d5c2d34..fad1a1e86dd0bb99b65ec3dce876e908085c57b5 100644 (file)
@@ -1,5 +1,6 @@
 /* ARC-specific support for 32-bit ELF
-   Copyright 1994, 1995, 1997, 1999, 2001 Free Software Foundation, Inc.
+   Copyright 1994, 1995, 1997, 1999, 2001, 2002
+   Free Software Foundation, Inc.
    Contributed by Doug Evans (dje@cygnus.com).
 
    This file is part of BFD, the Binary File Descriptor library.
@@ -39,7 +40,7 @@ static bfd_reloc_status_type arc_elf_b22_pcrel
 /* Try to minimize the amount of space occupied by relocation tables
    on the ROM (not that the ROM won't be swamped by other ELF overhead).  */
 
-#define USE_REL
+#define USE_REL        1
 
 static reloc_howto_type elf_arc_howto_table[] =
 {
@@ -235,7 +236,7 @@ arc_elf_b22_pcrel (abfd, reloc_entry, symbol, data, input_section,
   return bfd_elf_generic_reloc (abfd, reloc_entry, symbol, data,
                                input_section, output_bfd, error_message);
 }
-  
+
 #define TARGET_LITTLE_SYM bfd_elf32_littlearc_vec
 #define TARGET_LITTLE_NAME "elf32-littlearc"
 #define TARGET_BIG_SYM bfd_elf32_bigarc_vec
This page took 0.023019 seconds and 4 git commands to generate.