mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 02:50:08 +08:00
2008-01-08 H.J. Lu <hongjiu.lu@intel.com>
* i386-gen.c (set_bitfield): Use fail () on error.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2008-01-08 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* i386-gen.c (set_bitfield): Use fail () on error.
|
||||
|
||||
2008-01-08 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* i386-gen.c (lineno): New.
|
||||
|
@ -451,9 +451,7 @@ set_bitfield (const char *f, bitfield *array, unsigned int size)
|
||||
return;
|
||||
}
|
||||
|
||||
printf ("%s: %d: Unknown bitfield: %s\n",
|
||||
filename, lineno, f);
|
||||
abort ();
|
||||
fail (_("%s: %d: Unknown bitfield: %s\n"), filename, lineno, f);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Reference in New Issue
Block a user