gdb/cris: Use default gdbarch methods where possible
[deliverable/binutils-gdb.git] / gas / subsegs.c
index 0647653f8784e1d8c9bec2bd248082454ff4b215..a66af2d3f65c60fb7ebc68ec8872270c875c6500 100644 (file)
@@ -1,5 +1,5 @@
 /* subsegs.c - subsegments -
-   Copyright (C) 1987-2016 Free Software Foundation, Inc.
+   Copyright (C) 1987-2019 Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
 
@@ -297,6 +297,10 @@ subsegs_print_statistics (FILE *file)
   frchainS *frchp;
   asection *s;
 
+  /* PR 20897 - check to see if the output bfd was actually created.  */
+  if (stdoutput == NULL)
+    return;
+
   fprintf (file, "frag chains:\n");
   for (s = stdoutput->sections; s; s = s->next)
     {
This page took 0.024295 seconds and 4 git commands to generate.