how to specify absolute address for sections

K. Ahmed Feroz feroz@acmet.com
Mon Mar 22 14:27:00 GMT 2004


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




More information about the Binutils mailing list