]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - ld/emulparams/elf_x86_64.sh
ld whitespace fixes
[thirdparty/binutils-gdb.git] / ld / emulparams / elf_x86_64.sh
index ad255266fce85bae306053c0e34f8e3866c2f465..c678479d24056c5e70132b2d7830dc7c5b69b2d7 100644 (file)
@@ -41,7 +41,7 @@ case "$target" in
   x86_64*-linux*|i[3-7]86-*-linux-*)
     case "$EMULATION_NAME" in
       *64*)
-        LIBPATH_SUFFIX=64
+       LIBPATH_SUFFIX=64
        PARSE_AND_LIST_OPTIONS_BNDPLT='
   fprintf (file, _("\
   -z bndplt                   Always generate BND prefix in PLT entries\n"));
@@ -52,7 +52,7 @@ case "$target" in
 '
        PARSE_AND_LIST_OPTIONS="$PARSE_AND_LIST_OPTIONS $PARSE_AND_LIST_OPTIONS_BNDPLT"
        PARSE_AND_LIST_ARGS_CASE_Z="$PARSE_AND_LIST_ARGS_CASE_Z $PARSE_AND_LIST_ARGS_CASE_Z_BNDPLT"
-        ;;
+       ;;
     esac
     ;;
   *-*-solaris2*)