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]

how to specify absolute address for sections


Hi,
Please tell me how to specify the absolute address for assembly file
sections?

Example:

	----------
	----------
	.rdata
	 .word 1
       .word 2

	.text
	----------
	----------
	subu $sp,$sp, -4
	----------
	----------

In the above example, I need to assign absolute address for .rdata,
.text sections.

Regards
K.Feroz



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