gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gas / stabs.c
index 0217c422ec3a7715bb985f508abda5c5af46e92e..c962bb4fdf78a5c685281976f6bd7609b14b7d61 100644 (file)
@@ -1,5 +1,5 @@
 /* Generic stabs parsing for gas.
-   Copyright (C) 1989-2019 Free Software Foundation, Inc.
+   Copyright (C) 1989-2020 Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
 
@@ -564,8 +564,7 @@ generate_asm_file (int type, const char *file)
 
   colon (sym);
 
-  if (last_file != NULL)
-    free (last_file);
+  free (last_file);
   last_file = xstrdup (file);
 
   free (buf);
This page took 0.02409 seconds and 4 git commands to generate.