From 7288a78677ab0d884ad6b510812789337f5242a9 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Tue, 18 Aug 2015 09:39:23 +1000 Subject: [PATCH] * config.sub: Recognise sh2eb. * testsuite/config-sub.data: Add test case. Signed-off-by: Ben Elliston --- ChangeLog | 6 ++++++ config.sub | 4 ++-- testsuite/config-sub.data | 1 + 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index bbed098..71f628d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2015-08-18 Rich Felker + Ben Elliston + + * config.sub: Recognise sh2eb. + * testsuite/config-sub.data: Add test case. + 2015-07-27 Albert Ou Ben Elliston diff --git a/config.sub b/config.sub index f018151..ccc03ef 100755 --- a/config.sub +++ b/config.sub @@ -2,7 +2,7 @@ # Configuration validation subroutine script. # Copyright 1992-2015 Free Software Foundation, Inc. -timestamp='2015-07-28' +timestamp='2015-08-18' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -306,7 +306,7 @@ case $basic_machine in | riscv32 | riscv64 \ | rl78 | rx \ | score \ - | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ + | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[234]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ | sh64 | sh64le \ | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ diff --git a/testsuite/config-sub.data b/testsuite/config-sub.data index 10c52b6..9a9332c 100644 --- a/testsuite/config-sub.data +++ b/testsuite/config-sub.data @@ -248,6 +248,7 @@ sh2aeb sh2aeb-unknown-none sh2a-elf sh2a-unknown-elf sh2e-elf sh2e-unknown-elf sh2-elf sh2-unknown-elf +sh2eb-elf sh2eb-unknown-elf sh2le-elf sh2le-unknown-elf sh3eb-elf sh3eb-unknown-elf sh3e-elf sh3e-unknown-elf