From a0ad303552a9f203f4dbd697403f058756d0f92d Mon Sep 17 00:00:00 2001 From: Steve Chamberlain Date: Wed, 8 May 1991 19:23:35 +0000 Subject: Lint --- ld/ldlang.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ld/ldlang.c') diff --git a/ld/ldlang.c b/ld/ldlang.c index 453666d..50bb103 100644 --- a/ld/ldlang.c +++ b/ld/ldlang.c @@ -506,7 +506,7 @@ DEFUN(init_os,(s), /* We initialize an output sections output offset to minus its own */ /* vma to allow us to output a section through itself */ s->bfd_section->output_offset = 0; - get_userdata( s->bfd_section) = new; + get_userdata( s->bfd_section) = (PTR)new; } /*********************************************************************** @@ -1996,7 +1996,7 @@ DEFUN_VOID(lang_process) current_target = default_target; lang_for_each_statement(open_input_bfds); - common_section.userdata = &common_section_userdata; + common_section.userdata = (PTR)&common_section_userdata; /* Run through the contours of the script and attatch input sections to the correct output sections -- cgit v1.1