Correct spelling of "relocatable".
[deliverable/binutils-gdb.git] / ld / emultempl / alphaelf.em
index 4ff83cb76f2585311b9b858f6733e9cbeac5b54d..a1bb0c5e031d437f5f0dc1301ed60b8cc22989b2 100644 (file)
@@ -38,7 +38,7 @@ static int elf64alpha_32bit = 0;
 static void
 alpha_after_parse ()
 {
-  if (elf64alpha_32bit && !link_info.shared && !link_info.relocateable)
+  if (elf64alpha_32bit && !link_info.shared && !link_info.relocatable)
     lang_section_start (".interp",
                        exp_binop ('+',
                                   exp_intop (ALPHA_TEXT_START_32BIT),
This page took 0.025314 seconds and 4 git commands to generate.