projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d68f75c
)
ldlang.c: now won't core dump with -M
author
Steve Chamberlain
<sac@cygnus>
Tue, 11 Feb 1992 20:21:52 +0000
(20:21 +0000)
committer
Steve Chamberlain
<sac@cygnus>
Tue, 11 Feb 1992 20:21:52 +0000
(20:21 +0000)
configure.in: add configure target for vxworks960
ld/ldlang.c
patch
|
blob
|
history
diff --git
a/ld/ldlang.c
b/ld/ldlang.c
index a268cbcf3edfab1da5833d477d02c3cf5be9b4e1..f44cd18a2b8eeec361fcde48dc3874a378c6e0e6 100644
(file)
--- a/
ld/ldlang.c
+++ b/
ld/ldlang.c
@@
-995,6
+995,7
@@
DEFUN(print_assignment,(assignment, output_section),
}
print_space();
exp_print_tree(assignment->exp);
+
fprintf(config.map_file, "\n");
}
@@
-1240,7
+1241,8
@@
static void
DEFUN_VOID(print_statements)
{
print_statement(statement_list.head,
- (lang_output_section_statement_type *)NULL);
+ abs_output_section);
+
}
static bfd_vma