gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gas / input-file.c
index a3dcd9d2f89c291382368706ce0ee51c65bef223..5c4bb3109f954029cbdb98128ccc2cb3bfda926e 100644 (file)
@@ -1,5 +1,5 @@
 /* input_file.c - Deal with Input Files -
-   Copyright (C) 1987-2016 Free Software Foundation, Inc.
+   Copyright (C) 1987-2020 Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
 
@@ -81,7 +81,7 @@ input_file_push (void)
 {
   struct saved_file *saved;
 
-  saved = (struct saved_file *) xmalloc (sizeof *saved);
+  saved = XNEW (struct saved_file);
 
   saved->f_in = f_in;
   saved->file_name = file_name;
This page took 0.02599 seconds and 4 git commands to generate.