* config/h8300.c: Support for H8/300-H opcodes.
* config/obj-coffbfd.c (w_strings): String table length is 4 bytes, no matter what the host int size is.
This commit is contained in:
parent
cb0b800b0e
commit
ad86fa7047
@ -1678,8 +1678,8 @@ DEFUN (w_strings, (where),
|
|||||||
symbolS *symbolP;
|
symbolS *symbolP;
|
||||||
|
|
||||||
/* Gotta do md_ byte-ordering stuff for string_byte_count first - KWK */
|
/* Gotta do md_ byte-ordering stuff for string_byte_count first - KWK */
|
||||||
md_number_to_chars (where, string_byte_count, sizeof (string_byte_count));
|
md_number_to_chars (where, string_byte_count, 4);
|
||||||
where += sizeof (string_byte_count);
|
where += 4;
|
||||||
for (symbolP = symbol_rootP;
|
for (symbolP = symbol_rootP;
|
||||||
symbolP;
|
symbolP;
|
||||||
symbolP = symbol_next (symbolP))
|
symbolP = symbol_next (symbolP))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user