]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - ld/emulparams/static.sh
Use bool in ld
[thirdparty/binutils-gdb.git] / ld / emulparams / static.sh
index 410839b8a56e1b6970f41aec78fce306fcab2ae8..295251e38e9053fc2ff951545530f409ffd04d55 100644 (file)
@@ -1,12 +1,12 @@
 PARSE_AND_LIST_ARGS_CASES="$PARSE_AND_LIST_ARGS_CASES
     case OPTION_DYNAMIC_LINKER:
-      params.has_dynamic_linker = TRUE;
-      return FALSE;
+      params.has_dynamic_linker = true;
+      return false;
 
     case OPTION_NON_SHARED:
       /* Check if -static is passed at command-line before all input
         files.  */
       if (!lang_has_input_file)
-       params.static_before_all_inputs = TRUE;
-      return FALSE;
+       params.static_before_all_inputs = true;
+      return false;
 "