Linkerscript
Meulendijks, J.
Meulendijks@WT.TNO.NL
Fri Oct 8 07:45:00 GMT 2004
More information about the Binutils mailing list
Fri Oct 8 07:45:00 GMT 2004
- Previous message (by thread): Linkerscript
- Next message (by thread): Results for 2.15.92 20041008 testsuite on i686-pc-linux-gnu
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
It is defined as:
#define SECTION_vectors(_region_, _vma_, _lma_) \
.vectors _vma_ : _lma_ \
{ FORCE_OUTPUT; KEEP(*(.vectors)) } \
> _region_
And FORCE_OUTPUT = _. = ._
But if FORCE_OUTPUT is left away it still will generate a output in my
opinion....
-----Original Message-----
From: Nick Clifton [mailto:nickc@redhat.com]
Sent: vrijdag 8 oktober 2004 09:22
To: Meulendijks, J.
Cc: 'binutils@sources.redhat.com'
Subject: Re: Linkerscript
Hi jeroen,
> I have a question about the linkerscript automatically generated by eCos.
For which particular target ?
> On a
> couple of lines the expression ". = .;" is used. What is de meaning of this?
> What does it do?
Nothing - it is a null operation.
> Example:
> .vectors 0x00400000 : { . = .; KEEP(*(.vectors)) } > ram
The source for this particular linker script appears to be eCos
specific, since I did not find it in the binutils repository. My guess
would be that in the original source there is an extra expression which
can be conditionally included as part of this assignment. eg something
like:
.vectors 0x00400000 : { . = . $(VECTOR_OFFSET);
where VECTOR_OFFSET might be defined as "" under some circumstances and
as say "+ 0x1000" under other circumstances. (I am just guessing here).
Cheers
Nick
- Previous message (by thread): Linkerscript
- Next message (by thread): Results for 2.15.92 20041008 testsuite on i686-pc-linux-gnu
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list