avr-gcc-list
[Top][All Lists]
Advanced

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

Re: [avr-gcc-list] Re: New linux binaries available


From: Denis Chertykov
Subject: Re: [avr-gcc-list] Re: New linux binaries available
Date: 02 Mar 2001 22:16:42 +0300

Michel Catudal <address@hidden> writes:

> 
> I used these commands
> 
> cvs -z 9 -d :pserver:address@hidden:/cvs/src login
> enter "anoncvs" as login
> cvs -z 9 -d :pserver:address@hidden:/cvs/src co binutils
> =


I'm use "anoncvs.cygnus.com:/cvs/src"

Compare my log with your.

# cvs -z9 log tc-avr.c 


RCS file: /cvs/src/src/gas/config/tc-avr.c,v
Working file: tc-avr.c
head: 1.10
branch:
locks: strict
access list:
symbolic names:
        x86_64versiong3: 1.10
        binutils-2_11-branch: 1.10.0.2
        binutils-2_10_1: 1.1
        binutils-2_10: 1.1
        binutils-2_10-branch: 1.1.0.2
        binutils-2_10-branchpoint: 1.1
        binutils_latest_snapshot: 1.10
keyword substitution: kv
total revisions: 10;    selected revisions: 10
description:
----------------------------
revision 1.10
date: 2000/09/15 01:06:52;  author: kazu;  state: Exp;  lines: +56 -56
2000-09-14  Kazu Hirata  <address@hidden>

        * config/tc-a29k.c: Fix formatting.
        * config/tc-alpha.c: Likewise.
        * config/tc-arc.c: Likewise.
        * config/tc-arc.h: Likewise.
        * config/tc-arm.c: Likewise.
        * config/tc-arm.h: Likewise.
        * config/tc-avr.c: Likewise.
        * config/tc-avr.h: Likewise.
        * config/tc-tic30.c: Likewise.
        * config/tc-tic30.h: Likewise.
        * config/tc-tic54x.c: Likewise.
        * config/tc-tic54x.h: Likewise.
        * config/tc-tic80.c: Likewise.
        * config/tc-tic80.h: Likewise.
----------------------------
revision 1.9
date: 2000/08/06 14:03:58;  author: denisc;  state: Exp;  lines: +18 -31
        * config/tc-avr.c: Use PARAMS macro in function declarations.
        Don't declare md_pcrel_from_section (already in tc-avr.h).
        (avr_operands): Use AVR_UNDEF_P and AVR_SKIP_P macros.
        (avr_operand): Don't set (unsigned) op_mask to -1.
----------------------------
revision 1.8
date: 2000/07/28 00:42:18;  author: nickc;  state: Exp;  lines: +209 -179
Fix formatting
----------------------------
revision 1.7
date: 2000/07/03 22:25:33;  author: nickc;  state: Exp;  lines: +156 -69
Tidy up formatting.
Add  -mall-opcodes, -mno-skip-bug, -mno-wrap.
----------------------------
revision 1.6
date: 2000/06/27 01:45:30;  author: nickc;  state: Exp;  lines: +27 -23
Applied Marek Michalkiewicz <address@hidden>'s patch to ehance the AVR port.
----------------------------
revision 1.5
date: 2000/06/07 18:56:15;  author: denisc;  state: Exp;  lines: +3 -1
        * config/tc-avr.c (avr_operand): fix the fomratting of the comment.
----------------------------
revision 1.4
date: 2000/06/07 17:42:44;  author: denisc;  state: Exp;  lines: +28 -215
        * config/tc-avr.c (AVR_ISA_???): moved to include/opcode/avr.h
        (REGISTER_P): likewise.
        (avr_opcodes): uses include/opcode/avr.h
        (avr_operand): enable ld r,Z or st r,Z for at90s1200.
----------------------------
revision 1.3
date: 2000/05/01 11:14:05;  author: denisc;  state: Exp;  lines: +49 -58
        * config/tc-avr.c: ATTRIBUTE_UNUSED added to the necessary places.
        More comments added.
        (md_begin): Removed "construct symbols for each register name".
        Because register names conflicts with GCC generated function
        names.
        (avr_operand): Now constant numbers can be used as a register
        identifiers (0 as r0, 31 as r31).
        (md_assemble): use skip_space () before parsing instruction
        operands.
----------------------------
revision 1.2
date: 2000/05/01 08:48:32;  author: denisc;  state: Exp;  lines: +185 -48
        * config/tc-avr.c: New AVR_ISA_ defined.
        (md_assemble): Handle opcodes with optional operands (lpm,elpm).
        (avr_operand): Handle 'a', 'v' and 'z' constraint letters needed
        for `fmul', `movw' and `lpm R,Z' instructions.
        (avr_operands): Warn if current opcode is a two-word instruction
        and previous opcode was cpse/sbic/sbis/sbrc/sbrs.
        (avr_opcodes): New commands added.
        (REGISTER_P): Check 'a' and 'v' constraint letters.
        (mcu_types): New MCU added.
----------------------------
revision 1.1
date: 2000/03/27 08:39:13;  author: amodra;  state: Exp;
ATMEL AVR microcontroller support.
=============================================================================




reply via email to

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