summaryrefslogtreecommitdiff
path: root/src/ia64
Commit message (Expand)AuthorAgeFilesLines
* Use __linux__ define everywhere instead of __linuxMilian Wolff2020-09-085-9/+9
* ia64: Fix dyn_info_list.S with newer binutilsJessica Clarke2020-08-041-1/+1
* Rationalize endianness macrosStephen Webb2020-06-183-9/+7
* Use C11 atomicsSteve MacLean2020-05-214-35/+11
* Use C11 _Thread_localSteve MacLean2020-05-211-3/+3
* Fix compilation with -fno-common.Yichao Yu2020-03-311-0/+1
* ALIAS unwind_get_accessorsDave Watson2017-12-281-3/+3
* Remove PROTECTED visibilityDave Watson2017-12-2813-17/+17
* Bring back support for UNW_CACHE_PER_THREAD.Bert Wesarg2017-08-152-3/+3
* ia64: : disable dwarf-specific code (#35)Sergei Trofimovich2017-07-182-2/+6
* Add a function to capture the dwarf_reg_states that occur in processingDoug Moore2017-05-124-0/+84
* One time whitespace fixup.Arun Sharma2014-09-2724-2031/+2031
* Define and use `CONST_ATTR'Tommi Rantala2012-09-282-2/+2
* IA64: constify read only arrays in `tdep_init()'Tommi Rantala2012-09-281-3/+3
* Stop including `memory.h'Tommi Rantala2012-09-281-1/+1
* IA64: avoid -Wunused-but-set-variable in src/ia64/init.hTommi Rantala2012-09-281-6/+4
* Invert tdep_init() flag logicTommi Rantala2012-09-283-5/+4
* Fix function name duplication in Debug() outputTommi Rantala2012-08-211-1/+1
* IA64: `ent' needed conditionally in Gtables.cTommi Rantala2012-07-311-1/+3
* Allow IA64 cross-compilationTommi Rantala2012-07-312-66/+32
* Fix compilation on IA64Martin Milata2012-05-231-3/+0
* Merge branch 'coredump2' of https://github.com/adsharma/libunwindArun Sharma2012-05-232-0/+151
|\
| * ia64: move ia64 specific code out of dwarfArun Sharma2012-03-292-0/+151
* | ia64: remove references to an out of scope localArun Sharma2012-03-261-2/+1
|/
* Fix incorrect calls to memset.Arun2011-10-021-1/+1
* Make the remaining sigprocmask calls conditional on --enable-block-signalsPaul Pluzhnikov2009-09-291-4/+4
* Allow caller to block signals.Paul Pluzhnikov2009-09-252-8/+4
* Remove the special casing of ia64 for GetIPInfo()v0.99v0.99-stableArun Sharma2009-04-241-43/+0
* Implement _Unwind_GetIPInfo() as required by the C++ ABIArun Sharma2009-04-021-0/+43
* [PATCH] Avoiding name conflict with the GNU-specific dprintf in stdio.hArun Sharma2009-03-164-24/+24
* Merge ../libunwind-v0.98David Mosberger-Tang2007-11-141-5/+0
|\
| * ia64 [src/ia64/Ginit.c]: Don't mark the reference to _Uelf64_get_proc_nameCurt Wohlgemuth2007-11-141-5/+0
* | Mark Wielaard <mwielaard@redhat.com> writes:Jan Kratochvil2007-10-018-0/+32
* | Introduce a tdep_get_func_addr_hook() in the ELF lookup_symbol()David Mosberger-Tang2007-08-221-2/+3
* | Merge ../libunwind-v0.98David Mosberger-Tang2007-06-061-8/+10
|\ \ | |/
| * (unw_create_addr_space): Fix address-leak that triggered when functionAndreas Schwab2007-06-061-8/+10
| * Delete some backup files that accidentally made it into git.David Mosberger-Tang2006-07-273-0/+0
* | Remove three Emacs backup-files which accidentially got checked into git.David Mosberger-Tang2006-07-263-0/+0
* | Merge ../libunwind-v0.98David Mosberger-Tang2006-07-251-0/+38
|\ \ | |/
| * Bring git v0.98.5 tree in sync with released v0.98.5.David Mosberger-Tang2006-07-251-0/+38
* | Allow write-access to UNW_IA64_BSP and UNW_REG_SP.hp.com!davidm2005-05-201-4/+6
* | Use update_nat() instead of equivalent open code.hp.com!davidm2005-05-201-20/+3
* | If r1 has been saved in an ABI-specific framehp.com!davidm2005-05-201-14/+43
* | Drop unused readonly variable.hp.com!davidm2005-05-201-6/+2
* | Remove early-out test when IP is zero.hp.com!davidm2005-05-201-3/+0
* | (rbs_switch): Use rbs_get_base() to determine the size of the registerhp.com!davidm2005-05-201-3/+8
* | (common_init): Use rbs_get_base() to determine size of register-backing store.hp.com!davidm2005-05-201-9/+10
* | Read sp and bsp via ia64_get() and then pass them to common_init().hp.com!davidm2005-05-201-1/+8
* | (set_as_arg): New function.hp.com!davidm2005-05-201-29/+57
* | (inlined_uc_addr): Remove UNW_IA64_AR_BSP. We no longer need this ugly hackhp.com!davidm2005-05-201-7/+0