Really remove tic30-aout support
[deliverable/binutils-gdb.git] / ld / emultempl / pep.em
index ea8e768ea93f7825e9546d08ff029286ec26ddf5..a0a7023e7067ae0c358130d843266cc613958de4 100644 (file)
@@ -831,11 +831,8 @@ gld${EMULATION_NAME}_handle_option (int optc)
       pe_dll_characteristics |= IMAGE_DLLCHARACTERISTICS_TERMINAL_SERVER_AWARE;
       break;
     case OPTION_BUILD_ID:
-      if (emit_build_id != NULL)
-       {
-         free ((char *) emit_build_id);
-         emit_build_id = NULL;
-       }
+      free ((char *) emit_build_id);
+      emit_build_id = NULL;
       if (optarg == NULL)
        optarg = DEFAULT_BUILD_ID_STYLE;
       if (strcmp (optarg, "none"))
This page took 0.038986 seconds and 4 git commands to generate.