Correct spelling of "relocatable".
[deliverable/binutils-gdb.git] / bfd / elf-eh-frame.c
index 7d0b52bc40f05144d39e052189a14b2ffba389f2..e422aa96a55a55ecba823fdb64d7d3f1750725b5 100644 (file)
@@ -403,7 +403,7 @@ _bfd_elf_discard_section_eh_frame (abfd, info, sec,
                 in which case we can remove it provided we adjust
                 all FDEs.  Also, it can be removed if we have removed
                 all FDEs using it.  */
-             if ((!info->relocateable
+             if ((!info->relocatable
                   && cie_compare (&cie, &hdr_info->last_cie) == 0)
                  || cie_usage_count == 0)
                {
This page took 0.042395 seconds and 4 git commands to generate.