2000-02-27 Mark Elbrecht <snowball3@bigfoot.com>
[deliverable/binutils-gdb.git] / ld / mri.h
index 3c911e5f8c0338490684c55325092cbfe987719d..dc3f0f3a190e30b2689f531fb4a40676d95c7d45 100644 (file)
--- a/ld/mri.h
+++ b/ld/mri.h
@@ -1,5 +1,5 @@
 /* mri.h -- header file for MRI scripting functions
-   Copyright 1993 Free Software Foundation, Inc.
+   Copyright 1993, 95, 1996 Free Software Foundation, Inc.
 
 This file is part of GLD, the Gnu Linker.
 
@@ -15,12 +15,12 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
-Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 #ifndef MRI_H
 #define MRI_H
 
-extern int symbol_truncate;
+extern unsigned int symbol_truncate;
 
 extern void mri_output_section PARAMS ((const char *name, etree_type *vma));
 extern void mri_only_load PARAMS ((const char *name));
@@ -33,6 +33,7 @@ extern void mri_format PARAMS ((const char *name));
 extern void mri_public PARAMS ((const char *name, etree_type *exp));
 extern void mri_align PARAMS ((const char *name, etree_type *exp));
 extern void mri_alignmod PARAMS ((const char *name, etree_type *exp));
-extern void mri_truncate PARAMS ((int exp));
+extern void mri_truncate PARAMS ((unsigned int exp));
+extern void mri_draw_tree PARAMS ((void));
 
 #endif
This page took 0.032521 seconds and 4 git commands to generate.