From 49ba60eebe6fe5f10a90404659d09b8def6ef3f5 Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Sun, 1 Sep 2002 12:13:57 +0000 Subject: Update to version 2002.09.01. Included are a couple of private patches that were floating through the avr-gcc and avr-libc mailinglists, just for the time being until they might have been integrated into gcc's CVS. Portname changed from dashes in the snap date to dots so portupgrade doesn't get confused about it. Thanks to Brian Dean for the hint. --- devel/avr-gcc/files/patch-16bitassign | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 devel/avr-gcc/files/patch-16bitassign (limited to 'devel/avr-gcc/files/patch-16bitassign') diff --git a/devel/avr-gcc/files/patch-16bitassign b/devel/avr-gcc/files/patch-16bitassign new file mode 100644 index 000000000000..6a5659c18290 --- /dev/null +++ b/devel/avr-gcc/files/patch-16bitassign @@ -0,0 +1,13 @@ +--- gcc/config/avr/avr.c.orig Mon Aug 12 15:13:56 2002 ++++ gcc/config/avr/avr.c Thu Aug 29 12:53:14 2002 +@@ -2711,8 +2711,8 @@ + } + } + else +- return *l=2, (AS2 (st ,%0,%A1) CR_TAB +- AS2 (std,%0+1,%B1)); ++ return *l=2, (AS2 (std,%0+1,%B1) CR_TAB ++ AS2 (st ,%0,%A1)); + } + else if (GET_CODE (base) == PLUS) + { -- cgit v1.2.3