diff options
author | Wes Peters <wes@FreeBSD.org> | 2003-12-14 04:20:32 +0000 |
---|---|---|
committer | Wes Peters <wes@FreeBSD.org> | 2003-12-14 04:20:32 +0000 |
commit | 999ef4c5bbf282c395c69c8fb9de1a82d81ae446 (patch) | |
tree | 21c2e260bc3fe913dba7cebd11eeda502472c903 /devel/tavrasm/files/patch-2333def.inc | |
parent | Update to the 2003-12-10 mainline snapshot of GCC which has fixes for (at (diff) |
Add Tom's AVR Assembler, compatible with the Atmel DOS Assembler.
This port also fetches the Atmel distribution and extracts the
include files and HTML documentation.
Diffstat (limited to 'devel/tavrasm/files/patch-2333def.inc')
-rw-r--r-- | devel/tavrasm/files/patch-2333def.inc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/tavrasm/files/patch-2333def.inc b/devel/tavrasm/files/patch-2333def.inc new file mode 100644 index 000000000000..0dccb799b28a --- /dev/null +++ b/devel/tavrasm/files/patch-2333def.inc @@ -0,0 +1,11 @@ +--- appnotes/2333def.inc.orig Thu Dec 11 23:51:26 2003 ++++ appnotes/2333def.inc Thu Dec 11 23:52:08 2003 +@@ -161,7 +161,7 @@ + .equ TXC =6 + .equ UDRE =5 + .equ FE =4 +-.equ OR =3 ++.equ ORB =3 + .equ MPCM =0 + + .equ RXCIE =7 |