mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 22:48:57 +08:00
* config/tc-m68hc11.c (md_pseudo_table): Recognize xrefb to comply
with 'Motorola specification for assembly language input standard'.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2001-03-18 Stephane Carrez <Stephane.Carrez@worldnet.fr>
|
||||||
|
|
||||||
|
* config/tc-m68hc11.c (md_pseudo_table): Recognize xrefb to comply
|
||||||
|
with 'Motorola specification for assembly language input standard'.
|
||||||
|
|
||||||
2001-03-17 Richard Henderson <rth@redhat.com>
|
2001-03-17 Richard Henderson <rth@redhat.com>
|
||||||
|
|
||||||
* dwarf2dbg.c (user_filenum, user_filenum_allocated): Remove.
|
* dwarf2dbg.c (user_filenum, user_filenum_allocated): Remove.
|
||||||
|
@ -231,6 +231,9 @@ const pseudo_typeS md_pseudo_table[] = {
|
|||||||
{"file", dwarf2_directive_file, 0},
|
{"file", dwarf2_directive_file, 0},
|
||||||
{"loc", dwarf2_directive_loc, 0},
|
{"loc", dwarf2_directive_loc, 0},
|
||||||
|
|
||||||
|
/* Motorola ALIS. */
|
||||||
|
{"xrefb", s_ignore, 0}, /* Same as xref */
|
||||||
|
|
||||||
{0, 0, 0}
|
{0, 0, 0}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user