]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/common/sim-hw.h
Update copyright year range in all GDB files
[thirdparty/binutils-gdb.git] / sim / common / sim-hw.h
index 02706df6777b6623fa9b69c96da531b24470452c..d502d66072d025b5e4fc0273913d1ef67ec71e7e 100644 (file)
@@ -1,5 +1,5 @@
 /* Device definitions.
-   Copyright (C) 1998, 2007, 2008 Free Software Foundation, Inc.
+   Copyright (C) 1998-2018 Free Software Foundation, Inc.
    Contributed by Cygnus Support.
 
 This file is part of GDB, the GNU debugger.
@@ -48,7 +48,7 @@ void sim_hw_abort
 (SIM_DESC sd,
  struct hw *hw,
  const char *fmt,
- ...) __attribute__ ((format (printf, 3, 4)));
+ ...) __attribute__ ((format (printf, 3, 4), noreturn));