mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-23 17:23:29 +08:00
Added back some missing code @ diff tc-ppc.c
This commit is contained in:
parent
0e31d0ce8a
commit
943dbfb8e8
@ -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 New Issue
Block a user