OSDN Git Service

pf3gnuchains/sourceware.git
21 years ago * tui-hooks.c (tui_event_loop): New function.
ciceron [Tue, 10 Sep 2002 19:59:31 +0000 (19:59 +0000)]
* tui-hooks.c (tui_event_loop): New function.
(tui_command_loop): New function to override gdb loop and make sure
uiout is set according to TUI mode.
(tui_command_loop): Install the specific TUI command hook.
* tuiIO.c (tui_initialize_io): Initialize tui_old_uiout.
(tui_uiout, tui_old_uiout): Make public.
* tuiIO.h (tui_uiout, tui_old_uiout): Declare.

21 years ago * event-loop.c (gdb_do_one_event): Make public.
ciceron [Tue, 10 Sep 2002 19:53:24 +0000 (19:53 +0000)]
* event-loop.c (gdb_do_one_event): Make public.
* event-loop.h (gdb_do_one_event): Declare.

21 years ago* test commit
fche [Tue, 10 Sep 2002 19:04:38 +0000 (19:04 +0000)]
* test commit

21 years ago2002-09-10 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Tue, 10 Sep 2002 19:02:38 +0000 (19:02 +0000)]
2002-09-10  Jeff Johnston  <jjohnstn@redhat.com>

        * COPYING.NEWLIB: More updates.

21 years ago * infttrace.c (child_resume): Simplify and rework to avoid
law [Tue, 10 Sep 2002 17:34:04 +0000 (17:34 +0000)]
    * infttrace.c (child_resume): Simplify and rework to avoid
        TT_PROC_CONTINUE.

21 years agoCall new functions do_sections, do_sections64, depending on corefile (32-bit
nickc [Tue, 10 Sep 2002 10:39:03 +0000 (10:39 +0000)]
Call new functions do_sections, do_sections64, depending on corefile (32-bit
or 64-bit).

21 years agoAdd Ben Elliston as a maintainer for configure and testsuite changes.
nickc [Tue, 10 Sep 2002 08:21:41 +0000 (08:21 +0000)]
Add Ben Elliston as a maintainer for configure and testsuite changes.
Add paragraphs about testsuite and config patches.

21 years ago * gdb.base/default.exp: Fix expected string in `info float' test.
corinna [Tue, 10 Sep 2002 07:03:17 +0000 (07:03 +0000)]
* gdb.base/default.exp: Fix expected string in `info float' test.

21 years agoReviewed and approved by Kevin Buettner <kevinb@redhat.com>
fnf [Tue, 10 Sep 2002 02:13:15 +0000 (02:13 +0000)]
Reviewed and approved by Kevin Buettner <kevinb@redhat.com>

2002-09-09  Fred Fish  <fnf@intrinsity.com>
* simple.c:  Pass addresses to strncpy, not chars.

21 years agoReviewed and approved by Kevin Buettner <kevinb@redhat.com>
fnf [Tue, 10 Sep 2002 02:04:38 +0000 (02:04 +0000)]
Reviewed and approved by Kevin Buettner <kevinb@redhat.com>

2002-09-09  Fred Fish  <fnf@intrinsity.com>
* printcmd.c (print_scalar_formatted): "len" is the number of
target bytes, NOT the number of target bits.

21 years ago2002-09-09 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Tue, 10 Sep 2002 00:46:45 +0000 (00:46 +0000)]
2002-09-09  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/sys/linux/machine/i386/crt0.c (_start): Remove
        code that clears the .bss section.

21 years agodaily update
amodra [Tue, 10 Sep 2002 00:00:05 +0000 (00:00 +0000)]
daily update

21 years ago*** empty log message ***
gdbadmin [Tue, 10 Sep 2002 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

21 years ago2002-09-09 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Mon, 9 Sep 2002 21:42:13 +0000 (21:42 +0000)]
2002-09-09  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/include/sys/_types.h (_mbstate_t): Changed to use
        unsigned char internally.
        * libc/sys/linux/sys/_types.h: Ditto.
        * libc/include/sys/reent.h
        * libc/stdlib/mblen.c (mblen): Use function-specific state
        value from default reentrancy structure.
        * libc/stdlib/mblen_r.c (_mblen_r):  If return code from
        _mbtowc_r is less than 0, reset state __count value and
        return -1.
        * libc/stdlib/mbrlen.c (mbrlen): If the input state pointer
        is NULL, use the function-specific pointer provided in the
        default reentrancy structure.
        * libc/stdlib/mbrtowc.c: Add reentrant form of function.
        If input state pointer is NULL, use function-specific area
        provided in reentrancy structure.
        * libc/stdlib/mbsrtowcs.c: Ditto.
        * libc/stdlib/wcrtomb.c: Ditto.
        * libc/stdlib/wcsrtombs.c: Ditto.
        * libc/stdlib/mbstowcs.c: Reformat.
        * libc/stdlib/wcstombs.c: Ditto.
        * libc/stdlib/mbstowcs_r.c (_mbstowcs_r): If an error occurs,
        reset the state's __count value and return -1.
        * libc/stdlib/mbtowc.c: Ditto.
        * libc/stdlib/mbtowc_r.c (_mbtowc_r): Add restartable functionality.
        If number of bytes is used up before completing a valid multibyte
        character, return -2 and save the state.
        * libc/stdlib/wctomb_r.c (_wctomb_r): Define __state as __count
        and change some __count references to __state for clarity.

21 years ago * config/tc-hppa.c (md_apply_fix3): Don't set fx_done for
law [Mon, 9 Sep 2002 21:31:40 +0000 (21:31 +0000)]
    * config/tc-hppa.c (md_apply_fix3): Don't set fx_done for
        marker relocations such as ENTRY/EXIT.
        * config/tc-hppa.h (MD_APPLY_SYM_VALUE): Definition applies
        to both OBJ_ELF and OBJ_SOM.

21 years ago * config/mips.exp: Update comments.
bje [Mon, 9 Sep 2002 21:21:34 +0000 (21:21 +0000)]
* config/mips.exp: Update comments.
* config/mips-idt.exp: Likewise.
* config/nind.exp: Likewise.
* config/slite.exp: Likewise.
* config/sparclet.exp: Likewise.
* config/udi.exp: Likewise.
* config/vx.exp: Likewise.
* config/vxworks29k.exp: Likewise.

21 years ago2002-09-09 Elena Zannoni <ezannoni@redhat.com>
ezannoni [Mon, 9 Sep 2002 21:03:26 +0000 (21:03 +0000)]
2002-09-09  Elena Zannoni  <ezannoni@redhat.com>

From: Emmanuel Thome'  <thome@lix.polytechnique.fr>
* top.c (init_main): Set rl_terminal_name.

21 years ago2002-09-09 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Mon, 9 Sep 2002 20:57:01 +0000 (20:57 +0000)]
2002-09-09  Jeff Johnston  <jjohnstn@redhat.com>

        * COPYING.NEWLIB: Update.

21 years ago * elfxx-ia64.c (elfNN_ia64_relax_section): Handle PCREL21M
rth [Mon, 9 Sep 2002 17:34:07 +0000 (17:34 +0000)]
    * elfxx-ia64.c (elfNN_ia64_relax_section): Handle PCREL21M
        and PCREL21F like PCREL21B.

21 years ago2002-09-09 Ben Elliston <bje@redhat.com>
bje [Mon, 9 Sep 2002 15:07:32 +0000 (15:07 +0000)]
2002-09-09  Ben Elliston  <bje@redhat.com>

* sidmiscutil.h (sid_file_search_path): More ISO C++ conformance.

21 years ago2002-09-08 Ben Elliston <bje@redhat.com>
bje [Mon, 9 Sep 2002 01:54:42 +0000 (01:54 +0000)]
2002-09-08  Ben Elliston  <bje@redhat.com>

* gas/hppa/basic/basic.exp: Update DejaGnu mail address.
* gas/hppa/parse/parse.exp: Likewise.
* gas/hppa/reloc/reloc.exp: Likewise.
* gas/hppa/unsorted/unsorted.exp: Likewise.
* gas/mn10200/basic.exp: Likewise.
* gas/mn10300/basic.exp: Likewise.
* gas/sh/basic.exp: Likewise.
* gas/sh/sh64/sh64.exp: Likewise.
* gas/v850/basic.exp: Likewise.
* lib/gas-defs.exp: Likewise.

* gas/all/gas.exp: Removing limping support for DejaGnu 1.1.1.
* gasp/gasp.exp: Likewise.

21 years agodaily update
amodra [Mon, 9 Sep 2002 00:00:08 +0000 (00:00 +0000)]
daily update

21 years ago*** empty log message ***
gdbadmin [Mon, 9 Sep 2002 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

21 years ago* fhandler_tty.cc (fhandler_tty_slave::open): Don't protect input/output
cgf [Sun, 8 Sep 2002 19:35:41 +0000 (19:35 +0000)]
* fhandler_tty.cc (fhandler_tty_slave::open): Don't protect input/output
handles since they are not properly manipulated later.
* tty.cc (tty::make_pipes): Ditto.

21 years ago * ada-lang.c (ada_array_bound, ada_type_match,
aidan [Sun, 8 Sep 2002 17:44:22 +0000 (17:44 +0000)]
* ada-lang.c (ada_array_bound, ada_type_match,
_initialize_ada_language): Fix K&R definitions.
* ada-tasks.c (get_current_task): Fix K&R definitions.
* ada-valprint.c (adjust_type_signedness): Fix K&R definitions.

21 years ago * ada-lang.c (ada_array_bound, ada_type_match,
aidan [Sun, 8 Sep 2002 17:43:49 +0000 (17:43 +0000)]
* ada-lang.c (ada_array_bound, ada_type_match,
_initialize_ada_language): Fix K&R definitions.
* ada-tasks.c (get_current_task): Fix K&R definitions.
* ada-valprint.c (adjust_type_signedness): Fix K&R definitions.

21 years ago * ada-lang.c (ada_array_bound, ada_type_match,
aidan [Sun, 8 Sep 2002 17:43:40 +0000 (17:43 +0000)]
* ada-lang.c (ada_array_bound, ada_type_match,
_initialize_ada_language): Fix K&R definitions.
* ada-tasks.c (get_current_task): Fix K&R definitions.
* ada-valprint.c (adjust_type_signedness): Fix K&R definitions.

21 years ago * ada-lang.c (ada_array_bound, ada_type_match,
aidan [Sun, 8 Sep 2002 17:43:26 +0000 (17:43 +0000)]
* ada-lang.c (ada_array_bound, ada_type_match,
_initialize_ada_language): Fix K&R definitions.
* ada-tasks.c (get_current_task): Fix K&R definitions.
* ada-valprint.c (adjust_type_signedness): Fix K&R definitions.

21 years agodaily update
amodra [Sun, 8 Sep 2002 00:00:04 +0000 (00:00 +0000)]
daily update

21 years ago*** empty log message ***
gdbadmin [Sun, 8 Sep 2002 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

21 years ago * include/windef.h (WINVER): Add documentation.
earnie [Sat, 7 Sep 2002 16:47:35 +0000 (16:47 +0000)]
* include/windef.h (WINVER): Add documentation.
(_WIN32_WINNT): Ditto.
Special thanks to Paul Schmidt <paul@tricattechnologies.com>

21 years ago* MAINTAINERS: Remove CE from list of maintainership responsibilities. Add XP.
cgf [Sat, 7 Sep 2002 15:21:59 +0000 (15:21 +0000)]
* MAINTAINERS: Remove CE from list of maintainership responsibilities.  Add XP.

21 years ago* arm7t missing instructions
fche [Sat, 7 Sep 2002 14:42:48 +0000 (14:42 +0000)]
* arm7t missing instructions

[cgen]
2002-09-07  Frank Ch. Eigler  <fche@redhat.com>

From Robert Cragie <rcc@jennic.com>:
* cpu/arm7.cpu (ldm*-sw*, stm*-sw*): New instructions.

[sid]
2002-09-07  Frank Ch. Eigler  <fche@redhat.com>

* arm-*, thumb-*: Regenerated files with Robert Cragie's new
cgen instructions.

21 years ago*** empty log message ***
gdbadmin [Sat, 7 Sep 2002 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

21 years agodaily update
amodra [Sat, 7 Sep 2002 00:00:04 +0000 (00:00 +0000)]
daily update

21 years ago* i386-tdep.c (i386_register_virtual_type,
kettenis [Fri, 6 Sep 2002 21:28:17 +0000 (21:28 +0000)]
* i386-tdep.c (i386_register_virtual_type,
i386_register_convertible, i386_register_convert_to_virtual,
i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
instead of IS_FP_REGNUM and IS_SSE_REGNUM.
(i386_gdbarch_init): Fix comment.  Add comments on calls that set
sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
Don't set push_arguments twice.

21 years ago* i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
kettenis [Fri, 6 Sep 2002 20:44:22 +0000 (20:44 +0000)]
* i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
* i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
sigtramp_end to NULL.
* config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
defines.
(i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.

21 years ago * configure.tgt (h8300-*-hms*, h8500-*-hms*): Restore.
law [Fri, 6 Sep 2002 20:42:40 +0000 (20:42 +0000)]
    * configure.tgt (h8300-*-hms*, h8500-*-hms*): Restore.

21 years ago* i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
kettenis [Fri, 6 Sep 2002 20:28:56 +0000 (20:28 +0000)]
* i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
whitespace.

21 years ago* gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
kettenis [Fri, 6 Sep 2002 20:17:39 +0000 (20:17 +0000)]
* gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
* gdbarch.h, gdbarch.c: Re-generate.
* blockframe.c (find_pc_sect_partial_function): Convert to use
SIGTRAMP_START_P predicate.

21 years ago2002-09-06 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Fri, 6 Sep 2002 15:45:57 +0000 (15:45 +0000)]
2002-09-06  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/include/sys/config.h (MB_LEN_MAX): Removed as this
        is defined by <limits.h>.

21 years agocorrect entry
amodra [Fri, 6 Sep 2002 14:26:05 +0000 (14:26 +0000)]
correct entry

21 years agowhitespace
cgf [Fri, 6 Sep 2002 04:39:49 +0000 (04:39 +0000)]
whitespace

21 years ago* winsup.h (_WIN32_WINNT): Protect.
cgf [Fri, 6 Sep 2002 04:30:46 +0000 (04:30 +0000)]
* winsup.h (_WIN32_WINNT): Protect.

21 years ago* winsup.h (_WIN32_WINNT): Define.
cgf [Fri, 6 Sep 2002 04:21:30 +0000 (04:21 +0000)]
* winsup.h (_WIN32_WINNT): Define.

21 years ago * lib/Makefile.in (TEST_OPTIONS): Define WINVER to 0x0666.
dannysmith [Fri, 6 Sep 2002 03:24:06 +0000 (03:24 +0000)]
* lib/Makefile.in (TEST_OPTIONS): Define WINVER to 0x0666.

21 years agomerge from gcc
dj [Fri, 6 Sep 2002 00:03:11 +0000 (00:03 +0000)]
merge from gcc

21 years agodaily update
amodra [Fri, 6 Sep 2002 00:00:04 +0000 (00:00 +0000)]
daily update

21 years ago*** empty log message ***
gdbadmin [Fri, 6 Sep 2002 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

21 years ago * itk/Makefile.in (distclean): Remove pkgIndex.tcl and
kseitz [Thu, 5 Sep 2002 20:22:58 +0000 (20:22 +0000)]
    * itk/Makefile.in (distclean): Remove pkgIndex.tcl and
        itkConfig.sh
        * itcl/Makefile.in (distclean): Remove pkgIndex.tcl and
        itclConfig.sh
        * iwidgets3.0.0/Makefile.in (distclean): Remove pkgIndex.tcl and
        iwidgets.tcl.
        * configure.in (subdirs): New variable. Don't put AC_CONFIG_SUBDIRS
        macro into configure.in twice: it confuses autoconf. Instead use
        the variable to hold the subdirs to be configured.
        * configure: Regenerated.

21 years ago* gdb.threads/killed.exp: Fix test failure message.
jimb [Thu, 5 Sep 2002 19:45:10 +0000 (19:45 +0000)]
* gdb.threads/killed.exp: Fix test failure message.

21 years ago2002-09-05 Michael Snyder <msnyder@redhat.com>
msnyder [Thu, 5 Sep 2002 19:05:58 +0000 (19:05 +0000)]
2002-09-05  Michael Snyder  <msnyder@redhat.com>

* arm-tdep.c (arm_extract_return_value): Use new regcache method.

21 years ago2002-09-05 Michael Snyder <msnyder@redhat.com>
msnyder [Thu, 5 Sep 2002 19:03:06 +0000 (19:03 +0000)]
2002-09-05  Michael Snyder  <msnyder@redhat.com>

* arm-tdep.c (arm_init_extra_frame_info): Distinguish between
generic_dummy_frame method and old method.  Also distinguish
between ARM_FP_REGNUM and THUMB_FP_REGNUM.

21 years ago2002-09-05 Michael Snyder <msnyder@redhat.com>
msnyder [Thu, 5 Sep 2002 18:31:06 +0000 (18:31 +0000)]
2002-09-05  Michael Snyder  <msnyder@redhat.com>

* mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
adjustment that doesn't conform to the ABI.
(mips_extract_struct_value_address): Retrieve V0_REGNUM from
saved regcache, not from current regcache.

21 years ago* C++ standard conformance.
bje [Thu, 5 Sep 2002 18:11:15 +0000 (18:11 +0000)]
* C++ standard conformance.

2002-09-05  Ben Elliston  <bje@redhat.com>

* gloss.h: Specify std:: namespace where necessary.
* gloss.cxx: Likewise.

21 years ago2002-09-05 Kazuhiro Fujieda <fujieda@jaist.ac.jp>
jjohnstn [Thu, 5 Sep 2002 15:26:41 +0000 (15:26 +0000)]
2002-09-05  Kazuhiro Fujieda  <fujieda@jaist.ac.jp>

        * libc/include/wchar.h (WCHAR_MAX): Only define if not already
        defined.

21 years ago * include/_mingw.h: Increment version to 2.3.
earnie [Thu, 5 Sep 2002 14:27:28 +0000 (14:27 +0000)]
* include/_mingw.h: Increment version to 2.3.
Makefile.in: Ditto.

21 years ago From Chris Drexler <ckolumbus@users.sourceforge.net>:
kseitz [Thu, 5 Sep 2002 13:20:01 +0000 (13:20 +0000)]
    From Chris Drexler  <ckolumbus@users.sourceforge.net>:
        * iwidgets3.0.0/doc/tk2html.perl:
        Change hard coded path name of perl so that
        rpm will not complain at install time.

21 years ago2002-09-05 Andrew Cagney <ac131313@redhat.com>
cagney [Thu, 5 Sep 2002 12:13:08 +0000 (12:13 +0000)]
2002-09-05  Andrew Cagney  <ac131313@redhat.com>

* NEWS: Update for 5.3.  Add new section ``Changes since 5.3''.
* README: Update.

Index: doc/ChangeLog
2002-09-05  Andrew Cagney  <ac131313@redhat.com>

* gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
engineer.

21 years agoMention that 5.3 branch was created (note, this was an insert).
cagney [Thu, 5 Sep 2002 11:52:31 +0000 (11:52 +0000)]
Mention that 5.3 branch was created (note, this was an insert).

21 years ago * mingwex/fegetenv.c: Change to \n line endings.
earnie [Thu, 5 Sep 2002 11:51:26 +0000 (11:51 +0000)]
* mingwex/fegetenv.c: Change to \n line endings.
* mingwex/vsnprintf.c: Ditto.
* mingwex/vsnwprintf.c: Ditto.

21 years ago2002-08-26 Michael Snyder <msnyder@redhat.com>
msnyder [Thu, 5 Sep 2002 01:28:13 +0000 (01:28 +0000)]
2002-08-26  Michael Snyder  <msnyder@redhat.com>

* breakpoint.c (insert_breakpoints): Protect all references
to 'process_warning'.  Shorten long lines.

21 years ago * ld-sh/sh64/cmpct1.xd: Adjust for lack of abs section sym.
amodra [Thu, 5 Sep 2002 00:07:08 +0000 (00:07 +0000)]
* ld-sh/sh64/cmpct1.xd: Adjust for lack of abs section sym.
* ld-sh/sh64/crange3-cmpct.rd: Likewise.
* ld-sh/sh64/crange3-media.rd: Likewise.
* ld-sh/sh64/crange3.rd: Likewise.

21 years ago * gas/i386/absrel.s: New.
amodra [Thu, 5 Sep 2002 00:05:43 +0000 (00:05 +0000)]
* gas/i386/absrel.s: New.
* gas/i386/absrel.d: New.
* gas/i386/pcrel.s: New.
* gas/i386/pcrel.d: New.
* gas/i386/i386.exp: Run them.
* gas/testsuite/gas/mmix/comment-1.d: Don't test the symbol
index, the name will do.
* gas/mri/moveml.d: Escape dots.
* gas/macros/macros.exp (strings): Add rs6000-*-* to xfails.
* gas/mips/beq.s: Don't make text_label global.
* gas/mips/mips32.s: Likewise.
* gas/mips/mips64-mips3d.s: Likewise.

21 years agogas reloc rewrite.
amodra [Thu, 5 Sep 2002 00:01:15 +0000 (00:01 +0000)]
gas reloc rewrite.

21 years agodaily update
amodra [Thu, 5 Sep 2002 00:00:03 +0000 (00:00 +0000)]
daily update

21 years ago*** empty log message ***
gdbadmin [Thu, 5 Sep 2002 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

21 years ago * config.bfd (mips*-*-irix6*): Add new ABI vectors. Make n32 default
kevinb [Wed, 4 Sep 2002 23:10:59 +0000 (23:10 +0000)]
  * config.bfd (mips*-*-irix6*): Add new ABI vectors.  Make n32 default
  vector.

21 years ago2002-09-04 Kevin Chase <kevincha99@hotmail.com>
dannysmith [Wed, 4 Sep 2002 22:20:51 +0000 (22:20 +0000)]
2002-09-04  Kevin Chase  <kevincha99@hotmail.com>

* include/winbase.h (AllocateUserPhysicalPages,
MapUserPhysicalPages, MapUserPhysicalPagesScatter,
FreeUserPhysicalPages): Add prototypes.
* lib/kernel32.def: Add function stubs for above.

21 years ago * lib/mi-support.exp: Update copyright.
kseitz [Wed, 4 Sep 2002 21:05:06 +0000 (21:05 +0000)]
    * lib/mi-support.exp: Update copyright.
        (mi_gdb_test): Increase the priority of the expected pattern
        so that it matches gdb_test.

21 years ago2002-09-04 Kazuhiro Fujieda <fujieda@jaist.ac.jp>
jjohnstn [Wed, 4 Sep 2002 18:17:55 +0000 (18:17 +0000)]
2002-09-04  Kazuhiro Fujieda  <fujieda@jaist.ac.jp>

        * libc/include/sys/config.h: Define accordingly __WCHAR_MAX__.
        * libc/include/wchar.h: Define WCHAR_MIN as 0 and WCHAR_MAX as
        __WCHAR_MAX__ or 0x7fffffffu.
        * libc/string/wcscmp.c: Delete wrong and unnecessary type cast.
        * libc/string/wcsncmp.c: Ditto.

21 years ago2002-09-04 Kazuhiro Fujieda <fujieda@jaist.ac.jp>
jjohnstn [Wed, 4 Sep 2002 18:16:54 +0000 (18:16 +0000)]
2002-09-04  Kazuhiro Fujieda  <fujieda@jaist.ac.jp>

        * libc/include/sys/config.h: Define accordingly __WCHAR_MAX__.
        * libc/include/wchar.h: Define WCHAR_MIN as 0 and WCHAR_MAX as
        __WCHAR_MAX__ or 0x7fffffffu.
        * libc/string/wcscmp.c: Delete wrong and unnecessary type cast.
        * libc/string/wcsncmp.c: Ditto.

21 years ago* arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
thorpej [Wed, 4 Sep 2002 17:52:37 +0000 (17:52 +0000)]
* arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
if arm_apcs_32 is false.

21 years agosome edits
cgf [Wed, 4 Sep 2002 15:17:24 +0000 (15:17 +0000)]
some edits

21 years agofirst draft
cgf [Wed, 4 Sep 2002 15:14:14 +0000 (15:14 +0000)]
first draft

21 years agofix typo
cgf [Wed, 4 Sep 2002 14:56:56 +0000 (14:56 +0000)]
fix typo

21 years ago * config/tc-ppc.c (ppc_frob_symbol): Formatting, warning fix.
amodra [Wed, 4 Sep 2002 13:43:42 +0000 (13:43 +0000)]
* config/tc-ppc.c (ppc_frob_symbol): Formatting, warning fix.
(ppc_fix_adjustable <coff version>): Cleanup.

21 years ago * config/tc-ppc.c (PPC_HIGHER, PPC_HIGHEST): Fix warning.
amodra [Wed, 4 Sep 2002 13:21:17 +0000 (13:21 +0000)]
* config/tc-ppc.c (PPC_HIGHER, PPC_HIGHEST): Fix warning.
(md_parse_option): No -a64 without BFD64.
(ppc_set_cpu): Select appropriate cpu when ppc_obj64.
(ppc_arch): Use bfd_mach_rs6k for bfd_arch_rs6000.

21 years ago * Makefile.in (DLL_OFILES): Drop shortcut.o.
corinna [Wed, 4 Sep 2002 13:11:29 +0000 (13:11 +0000)]
* Makefile.in (DLL_OFILES): Drop shortcut.o.
* path.cc: Move all shortcut functions from shortcut.c to here.
(check_shortcut): Implement without using COM interface.
* path.h: Move definition of SHORTCUT_HDR_SIZE to here.
* shortcut.c: Remove.
* shortcut.h: Ditto.

21 years agoDo not insert non-BookE32 instructions into the hash table if the target cpu
nickc [Wed, 4 Sep 2002 12:37:29 +0000 (12:37 +0000)]
Do not insert non-BookE32 instructions into the hash table if the target cpu
is the BookE32. (case 107575)

21 years agoHave objdump's --help switch document PPC -M options.
nickc [Wed, 4 Sep 2002 10:08:07 +0000 (10:08 +0000)]
Have objdump's --help switch document PPC -M options.

21 years agoThe BookE implementations of the TLBWE and TLBRE instructions do not take any
nickc [Wed, 4 Sep 2002 09:59:48 +0000 (09:59 +0000)]
The BookE implementations of the TLBWE and TLBRE instructions do not take any
arguments.

21 years ago * fhandler.h (fhandler_socket::read): Remove method.
corinna [Wed, 4 Sep 2002 09:39:34 +0000 (09:39 +0000)]
* fhandler.h (fhandler_socket::read): Remove method.
(fhandler_socket::write): Ditto.
(fhandler_socket::readv): New method.
(fhandler_socket::writev): Ditto.
(fhandler_socket::recvmsg): Add new optional argument.
(fhandler_socket::sendmsg): Ditto.
* fhandler.cc (fhandler_socket::read): Remove method.
(fhandler_socket::write): Ditto.
(fhandler_socket::readv): New method.
(fhandler_socket::writev): Ditto.
(fhandler_socket::recvmsg): Use win32's scatter/gather IO where
possible.
(fhandler_socket::sendmsg): Ditto.
* net.cc (cygwin_recvmsg): Check the msghdr's iovec fields.
(cygwin_sendmsg): Ditto.  Add omitted sigframe.

21 years agodaily update
amodra [Wed, 4 Sep 2002 00:00:05 +0000 (00:00 +0000)]
daily update

21 years ago*** empty log message ***
gdbadmin [Wed, 4 Sep 2002 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

21 years ago * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
kseitz [Tue, 3 Sep 2002 22:29:13 +0000 (22:29 +0000)]
    * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
        Use integer comparison instead of string comparison for testing
        whether binary was built.

21 years ago2002-09-03 René Møller Fonseca <fonseca@users.sourceforge.net>
dannysmith [Tue, 3 Sep 2002 22:29:10 +0000 (22:29 +0000)]
2002-09-03  René Møller Fonseca  <fonseca@users.sourceforge.net>

* include/winuser.h (IDTRYAGAIN,IDCONTINUE): Add defines.
Add WINVER guards for dialog box command id defines.

21 years ago* gdb/avr-tdep.c (avr_gdbarch_init): Use generic_unwind_get_saved_register.
troth [Tue, 3 Sep 2002 21:42:12 +0000 (21:42 +0000)]
* gdb/avr-tdep.c (avr_gdbarch_init): Use generic_unwind_get_saved_register.

21 years ago * tuiIO.c (tui_putc): New function to print one character.
ciceron [Tue, 3 Sep 2002 20:47:48 +0000 (20:47 +0000)]
* tuiIO.c (tui_putc): New function to print one character.
(printable_part): New function from readline/complete.c.
(PUTX): New macro, likewise.
(print_filename): New function, likewise.
(get_y_or_n): New function, likewise and adapted for TUI.
(tui_rl_display_match_list): New function from readline/complete.c
and writes on TUI command window.
(tui_setup_io): Install or remove the readline hook
rl_completion_display_matches_hook so that completion is written
directly in TUI command window instead of in the TUI pipe.
(tui_initialize_io): Use #ifdef TUI_USE_PIPE_FOR_READLINE for the
TUI redirection pipe.
(tui_getc): Likewise for call to tui_readline_output.
(tui_readline_output): Likewise for function.
* tui.c (tui_rl_startup_hook): Always take care of gdb prompt.

21 years ago* gdb.threads/killed.exp, gdb.threads/killed.c: New test.
jimb [Tue, 3 Sep 2002 20:02:47 +0000 (20:02 +0000)]
* gdb.threads/killed.exp, gdb.threads/killed.c: New test.

21 years ago2002-09-03 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Tue, 3 Sep 2002 19:52:10 +0000 (19:52 +0000)]
2002-09-03  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/string/wcschr.c: Add include of <stddef.h>.
        * libc/string/wcspbrk.c: Ditto.
        * libc/string/wcsrchr.c: Ditto.
        * libc/string/wcsstr.c: Ditto.

21 years ago2002-09-03 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Tue, 3 Sep 2002 19:40:35 +0000 (19:40 +0000)]
2002-09-03  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/include/sys/_types.h (_flock_t): Added.
        * libc/include/sys/lock.h (__lock_try_acquire): New interface.
        (__lock_try_acquire_recursive): Ditto.
        * libc/include/sys/reent.h (__sFILE, __sFILE64): Add new
        _lock field.
        * libc/stdio/findfp.c (std)[!__SINGLE_THREAD__]: Initialize _lock
        field.
        * libc/stdio/fopen.c (_fopen_r)[!__SINGLE_THREAD__]: Ditto.
        * libc/stdio64/fopen64.c (_fopen64_r)[!__SINGLE_THREAD__]: Ditto.
        * libc/sys/linux/include/time.h (struct timespec): Moved from
        <sys/types.h> and added check for __need_timespec flag so type
        can be defined by itself.
        * libc/sys/linux/sys/_types.h (_flock_t): New type.
        * libc/sys/linux/sys/types.h (struct timespec): Moved to
        <time.h>.

21 years ago2002-09-03 David Carlton <carlton@math.stanford.edu>
carlton [Tue, 3 Sep 2002 17:32:11 +0000 (17:32 +0000)]
2002-09-03  David Carlton  <carlton@math.stanford.edu>

* dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
argument (PR gdb/653).  Update call to smash_to_method_type.
(read_structure_scope): Update call to dwarf2_add_member_fn.

21 years ago * gdb680.exp: New file to test to check for uiout list/tuple
kseitz [Tue, 3 Sep 2002 16:37:00 +0000 (16:37 +0000)]
    * gdb680.exp: New file to test to check for uiout list/tuple
        nesting bug.

21 years ago * include/wincon.h (GetConsoleWindow): Add _WIN32_WINNT >= 0x0500 guard.
earnie [Tue, 3 Sep 2002 16:25:53 +0000 (16:25 +0000)]
* include/wincon.h (GetConsoleWindow): Add _WIN32_WINNT >= 0x0500 guard.

21 years ago2002-09-03 Michal Ludvig <mludvig@suse.cz>
mludvig [Tue, 3 Sep 2002 13:06:32 +0000 (13:06 +0000)]
2002-09-03  Michal Ludvig  <mludvig@suse.cz>

* x86-64-linux-tdep.c: Include gdb_string.h
* x86-64-linux-nat.c: Ditto.

21 years ago * cygwin.din: Revert exporting new wchar functions.
corinna [Tue, 3 Sep 2002 12:26:50 +0000 (12:26 +0000)]
* cygwin.din: Revert exporting new wchar functions.
* include/cygwin/version.h: Change comment for API minor 62.

21 years ago* ada-exp.y (yyname, yyrule): Remap global variables that appear
thorpej [Tue, 3 Sep 2002 02:45:55 +0000 (02:45 +0000)]
* ada-exp.y (yyname, yyrule): Remap global variables that appear
when YYDEBUG is set to 1.
* c-exp.y: Likewise.
* f-exp.y: Likewise.
* jv-exp.y: Likewise.
* m2-exp.y: Likewise.
* p-exp.y: Likewise.

21 years agodaily update
amodra [Tue, 3 Sep 2002 00:00:04 +0000 (00:00 +0000)]
daily update

21 years ago*** empty log message ***
gdbadmin [Tue, 3 Sep 2002 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***