opnsense-src/gnu/usr.bin/gdb
Oleksandr Tymoshenko 4da573d910 Merging of projects/armv6, part 3
r238211:
Support TARGET_ARCH=armv6 and TARGET_ARCH=armv6eb

This adds a new TARGET_ARCH for building on ARM
processors that support the ARMv6K multiprocessor
extensions.  In particular, these processors have
better support for TLS and mutex operations.

This mostly touches a lot of Makefiles to extend
existing patterns for inferring CPUARCH from ARCH.
It also configures:
 * GCC to default to arm1176jz-s
 * GCC to predefine __FreeBSD_ARCH_armv6__
 * gas to default to ARM_ARCH_V6K
 * uname -p to return 'armv6'
 * make so that MACHINE_ARCH defaults to 'armv6'
It also changes a number of headers to use
the compiler __ARM_ARCH_XXX__ macros to configure
processor-specific support routines.

Submitted by:	Tim Kientzle <kientzle@freebsd.org>
2012-08-15 03:21:56 +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 General mdoc(7) and typo fixes. 2012-05-10 02:07:00 +00:00
gdbserver MFtbemd: 2010-08-23 22:24:11 +00:00
gdbtui Use the system gnuregex library vs. building GNU regex bits into libiberty 2005-02-14 12:10:14 +00:00
kgdb Allow building a powerpc cross-kgdb. 2012-04-27 20:16:20 +00:00
libgdb Merging of projects/armv6, part 3 2012-08-15 03:21:56 +00:00
Makefile MFtbemd: 2010-08-23 22:24:11 +00:00
Makefile.inc Merging of projects/armv6, part 3 2012-08-15 03:21:56 +00:00