OSDN Git Service

* elf32-sh.c (sh_elf_set_mach_from_flags): Make it static.
authorAlexandre Oliva <aoliva@redhat.com>
Fri, 11 Aug 2000 14:35:41 +0000 (14:35 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Fri, 11 Aug 2000 14:35:41 +0000 (14:35 +0000)
bfd/ChangeLog
bfd/elf32-sh.c

index 2936528..5f3534c 100644 (file)
@@ -1,3 +1,7 @@
+2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
+
+       * elf32-sh.c (sh_elf_set_mach_from_flags): Make it static.
+
 2000-08-10  Jason Eckhardt  <jle@cygnus.com>
 
         * elf32-i860.c (elf32_i860_relocate_section): New function.
index eb333e2..f1e0027 100644 (file)
@@ -39,7 +39,7 @@ static boolean sh_elf_copy_private_data
   PARAMS ((bfd *, bfd *));
 static boolean sh_elf_merge_private_data
   PARAMS ((bfd *, bfd *));
-boolean sh_elf_set_mach_from_flags
+static boolean sh_elf_set_mach_from_flags
   PARAMS ((bfd *));
 static boolean sh_elf_relax_section
   PARAMS ((bfd *, asection *, struct bfd_link_info *, boolean *));
@@ -2261,7 +2261,7 @@ sh_elf_check_relocs (abfd, info, sec, relocs)
   return true;
 }
 
-boolean
+static boolean
 sh_elf_set_mach_from_flags (abfd)
      bfd *    abfd;
 {