X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=ld%2Fmri.h;h=dc3f0f3a190e30b2689f531fb4a40676d95c7d45;hb=8ad3436c79ef8d40d0f0de293a9296b39e6a918d;hp=3c911e5f8c0338490684c55325092cbfe987719d;hpb=fa803dc60f0bf01297674c41d001798e18ade4dc;p=deliverable%2Fbinutils-gdb.git diff --git a/ld/mri.h b/ld/mri.h index 3c911e5f8c..dc3f0f3a19 100644 --- 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