OSDN Git Service

pf3gnuchains/pf3gnuchains3x.git
21 years agoFix handling of R_ARM_THM_PC11
nickc [Thu, 12 Sep 2002 13:18:56 +0000 (13:18 +0000)]
Fix handling of R_ARM_THM_PC11

21 years agoHandle DW_OP_GNU_push_tls_address.
nickc [Thu, 12 Sep 2002 10:35:53 +0000 (10:35 +0000)]
Handle DW_OP_GNU_push_tls_address.
Synch up with the gcc's dwarf2.h

21 years ago * include/sys/time.h (timeval): Add struct definition and
dannysmith [Thu, 12 Sep 2002 10:34:54 +0000 (10:34 +0000)]
* include/sys/time.h (timeval): Add struct definition and
associated macros (copied from w32api/include/winsock.h).

21 years ago * include/winsock.h (timeval): Guard struct and associated
dannysmith [Thu, 12 Sep 2002 10:11:04 +0000 (10:11 +0000)]
* include/winsock.h (timeval): Guard struct and associated
macros with _TIMEVAL_DEFINED.
* include/winsock2.h (timeval): Likewise.

21 years ago * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
amodra [Thu, 12 Sep 2002 08:39:25 +0000 (08:39 +0000)]
* x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
mach constants.
* MAINTAINERS: Add myself to write after approval list.

21 years ago * ppc-dis.c (powerpc_dialect): Add missing PPC_OPCODE_CLASSIC.
amodra [Thu, 12 Sep 2002 03:58:37 +0000 (03:58 +0000)]
* ppc-dis.c (powerpc_dialect): Add missing PPC_OPCODE_CLASSIC.

21 years agomerge from gcc
dj [Thu, 12 Sep 2002 01:11:29 +0000 (01:11 +0000)]
merge from gcc

21 years agomerge from gcc
dj [Thu, 12 Sep 2002 01:11:20 +0000 (01:11 +0000)]
merge from gcc

21 years ago * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
brobecke [Thu, 12 Sep 2002 00:26:30 +0000 (00:26 +0000)]
    * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.

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

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

21 years ago * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
brobecke [Wed, 11 Sep 2002 22:32:45 +0000 (22:32 +0000)]
   * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
       Interix.

21 years ago * mi-main.c (mi_cmd_data_list_register_names): Use cleanups
kseitz [Wed, 11 Sep 2002 21:49:04 +0000 (21:49 +0000)]
    * mi-main.c (mi_cmd_data_list_register_names): Use cleanups
        for the uiout list. Do the cleanups when returning an error.
        (mi_cmd_data_list_changed_registers): Ditto.
        (mi_cmd_data_list_register_values): Use cleanups for the uiout list
        and tuples. Do the cleanups when returning errors.

21 years ago * elf32-h8300.c (elf32_h8_relax_section): Fix typo.
law [Wed, 11 Sep 2002 19:19:11 +0000 (19:19 +0000)]
* elf32-h8300.c (elf32_h8_relax_section): Fix typo.

21 years ago2002-09-11 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Wed, 11 Sep 2002 18:36:38 +0000 (18:36 +0000)]
2002-09-11  Jeff Johnston  <jjohnstn@redhat.com>

        * acinclude.m4 (enable-newlib-mb): Change check to
        default newlib_mb variable to empty string rather than "no".
        * configure.host: Remove hard-coding of -DMB_CAPABLE for
        x86-linux and Cygwin.  Add code to check for newlib_mb
        being unset in which case set to "yes" for x86-linux and
        Cygwin.  Change check for newlib_mb being "yes" to allow
        for an empty string.
        * configure.in (_MB_LEN_MAX): New AC_DEFINE.
        * newlib.hin (_MB_LEN_MAX): New define to configure.
        * aclocal.m4: Regenerated.
        * configure: Ditto.
        * libc/include/limits.h: New file.
        * libc/sys/linux/include/limits.h: Ditto.
        * doc/aclocal.m4 doc/configure libc/aclocal.m4
          libc/configure libc/machine/aclocal.m4
          libc/machine/configure libc/machine/a29k/aclocal.m4
          libc/machine/a29k/configure libc/machine/arm/aclocal.m4
          libc/machine/arm/configure libc/machine/d10v/aclocal.m4
          libc/machine/d10v/configure libc/machine/d30v/aclocal.m4
          libc/machine/d30v/configure libc/machine/fr30/aclocal.m4
          libc/machine/fr30/configure libc/machine/frv/aclocal.m4
          libc/machine/frv/configure libc/machine/h8300/aclocal.m4
          libc/machine/h8300/configure libc/machine/h8500/aclocal.m4
          libc/machine/h8500/configure libc/machine/hppa/aclocal.m4
          libc/machine/hppa/configure libc/machine/i386/aclocal.m4
          libc/machine/i386/configure libc/machine/i960/aclocal.m4
          libc/machine/i960/configure libc/machine/m32r/aclocal.m4
          libc/machine/m32r/configure libc/machine/m68hc11/aclocal.m4
          libc/machine/m68hc11/configure libc/machine/m68k/aclocal.m4
          libc/machine/m68k/configure libc/machine/m88k/aclocal.m4
          libc/machine/m88k/configure libc/machine/mips/aclocal.m4
          libc/machine/mips/configure libc/machine/mn10200/aclocal.m4
          libc/machine/mn10200/configure libc/machine/mn10300/aclocal.m4
          libc/machine/mn10300/configure libc/machine/necv70/aclocal.m4
          libc/machine/necv70/configure libc/machine/powerpc/aclocal.m4
          libc/machine/powerpc/configure libc/machine/sh/aclocal.m4
          libc/machine/sh/configure libc/machine/sparc/aclocal.m4
          libc/machine/sparc/configure libc/machine/tic80/aclocal.m4
          libc/machine/tic80/configure libc/machine/v850/aclocal.m4
          libc/machine/v850/configure libc/machine/w65/aclocal.m4
          libc/machine/w65/configure libc/machine/xscale/aclocal.m4
          libc/machine/xscale/configure
          libc/machine/xstormy16/aclocal.m4
          libc/machine/xstormy16/configure libc/machine/z8k/aclocal.m4
          libc/machine/z8k/configure libc/sys/aclocal.m4
          libc/sys/configure libc/sys/a29khif/aclocal.m4
          libc/sys/a29khif/configure libc/sys/arc/aclocal.m4
          libc/sys/arc/configure libc/sys/arm/aclocal.m4
          libc/sys/arm/configure libc/sys/cygwin/aclocal.m4
          libc/sys/cygwin/configure libc/sys/d10v/aclocal.m4
          libc/sys/d10v/configure libc/sys/decstation/aclocal.m4
          libc/sys/decstation/configure libc/sys/go32/aclocal.m4
          libc/sys/go32/configure libc/sys/h8300hms/aclocal.m4
          libc/sys/h8300hms/configure libc/sys/h8500hms/aclocal.m4
          libc/sys/h8500hms/configure libc/sys/idt/aclocal.m4
          libc/sys/idt/configure libc/sys/linux/aclocal.m4
          libc/sys/linux/configure libc/sys/linux/machine/aclocal.m4
          libc/sys/linux/machine/configure
          libc/sys/linux/machine/i386/aclocal.m4
          libc/sys/linux/machine/i386/configure
          libc/sys/m88kbug/aclocal.m4 libc/sys/m88kbug/configure
          libc/sys/mmixware/aclocal.m4 libc/sys/mmixware/configure
          libc/sys/netware/aclocal.m4 libc/sys/netware/configure
          libc/sys/rtems/aclocal.m4 libc/sys/rtems/configure
          libc/sys/sh/aclocal.m4 libc/sys/sh/configure
          libc/sys/sparc64/aclocal.m4 libc/sys/sparc64/configure
          libc/sys/sun4/aclocal.m4 libc/sys/sun4/configure
          libc/sys/sysmec/aclocal.m4 libc/sys/sysmec/configure
          libc/sys/sysnec810/aclocal.m4 libc/sys/sysnec810/configure
          libc/sys/sysnecv850/aclocal.m4 libc/sys/sysnecv850/configure
          libc/sys/sysvi386/aclocal.m4 libc/sys/sysvi386/configure
          libc/sys/sysvnecv70/aclocal.m4 libc/sys/sysvnecv70/configure
          libc/sys/tic80/aclocal.m4 libc/sys/tic80/configure
          libc/sys/w65/aclocal.m4 libc/sys/w65/configure
          libc/sys/z8ksim/aclocal.m4 libc/sys/z8ksim/configure
          libm/aclocal.m4 libm/configure: Regenerated.

21 years agoNew TI port supports both C4x and C3x series of DSPs.
nickc [Wed, 11 Sep 2002 14:42:44 +0000 (14:42 +0000)]
New TI port supports both C4x and C3x series of DSPs.

21 years agoCheck functionname_ptr and line_ptr before deciding we've found a symbol.
nickc [Wed, 11 Sep 2002 14:30:53 +0000 (14:30 +0000)]
Check functionname_ptr and line_ptr before deciding we've found a symbol.

21 years agoUpdate translations
nickc [Wed, 11 Sep 2002 13:52:10 +0000 (13:52 +0000)]
Update translations

21 years ago * grp.cc (initgroups): Call groups::clear_supp to free the
corinna [Wed, 11 Sep 2002 10:37:11 +0000 (10:37 +0000)]
* grp.cc (initgroups): Call groups::clear_supp to free the
supplementary group sids that may have been set by setgroups.
* security.cc (cygsidlist::free_sids): Also zero the class members.
* security.h (groups::clear_supp): New.
Rename cygsidlist_unknown to cygsidlist_empty.

21 years ago * config/tc-i386.c (md_apply_fix3): Allow addend for
jakub [Wed, 11 Sep 2002 09:51:57 +0000 (09:51 +0000)]
* config/tc-i386.c (md_apply_fix3): Allow addend for
BFD_RELOC_386_TLS_LDO_32, BFD_RELOC_386_TLS_LE and
BFD_RELOC_386_TLS_LE_32.

21 years ago * ntsec.html: Add chapter for switching user context w/o password.
corinna [Wed, 11 Sep 2002 08:39:03 +0000 (08:39 +0000)]
* ntsec.html: Add chapter for switching user context w/o password.

21 years ago2002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
msnyder [Wed, 11 Sep 2002 00:13:58 +0000 (00:13 +0000)]
2002-06-05  Paul N. Hilfinger  <hilfingr@otisco.mckusick.com>

* procfs.c (do_detach): Clear current signal, not just fault.
Corrects problem with breakpoint trap signal leaking to detached
process on Tru64.

21 years ago * lib/shell32.def: Add missing stubs.
dannysmith [Wed, 11 Sep 2002 00:10:12 +0000 (00:10 +0000)]
* lib/shell32.def: Add missing stubs.

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

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

21 years ago2002-09-10 Michael Snyder <msnyder@redhat.com>
msnyder [Tue, 10 Sep 2002 23:45:25 +0000 (23:45 +0000)]
2002-09-10  Michael Snyder  <msnyder@redhat.com>

* buildsym.c (finish_block): Protect against null pointer.

21 years ago2002-09-10 Andrew Cagney <cagney@redhat.com>
cagney [Tue, 10 Sep 2002 23:28:53 +0000 (23:28 +0000)]
2002-09-10  Andrew Cagney  <cagney@redhat.com>

* infcmd.c (default_print_registers_info): Send all output to
``file'' instead of ``gdb_stdout''.

21 years ago * mi-simplerun.exp (test_controlled_execution): Follow renaming of
kseitz [Tue, 10 Sep 2002 22:28:44 +0000 (22:28 +0000)]
    * mi-simplerun.exp (test_controlled_execution): Follow renaming of
        mi_run_to to mi_execute_to.
        * mi-var-cmd.exp: Likewise.
        * mi0-simplerun.exp: Likewise.
        * mi0-var-cmd.exp: Likewise.

21 years ago * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
kseitz [Tue, 10 Sep 2002 22:28:19 +0000 (22:28 +0000)]
    * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
        runto proc.
        (mi_run_to_main): Use mi_runto.
        (mi_execute_to): Renamed from mi_run_to. Changed all callers.

21 years ago * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
kseitz [Tue, 10 Sep 2002 22:07:57 +0000 (22:07 +0000)]
    * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
        regexp for stopping at main. Could have multiple event notifications.
        Don't assume that main was declared with no parameters.
        (mi_next): Use mi_step_to.
        (mi_step): Use mi_next_to.

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

* mips-tdep.c (mips_extract_struct_value_address): Make val a
LONGEST, and use signed register read (addresses are sign-
extended for mips).

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.