mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 09:58:19 +08:00
* common.h (EM_CYGNUS_TXVU): New macro.
This commit is contained in:
@ -133,7 +133,7 @@ else
|
|||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
sky_files="ChangeLog"
|
sky_files="ChangeLog common.h"
|
||||||
if ( echo $* | grep keep\-sky > /dev/null ) ; then
|
if ( echo $* | grep keep\-sky > /dev/null ) ; then
|
||||||
for i in $sky_files ; do
|
for i in $sky_files ; do
|
||||||
if test ! -d $i && (grep sanitize-sky $i > /dev/null) ; then
|
if test ! -d $i && (grep sanitize-sky $i > /dev/null) ; then
|
||||||
|
@ -2,6 +2,7 @@ start-sanitize-sky
|
|||||||
Mon Dec 22 13:56:28 1997 Doug Evans <devans@canuck.cygnus.com>
|
Mon Dec 22 13:56:28 1997 Doug Evans <devans@canuck.cygnus.com>
|
||||||
|
|
||||||
* txvu.h: New file.
|
* txvu.h: New file.
|
||||||
|
* common.h (EM_CYGNUS_TXVU): New macro.
|
||||||
|
|
||||||
end-sanitize-sky
|
end-sanitize-sky
|
||||||
Mon Dec 15 15:07:49 1997 Nick Clifton <nickc@cygnus.com>
|
Mon Dec 15 15:07:49 1997 Nick Clifton <nickc@cygnus.com>
|
||||||
|
@ -123,16 +123,19 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
|||||||
#define EM_CYGNUS_D30V 0x7676
|
#define EM_CYGNUS_D30V 0x7676
|
||||||
/* end-sanitize-d30v */
|
/* end-sanitize-d30v */
|
||||||
|
|
||||||
/* start-sanitize-v850 */
|
|
||||||
/* V850 backend magic number. Written in the absense of an ABI. */
|
/* V850 backend magic number. Written in the absense of an ABI. */
|
||||||
#define EM_CYGNUS_V850 0x9080
|
#define EM_CYGNUS_V850 0x9080
|
||||||
/* end-sanitize-v850 */
|
|
||||||
|
|
||||||
/* mn10200 and mn10300 backend magic numbers.
|
/* mn10200 and mn10300 backend magic numbers.
|
||||||
Written in the absense of an ABI. */
|
Written in the absense of an ABI. */
|
||||||
#define EM_CYGNUS_MN10200 0xdead
|
#define EM_CYGNUS_MN10200 0xdead
|
||||||
#define EM_CYGNUS_MN10300 0xbeef
|
#define EM_CYGNUS_MN10300 0xbeef
|
||||||
|
|
||||||
|
/* start-sanitize-sky */
|
||||||
|
/* TXVU backend magic number. Written in the absence of an ABI. */
|
||||||
|
#define EM_CYGNUS_TXVU 0xedac
|
||||||
|
/* end-sanitize-sky */
|
||||||
|
|
||||||
/* See the above comment before you add a new EM_* value here. */
|
/* See the above comment before you add a new EM_* value here. */
|
||||||
|
|
||||||
/* Values for e_version */
|
/* Values for e_version */
|
||||||
|
Reference in New Issue
Block a user