Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 378093
Collapse All | Expand All

(-)a/include/tdep-hppa/dwarf-config.h (+2 lines)
Lines 35-40 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ Link Here
35
   plenty of room for expansion.  */
35
   plenty of room for expansion.  */
36
#define DWARF_NUM_PRESERVED_REGS	89
36
#define DWARF_NUM_PRESERVED_REGS	89
37
37
38
#define DWARF_REGNUM_MAP_LENGTH		DWARF_NUM_PRESERVED_REGS
39
38
/* Return TRUE if the ADDR_SPACE uses big-endian byte-order.  */
40
/* Return TRUE if the ADDR_SPACE uses big-endian byte-order.  */
39
#define dwarf_is_big_endian(addr_space)	1
41
#define dwarf_is_big_endian(addr_space)	1
40
42
(-)a/include/tdep-hppa/libunwind_i.h (-4 / +4 lines)
Lines 242-255 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) Link Here
242
# define tdep_find_proc_info(c,ip,n)				\
242
# define tdep_find_proc_info(c,ip,n)				\
243
	dwarf_find_proc_info((c)->as, (ip), &(c)->pi, (n),	\
243
	dwarf_find_proc_info((c)->as, (ip), &(c)->pi, (n),	\
244
				       (c)->as_arg)
244
				       (c)->as_arg)
245
# define tdep_put_unwind_info(c,pi)				\
245
# define tdep_put_unwind_info(as,pi,arg)		\
246
	dwarf_put_unwind_info((c)->as, (pi), (c)->as_arg)
246
	dwarf_put_unwind_info((as), (pi), (arg))
247
#else
247
#else
248
# define tdep_find_proc_info(c,ip,n)					\
248
# define tdep_find_proc_info(c,ip,n)					\
249
	(*(c)->as->acc.find_proc_info)((c)->as, (ip), &(c)->pi, (n),	\
249
	(*(c)->as->acc.find_proc_info)((c)->as, (ip), &(c)->pi, (n),	\
250
				       (c)->as_arg)
250
				       (c)->as_arg)
251
# define tdep_put_unwind_info(c,pi)					\
251
# define tdep_put_unwind_info(as,pi,arg)		\
252
	(*(c)->as->acc.put_unwind_info)((c)->as, (pi), (c)->as_arg)
252
	(*(as)->acc.put_unwind_info)((as), (pi), (arg))
253
#endif
253
#endif
254
254
255
#define tdep_get_as(c)			((c)->dwarf.as)
255
#define tdep_get_as(c)			((c)->dwarf.as)

Return to bug 378093