This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] sim: frv: drop custom debug mask


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=66a19e2f815060e69d2e38f9319ed827fce67399

commit 66a19e2f815060e69d2e38f9319ed827fce67399
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Wed Jun 10 15:54:16 2015 +0800

    sim: frv: drop custom debug mask
    
    This is the only sim that sets up its own WITH_TRACE mask and it conflicts
    with the user setting their own list at configure time.  Drop it to match
    all the other sims.

Diff:
---
 sim/frv/ChangeLog  | 4 ++++
 sim/frv/sim-main.h | 5 -----
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/sim/frv/ChangeLog b/sim/frv/ChangeLog
index 6b351bf..53edf96 100644
--- a/sim/frv/ChangeLog
+++ b/sim/frv/ChangeLog
@@ -1,3 +1,7 @@
+2015-06-11  Mike Frysinger  <vapier@gentoo.org>
+
+	* sim-main.h (WITH_TRACE): Delete.
+
 2015-04-18  Mike Frysinger  <vapier@gentoo.org>
 
 	* sim-main.h (USING_SIM_BASE_H): Delete.
diff --git a/sim/frv/sim-main.h b/sim/frv/sim-main.h
index 110d761..d5a67cb 100644
--- a/sim/frv/sim-main.h
+++ b/sim/frv/sim-main.h
@@ -19,11 +19,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 /* Main header for the frv.  */
 
-/* Set the mask of unsupported traces.  */
-#define WITH_TRACE \
-  (~(TRACE_alu | TRACE_decode | TRACE_memory | TRACE_model | TRACE_fpu \
-     | TRACE_branch | TRACE_debug))
-
 /* sim-basics.h includes config.h but cgen-types.h must be included before
    sim-basics.h and cgen-types.h needs config.h.  */
 #include "config.h"


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]