How to Specify abs. address for section in assembly file.
Ian Lance Taylor
ian@wasabisystems.com
Mon Mar 29 13:31:00 GMT 2004
"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
More information about the Binutils
mailing list