mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 21:41:47 +08:00
* config/tc-ppc.c (md_assemble <TE_PE>): Ignore line after
finding some sort of toc syntax error, and break to avoid compiler uninit warning.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
2013-01-16 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
|
* config/tc-ppc.c (md_assemble <TE_PE>): Ignore line after
|
||||||
|
finding some sort of toc syntax error, and break to avoid
|
||||||
|
compiler uninit warning.
|
||||||
|
|
||||||
2013-01-15 H.J. Lu <hongjiu.lu@intel.com>
|
2013-01-15 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
PR gas/15019
|
PR gas/15019
|
||||||
|
@ -2715,9 +2715,8 @@ md_assemble (char *str)
|
|||||||
|
|
||||||
if (!valid_toc)
|
if (!valid_toc)
|
||||||
{
|
{
|
||||||
/* Note: message has already been issued.
|
ignore_rest_of_line ();
|
||||||
FIXME: what sort of recovery should we do?
|
break;
|
||||||
demand_rest_of_line (); return; ? */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Now get the symbol following the ']'. */
|
/* Now get the symbol following the ']'. */
|
||||||
|
Reference in New Issue
Block a user