PERFORCE change 158597 for review
    Oleksandr Tymoshenko 
    gonzo at FreeBSD.org
       
    Mon Mar  2 11:54:30 PST 2009
    
    
  
http://perforce.freebsd.org/chv.cgi?CH=158597
Change 158597 by gonzo at 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
    
    
More information about the p4-projects
mailing list