Subversion Repositories Kolibri OS

Rev

Rev 5217 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5217 Rev 6324
Line 1... Line 1...
1
/* ieee.c -- Read and write IEEE-695 debugging information.
1
/* ieee.c -- Read and write IEEE-695 debugging information.
2
   Copyright 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006, 2007,
-
 
3
   2008, 2009, 2010, 2011  Free Software Foundation, Inc.
2
   Copyright (C) 1996-2015 Free Software Foundation, Inc.
4
   Written by Ian Lance Taylor .
3
   Written by Ian Lance Taylor .
Line 5... Line 4...
5
 
4
 
Line 6... Line 5...
6
   This file is part of GNU Binutils.
5
   This file is part of GNU Binutils.
Line 2953... Line 2952...
2953
	      }
2952
	      }
2954
	    else
2953
	    else
2955
	      {
2954
	      {
2956
		debug_type return_type;
2955
		debug_type return_type;
2957
		const debug_type *arg_types;
2956
		const debug_type *arg_types;
2958
		bfd_boolean varargs;
2957
		bfd_boolean varargs = FALSE;
Line 2959... Line 2958...
2959
 
2958
 
2960
		if (debug_get_type_kind (dhandle, pv->type)
2959
		if (debug_get_type_kind (dhandle, pv->type)
2961
		    != DEBUG_KIND_FUNCTION)
2960
		    != DEBUG_KIND_FUNCTION)
2962
		  {
2961
		  {