History log of /external/libunwind/src/mips/Gcreate_addr_space.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5cd02e1e4908b0b8d08a64c247e97cc17ee8fedf 06-Jun-2014 Duane Sand <duane.sand@imgtec.com> [MIPS64] Enable mips64 build for n64 abi.

Also delete src/mips/elfxx.c, which was never used.

Change-Id: I48526ab4ee4053f926ab2e93a3913b0a4629a820
/external/libunwind/src/mips/Gcreate_addr_space.c
5fef17c05dd20ea6c0a6e3532177a916ef022a3c 05-Aug-2012 Tommi Rantala <tt.rantala@gmail.com> Fix memory leaks in unw_create_addr_space() wrong-endian error paths

Check the endianness earlier in unw_create_addr_space() on all
architectures to avoid leaking the dynamically allocated address space
struct.

This was already fixed for ARM in commit cf6a99879604 ("Fix memory leak
in ARM unw_create_addr_space()"). Move the endianness check also on ARM
to avoid malloc() & free() in the error case.
/external/libunwind/src/mips/Gcreate_addr_space.c
3842dac7333e42aa44531eda34ba55200b99ccf8 05-Feb-2008 Daniel Jacobowitz <drow@false.org> Add initial ARM and MIPS support. To support this, also enable the
reading of .debug_frame sections (used in lieu of .eh_frame sections
when they're not available).
/external/libunwind/src/mips/Gcreate_addr_space.c