mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-15 05:01:13 +08:00
Added back some missing code @ diff tc-ppc.c
This commit is contained in:
@ -1753,6 +1753,8 @@ ppc_csect (ignore)
|
|||||||
sym->sy_tc.align = get_absolute_expression ();
|
sym->sy_tc.align = get_absolute_expression ();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ppc_current_csect = sym;
|
||||||
|
|
||||||
demand_empty_rest_of_line ();
|
demand_empty_rest_of_line ();
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2267,6 +2269,8 @@ ppc_toc (ignore)
|
|||||||
symbol_append (sym, list->sy_tc.within, &symbol_rootP, &symbol_lastP);
|
symbol_append (sym, list->sy_tc.within, &symbol_rootP, &symbol_lastP);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ppc_current_csect = ppc_toc_csect;
|
||||||
|
|
||||||
demand_empty_rest_of_line ();
|
demand_empty_rest_of_line ();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user