From 216722984fec8aa76e2d97d7b8fcc2fb1608825b Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 17 Feb 2022 00:35:31 -0500 Subject: sim: gdbinit: hoist setup to common code This was left in subdirs because of the dynamic cgen usage. However, we can move this breakpoint call to runtime and let gdb detect whether the symbol exists. --- sim/bpf/configure | 9 --------- 1 file changed, 9 deletions(-) (limited to 'sim/bpf') diff --git a/sim/bpf/configure b/sim/bpf/configure index f44ea70..bd22472 100755 --- a/sim/bpf/configure +++ b/sim/bpf/configure @@ -587,7 +587,6 @@ LIBOBJS SIM_COMMON_BUILD_FALSE SIM_COMMON_BUILD_TRUE sim_float -cgen_breaks target_alias host_alias build_alias @@ -1734,17 +1733,10 @@ fi fi -cgen_breaks="" -if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then -cgen_breaks="break cgen_rtx_error"; -fi - ac_config_files="$ac_config_files Makefile.sim:Makefile.in" ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in" -ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in" - ac_config_commands="$ac_config_commands Makefile" ac_config_commands="$ac_config_commands stamp-h" @@ -2469,7 +2461,6 @@ do case $ac_config_target in "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;; "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;; - ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;; "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;; "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;; -- cgit v1.1