diff options
Diffstat (limited to 'gdb/objfiles.c')
-rw-r--r-- | gdb/objfiles.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gdb/objfiles.c b/gdb/objfiles.c index d84770c..0a329b7 100644 --- a/gdb/objfiles.c +++ b/gdb/objfiles.c @@ -1,5 +1,6 @@ /* GDB routines for manipulating objfiles. - Copyright 1992, 1993, 1994, 1995 Free Software Foundation, Inc. + Copyright 1992, 1993, 1994, 1995, 2001 + Free Software Foundation, Inc. Contributed by Cygnus Support, using pieces from other GDB modules. This file is part of GDB. @@ -370,7 +371,8 @@ unlink_objfile (struct objfile *objfile) } } - internal_error ("objfiles.c (unlink_objfile): objfile already unlinked"); + internal_error (__FILE__, __LINE__, + "unlink_objfile: objfile already unlinked"); } |