2010-05-22 Ivan Maidanski <ivmai@mail.ru>
authorivmai <ivmai>
Sat, 22 May 2010 14:11:38 +0000 (14:11 +0000)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 25 Jul 2011 12:03:26 +0000 (16:03 +0400)
* src/atomic_ops/sysdeps/Makefile.am (nobase_sysdep_HEADERS):
Add "gcc/avr32.h".
* src/atomic_ops/sysdeps/Makefile.in: Regenerate.

ChangeLog
src/atomic_ops/sysdeps/Makefile.am
src/atomic_ops/sysdeps/Makefile.in

index 47acdab..eb6f94d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-05-22  Ivan Maidanski <ivmai@mail.ru>
+
+       * src/atomic_ops/sysdeps/Makefile.am (nobase_sysdep_HEADERS):
+       Add "gcc/avr32.h".
+       * src/atomic_ops/sysdeps/Makefile.in: Regenerate.
+
 2010-05-21  Ivan Maidanski <ivmai@mail.ru> (really Bradley Smith)
 
        * src/atomic_ops.h: Recognize __avr32__ (include gcc/avr32.h).
index d0274f0..5f13857 100644 (file)
@@ -26,7 +26,7 @@ nobase_sysdep_HEADERS= generic_pthread.h \
        \
          armcc/arm_v6.h \
        \
-         gcc/alpha.h gcc/arm.h gcc/cris.h \
+         gcc/alpha.h gcc/arm.h gcc/avr32.h gcc/cris.h \
          gcc/hppa.h gcc/ia64.h gcc/m68k.h \
          gcc/mips.h gcc/powerpc.h gcc/s390.h \
          gcc/sh.h gcc/sparc.h gcc/x86.h gcc/x86_64.h \
index 2f68931..3d7f0c8 100644 (file)
@@ -206,7 +206,7 @@ nobase_sysdep_HEADERS = generic_pthread.h \
        \
          armcc/arm_v6.h \
        \
-         gcc/alpha.h gcc/arm.h gcc/cris.h \
+         gcc/alpha.h gcc/arm.h gcc/avr32.h gcc/cris.h \
          gcc/hppa.h gcc/ia64.h gcc/m68k.h \
          gcc/mips.h gcc/powerpc.h gcc/s390.h \
          gcc/sh.h gcc/sparc.h gcc/x86.h gcc/x86_64.h \