Added back some missing code @ diff tc-ppc.c
This commit is contained in:
parent
0e31d0ce8a
commit
943dbfb8e8
1 changed files with 4 additions and 0 deletions
|
@ -1753,6 +1753,8 @@ ppc_csect (ignore)
|
|||
sym->sy_tc.align = get_absolute_expression ();
|
||||
}
|
||||
|
||||
ppc_current_csect = sym;
|
||||
|
||||
demand_empty_rest_of_line ();
|
||||
}
|
||||
|
||||
|
@ -2267,6 +2269,8 @@ ppc_toc (ignore)
|
|||
symbol_append (sym, list->sy_tc.within, &symbol_rootP, &symbol_lastP);
|
||||
}
|
||||
|
||||
ppc_current_csect = ppc_toc_csect;
|
||||
|
||||
demand_empty_rest_of_line ();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue