From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 103861 invoked by alias); 9 Jul 2018 17:05:21 -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 103850 invoked by uid 89); 9 Jul 2018 17:05:21 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:575 X-HELO: kwanyin.sergiodj.net Received: from kwanyin.sergiodj.net (HELO kwanyin.sergiodj.net) (158.69.185.54) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 09 Jul 2018 17:05:20 +0000 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [binutils-gdb] Fix exec.c handling in Makefile From: sergiodj+buildbot@sergiodj.net To: gdb-testers@sourceware.org Message-Id: <981e0c0c1aabcd78409184c79e8f88b5de918e38@gdb-build> Date: Mon, 09 Jul 2018 17:05:00 -0000 X-SW-Source: 2018-q3/txt/msg00656.txt.bz2 *** TEST RESULTS FOR COMMIT 981e0c0c1aabcd78409184c79e8f88b5de918e38 *** Author: Tom Tromey Branch: master Commit: 981e0c0c1aabcd78409184c79e8f88b5de918e38 Fix exec.c handling in Makefile exec.c ws handled specially in COMMON_OBS, but there doesn't seem to be a reason for this. This changes the Makefile to treat exec.c as an ordinary source file. gdb/ChangeLog 2018-07-09 Tom Tromey * Makefile.in (ALLDEPFILES): Remove exec.c. (COMMON_OBS): Remove exec.o. (COMMON_SFILES): Add exec.c.