From ac5939079f3281f51bb37834c872827938c479c6 Mon Sep 17 00:00:00 2001 From: Steve Chamberlain Date: Fri, 24 Jan 1992 23:44:10 +0000 Subject: Now compiles with gcc too. --- ld/ldwrite.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'ld/ldwrite.c') diff --git a/ld/ldwrite.c b/ld/ldwrite.c index 0f545d0..fc7759f 100644 --- a/ld/ldwrite.c +++ b/ld/ldwrite.c @@ -387,8 +387,7 @@ DEFUN_VOID(write_rel) } void -DEFUN(ldwrite, (write_map), - boolean write_map) +DEFUN_VOID(ldwrite) { data_area = (PTR) ldmalloc(largest_section); if (config.relocateable_output == true) @@ -404,9 +403,9 @@ DEFUN(ldwrite, (write_map), /* Print a map, if requested. */ - if (write_map) { + if (config.map_file) { ldsym_print_symbol_table (); - lang_map(stdout); + lang_map(); } ldsym_write (); -- cgit v1.1