From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22169 invoked by alias); 25 Dec 2015 02:24:33 -0000 Mailing-List: contact gdb-testers-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-testers-owner@sourceware.org Received: (qmail 22152 invoked by uid 89); 25 Dec 2015 02:24:32 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-5.4 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 spammy=Hx-languages-length:453 X-HELO: kwanyin.sergiodj.net Received: from kwanyin.sergiodj.net (HELO kwanyin.sergiodj.net) (176.31.208.32) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Fri, 25 Dec 2015 02:24:31 +0000 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [binutils-gdb] sim: cris: move option install to sim_open From: sergiodj+buildbot@redhat.com To: gdb-testers@sourceware.org Message-Id: <9db2b719087eb42cfb31018fe87657243f6185c9@gdb-build> Date: Fri, 25 Dec 2015 02:24:00 -0000 X-SW-Source: 2015-q4/txt/msg11833.txt.bz2 *** TEST RESULTS FOR COMMIT 9db2b719087eb42cfb31018fe87657243f6185c9 *** Author: Mike Frysinger Branch: master Commit: 9db2b719087eb42cfb31018fe87657243f6185c9 sim: cris: move option install to sim_open We've moved custom option install for other targets to sim_open, so update cris too. It's the last one using MODULE_LIST, so we can drop that from the common code too.