freebsd-dev/gnu/usr.bin/gdb
Juli Mallett 84db023ec1 Assume a big-endian default on MIPS and drop the "eb" suffix from MACHINE_ARCH.
This makes our naming scheme more closely match other systems and the
expectations of much third-party software.  MIPS builds which are little-endian
should require and exhibit no changes.  Big-endian TARGET_ARCHes must be
changed:
	From:		To:
	mipseb		mips
	mipsn32eb	mipsn32
	mips64eb	mips64

An entry has been added to UPDATING and some foot-shooting protection (complete
with warnings which should become errors in the near future) to the top-level
base system Makefile.
2012-03-29 02:54:35 +00:00
..
arch Note two shortcomings of GDB on MIPS that should be addressed. 2012-03-13 04:50:41 +00:00
doc Fix buildworld -DNO_CLEAN when using with Perforce, which marks files as 2010-08-12 20:46:49 +00:00
gdb
gdbserver MFtbemd: 2010-08-23 22:24:11 +00:00
gdbtui
kgdb Adopt to new layout of struct pcb. 2012-01-21 17:50:14 +00:00
libgdb Assume a big-endian default on MIPS and drop the "eb" suffix from MACHINE_ARCH. 2012-03-29 02:54:35 +00:00
Makefile MFtbemd: 2010-08-23 22:24:11 +00:00
Makefile.inc Assume a big-endian default on MIPS and drop the "eb" suffix from MACHINE_ARCH. 2012-03-29 02:54:35 +00:00