Subversion Repositories Kolibri OS

Rev

Rev 5199 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5199 Rev 6324
Line 1... Line 1...
1
/* mri.c -- handle MRI style linker scripts
1
/* mri.c -- handle MRI style linker scripts
2
   Copyright 1991, 1992, 1993, 1994, 1996, 1997, 1998, 1999, 2000, 2001,
-
 
3
   2002, 2003, 2004, 2005, 2007, 2011 Free Software Foundation, Inc.
2
   Copyright (C) 1991-2015 Free Software Foundation, Inc.
4
   Contributed by Steve Chamberlain .
3
   Contributed by Steve Chamberlain .
Line 5... Line 4...
5
 
4
 
Line 6... Line 5...
6
   This file is part of the GNU Binutils.
5
   This file is part of the GNU Binutils.
Line 43... Line 42...
43
  etree_type *subalign;
42
  etree_type *subalign;
44
  int ok_to_load;
43
  int ok_to_load;
45
};
44
};
Line 46... Line 45...
46
 
45
 
-
 
46
static unsigned int symbol_truncate = 10000;
-
 
47
static etree_type *base; /* Relocation base - or null */
47
static unsigned int symbol_truncate = 10000;
48
 
48
static struct section_name_struct *order;
49
static struct section_name_struct *order;
49
static struct section_name_struct *only_load;
50
static struct section_name_struct *only_load;
50
static struct section_name_struct *address;
51
static struct section_name_struct *address;