mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 23:39:35 +08:00
2008-08-18 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-i386.c (i386_align_code): Fix a comment typo.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2008-08-18 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
* config/tc-i386.c (i386_align_code): Fix a comment typo.
|
||||||
|
|
||||||
2008-08-15 Alan Modra <amodra@bigpond.net.au>
|
2008-08-15 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
PR 6526
|
PR 6526
|
||||||
|
@ -989,7 +989,7 @@ i386_align_code (fragS *fragP, int count)
|
|||||||
switch (cpu_arch_tune)
|
switch (cpu_arch_tune)
|
||||||
{
|
{
|
||||||
case PROCESSOR_UNKNOWN:
|
case PROCESSOR_UNKNOWN:
|
||||||
/* When cpu_arch_isa is net, cpu_arch_tune shouldn't be
|
/* When cpu_arch_isa is set, cpu_arch_tune shouldn't be
|
||||||
PROCESSOR_UNKNOWN. */
|
PROCESSOR_UNKNOWN. */
|
||||||
abort ();
|
abort ();
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user