don't let bin2hex call strlen
[deliverable/binutils-gdb.git] / gdb / frame-base.c
index dc1584c76bca3cf5035cf6c92176a1c7b500b246..a516c298c11af302ee9cbc5927613aefe04f28d7 100644 (file)
@@ -1,7 +1,6 @@
 /* Definitions for frame address handler, for GDB, the GNU debugger.
 
-   Copyright (C) 2003, 2004, 2007, 2008, 2009, 2010, 2011
-   Free Software Foundation, Inc.
+   Copyright (C) 2003-2014 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -85,7 +84,8 @@ frame_base_append_sniffer (struct gdbarch *gdbarch,
 {
   struct frame_base_table *table = gdbarch_data (gdbarch, frame_base_data);
 
-  (*table->tail) = GDBARCH_OBSTACK_ZALLOC (gdbarch, struct frame_base_table_entry);
+  (*table->tail)
+    = GDBARCH_OBSTACK_ZALLOC (gdbarch, struct frame_base_table_entry);
   (*table->tail)->sniffer = sniffer;
   table->tail = &(*table->tail)->next;
 }
This page took 0.026275 seconds and 4 git commands to generate.