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]

Linker Relaxations in the CRIS


Hi,

I have been trying to study linker relaxations. I've been trying to
get the cris linker to relax with the following code:

<quote: foo.s>

.text
.global foo
.align 4

foo:

not     $r0
beq     bar
not     $r0

</quote: foo.s>

<quote: bar.s>

.text
.global bar
.align 4

bar:

not     $r0

</quote: bar.s>

Could you please help me by sending me some code which gets relaxed.

TIA.

Regards,
Ravi.

-- 
" All man's miseries derive from not being able to sit in a room alone. "
- Blaise Pascal


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