PR binutils/13121
authorNick Clifton <nickc@redhat.com>
Fri, 6 Jan 2012 15:44:30 +0000 (15:44 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 6 Jan 2012 15:44:30 +0000 (15:44 +0000)
* reloc.c (bfd_generic_lookup_section_flags): Rename 'finfo' to
'flaginfo' to avoid conflicts with AIX system headers.

bfd/ChangeLog
bfd/reloc.c

index f9d28f3..c5b2a1b 100644 (file)
@@ -1,3 +1,9 @@
+2012-01-06  Nick Clifton  <nickc@redhat.com>
+
+       PR binutils/13121
+       * reloc.c (bfd_generic_lookup_section_flags): Rename 'finfo' to
+       'flaginfo' to avoid conflicts with AIX system headers.
+
 2012-01-06  Tristan Gingold  <gingold@adacore.com>
 
        * bfdio.c (bfd_bread): Use arelt_size macro.
index e377899..5cde4a8 100644 (file)
@@ -6237,9 +6237,9 @@ DESCRIPTION
 
 void
 bfd_generic_lookup_section_flags (struct bfd_link_info *info ATTRIBUTE_UNUSED,
-                                 struct flag_info *finfo) 
+                                 struct flag_info *flaginfo) 
 {
-  if (finfo != NULL)
+  if (flaginfo != NULL)
     {
       (*_bfd_error_handler) (_("INPUT_SECTION_FLAGS are not supported.\n"));
       return;