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]
Other format: [Raw text]

Re: How to Specify abs. address for section in assembly file.


"K. Ahmed Feroz" <feroz@acmet.com> writes:

> Please let me know, how to specify absolute address for assembly file
> sections in the assembly file rather than specifying the in linker
> script file. ?

You neglected to say what your target is.

For most targets, you can't do this.  The object file format can not
represent it.  The assembler is not able to generate executables; it
only generates object files.

Ian


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