This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Section alignment


Dominik Frvhlich <Dominik.Froehlich@epost.de> wrote:

> objcopy -I ieee -O coff-m68k --debugging somefile.abs somefile.coff
>
> Unfortunately objcopy generates all sections to longs (4), but some
> parts of my program assume word alignment (2), hence the program doesn't work
> anymore. 

COFF doesn't support per-section alignment control. Use ELF instead, target
m68k-elf in the GNU toolchain.

-- 
Michael Sokolov
Public Service Agent
International Engineering and Science Task Force

1351 VINE AVE APT 27		Phone: +1-714-738-5409
FULLERTON CA 92833-4291 USA	(home office)

E-mail: msokolov@ivan.Harhan.ORG (ARPA TCP/SMTP)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]