This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Debugging of signal handlers on m68k targets


Mark Shinwell <shinwell@codesourcery.com> writes:

> 2007-04-19  Mark Shinwell  <shinwell@codesourcery.com>
>
> 	gdb/
> 	* Makefile.in: Adjust dependencies of m68klinux-tdep.c.
> 	* m68klinux-tdep.c (m68k_uclinux_sigcontext_reg_offset): New.
> 	(m68k_linux_sigcontext_reg_offset): Fix typo.
> 	(target_is_uclinux): New.
> 	(m68k_linux_inferior_created): New.
> 	(m68k_linux_get_sigtramp_info):  Check for uClinux or
> 	normal Linux.  Use m68k_uclinux_sigcontext_reg_offset for
>   	uClinux.
> 	(_initialize_m68k_linux_tdep): Register
> 	m68k_linux_inferior_created.

Ok.

>
>
> === gdb/Makefile.in
> ==================================================================
> --- gdb/Makefile.in     (revision 169301)
> +++ gdb/Makefile.in     (local)
> @@ -2285,7 +2285,7 @@
>         $(floatformat_h) $(frame_h) $(target_h) $(gdb_string_h) \
>         $(gdbtypes_h) $(osabi_h) $(regcache_h) $(objfiles_h) $(symtab_h) \
>         $(m68k_tdep_h) $(trad_frame_h) $(frame_unwind_h) $(glibc_tdep_h) \
> -       $(solib_svr4_h)
> +       $(solib_svr4_h) $(observer_h) $(elf_common_h)

You'll also need to add $(auxv_h).

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]