Fix a bug recently introduced to the linker where it would complain about a section...
[deliverable/binutils-gdb.git] / bfd / elf32-pru.c
index 0b9e7dc82b205e1443ac6e4800ce11735aadb2b4..d9be74f9163074fd975c979a34e90a2b2fb53d72 100644 (file)
@@ -1,5 +1,5 @@
 /* 32-bit ELF support for TI PRU.
-   Copyright (C) 2014-2018 Free Software Foundation, Inc.
+   Copyright (C) 2014-2019 Free Software Foundation, Inc.
    Contributed by Dimitar Dimitrov <dimitar@dinux.eu>
    Based on elf32-nios2.c
 
@@ -421,7 +421,7 @@ pru_elf32_info_to_howto (bfd *abfd, arelent *cache_ptr,
       bfd_set_error (bfd_error_bad_value);
       return FALSE;
     }
-    
+
   cache_ptr->howto = lookup_howto (r_type);
   return cache_ptr->howto != NULL;
 }
This page took 0.023785 seconds and 4 git commands to generate.