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]

Re: [patch/rfc] Move alpha START_INFERIOR_TRAPS_EXPECTED to nm-osf.h


Hello,

Examining config/alpha/tm* reveals that only _native_ OSF[1-] needs START_INFERIOR_TRAPS_EXPECTED defined as 3. All other systems can let it default to 2.

This moves START_INFERIOR_TRAPS_EXPECTED to nm-osf.h where it belongs, and then removes all the other #undef and #defines.

I'll commit in a few days, I want to check that alpha osf1 still works,

I've done this, and hence committed the below.


Andrew


2004-02-15 Andrew Cagney <cagney@redhat.com>

	* config/alpha/tm-nbsd.h: Update copyright, delete #undef
	START_INFERIOR_TRAPS_EXPECTED.
	* config/alpha/tm-fbsd.h: Update copyright, delete #undef
	START_INFERIOR_TRAPS_EXPECTED.
	* config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
	Delete macro.
	* config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
	macro, moved to "nm-osf.h".  Update copyright.
	* config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
	update copyright.




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