diff options
author | Fred Fish <fnf@specifix.com> | 1997-08-19 16:46:03 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1997-08-19 16:46:03 +0000 |
commit | 015b3352e5f79a89f766c5c42df731e00f30bbed (patch) | |
tree | cc7127a94c63f1d93472127d42bf0d5f934ea113 /gdb | |
parent | c4188c2a6a7c2a69a2663be3e57973937eb685ba (diff) | |
download | gdb-015b3352e5f79a89f766c5c42df731e00f30bbed.zip gdb-015b3352e5f79a89f766c5c42df731e00f30bbed.tar.gz gdb-015b3352e5f79a89f766c5c42df731e00f30bbed.tar.bz2 |
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
Diffstat (limited to 'gdb')
0 files changed, 0 insertions, 0 deletions