This is the mail archive of the gdb-patches@sources.redhat.com 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]

[PATCH] Use multi-arch'd START_INFERIOR_TRAPS_EXPECTED on Alpha target


The following can happen when my STARTUP_WITH_SHELL and
START_INFERIOR_TRAPS_EXPECTED change to gdbarch go in.

Note that config/alpha/tm-fbsd.h is now empty, and thus deleted.  The
same also goes for config/alpha/tm-nbsd.h in my patch that adds the
alpha-*-netbsd* target.

	* Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
	(alpha-osf1-tdep.o): New dependency list.
	* alpha-osf1-tdep.c: New file.
	* config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
	* config/alpha/fbsd.mt (TM_FILE): Set to tm-alpha.h.
	* config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Remove.
	* config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED): Remove.
	* config/alpha/tm-fbsd.h: Delete file.

-- 
        -- Jason R. Thorpe <thorpej@wasabisystems.com>

Attachment: alpha-start-patch
Description: Text document


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