Tue Aug 19 08:59:12 1997 Fred Fish <fnf@cygnus.com>
authorFred Fish <fnf@specifix.com>
Tue, 19 Aug 1997 16:46:03 +0000 (16:46 +0000)
committerFred Fish <fnf@specifix.com>
Tue, 19 Aug 1997 16:46:03 +0000 (16:46 +0000)
commit015b3352e5f79a89f766c5c42df731e00f30bbed
treecc7127a94c63f1d93472127d42bf0d5f934ea113
parentc4188c2a6a7c2a69a2663be3e57973937eb685ba
Tue Aug 19 08:59:12 1997  Fred Fish  <fnf@cygnus.com>

* read.c (s_lcomm_internal): Renamed from s_lcomm, added arg to
flag when alignment is in bytes instead of power of 2, and code to
use that flag to convert alignment to bytes.
(s_lcomm, s_lcomm_bytes):  New helpers that call s_lcomm_internal.
* read.h (s_lcomm_bytes): Add prototype.
* config/obj-coff.c (write_object_file): If ALIGNMENT_IN_S_FLAGS is
defined, write alignment to alignment bits in section header s_flags
rather than the s_align field.
start-sanitize-tic80
* config/obj-coff.h (ALIGNMENT_IN_S_FLAGS): Define for TC_TIC80.
* config/tc-tic80.c (md_pseudo_table): Use s_lcomm_bytes for bss
pseudo, instead of s_lcomm which wants a power of two for alignment.
end-sanitize-tic80
PR 12215 and PR 13061
gas/ChangeLog
gas/config/tc-tic80.c
This page took 0.02903 seconds and 4 git commands to generate.