This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Linker Relaxations in the CRIS
- From: Ravi Ramaseshan <ramaseshan dot ravi at gmail dot com>
- To: binutils at sources dot redhat dot com
- Date: Wed, 19 Jan 2005 18:54:44 +0000
- Subject: Linker Relaxations in the CRIS
- Reply-to: Ravi Ramaseshan <ramaseshan dot ravi at gmail dot com>
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