From: Nick Clifton Date: Fri, 6 Jan 2012 15:44:30 +0000 (+0000) Subject: PR binutils/13121 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=28a1b4f812be8e5351e3ebeaa561c477ff6d8b89;p=binutils-gdb.git PR binutils/13121 * reloc.c (bfd_generic_lookup_section_flags): Rename 'finfo' to 'flaginfo' to avoid conflicts with AIX system headers. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index f9d28f329db..c5b2a1b9b88 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2012-01-06 Nick Clifton + + 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 * bfdio.c (bfd_bread): Use arelt_size macro. diff --git a/bfd/reloc.c b/bfd/reloc.c index e37789982b3..5cde4a80aba 100644 --- a/bfd/reloc.c +++ b/bfd/reloc.c @@ -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;