mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-05 08:14:19 +08:00
ldlang.c: now won't core dump with -M
configure.in: add configure target for vxworks960
This commit is contained in:
parent
d68f75c44d
commit
dcde00c429
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user