[Bug binutils/2428] rep and repz are misdisassembled

2006-03-07 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2006-03-07 00:18 --- I guess it is OK to assemble "repz/repnz insb". But disassembler should disassembler it correctly. -- What|Removed |Added --

[Bug gas/2428] New: rep and repz are misused

2006-03-07 Thread hjl at lucon dot org
According to IA32 SDM, rep should be used with ins, outs, movs, lods, and stos, while repz/repnz should be used with cmps and scas. Both assembler accepts both: [EMAIL PROTECTED] rep]$ cat good.s rep insb rep outsb rep movsb rep lodsb rep stosb repz

[Bug ld/1272] -Tdata is ignored while --section-start=.data works

2006-03-07 Thread j at uriah dot heep dot sax dot de
--- Additional Comments From j at uriah dot heep dot sax dot de 2006-03-07 09:41 --- Analysis of the problem: For some AVR devices, the compiler driver passes its own -Tdata option down to the linker in order to override the default location of the start of SRAM. Now, when a user also

-al

2006-03-07 Thread George M. Gallant, Jr
I have been using the -al=file to generate assembler listing files. In version 2.16 this is being interpreted as --alternate. George ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils

[Bug binutils/2428] rep and repz are misdisassembled

2006-03-07 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2006-03-07 20:12 --- A patch is posted at http://sourceware.org/ml/binutils/2006-03/msg00089.html -- http://sourceware.org/bugzilla/show_bug.cgi?id=2428 --- You are receiving this mail because: --- You are on the CC list for