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


Andreas Schwab wrote:
=== 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).

Ah yes. I've fixed that and committed the patch (I'm afraid I accidentally applied the ChangeLog entry to src/ChangeLog instead of src/gdb/ChangeLog, but it is fixed now).

Thanks,
Mark


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