solaris 2.9 sun assembler warnings
Jim Wilson
wilson@tuliptree.org
Thu Jun 12 23:06:00 GMT 2003
Jan Hubicka wrote:
> + /* SPARC assembler, for instance, emit warning when debug info is output
> + into the delay slot. */
This isn't immediately relevant, but I wanted to point out that the
IA-64 assembler supports the concept of tags. A tag is just like a
label, except that it can't be used as the target of a branch. Tags are
thus useful for debug info since you can put tags in places where labels
aren't safe, like branch delay slots. If we really need the debug
info pointing to branch delay slots, we could add a similar concept to
the sparc gas port.
Jim
More information about the Gcc
mailing list