Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Mar 2009 19:54:28 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 158597 for review
Message-ID:  <200903021954.n22JsSOe034627@repoman.freebsd.org>

index | next in thread | raw e-mail

http://perforce.freebsd.org/chv.cgi?CH=158597

Change 158597 by gonzo@gonzo_pd on 2009/03/02 19:53:46

	- add __avr32__ section

Affected files ...

.. //depot/projects/avr32/src/lib/libc/stdlib/malloc.c#2 edit

Differences ...

==== //depot/projects/avr32/src/lib/libc/stdlib/malloc.c#2 (text+ko) ====

@@ -245,6 +245,11 @@
 #  define SIZEOF_PTR_2POW	2
 #  define NO_TLS
 #endif
+#ifdef __avr32__
+#  define QUANTUM_2POW		3
+#  define SIZEOF_PTR_2POW	2
+#  define NO_TLS
+#endif
 #ifdef __mips__
 #  define QUANTUM_2POW		3
 #  define SIZEOF_PTR_2POW	2


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903021954.n22JsSOe034627>