bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: gjl at gcc dot gnu.org
Subject: [Bug gas/12132] AVR gs() operator does not work directly on jmp or rjmp
Date: Thu, 02 Feb 2012 10:58:54 +0000

http://sourceware.org/bugzilla/show_bug.cgi?id=12132

--- Comment #3 from Georg-Johann Lay <gjl at gcc dot gnu.org> 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=text%2Fplain&view=co

The function to print assembler code template is

./gcc/config/avr/avr.c:avr_print_operand()
./gcc/final.c:output_asm_insn()

The first is avr-specific output like %A and the second is machine independent
like %n.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]