Subject: CVS commit: src/gnu/dist/gdb
To: None <source-changes@NetBSD.org>
From: Valeriy E. Ushakov <uwe@netbsd.org>
List: source-changes
Date: 03/07/2006 02:16:23
Module Name:	src
Committed By:	uwe
Date:		Tue Mar  7 02:16:23 UTC 2006

Modified Files:
	src/gnu/dist/gdb/bfd: elf32-sh-nbsd.c
	src/gnu/dist/gdb/include/elf: sh.h

Log Message:
In binutils 2.16 new SuperH flags were introduced.  Since we still use
old gdb, teach it new flags, so that it can recognize binaries compiled
with new binutils.  For new flags set arch to an approximate superset
that this version of bfd knows about.  This is good enough for gdb.

PR port-sh3/32972


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 src/gnu/dist/gdb/bfd/elf32-sh-nbsd.c
cvs rdiff -r1.1.1.1 -r1.2 src/gnu/dist/gdb/include/elf/sh.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.