mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 02:24:17 +08:00
* config/tc-tic80 (md_pseudo_table): Add align pseudo op to do
byte alignment rather than power-of-two alignment that is the GAS default.
This commit is contained in:
@ -1,3 +1,11 @@
|
|||||||
|
start-sanitize-tic80
|
||||||
|
Thu Feb 27 15:39:16 1997 Fred Fish <fnf@cygnus.com>
|
||||||
|
|
||||||
|
* config/tc-tic80 (md_pseudo_table): Add align pseudo op to do
|
||||||
|
byte alignment rather than power-of-two alignment that is the
|
||||||
|
GAS default.
|
||||||
|
|
||||||
|
end-sanitize-tic80
|
||||||
Thu Feb 27 13:29:04 1997 Ian Lance Taylor <ian@cygnus.com>
|
Thu Feb 27 13:29:04 1997 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
* config/tc-m68k.c (md_assemble): Handle a reloc width of 'W'.n
|
* config/tc-m68k.c (md_assemble): Handle a reloc width of 'W'.n
|
||||||
|
@ -57,6 +57,7 @@ const char FLT_CHARS[] = "fF";
|
|||||||
|
|
||||||
const pseudo_typeS md_pseudo_table[] =
|
const pseudo_typeS md_pseudo_table[] =
|
||||||
{
|
{
|
||||||
|
{ "align", s_align_bytes, 4 }, /* Do byte alignment, default is a 4 byte boundary */
|
||||||
{ "word", cons, 4 }, /* FIXME: Should this be machine independent? */
|
{ "word", cons, 4 }, /* FIXME: Should this be machine independent? */
|
||||||
{ "bss", s_lcomm, 1 },
|
{ "bss", s_lcomm, 1 },
|
||||||
{ NULL, NULL, 0 }
|
{ NULL, NULL, 0 }
|
||||||
|
Reference in New Issue
Block a user