head 1.14; access; symbols OPENPKG_E1_MP_HEAD:1.12 OPENPKG_E1_MP:1.12 OPENPKG_E1_MP_2_STABLE:1.12 OPENPKG_E1_FP:1.12 OPENPKG_2_STABLE_MP:1.12 OPENPKG_2_STABLE_20061018:1.12 OPENPKG_2_STABLE_20060622:1.12 OPENPKG_2_STABLE:1.12.0.2 OPENPKG_2_STABLE_BP:1.12 OPENPKG_2_5_RELEASE:1.10 OPENPKG_2_5_SOLID:1.10.0.6 OPENPKG_2_5_SOLID_BP:1.10 OPENPKG_2_4_RELEASE:1.10 OPENPKG_2_4_SOLID:1.10.0.4 OPENPKG_2_4_SOLID_BP:1.10 OPENPKG_CW_FP:1.10 OPENPKG_2_3_RELEASE:1.10 OPENPKG_2_3_SOLID:1.10.0.2 OPENPKG_2_3_SOLID_BP:1.10 OPENPKG_2_2_RELEASE:1.9 OPENPKG_2_2_SOLID:1.9.0.2 OPENPKG_2_2_SOLID_BP:1.9 OPENPKG_2_1_RELEASE:1.7 OPENPKG_2_1_SOLID:1.7.0.2 OPENPKG_2_1_SOLID_BP:1.7 OPENPKG_2_0_RELEASE:1.4 OPENPKG_2_0_SOLID:1.4.0.2 OPENPKG_2_0_SOLID_BP:1.4 OPENPKG_1_3_RELEASE:1.3 OPENPKG_1_3_SOLID:1.3.0.6 OPENPKG_1_3_SOLID_BP:1.3 OPENPKG_1_STABLE_MP:1.3 OPENPKG_1_2_RELEASE:1.3 OPENPKG_1_2_SOLID:1.3.0.4 OPENPKG_1_2_SOLID_BP:1.3 OPENPKG_1_STABLE:1.3.0.2 OPENPKG_1_STABLE_BP:1.3; locks; strict; comment @# @; 1.14 date 2009.10.07.18.30.31; author rse; state Exp; branches; next 1.13; commitid DlfI6hGxwl06iD6u; 1.13 date 2007.10.11.06.22.24; author rse; state Exp; branches; next 1.12; commitid 1hUXmPXG6jp9D8Bs; 1.12 date 2006.03.10.15.19.31; author rse; state Exp; branches; next 1.11; commitid GSDOkCzBwI5ifEor; 1.11 date 2005.10.18.15.22.05; author rse; state Exp; branches; next 1.10; 1.10 date 2004.11.10.11.50.14; author tho; state Exp; branches 1.10.6.1; next 1.9; 1.9 date 2004.09.08.17.04.13; author ms; state Exp; branches; next 1.8; 1.8 date 2004.07.31.07.47.47; author rse; state Exp; branches; next 1.7; 1.7 date 2004.06.15.10.26.02; author ms; state Exp; branches; next 1.6; 1.6 date 2004.06.09.14.38.17; author ms; state Exp; branches; next 1.5; 1.5 date 2004.06.01.20.35.37; author ms; state Exp; branches; next 1.4; 1.4 date 2003.10.06.17.55.04; author rse; state dead; branches; next 1.3; 1.3 date 2003.01.10.10.40.20; author rse; state Exp; branches; next 1.2; 1.2 date 2002.04.30.11.16.12; author ps; state dead; branches; next 1.1; 1.1 date 2002.02.01.13.49.55; author rse; state Exp; branches; next ; 1.10.6.1 date 2005.10.18.15.23.00; author rse; state Exp; branches; next ; desc @@ 1.14 log @upgrading package: gdb 6.8 -> 7.0 @ text @Index: Makefile.in --- Makefile.in.orig 2009-10-06 18:38:07 +0200 +++ Makefile.in 2009-10-07 19:36:16 +0200 @@@@ -610,10 +610,6 @@@@ "CXX_FOR_BUILD=$(CXX_FOR_BUILD)" \ "EXPECT=$(EXPECT)" \ "FLEX=$(FLEX)" \ - "INSTALL=$(INSTALL)" \ - "INSTALL_DATA=$(INSTALL_DATA)" \ - "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \ - "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \ "LDFLAGS_FOR_BUILD=$(LDFLAGS_FOR_BUILD)" \ "LEX=$(LEX)" \ "M4=$(M4)" \ Index: gdb/configure --- gdb/configure.orig 2009-10-01 21:37:31 +0200 +++ gdb/configure 2009-10-07 19:37:09 +0200 @@@@ -9732,7 +9732,7 @@@@ fi ;; esac -for ac_header in curses.h cursesX.h ncurses.h ncurses/ncurses.h ncurses/term.h +for ac_header in ncurses.h ncurses/ncurses.h ncurses/term.h curses.h cursesX.h do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" @ 1.13 log @upgrading package: gdb 6.6 -> 6.7 @ text @d2 3 a4 3 --- Makefile.in.orig 2007-10-10 19:09:32 +0200 +++ Makefile.in 2007-10-11 08:17:24 +0200 @@@@ -478,10 +478,6 @@@@ d12 1 a14 1 "MAKE=$(MAKE)" \ d16 3 a18 3 --- gdb/configure.orig 2007-09-29 22:54:13 +0200 +++ gdb/configure 2007-10-11 08:17:24 +0200 @@@@ -10908,7 +10908,7 @@@@ d20 7 a26 7 -for ac_header in curses.h cursesX.h ncurses.h ncurses/ncurses.h +for ac_header in ncurses.h ncurses/ncurses.h curses.h cursesX.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` if eval "test \"\${$as_ac_Header+set}\" = set"; then @ 1.12 log @upgrading package: gdb 6.3 -> 6.4 @ text @d2 3 a4 3 --- Makefile.in.orig 2005-12-02 06:29:54 +0100 +++ Makefile.in 2006-03-10 15:59:05 +0100 @@@@ -660,10 +661,6 @@@@ d16 3 a18 3 --- gdb/configure.orig 2005-07-25 17:08:40 +0200 +++ gdb/configure 2006-03-10 16:01:32 +0100 @@@@ -12415,7 +12415,7 @@@@ @ 1.11 log @fix building under GCC 4.0 world order @ text @d2 3 a4 19 --- Makefile.in.orig 2004-11-08 17:21:22 +0100 +++ Makefile.in 2004-11-10 12:26:05 +0100 @@@@ -325,6 +325,7 @@@@ CC = @@CC@@ CFLAGS = @@CFLAGS@@ +CPPFLAGS = @@CPPFLAGS@@ LIBCFLAGS = $(CFLAGS) CXX = @@CXX@@ @@@@ -388,6 +389,7 @@@@ # (which we know are built with gcc) are built with optimizations so # prepend -O2 when setting CFLAGS_FOR_TARGET. CFLAGS_FOR_TARGET = -O2 $(CFLAGS) +CPPFLAGS_FOR_TARGET = $(CPPFLAGS) # If GCC_FOR_TARGET is not overriden on the command line, then this # variable is passed down to the gcc Makefile, where it is used to # build libgcc2.a. We define it here so that it can itself be @@@@ -531,10 +533,6 @@@@ d15 4 a18 165 @@@@ -544,6 +542,7 @@@@ "YACC=$(YACC)" \ "AR_FLAGS=$(AR_FLAGS)" \ "CFLAGS=$(CFLAGS)" \ + "CPPFLAGS=$(CPPFLAGS)" \ "CXXFLAGS=$(CXXFLAGS)" \ "LDFLAGS=$(LDFLAGS)" \ "LIBCFLAGS=$(LIBCFLAGS)" \ @@@@ -612,6 +611,7 @@@@ 'AS=$$(AS_FOR_TARGET)' \ 'CC=$$(CC_FOR_TARGET)' \ 'CFLAGS=$$(CFLAGS_FOR_TARGET)' \ + 'CPPFLAGS=$$(CPPFLAGS_FOR_TARGET)' \ 'CXX=$$(CXX_FOR_TARGET)' \ 'CXXFLAGS=$$(CXXFLAGS_FOR_TARGET)' \ 'DLLTOOL=$$(DLLTOOL_FOR_TARGET)' \ Index: gdb/Makefile.in --- gdb/Makefile.in.orig 2004-11-04 03:18:49 +0100 +++ gdb/Makefile.in 2004-11-10 12:34:33 +0100 @@@@ -336,6 +336,7 @@@@ # CFLAGS is specifically reserved for setting from the command line # when running make. I.E. "make CFLAGS=-Wmissing-prototypes". CFLAGS = @@CFLAGS@@ +CPPFLAGS = @@CPPFLAGS@@ # Need to pass this to testsuite for "make check". Probably should be # consistent with top-level Makefile.in and gdb/testsuite/Makefile.in @@@@ -436,6 +437,7 @@@@ "AR_FLAGS=$(AR_FLAGS)" \ "CC=$(CC)" \ "CFLAGS=$(CFLAGS)" \ + "CPPFLAGS=$(CPPFLAGS)" \ "CXX=$(CXX)" \ "CXXFLAGS=$(CXXFLAGS)" \ "DLLTOOL=$(DLLTOOL)" \ @@@@ -495,6 +497,7 @@@@ 'CC=$$(CC_FOR_TARGET)' \ "CC_FOR_TARGET=$(CC_FOR_TARGET)" \ "CFLAGS=$(CFLAGS)" \ + "CPPFLAGS=$(CPPFLAGS)" \ 'CXX=$$(CXX_FOR_TARGET)' \ "CXX_FOR_TARGET=$(CXX_FOR_TARGET)" \ "CXXFLAGS=$(CXXFLAGS)" \ @@@@ -954,7 +957,7 @@@@ # Prevent Sun make from putting in the machine type. Setting # TARGET_ARCH to nothing works for SunOS 3, 4.0, but not for 4.1. .c.o: - $(CC) -c $(INTERNAL_CFLAGS) $< + $(CC) -c $(INTERNAL_CFLAGS) $(CPPFLAGS) $< all: gdb$(EXEEXT) $(CONFIG_ALL) @@$(MAKE) $(FLAGS_TO_PASS) DO=all "DODIRS=`echo $(SUBDIRS) | sed 's/testsuite//'`" subdir_do @@@@ -1430,16 +1433,16 @@@@ # Provide explicit rule/dependency - works for more makes. copying.o: $(srcdir)/copying.c - $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/copying.c + $(CC) -c $(INTERNAL_CFLAGS) $(CPPFLAGS) $(srcdir)/copying.c hpux-thread.o: $(srcdir)/hpux-thread.c - $(CC) -c $(INTERNAL_CFLAGS) -I$(srcdir)/osf-share \ + $(CC) -c $(INTERNAL_CFLAGS) $(CPPFLAGS) -I$(srcdir)/osf-share \ -I$(srcdir)/osf-share/HP800 -I/usr/include/dce \ $(srcdir)/hpux-thread.c # main.o needs an explicit build rule to get TARGET_SYSTEM_ROOT and BINDIR. main.o: main.c - $(CC) -c $(INTERNAL_CFLAGS) $(TARGET_SYSTEM_ROOT_DEFINE) \ + $(CC) -c $(INTERNAL_CFLAGS) $(CPPFLAGS) $(TARGET_SYSTEM_ROOT_DEFINE) \ -DBINDIR=\"$(bindir)\" $(srcdir)/main.c # FIXME: cagney/2004-09-16: "gnu-v3-abi.c", with a GCC 3.4 compiler, @@@@ -1478,7 +1481,7 @@@@ $(srcdir)/thread-db.c v850ice.o: $(srcdir)/v850ice.c - $(CC) -c $(INTERNAL_CFLAGS) $(IDE_CFLAGS) $(ITCL_CFLAGS) \ + $(CC) -c $(INTERNAL_CFLAGS) $(CPPFLAGS) $(IDE_CFLAGS) $(ITCL_CFLAGS) \ $(TCL_CFLAGS) $(TK_CFLAGS) $(X11_CFLAGS) \ $(GDBTK_CFLAGS) \ $(srcdir)/v850ice.c @@@@ -2722,31 +2725,31 @@@@ $(objfiles_h) $(source_h) $(disasm_h) $(ui_out_h) $(top_h) \ $(cli_decode_h) $(cli_script_h) $(cli_setshow_h) $(cli_cmds_h) \ $(tui_h) - $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/cli/cli-cmds.c + $(CC) -c $(INTERNAL_CFLAGS) $(CPPFLAGS) $(srcdir)/cli/cli-cmds.c cli-decode.o: $(srcdir)/cli/cli-decode.c $(defs_h) $(symtab_h) \ $(gdb_regex_h) $(gdb_string_h) $(ui_out_h) $(cli_cmds_h) \ $(cli_decode_h) $(tui_h) $(gdb_assert_h) - $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/cli/cli-decode.c + $(CC) -c $(INTERNAL_CFLAGS) $(CPPFLAGS) $(srcdir)/cli/cli-decode.c cli-dump.o: $(srcdir)/cli/cli-dump.c $(defs_h) $(gdb_string_h) \ $(cli_decode_h) $(cli_cmds_h) $(value_h) $(completer_h) \ $(cli_dump_h) $(gdb_assert_h) $(target_h) $(readline_h) - $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/cli/cli-dump.c + $(CC) -c $(INTERNAL_CFLAGS) $(CPPFLAGS) $(srcdir)/cli/cli-dump.c cli-interp.o: $(srcdir)/cli/cli-interp.c $(defs_h) $(interps_h) $(wrapper_h) \ $(event_top_h) $(ui_out_h) $(cli_out_h) $(top_h) $(gdb_string_h) - $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/cli/cli-interp.c + $(CC) -c $(INTERNAL_CFLAGS) $(CPPFLAGS) $(srcdir)/cli/cli-interp.c cli-logging.o: $(srcdir)/cli/cli-logging.c $(defs_h) $(gdbcmd_h) $(ui_out_h) \ $(gdb_string_h) - $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/cli/cli-logging.c + $(CC) -c $(INTERNAL_CFLAGS) $(CPPFLAGS) $(srcdir)/cli/cli-logging.c cli-script.o: $(srcdir)/cli/cli-script.c $(defs_h) $(value_h) $(language_h) \ $(ui_out_h) $(gdb_string_h) $(top_h) $(cli_cmds_h) $(cli_decode_h) \ $(cli_script_h) - $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/cli/cli-script.c + $(CC) -c $(INTERNAL_CFLAGS) $(CPPFLAGS) $(srcdir)/cli/cli-script.c cli-setshow.o: $(srcdir)/cli/cli-setshow.c $(defs_h) $(readline_tilde_h) \ $(value_h) $(gdb_string_h) $(ui_out_h) $(cli_decode_h) $(cli_cmds_h) \ $(cli_setshow_h) - $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/cli/cli-setshow.c + $(CC) -c $(INTERNAL_CFLAGS) $(CPPFLAGS) $(srcdir)/cli/cli-setshow.c cli-utils.o: $(srcdir)/cli/cli-utils.c $(defs_h) $(cli_utils_h) - $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/cli/cli-utils.c + $(CC) -c $(INTERNAL_CFLAGS) $(CPPFLAGS) $(srcdir)/cli/cli-utils.c # # GDBTK sub-directory @@@@ -2816,7 +2819,7 @@@@ $(symtab_h) $(inferior_h) $(command_h) \ $(bfd_h) $(symfile_h) $(objfiles_h) $(target_h) $(gdb_string_h) \ $(tracepoint_h) $(top_h) - $(CC) -c $(INTERNAL_CFLAGS) $(IDE_CFLAGS) $(ITCL_CFLAGS) \ + $(CC) -c $(INTERNAL_CFLAGS) $(CPPFLAGS) $(IDE_CFLAGS) $(ITCL_CFLAGS) \ $(ITK_CFLAGS) \ $(TCL_CFLAGS) $(TK_CFLAGS) $(X11_CFLAGS) $(GDBTK_CFLAGS)\ $(srcdir)/gdbtk/generic/gdbtk.c \ @@@@ -2827,7 +2830,7 @@@@ $(srcdir)/gdbtk/generic/gdbtk-cmds.h \ $(defs_h) $(breakpoint_h) $(tracepoint_h) \ $(symfile_h) $(symtab_h) $(gdb_string_h) - $(CC) -c $(INTERNAL_CFLAGS) $(IDE_CFLAGS) $(ITCL_CFLAGS) \ + $(CC) -c $(INTERNAL_CFLAGS) $(CPPFLAGS) $(IDE_CFLAGS) $(ITCL_CFLAGS) \ $(TCL_CFLAGS) $(TK_CFLAGS) $(X11_CFLAGS) \ $(GDBTK_CFLAGS) $(srcdir)/gdbtk/generic/gdbtk-bp.c \ -DGDBTK_LIBRARY=\"$(GDBTK_LIBRARY)\" @@@@ -2838,7 +2841,7 @@@@ $(gdbcore_h) $(demangle_h) $(linespec_h) $(tui_file_h) $(top_h) \ $(annotate_h) $(block_h) $(dictionary_h) $(gdb_string_h) \ $(dis_asm_h) $(gdbcmd_h) - $(CC) -c $(INTERNAL_CFLAGS) $(IDE_CFLAGS) $(ITCL_CFLAGS) \ + $(CC) -c $(INTERNAL_CFLAGS) $(CPPFLAGS) $(IDE_CFLAGS) $(ITCL_CFLAGS) \ $(TCL_CFLAGS) $(TK_CFLAGS) $(X11_CFLAGS) \ $(GDBTK_CFLAGS) $(srcdir)/gdbtk/generic/gdbtk-cmds.c \ -DGDBTK_LIBRARY=\"$(GDBTK_LIBRARY)\" @@@@ -2848,7 +2851,7 @@@@ $(symtab_h) $(inferior_h) $(command_h) \ $(bfd_h) $(symfile_h) $(objfiles_h) $(target_h) $(gdb_string_h) \ $(tracepoint_h) - $(CC) -c $(INTERNAL_CFLAGS) $(IDE_CFLAGS) $(ITCL_CFLAGS) \ + $(CC) -c $(INTERNAL_CFLAGS) $(CPPFLAGS) $(IDE_CFLAGS) $(ITCL_CFLAGS) \ $(TCL_CFLAGS) $(TK_CFLAGS) $(X11_CFLAGS) $(GDBTK_CFLAGS)\ $(srcdir)/gdbtk/generic/gdbtk-hooks.c -DGDBTK_LIBRARY=\"$(GDBTK_LIBRARY)\" @@@@ -2856,13 +2859,13 @@@@ $(defs_h) $(interps_h) $(ui_out_h) $(ui_file_h) \ $(cli_out_h) $(gdb_string_h) $(cli_cmds_h) $(cli_decode_h) \ $(srcdir)/gdbtk/generic/gdbtk.h - $(CC) -c $(INTERNAL_CFLAGS) $(IDE_CFLAGS) $(ITCL_CFLAGS) \ + $(CC) -c $(INTERNAL_CFLAGS) $(CPPFLAGS) $(IDE_CFLAGS) $(ITCL_CFLAGS) \ $(TCL_CFLAGS) $(TK_CFLAGS) $(X11_CFLAGS) $(GDBTK_CFLAGS) \ $(srcdir)/gdbtk/generic/gdbtk-interp.c a19 6 gdbtk-main.o: $(srcdir)/gdbtk/generic/gdbtk-main.c $(defs_h) $(main_h) \ $(gdb_string_h) - $(CC) -c $(INTERNAL_CFLAGS) $(IDE_CFLAGS) $(ITCL_CFLAGS) \ + $(CC) -c $(INTERNAL_CFLAGS) $(CPPFLAGS) $(IDE_CFLAGS) $(ITCL_CFLAGS) \ $(TCL_CFLAGS) $(TK_CFLAGS) $(X11_CFLAGS) $(GDBTK_CFLAGS)\ $(srcdir)/gdbtk/generic/gdbtk-main.c -DGDBTK_LIBRARY=\"$(GDBTK_LIBRARY)\" a20 26 @@@@ -2870,7 +2873,7 @@@@ $(srcdir)/gdbtk/generic/gdbtk.h \ $(srcdir)/gdbtk/generic/gdbtk-cmds.h \ $(defs_h) $(frame_h) $(value_h) $(gdb_string_h) - $(CC) -c $(INTERNAL_CFLAGS) $(IDE_CFLAGS) $(ITCL_CFLAGS) \ + $(CC) -c $(INTERNAL_CFLAGS) $(CPPFLAGS) $(IDE_CFLAGS) $(ITCL_CFLAGS) \ $(TCL_CFLAGS) $(TK_CFLAGS) $(X11_CFLAGS) \ $(GDBTK_CFLAGS) $(srcdir)/gdbtk/generic/gdbtk-register.c \ -DGDBTK_LIBRARY=\"$(GDBTK_LIBRARY)\" @@@@ -2880,7 +2883,7 @@@@ $(srcdir)/gdbtk/generic/gdbtk-wrapper.h \ $(defs_h) $(target_h) $(breakpoint_h) $(linespec_h) \ $(block_h) $(dictionary_h) - $(CC) -c $(INTERNAL_CFLAGS) $(IDE_CFLAGS) $(ITCL_CFLAGS) \ + $(CC) -c $(INTERNAL_CFLAGS) $(CPPFLAGS) $(IDE_CFLAGS) $(ITCL_CFLAGS) \ $(TCL_CFLAGS) $(TK_CFLAGS) $(X11_CFLAGS) \ $(GDBTK_CFLAGS) $(srcdir)/gdbtk/generic/gdbtk-stack.c \ -DGDBTK_LIBRARY=\"$(GDBTK_LIBRARY)\" @@@@ -2888,14 +2891,14 @@@@ gdbtk-varobj.o: $(srcdir)/gdbtk/generic/gdbtk-varobj.c \ $(srcdir)/gdbtk/generic/gdbtk.h \ $(defs_h) $(value_h) $(varobj_h) $(gdb_string_h) - $(CC) -c $(INTERNAL_CFLAGS) $(IDE_CFLAGS) $(ITCL_CFLAGS) \ + $(CC) -c $(INTERNAL_CFLAGS) $(CPPFLAGS) $(IDE_CFLAGS) $(ITCL_CFLAGS) \ $(TCL_CFLAGS) $(TK_CFLAGS) $(X11_CFLAGS) $(GDBTK_CFLAGS)\ $(srcdir)/gdbtk/generic/gdbtk-varobj.c d22 2 a23 150 gdbtk-wrapper.o: $(srcdir)/gdbtk/generic/gdbtk-wrapper.c \ $(srcdir)/gdbtk/generic/gdbtk-wrapper.h \ $(defs_h) $(frame_h) $(value_h) - $(CC) -c $(INTERNAL_CFLAGS) $(IDE_CFLAGS) $(GDBTK_CFLAGS)\ + $(CC) -c $(INTERNAL_CFLAGS) $(CPPFLAGS) $(IDE_CFLAGS) $(GDBTK_CFLAGS)\ $(srcdir)/gdbtk/generic/gdbtk-wrapper.c # @@@@ -2907,52 +2910,52 @@@@ mi-cmd-break.o: $(srcdir)/mi/mi-cmd-break.c $(defs_h) $(mi_cmds_h) \ $(ui_out_h) $(mi_out_h) $(breakpoint_h) $(gdb_string_h) \ $(mi_getopt_h) $(gdb_events_h) $(gdb_h) - $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/mi/mi-cmd-break.c + $(CC) -c $(INTERNAL_CFLAGS) $(CPPFLAGS) $(srcdir)/mi/mi-cmd-break.c mi-cmd-disas.o: $(srcdir)/mi/mi-cmd-disas.c $(defs_h) $(target_h) $(value_h) \ $(mi_cmds_h) $(mi_getopt_h) $(gdb_string_h) $(ui_out_h) $(disasm_h) - $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/mi/mi-cmd-disas.c + $(CC) -c $(INTERNAL_CFLAGS) $(CPPFLAGS) $(srcdir)/mi/mi-cmd-disas.c mi-cmd-env.o: $(srcdir)/mi/mi-cmd-env.c $(defs_h) $(inferior_h) $(value_h) \ $(mi_out_h) $(mi_cmds_h) $(mi_getopt_h) $(symtab_h) $(target_h) \ $(environ_h) $(command_h) $(ui_out_h) $(top_h) $(gdb_string_h) \ $(gdb_stat_h) - $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/mi/mi-cmd-env.c + $(CC) -c $(INTERNAL_CFLAGS) $(CPPFLAGS) $(srcdir)/mi/mi-cmd-env.c mi-cmd-file.o: $(srcdir)/mi/mi-cmd-file.c $(defs_h) $(mi_cmds_h) \ $(mi_getopt_h) $(ui_out_h) $(symtab_h) $(source_h) $(objfiles_h) - $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/mi/mi-cmd-file.c + $(CC) -c $(INTERNAL_CFLAGS) $(CPPFLAGS) $(srcdir)/mi/mi-cmd-file.c mi-cmds.o: $(srcdir)/mi/mi-cmds.c $(defs_h) $(top_h) $(mi_cmds_h) \ $(gdb_string_h) - $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/mi/mi-cmds.c + $(CC) -c $(INTERNAL_CFLAGS) $(CPPFLAGS) $(srcdir)/mi/mi-cmds.c mi-cmd-stack.o: $(srcdir)/mi/mi-cmd-stack.c $(defs_h) $(target_h) $(frame_h) \ $(value_h) $(mi_cmds_h) $(ui_out_h) $(symtab_h) $(block_h) \ $(stack_h) $(dictionary_h) $(gdb_string_h) - $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/mi/mi-cmd-stack.c + $(CC) -c $(INTERNAL_CFLAGS) $(CPPFLAGS) $(srcdir)/mi/mi-cmd-stack.c mi-cmd-var.o: $(srcdir)/mi/mi-cmd-var.c $(defs_h) $(mi_cmds_h) $(ui_out_h) \ $(mi_out_h) $(varobj_h) $(value_h) $(gdb_string_h) - $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/mi/mi-cmd-var.c + $(CC) -c $(INTERNAL_CFLAGS) $(CPPFLAGS) $(srcdir)/mi/mi-cmd-var.c mi-console.o: $(srcdir)/mi/mi-console.c $(defs_h) $(mi_console_h) \ $(gdb_string_h) - $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/mi/mi-console.c + $(CC) -c $(INTERNAL_CFLAGS) $(CPPFLAGS) $(srcdir)/mi/mi-console.c mi-getopt.o: $(srcdir)/mi/mi-getopt.c $(defs_h) $(mi_getopt_h) \ $(gdb_string_h) - $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/mi/mi-getopt.c + $(CC) -c $(INTERNAL_CFLAGS) $(CPPFLAGS) $(srcdir)/mi/mi-getopt.c mi-interp.o: $(srcdir)/mi/mi-interp.c $(defs_h) $(gdb_string_h) $(interps_h) \ $(event_top_h) $(event_loop_h) $(inferior_h) $(ui_out_h) $(top_h) \ $(mi_main_h) $(mi_cmds_h) $(mi_out_h) $(mi_console_h) - $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/mi/mi-interp.c + $(CC) -c $(INTERNAL_CFLAGS) $(CPPFLAGS) $(srcdir)/mi/mi-interp.c mi-main.o: $(srcdir)/mi/mi-main.c $(defs_h) $(target_h) $(inferior_h) \ $(gdb_string_h) $(top_h) $(gdbthread_h) $(mi_cmds_h) $(mi_parse_h) \ $(mi_getopt_h) $(mi_console_h) $(ui_out_h) $(mi_out_h) $(interps_h) \ $(event_loop_h) $(event_top_h) $(gdbcore_h) $(value_h) $(regcache_h) \ $(gdb_h) $(frame_h) $(mi_main_h) - $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/mi/mi-main.c + $(CC) -c $(INTERNAL_CFLAGS) $(CPPFLAGS) $(srcdir)/mi/mi-main.c mi-out.o: $(srcdir)/mi/mi-out.c $(defs_h) $(ui_out_h) $(mi_out_h) - $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/mi/mi-out.c + $(CC) -c $(INTERNAL_CFLAGS) $(CPPFLAGS) $(srcdir)/mi/mi-out.c mi-parse.o: $(srcdir)/mi/mi-parse.c $(defs_h) $(mi_cmds_h) $(mi_parse_h) \ $(gdb_string_h) - $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/mi/mi-parse.c + $(CC) -c $(INTERNAL_CFLAGS) $(CPPFLAGS) $(srcdir)/mi/mi-parse.c mi-symbol-cmds.o: $(srcdir)/mi/mi-symbol-cmds.c $(defs_h) $(mi_cmds_h) \ $(symtab_h) $(ui_out_h) - $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/mi/mi-symbol-cmds.c + $(CC) -c $(INTERNAL_CFLAGS) $(CPPFLAGS) $(srcdir)/mi/mi-symbol-cmds.c # # rdi-share sub-directory @@@@ -2978,7 +2981,7 @@@@ signals.o: $(srcdir)/signals/signals.c $(server_h) $(defs_h) $(target_h) \ $(gdb_string_h) - $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/signals/signals.c + $(CC) -c $(INTERNAL_CFLAGS) $(CPPFLAGS) $(srcdir)/signals/signals.c # # gdb/tui/ dependencies @@@@ -2991,21 +2994,21 @@@@ $(tui_stack_h) $(tui_win_h) $(tui_winsource_h) $(tui_windata_h) \ $(target_h) $(frame_h) $(breakpoint_h) $(inferior_h) $(symtab_h) \ $(source_h) $(gdb_curses_h) $(readline_h) - $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/tui/tui.c + $(CC) -c $(INTERNAL_CFLAGS) $(CPPFLAGS) $(srcdir)/tui/tui.c tui-command.o: $(srcdir)/tui/tui-command.c $(defs_h) $(tui_h) $(tui_data_h) \ $(tui_win_h) $(tui_io_h) $(gdb_curses_h) $(gdb_string_h) - $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/tui/tui-command.c + $(CC) -c $(INTERNAL_CFLAGS) $(CPPFLAGS) $(srcdir)/tui/tui-command.c tui-data.o: $(srcdir)/tui/tui-data.c $(defs_h) $(symtab_h) $(tui_h) \ $(tui_data_h) $(tui_wingeneral_h) $(gdb_string_h) $(gdb_curses_h) - $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/tui/tui-data.c + $(CC) -c $(INTERNAL_CFLAGS) $(CPPFLAGS) $(srcdir)/tui/tui-data.c tui-disasm.o: $(srcdir)/tui/tui-disasm.c $(defs_h) $(symtab_h) \ $(breakpoint_h) $(frame_h) $(value_h) $(source_h) $(disasm_h) \ $(gdb_string_h) $(tui_h) $(tui_data_h) $(tui_win_h) $(tui_layout_h) \ $(tui_winsource_h) $(tui_stack_h) $(tui_file_h) $(gdb_curses_h) - $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/tui/tui-disasm.c + $(CC) -c $(INTERNAL_CFLAGS) $(CPPFLAGS) $(srcdir)/tui/tui-disasm.c tui-file.o: $(srcdir)/tui/tui-file.c $(defs_h) $(ui_file_h) $(tui_file_h) \ $(tui_io_h) $(tui_h) $(gdb_string_h) - $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/tui/tui-file.c + $(CC) -c $(INTERNAL_CFLAGS) $(CPPFLAGS) $(srcdir)/tui/tui-file.c tui-hooks.o: $(srcdir)/tui/tui-hooks.c $(defs_h) $(symtab_h) $(inferior_h) \ $(command_h) $(bfd_h) $(symfile_h) $(objfiles_h) $(target_h) \ $(gdbcore_h) $(event_loop_h) $(event_top_h) $(frame_h) \ @@@@ -3077,14 +3080,14 @@@@ xdr_ld.o: vx-share/xdr_ld.c $(defs_h) vx-share/vxTypes.h \ vx-share/vxWorks.h vx-share/xdr_ld.h - $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/vx-share/xdr_ld.c + $(CC) -c $(INTERNAL_CFLAGS) $(CPPFLAGS) $(srcdir)/vx-share/xdr_ld.c xdr_ptrace.o: vx-share/xdr_ptrace.c $(defs_h) vx-share/vxTypes.h \ vx-share/vxWorks.h vx-share/xdr_ptrace.h - $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/vx-share/xdr_ptrace.c + $(CC) -c $(INTERNAL_CFLAGS) $(CPPFLAGS) $(srcdir)/vx-share/xdr_ptrace.c xdr_rdb.o: vx-share/xdr_rdb.c $(defs_h) vx-share/vxTypes.h \ vx-share/vxWorks.h vx-share/xdr_rdb.h - $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/vx-share/xdr_rdb.c + $(CC) -c $(INTERNAL_CFLAGS) $(CPPFLAGS) $(srcdir)/vx-share/xdr_rdb.c ### end of the gdb Makefile.in. Index: gdb/configure.in --- gdb/configure.in.orig 2004-11-10 12:29:03 +0100 +++ gdb/configure.in 2004-11-10 12:30:20 +0100 @@@@ -394,7 +394,7 @@@@ Solaris 2.[789] when using GCC. ]]) fi ;; esac -AC_CHECK_HEADERS(curses.h cursesX.h ncurses.h ncurses/ncurses.h term.h) +AC_CHECK_HEADERS(ncurses.h ncurses/ncurses.h curses.h cursesX.h term.h) # FIXME: kettenis/20030102: In most cases we include these # unconditionally, so what's the point in checking these? Index: gdb/configure --- gdb/configure.orig 2004-11-10 12:28:55 +0100 +++ gdb/configure 2004-11-10 12:29:58 +0100 @@@@ -5508,7 +5508,7 @@@@ fi ;; esac -for ac_hdr in curses.h cursesX.h ncurses.h ncurses/ncurses.h term.h +for ac_hdr in ncurses.h ncurses/ncurses.h curses.h cursesX.h term.h d25 2 a26 14 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 Index: gdb/i386fbsd-tdep.c --- gdb/i386fbsd-tdep.c.orig 2004-02-22 17:20:22 +0100 +++ gdb/i386fbsd-tdep.c 2005-10-18 17:17:30 +0200 @@@@ -45,7 +45,7 @@@@ CORE_ADDR i386fbsd_sigtramp_end_addr = 0xbfbfdff0; /* From . */ -static int i386fbsd_sc_reg_offset[] = +int i386fbsd_sc_reg_offset[] = { 8 + 14 * 4, /* %eax */ 8 + 13 * 4, /* %ecx */ @ 1.10 log @upgrading package: gdb 6.2.1 -> 6.3 @ text @d384 12 @ 1.10.6.1 log @MFC: fix building under GCC 4.0 world order @ text @a383 12 Index: gdb/i386fbsd-tdep.c --- gdb/i386fbsd-tdep.c.orig 2004-02-22 17:20:22 +0100 +++ gdb/i386fbsd-tdep.c 2005-10-18 17:17:30 +0200 @@@@ -45,7 +45,7 @@@@ CORE_ADDR i386fbsd_sigtramp_end_addr = 0xbfbfdff0; /* From . */ -static int i386fbsd_sc_reg_offset[] = +int i386fbsd_sc_reg_offset[] = { 8 + 14 * 4, /* %eax */ 8 + 13 * 4, /* %ecx */ @ 1.9 log @upgrading package: gdb 6.2 -> 6.2.1 @ text @d2 3 a4 4 diff -Nau Makefile.in.orig Makefile.in --- Makefile.in.orig 2004-09-05 21:10:28 +0200 +++ Makefile.in 2004-09-08 18:57:11 +0200 @@@@ -319,6 +319,7 @@@@ d12 1 a12 1 @@@@ -382,6 +383,7 @@@@ d20 1 a20 1 @@@@ -525,10 +527,6 @@@@ d31 1 a31 1 @@@@ -538,6 +536,7 @@@@ d39 1 a39 1 @@@@ -606,6 +605,7 @@@@ d48 3 a50 4 diff -Nau gdb/Makefile.in.orig gdb/Makefile.in --- gdb/Makefile.in.orig 2004-07-03 17:14:47 +0200 +++ gdb/Makefile.in 2004-09-08 18:57:11 +0200 @@@@ -329,6 +329,7 @@@@ d58 1 a58 1 @@@@ -429,6 +430,7 @@@@ d66 1 a66 1 @@@@ -488,6 +490,7 @@@@ d74 1 a74 1 @@@@ -937,7 +940,7 @@@@ d83 1 a83 1 @@@@ -1417,16 +1420,16 @@@@ d102 2 a103 2 # FIXME: cagney/2003-08-10: "monitor.c" gets -Wformat-nonliteral @@@@ -1457,7 +1460,7 @@@@ d112 1 a112 1 @@@@ -2603,31 +2606,31 @@@@ d152 1 a152 1 @@@@ -2697,7 +2700,7 @@@@ d161 1 a161 1 @@@@ -2708,7 +2711,7 @@@@ d170 1 a170 1 @@@@ -2719,7 +2722,7 @@@@ d179 1 a179 1 @@@@ -2729,7 +2732,7 @@@@ d188 1 a188 1 @@@@ -2737,13 +2740,13 @@@@ d204 1 a204 1 @@@@ -2751,7 +2754,7 @@@@ d213 1 a213 1 @@@@ -2761,7 +2764,7 @@@@ d222 1 a222 1 @@@@ -2769,14 +2772,14 @@@@ d239 1 a239 1 @@@@ -2788,52 +2791,52 @@@@ d248 1 a248 1 + $(CC) -c $(INTERNAL_CFLAGS) $(CPPFLAGS) $(srcdir)/mi/mi-cmd-disas.c d256 1 a256 1 $(mi_getopt_h) $(ui_out_h) $(symtab_h) $(source_h) d306 1 a306 1 @@@@ -2859,7 +2862,7 @@@@ d315 1 a315 1 @@@@ -2872,21 +2875,21 @@@@ d342 1 a342 1 @@@@ -2958,14 +2961,14 @@@@ d360 12 d373 3 a375 4 diff -Nau gdb/configure.orig gdb/configure --- gdb/configure.orig 2004-07-17 13:29:05 +0200 +++ gdb/configure 2004-09-08 18:57:11 +0200 @@@@ -5575,7 +5575,7 @@@@ d379 2 a380 2 -for ac_hdr in curses.h ncurses.h term.h +for ac_hdr in ncurses.h term.h curses.h a383 13 Index: gdb/configure.in diff -Nau gdb/configure.in.orig gdb/configure.in --- gdb/configure.in.orig 2004-07-17 13:29:08 +0200 +++ gdb/configure.in 2004-09-08 18:57:11 +0200 @@@@ -380,7 +380,7 @@@@ Solaris 2.[789] when using GCC. ]]) fi ;; esac -AC_CHECK_HEADERS(curses.h ncurses.h term.h) +AC_CHECK_HEADERS(ncurses.h term.h curses.h) # FIXME: kettenis/20030102: In most cases we include these # unconditionally, so what's the point in checking these? @ 1.8 log @upgrading package: gdb 6.1.1 -> 6.2 @ text @d2 3 a4 2 --- Makefile.in.orig 2004-07-30 00:49:41 +0200 +++ Makefile.in 2004-07-31 09:39:35 +0200 d49 1 d51 1 a51 1 +++ gdb/Makefile.in 2004-07-31 09:37:09 +0200 d362 13 d376 1 d378 1 a378 1 +++ gdb/configure.in 2004-07-31 09:37:09 +0200 a387 12 Index: gdb/configure --- gdb/configure.orig 2004-07-17 13:29:05 +0200 +++ gdb/configure 2004-07-31 09:37:09 +0200 @@@@ -5575,7 +5575,7 @@@@ fi ;; esac -for ac_hdr in curses.h ncurses.h term.h +for ac_hdr in ncurses.h term.h curses.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 @ 1.7 log @generalize condition of COREFILE variable on FreeBSD systems, since the conditionally included trad-core sources don't build on FreeBSD (missing user struct members) anyway @ text @d2 3 a4 3 --- Makefile.in.orig 2004-06-01 22:30:36.837939881 +0200 +++ Makefile.in 2004-06-01 22:30:47.314628468 +0200 @@@@ -217,6 +217,7 @@@@ d12 1 a12 1 @@@@ -278,6 +279,7 @@@@ d20 1 a20 2 @@@@ -415,10 +417,6 @@@@ "CC_FOR_BUILD=$(CC_FOR_BUILD)" \ d23 1 d31 1 a31 1 @@@@ -428,6 +426,7 @@@@ d39 1 a39 1 @@@@ -493,6 +492,7 @@@@ a46 32 @@@@ -21695,6 +21695,7 @@@@ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ CC="$(CC)"; export CC; \ CFLAGS="$(CFLAGS)"; export CFLAGS; \ + CPPFLAGS="$(CPPFLAGS)"; export CPPFLAGS; \ CONFIG_SHELL="$(SHELL)"; export CONFIG_SHELL; \ CXX="$(CXX)"; export CXX; \ CXXFLAGS="$(CXXFLAGS)"; export CXXFLAGS; \ Index: gdb/configure.in --- gdb/configure.in.orig 2004-06-09 11:36:45.889533600 +0200 +++ gdb/configure.in 2004-06-09 11:36:55.899816800 +0200 @@@@ -374,7 +374,7 @@@@ Solaris 2.[78] when using GCC. ]]) fi ;; esac -AC_CHECK_HEADERS(curses.h ncurses.h term.h) +AC_CHECK_HEADERS(ncurses.h term.h curses.h) # FIXME: kettenis/20030102: In most cases we include these # unconditionally, so what's the point in checking these? Index: gdb/configure --- gdb/configure.orig 2004-02-26 01:41:46.000000000 +0100 +++ gdb/configure 2004-06-09 11:37:18.718615900 +0200 @@@@ -5569,7 +5569,7 @@@@ fi ;; esac -for ac_hdr in curses.h ncurses.h term.h +for ac_hdr in ncurses.h term.h curses.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 d48 2 a49 2 --- gdb/Makefile.in.orig 2004-02-28 19:04:36 +0100 +++ gdb/Makefile.in 2004-06-09 13:04:54 +0200 d74 1 a74 1 @@@@ -928,7 +931,7 @@@@ d83 1 a83 1 @@@@ -1371,16 +1374,16 @@@@ d103 1 a103 1 @@@@ -1411,7 +1414,7 @@@@ d112 1 a112 1 @@@@ -2511,31 +2514,31 @@@@ d152 1 a152 1 @@@@ -2605,7 +2608,7 @@@@ d161 1 a161 1 @@@@ -2616,7 +2619,7 @@@@ d170 1 a170 1 @@@@ -2627,7 +2630,7 @@@@ d179 1 a179 1 @@@@ -2637,7 +2640,7 @@@@ d188 1 a188 1 @@@@ -2645,13 +2648,13 @@@@ d204 1 a204 1 @@@@ -2659,7 +2662,7 @@@@ d213 1 a213 1 @@@@ -2669,7 +2672,7 @@@@ d222 1 a222 1 @@@@ -2677,14 +2680,14 @@@@ d239 1 a239 1 @@@@ -2696,52 +2699,52 @@@@ d306 1 a306 1 @@@@ -2767,7 +2770,7 @@@@ d315 1 a315 1 @@@@ -2780,21 +2783,21 @@@@ d342 1 a342 78 @@@@ -2802,63 +2805,63 @@@@ $(tui_h) $(tui_hooks_h) $(tui_data_h) $(tui_layout_h) $(tui_io_h) \ $(tui_regs_h) $(tui_win_h) $(tui_stack_h) $(tui_windata_h) \ $(tui_winsource_h) $(gdb_curses_h) - $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/tui/tui-hooks.c + $(CC) -c $(INTERNAL_CFLAGS) $(CPPFLAGS) $(srcdir)/tui/tui-hooks.c tui-interp.o: $(srcdir)/tui/tui-interp.c $(defs_h) $(interps_h) $(top_h) \ $(event_top_h) $(event_loop_h) $(ui_out_h) $(cli_out_h) \ $(tui_data_h) $(readline_h) $(tui_win_h) $(tui_h) $(tui_io_h) - $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/tui/tui-interp.c + $(CC) -c $(INTERNAL_CFLAGS) $(CPPFLAGS) $(srcdir)/tui/tui-interp.c tui-io.o: $(srcdir)/tui/tui-io.c $(defs_h) $(terminal_h) $(target_h) \ $(event_loop_h) $(event_top_h) $(command_h) $(top_h) $(readline_h) \ $(tui_h) $(tui_data_h) $(tui_io_h) $(tui_command_h) $(tui_win_h) \ $(tui_wingeneral_h) $(tui_file_h) $(ui_out_h) $(cli_out_h) \ $(gdb_curses_h) - $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/tui/tui-io.c + $(CC) -c $(INTERNAL_CFLAGS) $(CPPFLAGS) $(srcdir)/tui/tui-io.c tui-layout.o: $(srcdir)/tui/tui-layout.c $(defs_h) $(command_h) $(symtab_h) \ $(frame_h) $(source_h) $(tui_h) $(tui_data_h) $(tui_windata_h) \ $(tui_wingeneral_h) $(tui_stack_h) $(tui_regs_h) $(tui_win_h) \ $(tui_winsource_h) $(tui_disasm_h) $(gdb_string_h) $(gdb_curses_h) - $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/tui/tui-layout.c + $(CC) -c $(INTERNAL_CFLAGS) $(CPPFLAGS) $(srcdir)/tui/tui-layout.c tui-main.o: $(srcdir)/tui/tui-main.c $(defs_h) $(main_h) $(gdb_string_h) \ $(interps_h) - $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/tui/tui-main.c + $(CC) -c $(INTERNAL_CFLAGS) $(CPPFLAGS) $(srcdir)/tui/tui-main.c tui-out.o: $(srcdir)/tui/tui-out.c $(defs_h) $(ui_out_h) $(tui_h) \ $(gdb_string_h) $(gdb_assert_h) - $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/tui/tui-out.c + $(CC) -c $(INTERNAL_CFLAGS) $(CPPFLAGS) $(srcdir)/tui/tui-out.c tui-regs.o: $(srcdir)/tui/tui-regs.c $(defs_h) $(tui_h) $(tui_data_h) \ $(symtab_h) $(gdbtypes_h) $(gdbcmd_h) $(frame_h) $(regcache_h) \ $(inferior_h) $(target_h) $(gdb_string_h) $(tui_layout_h) \ $(tui_win_h) $(tui_windata_h) $(tui_wingeneral_h) $(tui_file_h) \ $(gdb_curses_h) - $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/tui/tui-regs.c + $(CC) -c $(INTERNAL_CFLAGS) $(CPPFLAGS) $(srcdir)/tui/tui-regs.c tui-source.o: $(srcdir)/tui/tui-source.c $(defs_h) $(symtab_h) $(frame_h) \ $(breakpoint_h) $(source_h) $(symtab_h) $(tui_h) $(tui_data_h) \ $(tui_stack_h) $(tui_winsource_h) $(tui_source_h) $(gdb_string_h) \ $(gdb_curses_h) - $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/tui/tui-source.c + $(CC) -c $(INTERNAL_CFLAGS) $(CPPFLAGS) $(srcdir)/tui/tui-source.c tui-stack.o: $(srcdir)/tui/tui-stack.c $(defs_h) $(symtab_h) $(breakpoint_h) \ $(frame_h) $(command_h) $(inferior_h) $(target_h) $(top_h) \ $(gdb_string_h) $(tui_h) $(tui_data_h) $(tui_stack_h) \ $(tui_wingeneral_h) $(tui_source_h) $(tui_winsource_h) $(tui_file_h) \ $(gdb_curses_h) - $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/tui/tui-stack.c + $(CC) -c $(INTERNAL_CFLAGS) $(CPPFLAGS) $(srcdir)/tui/tui-stack.c tui-win.o: $(srcdir)/tui/tui-win.c $(defs_h) $(command_h) $(symtab_h) \ $(breakpoint_h) $(frame_h) $(cli_cmds_h) $(top_h) $(source_h) \ $(tui_h) $(tui_data_h) $(tui_wingeneral_h) $(tui_stack_h) \ $(tui_regs_h) $(tui_disasm_h) $(tui_source_h) $(tui_winsource_h) \ $(tui_windata_h) $(gdb_curses_h) $(gdb_string_h) $(readline_h) - $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/tui/tui-win.c + $(CC) -c $(INTERNAL_CFLAGS) $(CPPFLAGS) $(srcdir)/tui/tui-win.c tui-windata.o: $(srcdir)/tui/tui-windata.c $(defs_h) $(tui_h) $(tui_data_h) \ $(tui_wingeneral_h) $(tui_regs_h) $(gdb_string_h) $(gdb_curses_h) - $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/tui/tui-windata.c + $(CC) -c $(INTERNAL_CFLAGS) $(CPPFLAGS) $(srcdir)/tui/tui-windata.c tui-wingeneral.o: $(srcdir)/tui/tui-wingeneral.c $(defs_h) $(tui_h) \ $(tui_data_h) $(tui_wingeneral_h) $(tui_win_h) $(gdb_curses_h) - $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/tui/tui-wingeneral.c + $(CC) -c $(INTERNAL_CFLAGS) $(CPPFLAGS) $(srcdir)/tui/tui-wingeneral.c tui-winsource.o: $(srcdir)/tui/tui-winsource.c $(defs_h) $(symtab_h) \ $(frame_h) $(breakpoint_h) $(value_h) $(source_h) $(tui_h) \ $(tui_data_h) $(tui_stack_h) $(tui_win_h) $(tui_wingeneral_h) \ $(tui_winsource_h) $(tui_source_h) $(tui_disasm_h) $(gdb_string_h) \ $(gdb_curses_h) - $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/tui/tui-winsource.c + $(CC) -c $(INTERNAL_CFLAGS) $(CPPFLAGS) $(srcdir)/tui/tui-winsource.c # # vx-share sub-directory @@@@ -2866,14 +2869,14 @@@@ d360 24 a383 30 Index: bfd/configure.in --- bfd/configure.in.orig 2004-06-15 11:42:13 +0200 +++ bfd/configure.in 2004-06-15 11:43:40 +0200 @@@@ -219,12 +219,6 @@@@ COREFILE= ;; changequote(,)dnl - i[3-7]86-*-bsd* | i[3-7]86-*-freebsd[123] | i[3-7]86-*-freebsd[123]\.* | i[3-7]86-*-freebsd4\.[01234]* | i[3-7]86-*-freebsd*aout*) -changequote([,])dnl - COREFILE=trad-core.lo - TRAD_HEADER='"hosts/i386bsd.h"' - ;; -changequote(,)dnl i[3-7]86-*-freebsd* | i[3-7]86-*-kfreebsd*-gnu) changequote([,])dnl COREFILE='' Index: bfd/configure --- bfd/configure.orig 2004-03-13 13:37:09 +0100 +++ bfd/configure 2004-06-15 11:43:27 +0200 @@@@ -5310,10 +5310,6 @@@@ i[3-7]86-*-bsdi) COREFILE= ;; - i[3-7]86-*-bsd* | i[3-7]86-*-freebsd[123] | i[3-7]86-*-freebsd[123]\.* | i[3-7]86-*-freebsd4\.[01234]* | i[3-7]86-*-freebsd*aout*) - COREFILE=trad-core.lo - TRAD_HEADER='"hosts/i386bsd.h"' - ;; i[3-7]86-*-freebsd* | i[3-7]86-*-kfreebsd*-gnu) COREFILE='' TRAD_HEADER='"hosts/i386bsd.h"' @ 1.6 log @patch for building on systems that have a S5R4 style curses library @ text @d469 30 @ 1.5 log @don't pass INSTALL variables to subdirectory Makefiles to avoid calling a nonexistent install-sh command and causing build failure @ text @d4 17 a20 1 @@@@ -415,10 +415,6 @@@@ d31 438 @ 1.4 log @upgrading package: gdb 5.3 -> 6.0 @ text @d1 14 a14 20 --- gdb/i386bsd-nat.c 2003/01/02 20:22:00 1.1 +++ gdb/i386bsd-nat.c 2003/01/02 20:22:35 @@@@ -306,7 +306,7 @@@@ /* For some mysterious reason, some of the reserved bits in the debug control register get set. Mask these off, otherwise the ptrace call below will fail. */ - dbregs.dr7 &= ~(0x0000fc00); + DBREG_DRX ((&dbregs), 7) = ~(0x0000fc00); DBREG_DRX ((&dbregs), regnum) = value; @@@@ -355,7 +355,7 @@@@ return 0; #endif - return dbregs.dr6; + return DBREG_DRX ((&dbregs), 6); } #endif /* PT_GETDBREGS */ @ 1.3 log @port to FreeBSD 5.0 @ text @@ 1.2 log @upgrading upstream version from 5.1.1 to 5.2 @ text @d1 20 a20 7 --- bfd/configure.orig Tue Oct 30 18:30:22 2001 +++ bfd/configure Thu Jan 31 08:57:54 2002 @@@@ -5018,3 +5018,3 @@@@ ;; - i[3456]86-*-bsd* | i[34567]86-*-freebsd[1234] | i[34567]86-*-freebsd[1234]\.* | i[34567]86-*-freebsd*aout*) + i[3456]86-*-bsd* | i[34567]86-*-freebsd[123] | i[34567]86-*-freebsd[123]\.* | i[34567]86-*-freebsd4\.[01] | i[34567]86-*-freebsd*aout*) COREFILE=trad-core.lo @ 1.1 log @new package: GNU gdb 5.1 @ text @@