| Index: bfd/hpux-core.c
|
| diff --git a/bfd/hpux-core.c b/bfd/hpux-core.c
|
| index 3e8fd830bb6d60209b17040effa29502327258c1..3731210ea95466e91a96784db1a7685cb324a5e3 100644
|
| --- a/bfd/hpux-core.c
|
| +++ b/bfd/hpux-core.c
|
| @@ -1,6 +1,6 @@
|
| /* BFD back-end for HP/UX core files.
|
| Copyright 1993, 1994, 1996, 1998, 1999, 2001, 2002, 2003, 2004, 2005, 2006,
|
| - 2007, 2008, 2010, 2011 Free Software Foundation, Inc.
|
| + 2007, 2008, 2010, 2011, 2012 Free Software Foundation, Inc.
|
| Written by Stu Grossman, Cygnus Support.
|
| Converted to back-end form by Ian Lance Taylor, Cygnus SUpport
|
|
|
| @@ -425,5 +425,5 @@ const bfd_target hpux_core_vec =
|
|
|
| NULL,
|
|
|
| - (PTR) 0 /* backend_data */
|
| + NULL /* backend_data */
|
| };
|
|
|