[Bug gas/12132] AVR gs() operator does not work directly on jmp or rjmp

2012-02-02 Thread mschulze at ivs dot cs.ovgu.de
http://sourceware.org/bugzilla/show_bug.cgi?id=12132 --- Comment #4 from mschulze at ivs dot cs.ovgu.de 2012-02-02 15:14:12 UTC --- Aha, thank you. Apropos, that is the reason why I had not find it, because I looked only in the documentation of the avr part. Maybe such information should be even i

[Bug gas/12132] AVR gs() operator does not work directly on jmp or rjmp

2012-02-02 Thread gjl at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=12132 --- Comment #3 from Georg-Johann Lay 2012-02-02 10:58:54 UTC --- The modifiers are described at top of GCC's AVR machine description file located at ./gcc/config/avr/avr.md http://gcc.gnu.org/viewcvs/trunk/gcc/config/avr/avr.md?content-type=t

[Bug gas/12132] AVR gs() operator does not work directly on jmp or rjmp

2012-02-02 Thread mschulze at ivs dot cs.ovgu.de
http://sourceware.org/bugzilla/show_bug.cgi?id=12132 --- Comment #2 from mschulze at ivs dot cs.ovgu.de 2012-02-02 09:13:24 UTC --- (In reply to comment #1) > A gs() makes no sense here. Write "rjmp %x[Function]" Yes, you are right. The %x does what I had in mind. Where is this %x modifier documen

[Bug gas/12132] AVR gs() operator does not work directly on jmp or rjmp

2012-01-29 Thread gjl at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=12132 Georg-Johann Lay changed: What|Removed |Added Status|NEW |RESOLVED CC|