Linker Relaxations in the CRIS

Ravi Ramaseshan ramaseshan.ravi@gmail.com
Wed Jan 19 18:54:00 GMT 2005


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



More information about the Binutils mailing list