History log of /external/libunwind/tests/ia64-test-dyn1.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
aed6c8b994f256afee66146f7a4b4e003b7f7d5f 30-Aug-2012 Tommi Rantala <tt.rantala@gmail.com> Check __builtin___clear_cache() at configuration time

Fixup commit 39b83981 ("Flush icache with __builtin___clear_cache() in
tests when compiling with GCC") to fix compilation with older GCC
versions that do not provide __builtin___clear_cache().
/external/libunwind/tests/ia64-test-dyn1.c
39b83981594d2e49a83e4aaedcab8395c01ddd03 11-Aug-2012 Tommi Rantala <tt.rantala@gmail.com> Flush icache with __builtin___clear_cache() in tests when compiling with GCC

When compiling with GCC, use the builtin instruction cache flushing
mechanism in all tests where it is needed.

Quoting GCC docs: ''If the target does not require instruction cache
flushes, __builtin___clear_cache has no effect. Otherwise either
instructions are emitted in-line to clear the instruction cache or a
call to the __clear_cache function in libgcc is made.''.
/external/libunwind/tests/ia64-test-dyn1.c
7886a0d946b4da4b268c967881ca41ac9fac6be4 12-May-2004 hp.com!davidm <hp.com!davidm> (create_func): Change %Zu to %zu.

(Logical change 1.236)
/external/libunwind/tests/ia64-test-dyn1.c
89d2adc59abdc8c24048bffc690357cb9093984f 24-Nov-2003 hp.com!davidm <hp.com!davidm> Drop include of ia64intrin.h.

(Logical change 1.123)
/external/libunwind/tests/ia64-test-dyn1.c
5907edf94612dae462fe5feb9357b494b8ad40ae 28-Mar-2003 mostang.com!davidm <mostang.com!davidm> (main): Portability fix: cast return value from create_func() to proper function-type.

(Logical change 1.70)
/external/libunwind/tests/ia64-test-dyn1.c
b0d98c76e447765272ec81021449282828a2994a 27-Mar-2003 mostang.com!davidm <mostang.com!davidm> If we have it, include <ia64intrin.h>.
(flush_cache): Moved to flush-cache.S.

(Logical change 1.68)
/external/libunwind/tests/ia64-test-dyn1.c
3532dd4a4cb5e5cbaf0a32f8c493bb3c0e0e9898 06-Mar-2003 mostang.com!davidm <mostang.com!davidm> (main): Add some explicit casts to avoid "unsigned/signed comparison" warnings.

(Logical change 1.59)
/external/libunwind/tests/ia64-test-dyn1.c
9d61294fde255d01815a6f40be86761f4256a5dc 27-Feb-2003 mostang.com!davidm <mostang.com!davidm> Include <assert.h>.
(main): Clean up region->op_count handling: op_count specifies the length of
the array, not the number of valid op-entries.

(Logical change 1.57)
/external/libunwind/tests/ia64-test-dyn1.c
45776310947e41852765c6c2399f9e090e12dc99 27-Feb-2003 mostang.com!davidm <mostang.com!davidm> Don't be verbose by default.
(main): Send SIGUSR1 before dynamic testing starts, SIGUSR2 afterwards (makes it
easy for test-ptrace to catch when verification should begin).
Add test case for func_vframe().

(Logical change 1.56)
/external/libunwind/tests/ia64-test-dyn1.c
818d0241f200119c08ba8062bc801f70b1719335 26-Feb-2003 hp.com!davidm <hp.com!davidm> Initial revision
/external/libunwind/tests/ia64-test-dyn1.c
601494e77189871a3edc715d9585355bd31c8504 26-Feb-2003 hp.com!davidm <hp.com!davidm> (Logical change 1.55)
/external/libunwind/tests/ia64-test-dyn1.c