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 f9d28f329db70189f446d4c2aae033603598bd4b..c5b2a1b9b8832497239f097ec252561eba2de960 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 e37789982b33fdfe192203c5865472890641d641..5cde4a80abaff3689d26b835b14bfb03fc7a8596 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;
This page took 0.02838 seconds and 4 git commands to generate.