OSDN Git Service

pf3gnuchains/pf3gnuchains3x.git
23 years ago * tuiGeneralWin.c (boxWin): Use the tui configuration variables.
ciceron [Sat, 21 Jul 2001 19:44:38 +0000 (19:44 +0000)]
* tuiGeneralWin.c (boxWin): Use the tui configuration variables.
* tuiWin.h: Declare the new variables.
* tuiWin.c (_initialize_tuiWin): Create TUI configuration variables.
(tui_update_variables): New function.
(translate): New function.
(tui_border_kind_enums, tui_border_mode_enums): New tables.
(tui_border_mode_translate): New table.
(tui_border_kind_translate_*): New tables.
(tui_active_border_mode): New variables.
(tui_border_*): New variables.

23 years ago2001-07-20 Martin M. Hunt <hunt@redhat.com>
hunt [Sat, 21 Jul 2001 18:49:18 +0000 (18:49 +0000)]
2001-07-20  Martin M. Hunt  <hunt@redhat.com>

* library/managedwin.itb: Revert to global to properly
initialize geometry with some window managers.
* library/managedwin.ith (shutdown): Remove _geometry.

23 years ago2001-07-21 Martin M. Hunt <hunt@redhat.com>
hunt [Sat, 21 Jul 2001 18:44:03 +0000 (18:44 +0000)]
2001-07-21  Martin M. Hunt  <hunt@redhat.com>

* library/interface.tcl (gdbtk_locate_main): Fix function
so that it returns either a null string or a valid location,
as documented.

23 years ago2001-07-21 Martin M. Hunt <hunt@redhat.com>
hunt [Sat, 21 Jul 2001 18:43:34 +0000 (18:43 +0000)]
2001-07-21  Martin M. Hunt  <hunt@redhat.com>

* library/variables.tcl (build_menu_helper): Set
the Format menu option to "disabled" initially.

23 years ago* cygheap.cc (cygheap_fixup_in_child): Attempt Win95 workaround.
cgf [Sat, 21 Jul 2001 03:20:00 +0000 (03:20 +0000)]
* cygheap.cc (cygheap_fixup_in_child): Attempt Win95 workaround.
* dtable.cc (dtable::dup_worker): Add debugging output.
(dtable::vfork_child_dup): Correctly set close_on_exec.
* fhandler.cc (fhandler_base::fork_fixup): Don't mess with handle if there is
no need to get it from the parent.
* fhandler_tty.cc (fhandler_tty_common::close): Add debugging output.

23 years ago*** empty log message ***
gdbadmin [Sat, 21 Jul 2001 00:00:01 +0000 (00:00 +0000)]
*** empty log message ***

23 years ago2001-07-20 Martin M. Hunt <hunt@redhat.com>
hunt [Fri, 20 Jul 2001 23:26:00 +0000 (23:26 +0000)]
2001-07-20  Martin M. Hunt  <hunt@redhat.com>

* library/memwin.itb: Fix syntax to open a new window
using the "-force" flag.

23 years ago * tuiWin.c (_parseScrollingArgs): Fix uninitialized variable.
ciceron [Fri, 20 Jul 2001 23:06:48 +0000 (23:06 +0000)]
* tuiWin.c (_parseScrollingArgs): Fix uninitialized variable.
(_makeVisibleWithNewHeight): Use TuiLineOrAddress type.

* tuiStack.c (tuiShowFrameInfo): Use TuiLineOrAddress type.
(tui_vUpdateLocatorFilename): Remove.
* tuiStack.h: Update prototypes.

* tuiSourceWin.c (tuiAddrIsDisplayed): New function.
(tuiLineIsDisplayed): Split for address and line.
(tuiUpdateSourceWindow): Use TuiLineOrAddress type.
(tuiUpdateSourceWindowAsIs): Likewise.
(tuiUpdateSourceWindowsWithAddr): Likewise.
(tuiUpdateSourceWindowsWithLine): Likewise.
(tuiHorizontalSourceScroll): Likewise.
(tuiSetIsExecPointAt): Likewise.
(tuiUpdateOnEnd): Likewise.
* tuiSourceWin.h: Update prototypes.

* tuiSource.c (tuiVerticalSourceScroll): Use TuiLineOrAddress type.
(tuiShowSource): Likewise.
(tuiVerticalSourceScroll): Likewise.
* tuiSource.h (tuiShowSource): Update prototype.

* tuiDisassem.c (tuiSetDisassemContent): Use CORE_ADDR for address.
(tuiShowDisassem): Use TuiLineOrAddress type.
(tuiShowDisassemAndUpdateSource): Likewise.
(tuiVerticalDisassemScroll): Likewise.
(tuiShowDisassemAsIs): Remove.
* tuiDisassem.h (tuiSetDisassemContent): Update prototype.

* tuiData.c (initWinInfo): Use CORE_ADDR for address.
(clearWinDetail): Likewise.
(displayableWinContentOf): Fix address conversion.
(tuiNextWin): Fix crash when the window is not yet created.
(partialWinByName): Likewise.

23 years ago * tuiSourceWin.h: Remove unused declarations.
ciceron [Fri, 20 Jul 2001 22:26:54 +0000 (22:26 +0000)]
* tuiSourceWin.h: Remove unused declarations.
* tuiSourceWin.c (tui_vUpdateSourceWindowsWithAddr): Remove.
(tui_vUpdateSourceWindowsWithLine): Remove.
(tui_vAllSetHasBreakAt): Remove.

* tuiLayout.h (tui_set_layout): Declare.
(tui_vSetLayoutTo): Remove.
(tui_vAddWinToLayout): Remove.
* tuiLayout.c (_tuiLayout_command): Call tui_enable() to force TUI.
(_tuiToggleLayout_command): Remove.
(_tuiToggleSplitLayout_command): Remove.
(_tuiLayout_command): Remove.
(tui_vSetLayoutTo): Remove.
(tui_vAddWinToLayout): Remove.

* tuiDataWin.h (tui_vCheckDataValues): Remove.
* tuiDataWin.c (tui_vCheckDataValues): Remove.

23 years ago * tuiWin.c (tuiStrDup): Remove, replaced by xstrdup.
ciceron [Fri, 20 Jul 2001 22:22:08 +0000 (22:22 +0000)]
* tuiWin.c (tuiStrDup): Remove, replaced by xstrdup.
(_parseScrollingArgs): Use xstrdup.
(_tuiScrollForward_command): Call tui_enable() to force TUI mode.
(_tuiScrollBackward_command): Likewise.
(_tuiScrollLeft_command): Likewise.
(_tuiScrollRight_command): Likewise.
(_tuiSetFocus): Likewise.
(_tuiSetFocus_command): Likewise.
(_tuiRefreshAll_command): Likewise.
(_tuiSetTabWidth_command): Likewise.
(_tuiSetWinHeight): Likewise.
(_tuiSetWinHeight_command): Likewise.
(_tuiXDBsetWinHeight): Likewise.
(_tui_vSetFocus): Remove.
(_tui_vSetWinHeight): Remove.
(_tui_vXDBsetWinHeight): Remove.

23 years ago2001-07-20 Martin M. Hunt <hunt@redhat.com>
hunt [Fri, 20 Jul 2001 22:19:49 +0000 (22:19 +0000)]
2001-07-20  Martin M. Hunt  <hunt@redhat.com>

* generic/gdbtk-register.c (gdb_regnames): Fix 'if'
statement so count is decremented only if "-numbers"
is the first arg.

23 years ago * tuiCommand.c (tuiDispatchCtrlChar): Fix escape sequences.
ciceron [Fri, 20 Jul 2001 22:17:49 +0000 (22:17 +0000)]
* tuiCommand.c (tuiDispatchCtrlChar): Fix escape sequences.
(tuiIncrCommandCharCountBy): Remove.
(tuiDecrCommandCharCountBy): Remove.
(tuiSetCommandCharCountTo): Remove.
(tuiClearCommandCharCount): Remove.

23 years agoClone src/config.guess. Mention in MAINTAINERS.
cagney [Fri, 20 Jul 2001 20:08:08 +0000 (20:08 +0000)]
Clone src/config.guess.  Mention in MAINTAINERS.

23 years ago* trace tweak
fche [Fri, 20 Jul 2001 11:41:42 +0000 (11:41 +0000)]
* trace tweak

2001-07-20  Frank Ch. Eigler  <fche@redhat.com>

* gdb.cxx (process_set_reg): Make optional trace more informative.

23 years ago * dir.cc (readdir): Protect FindNextFileA against INVALID_HANDLE_VALUE.
corinna [Fri, 20 Jul 2001 07:24:02 +0000 (07:24 +0000)]
    * dir.cc (readdir): Protect FindNextFileA against INVALID_HANDLE_VALUE.

23 years ago2001-07-20 Ben Elliston <bje@redhat.com>
bje [Fri, 20 Jul 2001 02:23:19 +0000 (02:23 +0000)]
2001-07-20  Ben Elliston  <bje@redhat.com>

* lcd-char-display.cxx (set_pixel): Guard against w = nil.
(new_frame): Likewise.

23 years agoThree misspellings.
juanito [Fri, 20 Jul 2001 01:14:04 +0000 (01:14 +0000)]
Three misspellings.

23 years ago*** empty log message ***
gdbadmin [Fri, 20 Jul 2001 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

23 years ago * tuiWin.c (_initialize_tuiWin): Always define the tui commands;
ciceron [Thu, 19 Jul 2001 22:47:46 +0000 (22:47 +0000)]
* tuiWin.c (_initialize_tuiWin): Always define the tui commands;
create the tui class help.
* tuiLayout.c (_initialize_tuiLayout): Always define the tui commands.
* tuiRegs.c (_initialize_tuiRegs): Likewise.
* tuiStack.c (_initialize_tuiStack): Likewise.

23 years ago * tuiDisassem.c (tuiVerticalDisassemScroll): Use CORE_ADDR.
ciceron [Thu, 19 Jul 2001 21:56:39 +0000 (21:56 +0000)]
* tuiDisassem.c (tuiVerticalDisassemScroll): Use CORE_ADDR.
(tuiVerticalDisassemScroll): Likewise.
(tuiShowDisassemAndUpdateSource): Check for null symtab to
prevent a crash.

23 years ago * signals.c: New file.
drow [Thu, 19 Jul 2001 18:09:11 +0000 (18:09 +0000)]
    * signals.c: New file.
        * Makefile.in: Add signals.o.
        * target.c (struct signals, target_signal_to_name)
        (target_signal_from_name, target_signal_from_host)
        (do_target_signal_to_host, target_signal_to_host_p)
        (target_signal_to_host, target_signal_from_command): Move to
        signals.c.
        (initialize_targets): Move check of struct signals to...
        * signals.c (_initialize_signals): Here.

23 years ago2001-07-18 Martin M. Hunt <hunt@redhat.com>
hunt [Thu, 19 Jul 2001 17:40:09 +0000 (17:40 +0000)]
2001-07-18  Martin M. Hunt  <hunt@redhat.com>

* library/util.tcl (find_iwidgets_library): Look
for iwidgets3* so we don't accidently find iwidgets2.x.

23 years agoUse stderr if config.map_file is not available. Do not print NULL trees.
nickc [Thu, 19 Jul 2001 16:41:00 +0000 (16:41 +0000)]
Use stderr if config.map_file is not available.  Do not print NULL trees.

23 years agoIf a region is specified assign it to all sections inside the overlay unless they...
nickc [Thu, 19 Jul 2001 16:21:39 +0000 (16:21 +0000)]
If a region is specified assign it to all sections inside the overlay unless    they have been assigned to the own, non-default, memory region.

23 years agofix typo.
cgf [Thu, 19 Jul 2001 15:27:59 +0000 (15:27 +0000)]
fix typo.

23 years agoChange bug reporting email address.
nickc [Thu, 19 Jul 2001 10:43:12 +0000 (10:43 +0000)]
Change bug reporting email address.

23 years ago2001-07-19 Ben Elliston <bje@redhat.com>
bje [Thu, 19 Jul 2001 08:25:42 +0000 (08:25 +0000)]
2001-07-19  Ben Elliston  <bje@redhat.com>

* lcd1val.exp: Initialise component by driving its "init" pin.

23 years agoAdd Michael Chansain as C++ testsuite maintainer.
cagney [Thu, 19 Jul 2001 05:22:46 +0000 (05:22 +0000)]
Add Michael Chansain as C++ testsuite maintainer.

23 years ago* configure.tgt (i*86-*-pe*): New target.
cagney [Thu, 19 Jul 2001 05:10:37 +0000 (05:10 +0000)]
* configure.tgt (i*86-*-pe*): New target.

23 years agoFrom 2001-07-16 Rodney Brown <rbrown64@csc.com.au>:
cagney [Thu, 19 Jul 2001 04:58:16 +0000 (04:58 +0000)]
From 2001-07-16 Rodney Brown <rbrown64@csc.com.au>:
* infttrace.c (child_thread_alive): Fix gdb_tid typo.
* somsolib.c (no_shared_libraries): Provide stub.
* xcoffsolib.c (no_shared_libraries): Provide stub.

23 years ago2001-07-19 Ben Elliston <bje@redhat.com>
bje [Thu, 19 Jul 2001 02:43:54 +0000 (02:43 +0000)]
2001-07-19  Ben Elliston  <bje@redhat.com>

* sidcomp.cache/cache.exp: Call sid_stop at test completion.
* sidcomp.cache/coherency.exp: Likewise.
* sidcomp.cache/fifo.exp: Likewise.
* sidcomp.cache/lock.exp: Likewise.
* sidcomp.cache/lru.exp: Likewise.
* sidcomp.cache/misaligned.exp: Likewise.
* sidcomp.cache/prefetch.exp: Likewise.
* sidcomp.cache/random.exp: Likewise.
* sidcomp.cache/writealloc.exp: Likewise.
* sidcomp.cache/writethru.exp: Likewise.

23 years ago * config/default.exp (sid_stop): Don't close with -slave.
bje [Thu, 19 Jul 2001 01:55:48 +0000 (01:55 +0000)]
* config/default.exp (sid_stop): Don't close with -slave.

23 years agomerge from gcc
dj [Thu, 19 Jul 2001 00:04:29 +0000 (00:04 +0000)]
merge from gcc

23 years agomerge from gcc
dj [Thu, 19 Jul 2001 00:04:11 +0000 (00:04 +0000)]
merge from gcc

23 years ago*** empty log message ***
gdbadmin [Thu, 19 Jul 2001 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

23 years ago* config/default.exp (WINDRES): Add.
dj [Wed, 18 Jul 2001 23:56:41 +0000 (23:56 +0000)]
* config/default.exp (WINDRES): Add.
* binutils-all/windres/windres.exp: New.
* binutils-all/windres/README: New.
* binutils-all/windres/bmp1.bmp: New.
* binutils-all/windres/bmpalign.rc: New.
* binutils-all/windres/bmpalign.rsd: New.
* binutils-all/windres/lang.rc: New.
* binutils-all/windres/lang.rsd: New.
* binutils-all/windres/msupdate: New.
* binutils-all/windres/strtab1.rc: New.
* binutils-all/windres/strtab1.rsd: New.

23 years ago * tuiIO.c (_tuiHandleResizeDuringIO): Call tuiRefreshAll.
ciceron [Wed, 18 Jul 2001 22:03:22 +0000 (22:03 +0000)]
* tuiIO.c (_tuiHandleResizeDuringIO): Call tuiRefreshAll.
(tuiRead, tui_vread): Remove.

* tui.c (va_catch_errors, tuiDo, tuiDoAndReturnToTop): Remove.
(vcatch_errors, _tui_vDo): Remove.
* tui.h (tuiDo, tuiDoAndReturnToTop): Remove.

* tuiLayout.c (tuiSetLayout): Remove vcatch_errors.
(tui_set_layout): Rename of _tuiSetLayoutTo, public.
(_tuiToggleLayout_command): Merge with _tui_vToggleLayout_command.
(_tuiToggleSplitLayout_command): Merge with _tui_vToggleSplitLayout_command.
(_tuiLayout_command): Call tui_set_layout.

* tuiRegs.c (_tuiScrollRegsBackward_command): Call tui_scroll.
(_tuiScrollRegsForward_command): Likewise.
(_tuiShowFloat_command): Call _tui_vShowRegisters_commandSupport.
(_tuiShowGeneral_command): Likewise.
(_tuiShowSpecial_command): Likewise.
(_tuiToggleFloatRegs_command): Call tuiToggleFloatRegs.
* tuiWin.c (tui_scroll): Rename of tui_vScroll, update parameters.
(_tuiScrollForward_command): Call tui_scroll.
(_tuiScrollBackward_command): Likewise.
(_tuiScrollLeft_command): Likewise.
(_tuiScrollRight_command): Likewise.
(_tuiSetFocus_command): Call _tuiSetFocus.
(_tuiRefreshAll_command): Call tuiRefreshAll.
(_tuiSetWinHeight_command): Call _tuiSetWinHeight.
(_tuiXDBsetWinHeight_command): Call _tuiXDBsetWinHeight.
* tuiWin.h (tui_scroll): Rename of tui_vScroll, update parameters.

23 years ago2001-07-18 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Wed, 18 Jul 2001 21:26:58 +0000 (21:26 +0000)]
2001-07-18  Jeff Johnston  <jjohnstn@redhat.com>

        * hp74x/configure: Regenerated with current autoconf.
        * m32r/configure: Ditto.
        * m68k/configure: Ditto.
        * pa/configure: Ditto.
        * sparc/configure: Ditto.

23 years ago * tuiData.h (TuiLocatorElement): Use CORE_ADDR for address member.
ciceron [Wed, 18 Jul 2001 20:59:00 +0000 (20:59 +0000)]
* tuiData.h (TuiLocatorElement): Use CORE_ADDR for address member.
(TuiLineOrAddress): Likewise.
* tuiDisassem.c (tuiGetBeginAsmAddress): Use CORE_ADDR to specify
an address.
(tuiSetDisassemContent): Likewise.
(tuiShowDisassem, tuiShowDisassemAndUpdateSource): Likewise.
* tuiLayout.c (_extractDisplayStartAddr): Likewise.
(tuiSetLayout): Likewise.
* tuiSourceWin.c (tuiDisplayMainFunction): Likewise.
(tuiUpdateSourceWindowsWithAddr): Likewise.
(tuiUpdateSourceWindowsWithLine): Likewise.
(tuiSetHasBreakAt): Likewise.
* tuiStack.c (tuiSetLocatorInfo): Likewise.
(tuiSwitchFilename): Likewise.
(tuiUpdateLocatorInfoFromFrame): Likewise.
(tuiSetLocatorContent): Likewise.
(tuiShowFrameInfo): Likewise.
* tuiDisassem.h: Update prototypes to use CORE_ADDR.
* tuiSourceWin.h: Likewise.
* tuiStack.h: Likewise.

23 years ago2001-07-18 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Wed, 18 Jul 2001 20:57:58 +0000 (20:57 +0000)]
2001-07-18  Jeff Johnston  <jjohnstn@redhat.com>

        * configrun-sid.in: Added --enable-warnings option which ties to
        the enable-warnings? setting of the cpu.

23 years ago2001-07-18 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Wed, 18 Jul 2001 20:56:28 +0000 (20:56 +0000)]
2001-07-18  Jeff Johnston  <jjohnstn@redhat.com>

        * arm-cma-tksm.conf: Regenerated after adding --enable-warnings
        option to configrun-sid.in.
        * arm-cma.conf: Ditto.
        * arm-gloss-tksm.conf: Ditto.
        * arm-gloss.conf: Ditto.
        * arm-glossBE.conf: Ditto.
        * arm-pid-redboot-tksm.con: Ditto.f
        * arm-pid-redboot.conf: Ditto.
        * arm-pid-tksm.conf: Ditto.
        * arm-pid.conf: Ditto.
        * arm-pidBE.conf: Ditto.

23 years ago * Makefile.in (COMMON_OBS): Remove tui-file.o.
ciceron [Wed, 18 Jul 2001 20:53:34 +0000 (20:53 +0000)]
* Makefile.in (COMMON_OBS): Remove tui-file.o.
(SUBDIR_TUI_OBS): Add it here.
(SUBDIR_TUI_SRCS): Move tui-file.c and tui-file.h here.
(main.o): Remove dependency with tui-file.h.

23 years ago* cygheap.cc (_cmalloc): Use correct constants for size calculation.
cgf [Wed, 18 Jul 2001 17:05:34 +0000 (17:05 +0000)]
* cygheap.cc (_cmalloc): Use correct constants for size calculation.
* dcrt0.cc (dll_crt0_1): Move uid initialization earlier.
* fork.cc (fork_parent): Move cygheap_setup_in_child to just prior to
CreateProcess so that all contents of cygheap are copied.
* spawn.cc (spawn_guts): Ditto.

23 years ago * i386-dis.c (grps): Print l or w suffix, and require mem modrm
amodra [Wed, 18 Jul 2001 13:33:11 +0000 (13:33 +0000)]
* i386-dis.c (grps): Print l or w suffix, and require mem modrm
for lgdt, lidt, sgdt, sidt.

23 years ago * security.cc (get_user_groups): Call Net function with NULL server
corinna [Wed, 18 Jul 2001 12:56:26 +0000 (12:56 +0000)]
    * security.cc (get_user_groups): Call Net function with NULL server
        name under specific error conditions.
        (is_group_member): Ditto.
        (get_user_local_groups): Ditto.
        (get_user_primary_group): Ditto.

23 years ago * syscalls.cc (_unlink): Explicitely check for non-existant file.
corinna [Wed, 18 Jul 2001 11:00:04 +0000 (11:00 +0000)]
    * syscalls.cc (_unlink): Explicitely check for non-existant file.

23 years ago * config/tc-m68k.c (md_pseudo_table) [OBJ_ELF]: Add .file and
schwab [Wed, 18 Jul 2001 10:25:57 +0000 (10:25 +0000)]
* config/tc-m68k.c (md_pseudo_table) [OBJ_ELF]: Add .file and
.loc.
(md_assemble) [OBJ_ELF]: Call dwarf2_emit_insn before emitting
insn.
* config/tc-m68k.h (DWARF2_LINE_MIN_INSN_LENGTH): Define.

23 years agoRegenerate using autoconf 2.13.
cagney [Wed, 18 Jul 2001 06:20:29 +0000 (06:20 +0000)]
Regenerate using autoconf 2.13.

23 years ago*** empty log message ***
gdbadmin [Wed, 18 Jul 2001 00:00:05 +0000 (00:00 +0000)]
*** empty log message ***

23 years ago * tuiWin.c: Add missing includes.
ciceron [Tue, 17 Jul 2001 22:22:40 +0000 (22:22 +0000)]
* tuiWin.c: Add missing includes.
(_makeVisibleWithNewHeight): Fix call to find_line_pc.
* tuiLayout.c: Add missing includes.
(_initAndMakeWin): Don't put curses in echo mode.
(_extractDisplayStartAddr): Fix calls to find_line_pc.
(_tuiLayout_command): Missing ',' in warning call.
* tuiSourceWin.c (tuiUpdateSourceWindowsWithLine): Fix calls to
find_line_pc.
(tuiSetHasBreakAt): Check for null source file.

23 years ago * gdb.base/long_long.exp: Detect size of pointer. Take into
ciceron [Tue, 17 Jul 2001 22:19:49 +0000 (22:19 +0000)]
* gdb.base/long_long.exp: Detect size of pointer.  Take into
account 2-byte pointers when testing for p/a results.

23 years ago * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
ciceron [Tue, 17 Jul 2001 21:47:19 +0000 (21:47 +0000)]
* gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
and defined to 1K for m68hc11.
(random_data): Reduce table to 1K for embedded platforms (68hc11).
* gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
(sizeof_random_data): New variable to tell the size of the data table;
don't test past this size; always run to main.

23 years ago * tuiWin.c (_tuiSetFocus): Replace subsetCompare with subset_compare.
ciceron [Tue, 17 Jul 2001 21:37:18 +0000 (21:37 +0000)]
* tuiWin.c (_tuiSetFocus): Replace subsetCompare with subset_compare.
* tuiLayout.c (_tuiSetLayoutTo): Likewise.
* tui.c (_tui_vToggle_command): Likewise.

23 years ago2001-07-17 Elena Zannoni <ezannoni@redhat.com>
ezannoni [Tue, 17 Jul 2001 20:22:49 +0000 (20:22 +0000)]
2001-07-17  Elena Zannoni  <ezannoni@redhat.com>

* Makefile.in (tui-file.o): Update dependencies.
* tui/tui-file.c: Add include of tuiIO.h, for tuiPuts_unfiltered.

23 years ago* sid build tree testing fix
fche [Tue, 17 Jul 2001 17:25:32 +0000 (17:25 +0000)]
* sid build tree testing fix

2001-07-17  Frank Ch. Eigler  <fche@redhat.com>

        * generic/tclInitScript.h (initScript): Check that nameofexecutable
        is valid (file exists) before traversing it as a possible link.

23 years ago2001-07-17 Elena Zannoni <ezannoni@redhat.com>
ezannoni [Tue, 17 Jul 2001 17:25:13 +0000 (17:25 +0000)]
2001-07-17  Elena Zannoni  <ezannoni@redhat.com>

* top.c (catch_errors): Convert PTR to void * in parameters list.
(quit_cover): Ditto.

23 years ago * lib/utils.exp (runtest_file_p): An argument can match trailing
jason [Tue, 17 Jul 2001 16:37:27 +0000 (16:37 +0000)]
    * lib/utils.exp (runtest_file_p): An argument can match trailing
        directories as well as the basename.

23 years ago * lib/utils.exp (runtest_file_p): An argument can match trailing
jason [Tue, 17 Jul 2001 16:36:43 +0000 (16:36 +0000)]
    * lib/utils.exp (runtest_file_p): An argument can match trailing
        directories as well as the basename.

23 years ago* no need to inform sid@sourceware about dejagnu patches.
fche [Tue, 17 Jul 2001 15:20:21 +0000 (15:20 +0000)]
* no need to inform sid@sourceware about dejagnu patches.

23 years ago * config/tc-i386.c (comment_chars): Don't use '/' as comment start if
mrg [Tue, 17 Jul 2001 09:57:50 +0000 (09:57 +0000)]
* config/tc-i386.c (comment_chars): Don't use '/' as comment start if
TE_NetBSD.
(line_comment_chars): Set to '/' if TE_NetBSD.

23 years ago * delqueue.h: Remove obsolete file.
corinna [Tue, 17 Jul 2001 08:28:27 +0000 (08:28 +0000)]
* delqueue.h: Remove obsolete file.

23 years ago * tuiRegs.c (tuiDisplayRegistersFrom): Set scrollok to FALSE in
ciceron [Tue, 17 Jul 2001 06:44:57 +0000 (06:44 +0000)]
* tuiRegs.c (tuiDisplayRegistersFrom): Set scrollok to FALSE in
each register window.
(tuiCheckRegisterValues): Use REGISTER_RAW_SIZE to obtain the size
of the register to check.
(_tuiRegValueHasChanged): Likewise.
(_tuiRegisterName): Use REGISTER_NAME.
(tui_restore_gdbout): New function.
(_tuiRegisterFormat): Use do_registers_info with gdb_stdout redirected
to a string.
(START_SPECIAL_REGS): Define.
(_tuiGetRegisterRawValue): Use get_saved_register.
(_tuiDisplayRegister): Fix clearing of register window.

23 years ago * tui-file.h (fputs_unfiltered_hook): Remove.
ciceron [Tue, 17 Jul 2001 06:42:58 +0000 (06:42 +0000)]
* tui-file.h (fputs_unfiltered_hook): Remove.
* tui-file.c (tui_file_flush): Remove fputs_unfiltered_hook.
(tui_file_fputs): Likewise; simplify

23 years ago * source.c (find_source_lines): Remove tui test, must be replaced
ciceron [Tue, 17 Jul 2001 06:41:46 +0000 (06:41 +0000)]
* source.c (find_source_lines): Remove tui test, must be replaced
by appropriate warning hook.
(print_source_lines): Remove tui hacks, must be replaced by cli.
(forward_search_command): Remove tui hacks, can be replaced by
appropriate calls to identify_source_line when tui scrolls.
(reverse_search_command): Likewise.

23 years ago* child_info.h: Bump magic number.
cgf [Tue, 17 Jul 2001 03:41:51 +0000 (03:41 +0000)]
* child_info.h: Bump magic number.
(class child_info): Add an element.
* cygheap.cc (init_cheap): Allocate cygwin heap in shared memory area.
(cygheap_fixup_in_child): Map cygwin heap, passed from parent via shared memory
into correct address.
(cygheap_setup_for_child): New function.
* cygheap.h: Declare new functions.
* dcrt0.cc (dll_crt0_1): Accomodate new cygheap_fixup_in_child arguments.
Avoid protecting subproc_ready unless it is spawn/nowait.
* fork.cc (fork_parent): Use new cygheap_setup_for_child function to setup
cygwin heap info.  Close passed cygheap shared memory handle.
* spawn.cc (spawn_guts): Ditto.  Also, reorganize to avoid synchronization
between parent and child in non-P_OVERLAY case.
* sigproc.cc (wait_sig): Only signal subproc_ready when execing.

23 years ago* resres.c (write_res_header): Align header size.
dj [Tue, 17 Jul 2001 03:14:48 +0000 (03:14 +0000)]
* resres.c (write_res_header): Align header size.
(res_align_file): Calculate alignment correctly.

23 years ago* Regenerate with maintainer tools.
bje [Tue, 17 Jul 2001 01:59:36 +0000 (01:59 +0000)]
* Regenerate with maintainer tools.

23 years ago2001-07-16 Ben Elliston <bje@redhat.com>
bje [Tue, 17 Jul 2001 01:42:34 +0000 (01:42 +0000)]
2001-07-16  Ben Elliston  <bje@redhat.com>

* Makefile.am (check-recursive): New rule.

23 years ago * Makefile.am (check-local): Rename target from "checkme".
bje [Tue, 17 Jul 2001 01:39:04 +0000 (01:39 +0000)]
* Makefile.am (check-local): Rename target from "checkme".

23 years ago * Makefile.am (check-local): Rename target from "checkme".
bje [Tue, 17 Jul 2001 01:36:45 +0000 (01:36 +0000)]
* Makefile.am (check-local): Rename target from "checkme".

23 years ago * Makefile.am (check-local): Rename target from "checkme".
bje [Tue, 17 Jul 2001 01:33:50 +0000 (01:33 +0000)]
* Makefile.am (check-local): Rename target from "checkme".

23 years ago * Makefile.am (check-local): Rename target from "checkme".
bje [Tue, 17 Jul 2001 01:32:36 +0000 (01:32 +0000)]
* Makefile.am (check-local): Rename target from "checkme".

23 years ago * Makefile.am (check-local): Rename target from "checkme".
bje [Tue, 17 Jul 2001 01:32:01 +0000 (01:32 +0000)]
* Makefile.am (check-local): Rename target from "checkme".

23 years ago * Makefile.am (check-local): Rename target from "checkme".
bje [Tue, 17 Jul 2001 01:30:12 +0000 (01:30 +0000)]
* Makefile.am (check-local): Rename target from "checkme".

23 years ago * Makefile.am (check-local): Rename target from "checkme".
bje [Tue, 17 Jul 2001 01:28:17 +0000 (01:28 +0000)]
* Makefile.am (check-local): Rename target from "checkme".

23 years ago * Makefile.am (check-local): Rename target from "checkme".
bje [Tue, 17 Jul 2001 01:27:22 +0000 (01:27 +0000)]
* Makefile.am (check-local): Rename target from "checkme".

23 years ago * Makefile.am (check-local): Rename target from "checkme".
bje [Tue, 17 Jul 2001 01:26:46 +0000 (01:26 +0000)]
* Makefile.am (check-local): Rename target from "checkme".

23 years ago * Makefile.am (check-local): Rename target from "checkme".
bje [Tue, 17 Jul 2001 01:25:21 +0000 (01:25 +0000)]
* Makefile.am (check-local): Rename target from "checkme".

23 years ago * Makefile.am (check-local): Rename target from "checkme".
bje [Tue, 17 Jul 2001 01:24:59 +0000 (01:24 +0000)]
* Makefile.am (check-local): Rename target from "checkme".

23 years ago * Makefile.am (check-local): Rename target from "checkme".
bje [Tue, 17 Jul 2001 01:24:25 +0000 (01:24 +0000)]
* Makefile.am (check-local): Rename target from "checkme".

23 years ago * remote.c (init_remote_ops, init_remote_cisco_ops,
nsd [Tue, 17 Jul 2001 01:23:44 +0000 (01:23 +0000)]
* remote.c (init_remote_ops, init_remote_cisco_ops,
init_remote_async_ops): Set to_pid_to_str and
to_extra_thread_info correctly and in the same order as declared
in target.h.

23 years ago * Makefile.am (check-local): Rename target from "checkme".
bje [Tue, 17 Jul 2001 01:22:21 +0000 (01:22 +0000)]
* Makefile.am (check-local): Rename target from "checkme".

23 years ago * Makefile.am (check-local): Rename target from "checkme".
bje [Tue, 17 Jul 2001 01:22:06 +0000 (01:22 +0000)]
* Makefile.am (check-local): Rename target from "checkme".

23 years ago * Makefile.am (check-local): Rename target from "checkme".
bje [Tue, 17 Jul 2001 01:21:07 +0000 (01:21 +0000)]
* Makefile.am (check-local): Rename target from "checkme".

23 years ago * Makefile.am (check-local): Rename target from "checkme".
bje [Tue, 17 Jul 2001 01:19:41 +0000 (01:19 +0000)]
* Makefile.am (check-local): Rename target from "checkme".

23 years ago* rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
dj [Tue, 17 Jul 2001 01:19:19 +0000 (01:19 +0000)]
* rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
correct 10).
* resrc.c (write_rc_resource): Likewise.
* windres.h (SUBLANG_SHIFT): Define - as 10.

23 years ago * Makefile.am (check-local): Rename target from "checkme".
bje [Tue, 17 Jul 2001 01:18:49 +0000 (01:18 +0000)]
* Makefile.am (check-local): Rename target from "checkme".

23 years ago * Makefile.am (check-local): Rename target from "checkme".
bje [Tue, 17 Jul 2001 01:18:33 +0000 (01:18 +0000)]
* Makefile.am (check-local): Rename target from "checkme".

23 years ago * Makefile.am (check-local): Rename target from "checkme".
bje [Tue, 17 Jul 2001 01:18:02 +0000 (01:18 +0000)]
* Makefile.am (check-local): Rename target from "checkme".

23 years ago * Makefile.am (check-local): Rename target from "checkme".
bje [Tue, 17 Jul 2001 01:17:04 +0000 (01:17 +0000)]
* Makefile.am (check-local): Rename target from "checkme".

23 years agoUpdate local local copies of config.sub and config.guess.
cagney [Tue, 17 Jul 2001 00:30:00 +0000 (00:30 +0000)]
Update local local copies of config.sub and config.guess.
Mention those files in MAINTAINERS.

23 years agoRevert previous, included more than intended.
cagney [Tue, 17 Jul 2001 00:27:28 +0000 (00:27 +0000)]
Revert previous, included more than intended.

23 years ago*** empty log message ***
gdbadmin [Tue, 17 Jul 2001 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

23 years ago * remote.c (init_remote_ops, init_remote_cisco_ops,
nsd [Mon, 16 Jul 2001 23:32:14 +0000 (23:32 +0000)]
* remote.c (init_remote_ops, init_remote_cisco_ops,
init_remote_async_ops): Set to_pid_to_str and
to_extra_thread_info correctly and in the same order as declared
in target.h.

23 years ago * findvar.c (read_var_value): Apply value_as_pointer() to
nsd [Mon, 16 Jul 2001 22:57:50 +0000 (22:57 +0000)]
* findvar.c (read_var_value): Apply value_as_pointer() to
addresses retrieved from the target for LOC_BASEREG and
LOC_BASEREG_ARG variables.

23 years ago * tuiStack.c: Add missing includes.
ciceron [Mon, 16 Jul 2001 22:13:38 +0000 (22:13 +0000)]
* tuiStack.c: Add missing includes.
(tuiShowFrameInfo): Don't crash when there is no symbol table
associated with the pc.
* tuiSource.c (_hasBreak): Check for null source file.
* tuiWin.c (tuiRefreshAll): Check for null winList[type].
(_tuiSetFocus): Check for null dataWin.
* tuiGeneralWin.c (refreshAll): Check for null list[type].

23 years ago * tuiDisassem.c (tuiSetDisassemContent): Use tm_print_insn_info
ciceron [Mon, 16 Jul 2001 22:10:07 +0000 (22:10 +0000)]
* tuiDisassem.c (tuiSetDisassemContent): Use tm_print_insn_info
to disassemble in the curses window.

23 years ago * tui.h: Cleanup to avoid inclusion of curses includes.
ciceron [Mon, 16 Jul 2001 22:05:02 +0000 (22:05 +0000)]
* tui.h: Cleanup to avoid inclusion of curses includes.
(TuiGenWinInfo, TuiGenWinInfoPtr): Move from here.
* tuiData.h: To here; include curses includes here.
(setTermHeightTo): Rename of setTermHeight to follow reality.
(setTermWidthTo): Likewise with setTermWidth.

23 years ago2001-07-16 Philip Blundell <philb@gnu.org>
pb [Mon, 16 Jul 2001 19:06:09 +0000 (19:06 +0000)]
2001-07-16  Philip Blundell  <philb@gnu.org>

* gas/arm/arm7t.d, gas/arm/inst.d: Tweak expected output for
change to disassembler.

23 years ago2001-07-13 Philip Blundell <philb@gnu.org>
pb [Mon, 16 Jul 2001 19:04:31 +0000 (19:04 +0000)]
2001-07-13  Philip Blundell  <philb@gnu.org>

* arm-dis.c (print_insn_arm): Use decimal for offsets in LDR/STR.