OSDN Git Service

pf3gnuchains/pf3gnuchains4x.git
20 years ago2004-02-03 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Tue, 3 Feb 2004 22:47:39 +0000 (22:47 +0000)]
2004-02-03  Jeff Johnston  <jjohnstn@redhat.com>

        * breakpoint.c (struct captured_parse_breakpoint_args):  Move
        outside of #ifdef SOLIB_ADD region.
        (do_restore_lang_radix_cleanup): Ditto.
        (resolve_pending_breakpoint): Ditto.

20 years ago2004-02-03 Andrew Cagney <cagney@redhat.com>
cagney [Tue, 3 Feb 2004 22:21:35 +0000 (22:21 +0000)]
2004-02-03  Andrew Cagney  <cagney@redhat.com>

* ia64-tdep.c (read_sigcontext_register): Delete unused function.
(process_note_abi_tag_sections): Delete unused function.
(ia64_read_fp): Delete unused function.
(gdbarch_extract_struct_value_address): Delete declaration.

20 years ago* tlsoffsets.h: Regenerate.
cgf [Tue, 3 Feb 2004 22:05:02 +0000 (22:05 +0000)]
* tlsoffsets.h: Regenerate.

20 years ago* cygtls.h (_local_storage::signamebuf): Increase size to prevent overflow on
cgf [Tue, 3 Feb 2004 22:04:27 +0000 (22:04 +0000)]
* cygtls.h (_local_storage::signamebuf): Increase size to prevent overflow on
really odd values.

20 years ago* Makefile.in (DLL_OFILES): Add strsig.o.
cgf [Tue, 3 Feb 2004 21:59:26 +0000 (21:59 +0000)]
* Makefile.in (DLL_OFILES): Add strsig.o.
* cygtls.h (_local_storage::signamebuf) New element.
* sysconf.cc (sysconf): Implement _SC_RTSIG_MAX.
* tlsoffset.h: Regenerate.
* include/limits.h (_POSIX_RTSIG_MAX): New define.
(RTSIG_MAX): Ditto.
* include/cygwin/signal.h (SIGRTMIN): New define.
(SIGRTMAX): Ditto.
(NSIG): Bump.
* strsig.cc: New file.

20 years ago* window.cc (Winmain): Show windows error code in error output when
cgf [Tue, 3 Feb 2004 19:41:28 +0000 (19:41 +0000)]
* window.cc (Winmain): Show windows error code in error output when
RegisterClass fails.

20 years ago2004-02-02 Andrew Cagney <cagney@redhat.com>
cagney [Tue, 3 Feb 2004 03:44:25 +0000 (03:44 +0000)]
2004-02-02  Andrew Cagney  <cagney@redhat.com>

* vax-tdep.c (vax_frame_chain): Delete call to
deprecated_inside_entry_file.
* ns32k-tdep.c (ns32k_frame_chain): Ditto.

20 years ago2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Tue, 3 Feb 2004 00:05:49 +0000 (00:05 +0000)]
2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>

        * COPYING.NEWLIB: Update Red Hat license to 2004.

20 years ago*** empty log message ***
gdbadmin [Tue, 3 Feb 2004 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

20 years agodaily update
amodra [Mon, 2 Feb 2004 23:00:06 +0000 (23:00 +0000)]
daily update

20 years ago2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Mon, 2 Feb 2004 22:51:24 +0000 (22:51 +0000)]
2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>

        * NEWS: Update with 1.12.0 info.
        * README: Ditto.
        * acinclude.m4: Change version number to 1.12.0.
        * aclocal.m4: Regenerated.
        * configure: Ditto.
        * doc/aclocal.m4: Ditto.
        * doc/configure: Ditto.
        * libc/*/aclocal.m4: Ditto.
        * libc/*/configure: Ditto.
        * libc/libc.texinfo: Ditto.
        * libm/*/aclocal.m4: Ditto.
        * libm/*/configure: Ditto.
        * libm/libm.texinfo: Ditto.
        * libc/sys/linux/shared.ld: Add VERS_1.12.

20 years ago* dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
kettenis [Mon, 2 Feb 2004 22:00:14 +0000 (22:00 +0000)]
* dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
column that's "empty" or "same value" when eliminating REG_RA
rules.

20 years agoReviewed and approved by drow@mvista.com.
fnf [Mon, 2 Feb 2004 21:30:01 +0000 (21:30 +0000)]
Reviewed and approved by drow@mvista.com.

2004-02-02  Fred Fish  <fnf@redhat.com>
* gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
remote targets.  Update copyright years.

20 years ago2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Mon, 2 Feb 2004 21:14:32 +0000 (21:14 +0000)]
2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>

        * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
        support.
        * gdb.base/langs.exp: Fix test which attempts to create
        breakpoint on non-existent function to handle new pending
        support.
        * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
        a breakpoint.
        * gdb.base/pending.exp: New test.
        * gdb.base/pending.c: New file.
        * gdb.base/pendshr.c: Ditto.

20 years ago2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Mon, 2 Feb 2004 21:10:48 +0000 (21:10 +0000)]
2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>

        * breakpoint.h (struct breakpoint): Add new flag, from_tty,
        and pending fields for pending breakpoint support.
        * breakpoint.c (breakpoint_enabled): Add check for not pending.
        (condition_command): Only parse condition if not a pending
        breakpoint.
        (print_one_breakpoint): Add support for pending breakpoints.
        (describe_other_breakpoints): Add checks to verify we are not
        dealing with pending breakpoints.
        (check_duplicates): Don't check pending breakpoints.
        (set_raw_breakpoint): Initialize pending flag.
        (do_restore_lang_radix_cleanup): New cleanup routine.
        (resolve_pending_breakpoint): New function.
        (re_enable_breakpoints_in_shlibs): Try and resolve any
        pending breakpoints via resolve_pending_breakpoint.
        (mention): Add pending breakpoint support.
        (parse_breakpoint_sals): Add new parameter to pass to
        decode_line_1 to indicate silent errors when files or functions
        are not found.  Change all callers.
        (do_captured_parse_breakpoint): New function.
        (break_command_1): Change prototype to return an rc value and to
        take an optional pending breakpoint pointer.  Support creating
        a pending breakpoint if a "not found" form of error occurs when
        parsing the breakpoint.  Also support resolving an existing pending
        breakpoint and be silent if the resolution fails.
        (create_breakpoints): Change prototype to take pending breakpoint
        pointer.  When resolving a pending breakpoint, use the new pointer
        to provide a conditional or commands added by the end-user.
        (delete_breakpoint): Add appropriate check for pending.
        (breakpoint_re_set_one): Ditto.
        (do_enable_breakpoint): Ditto.

20 years ago2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Mon, 2 Feb 2004 21:07:53 +0000 (21:07 +0000)]
2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>

        * gdb.texinfo (Breakpoints): Add information about pending
        breakpoint support.

20 years ago* fhandler.h (*::fixup_after_exec): Eliminate unused handle argument.
cgf [Mon, 2 Feb 2004 21:00:06 +0000 (21:00 +0000)]
* fhandler.h (*::fixup_after_exec): Eliminate unused handle argument.
* fhandler.h (dtable::fixup_after_exec): Eliminate unused handle argument.
* dcrt0.cc (dll_crt0_1): Reflect elimination of unused handle argument to
fixup_after_exec.
* dtable.cc (dtable::fixup_after_exec): Ditto.
* fhandler_console.cc (fhandler_console::fixup_after_exec): Ditto.
* fhandler_dsp.cc (fhandler_dsp::fixup_after_exec): Ditto.
* fhandler_raw.cc (fhandler_raw::fixup_after_exec): Ditto.
* fhandler_socket.cc (fhandler_socket::fixup_after_exec): Ditto.
* fhandler_virtual.cc (fhandler_virtual::fixup_after_exec): Ditto.
* pipe.cc (fhandler_pipe::fixup_after_exec): Ditto.
* spawn.cc (spawn_guts): Do not set ciresrv.parent.
* child_info.h (child_info_spawn::~child_info_spawn): Do not close parent.
Update CURR_CHILD_INFO_MAGIC.
* dcrt0.cc (dll_crt0_0): Do not close spawn_info->parent.  Pass NULL to
cygheap->fdtab.fixup_after_exec().

20 years ago2004-02-02 David Carlton <carlton@kealia.com>
carlton [Mon, 2 Feb 2004 20:44:52 +0000 (20:44 +0000)]
2004-02-02  David Carlton  <carlton@kealia.com>

* valops.c (enum oload_classification): New.
(find_overload_match): Break implementation into separate
functions; delete #if 0'd code; look for symbols within
namespaces.
(find_oload_champ_namespace,find_oload_champ_namespace_loop)
(find_oload_champ,oload_method_static,classify_oload_match): New.
* cp-support.h: Add declaration for cp_func_name; update
declaration for make_symbol_overload_list.
* cp-support.c (cp_func_name): New.
(overload_list_add_symbol): Fix comment, use
SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
(make_symbol_overload_list): Take a function name and a namespace
instead of a symbol; change implementation.
(make_symbol_overload_list_using): New.
(make_symbol_overload_list_qualified, read_in_psymtabs): New.

2004-02-02  David Carlton  <carlton@kealia.com>

* gdb.cp/overload.exp: Add overloadNamespace tests.
* gdb.cp/overload.cc (dummyClass, dummyInstance): New.
(overloadNamespace, XXX): New.
(main): Call XXX::marker2.

20 years agoThroughout, change name from set_inheritance to set_no_inheritance to better
cgf [Mon, 2 Feb 2004 20:33:08 +0000 (20:33 +0000)]
Throughout, change name from set_inheritance to set_no_inheritance to better
reflect input arguments of this function.
* cygheap.h (CYGHEAPSIZE): Increase size of cygheap to something closer to the
21st century.

20 years ago2004-02-02 Joel Sherrill <joel@oarcorp.com>
jjohnstn [Mon, 2 Feb 2004 16:59:51 +0000 (16:59 +0000)]
2004-02-02  Joel Sherrill  <joel@oarcorp.com>

        * configure.host: Add support for tic4x.
        * libc/include/machine/ieeefp.h: Ditto.
        * libc/include/machine/setjmp.h: Ditto.
        * libc/machine/tic4x/Makefile.am: New file.
        * libc/machine/tic4x/configure.in: Ditto.
        * libc/machine/tic4x/setjmp.S: Ditto.
        * libc/machine/tic4x/aclocal.m4: Generated.
        * libc/machine/tic4x/configure: Ditto.
        * libc/machine/tic4x/Makefile.in: Ditto.

20 years agoForgot copyright updates in previous checkin
fnf [Mon, 2 Feb 2004 16:16:09 +0000 (16:16 +0000)]
Forgot copyright updates in previous checkin

20 years agoForgot to update copyrights in previous check in.
fnf [Mon, 2 Feb 2004 16:14:36 +0000 (16:14 +0000)]
Forgot to update copyrights in previous check in.

20 years agoReviewed and approved by cagney@redhat.com.
fnf [Mon, 2 Feb 2004 16:12:49 +0000 (16:12 +0000)]
Reviewed and approved by cagney@redhat.com.

2004-02-02  Fred Fish  <fnf@redhat.com>
* main.c (gdb_stdtarg): Move definition to group with other
gdb_stdtarg definitions.
* remote-sim.c (gdb_os_write_stderr): Write output to
gdb_stdtargerr stream instead of gdb_stdtarg stream.
(gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
gdb_stderr stream.

20 years agoFix typo in comment
fnf [Mon, 2 Feb 2004 16:07:26 +0000 (16:07 +0000)]
Fix typo in comment

20 years agogas/
macro [Mon, 2 Feb 2004 12:48:17 +0000 (12:48 +0000)]
gas/
* config/tc-mips.c (add_got_offset_hilo): New function.
(macro): Use load_register() and add_got_offset_hilo() to load
constants instead of hardcoding code sequences throughout.

gas/testsuite/
* gas/mips/div.d: Update to accomodate changes in macro
expansions.
gas/mips/elf-rel-got-n32.d: Likewise.
gas/mips/elf-rel-got-n64.d: Likewise.
gas/mips/elf-rel-xgot-n32.d: Likewise.
gas/mips/elf-rel-xgot-n64.d: Likewise.
gas/mips/la-svr4pic.d: Likewise.
gas/mips/la-xgot.d: Likewise.
gas/mips/lca-svr4pic.d: Likewise.
gas/mips/lca-xgot.d: Likewise.

20 years ago * cygerrno.h (set_errno): Replace semicolon with comma in non-DEBUGGING
corinna [Mon, 2 Feb 2004 10:47:28 +0000 (10:47 +0000)]
* cygerrno.h (set_errno): Replace semicolon with comma in non-DEBUGGING
version to avoid compile time error.

20 years ago * include/stdio.h (feof): Add inlined definition.
dannysmith [Mon, 2 Feb 2004 09:18:39 +0000 (09:18 +0000)]
* include/stdio.h (feof): Add inlined definition.
(ferror): Ditto.

20 years ago * include/oleacc.h (LIBID_Accessibility): Declare.
dannysmith [Mon, 2 Feb 2004 05:59:44 +0000 (05:59 +0000)]
* include/oleacc.h (LIBID_Accessibility): Declare.
* lib/uuid.c (LIBID_Accessibility): Define.

20 years ago * include/winioctl.h ( NTFS_VOLUME_DATA_BUFFER): Add structure.
dannysmith [Mon, 2 Feb 2004 05:48:16 +0000 (05:48 +0000)]
* include/winioctl.h ( NTFS_VOLUME_DATA_BUFFER): Add structure.
(FSCTL_GET_NTFS_VOLUME_DATA): Add macro.

20 years ago * include/commctrl.h (ICC_STANDARD_CLASSES, ICC_LINK_CLASS): Add
dannysmith [Mon, 2 Feb 2004 05:43:32 +0000 (05:43 +0000)]
* include/commctrl.h (ICC_STANDARD_CLASSES, ICC_LINK_CLASS): Add
defines.

20 years agoReviewed and approved by drow@mvista.com:
fnf [Mon, 2 Feb 2004 05:15:26 +0000 (05:15 +0000)]
Reviewed and approved by drow@mvista.com:

2004-02-01  Fred Fish  <fnf@redhat.com>
* gdb.base/dump.exp: Use runto_main instead of "runto main".
* gdb.base/finish.exp: Ditto.
* gdb.base/gcore.exp: Ditto.
* gdb.base/huge.exp: Ditto.
* gdb.base/info-proc.exp: Ditto.
* gdb.base/return2.exp: Ditto.
* gdb.threads/gcore-thread.exp: Ditto.

20 years ago * Makefile.in (mips-linux-nat.o): Update dependencies.
drow [Mon, 2 Feb 2004 03:12:31 +0000 (03:12 +0000)]
* Makefile.in (mips-linux-nat.o): Update dependencies.
* mips-linux-nat.c: Include mips-tdep.h.

20 years ago * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
drow [Mon, 2 Feb 2004 01:57:50 +0000 (01:57 +0000)]
* gdb.threads/thread-specific.exp: Add missing anchor to regexp.

20 years ago*** empty log message ***
gdbadmin [Mon, 2 Feb 2004 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

20 years agodaily update
amodra [Sun, 1 Feb 2004 23:00:06 +0000 (23:00 +0000)]
daily update

20 years ago * gas/sh/sh4a-fp.d: Fix opcode name fssra to fsrra.
kkojima [Sun, 1 Feb 2004 22:59:42 +0000 (22:59 +0000)]
* gas/sh/sh4a-fp.d: Fix opcode name fssra to fsrra.
* gas/sh/sh4a-fp.s: Likewise.
* gas/sh/err-sh4a-fp.s: Likewise.

20 years ago.
roland [Sun, 1 Feb 2004 22:35:35 +0000 (22:35 +0000)]
.

20 years ago2004-01-28 Roland McGrath <roland@redhat.com>
roland [Sun, 1 Feb 2004 22:35:28 +0000 (22:35 +0000)]
2004-01-28  Roland McGrath  <roland@redhat.com>

* sol-thread.c (sol_thread_xfer_partial): New function.
(init_sol_thread_ops): Use that for to_xfer_partial hook.
(init_sol_core_ops): Likewise.

20 years ago2004-01-28 Roland McGrath <roland@redhat.com>
roland [Sun, 1 Feb 2004 22:35:24 +0000 (22:35 +0000)]
2004-01-28  Roland McGrath  <roland@redhat.com>

* auxv.h: New file.
* auxv.c: New file.
* Makefile.in (auxv_h): New variable.
(COMMON_OBS): Add auxv.o here.
(auxv.o): New target.

20 years ago2004-01-28 Roland McGrath <roland@redhat.com>
roland [Sun, 1 Feb 2004 22:35:22 +0000 (22:35 +0000)]
2004-01-28  Roland McGrath  <roland@redhat.com>

* config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
procfs_xfer_auxv function.

20 years ago2004-01-28 Roland McGrath <roland@redhat.com>
roland [Sun, 1 Feb 2004 22:35:20 +0000 (22:35 +0000)]
2004-01-28  Roland McGrath  <roland@redhat.com>

* corelow.c (core_xfer_partial): New function.
(init_core_ops): Use it for core_ops.to_xfer_partial.

20 years ago2004-01-28 Roland McGrath <roland@redhat.com>
roland [Sun, 1 Feb 2004 22:35:15 +0000 (22:35 +0000)]
2004-01-28  Roland McGrath  <roland@redhat.com>

* procfs.c (procfs_make_note_section): If we can read
TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
* linux-proc.c (linux_make_note_section): Likewise.

20 years ago2004-01-28 Roland McGrath <roland@redhat.com>
roland [Sun, 1 Feb 2004 22:35:13 +0000 (22:35 +0000)]
2004-01-28  Roland McGrath  <roland@redhat.com>

* procfs.c (procfs_xfer_partial): New function.
(init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
* Makefile.in (procfs.o): Add $(auxv_h) dep.
* procfs.c (procfs_make_note_section): If we can read
TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
* linux-proc.c (linux_make_note_section): Likewise.

20 years ago2004-01-28 Roland McGrath <roland@redhat.com>
roland [Sun, 1 Feb 2004 22:35:10 +0000 (22:35 +0000)]
2004-01-28  Roland McGrath  <roland@redhat.com>

* target.h (enum target_object): Add TARGET_OBJECT_AUXV.
* inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
macro if that is defined.

20 years ago2004-01-28 Roland McGrath <roland@redhat.com>
roland [Sun, 1 Feb 2004 22:35:08 +0000 (22:35 +0000)]
2004-01-28  Roland McGrath  <roland@redhat.com>

* procfs.c (procfs_xfer_partial): New function.
(init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
* Makefile.in (procfs.o): Add $(auxv_h) dep.
* auxv.h: New file.
* auxv.c: New file.
* Makefile.in (auxv_h): New variable.
(COMMON_OBS): Add auxv.o here.
(auxv.o): New target.

20 years ago* gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
kettenis [Sun, 1 Feb 2004 18:51:29 +0000 (18:51 +0000)]
* gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
that opening the file succeeds on OpenBSD.

20 years ago* cygerrno.h (set_errno): Set global errno whenever setting thread specific
cgf [Sun, 1 Feb 2004 18:29:11 +0000 (18:29 +0000)]
* cygerrno.h (set_errno): Set global errno whenever setting thread specific
version.
* debug.cc (__set_errno): Ditto.
* exceptions.cc (handle_sigsuspend): Remove spurious sig_dispatch_pending call.
(set_signal_mask): When there seem to be pending signals to dispatch, tell
signal_dispatch_pending/sig_send not to specifically call any handlers.
* sigproc.h (sig_dispatch_pending): Change declaration to void.
* sigproc.cc (sig_dispatch_pending): Change definition to void.  Take an
argument to determine whether to tell sig_send to wait for handler to be
called.
* sigproc.cc (sig_send): Don't call signal handler when sig == __SIGFLUSHFAST.
(wait_sig): Honor __SIGFLUSHFAST.  Guard against sigpacket::process nuking
si_signo.
* sigproc.h (__SIGFLUSHFAST): Define new special signal.
(sig_dispatch_pending): Change declaration to void.  Take optional boolean
argument.
* fork.cc (vfork): Add debugging output.

20 years ago * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
drow [Sun, 1 Feb 2004 18:05:08 +0000 (18:05 +0000)]
* breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
and check the specified thread for each breakpoint.
* breakpoint.h (bpstat_stop_status): Update prototype.
* infrun.c (handle_inferior_event): Update calls to
bpstat_stop_status.

20 years ago * gdb.threads/thread-specific.c: New file.
drow [Sun, 1 Feb 2004 18:04:37 +0000 (18:04 +0000)]
* gdb.threads/thread-specific.c: New file.
* gdb.threads/threads-specific.exp: New test script.
* lib/gdb.exp (gdb_test_multiple): Allow user patterns access
to expect_out.

20 years ago* gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
kettenis [Sun, 1 Feb 2004 10:17:36 +0000 (10:17 +0000)]
* gdb.base/call-ar-st.exp: Call get_debug_format.  Remove xfail on
sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
only on the "print_small_structs from print_long_arg_list" test.

20 years ago * Makefile.in (cli-cmds.o): Add $(readline_h).
drow [Sun, 1 Feb 2004 05:50:53 +0000 (05:50 +0000)]
* Makefile.in (cli-cmds.o): Add $(readline_h).

20 years ago * cli/cli-cmds.c: Include readline.h.
drow [Sun, 1 Feb 2004 05:49:26 +0000 (05:49 +0000)]
* cli/cli-cmds.c: Include readline.h.
(complete_command): Pass the start of the last word to
complete_line.

20 years ago * gdb.base/completion.exp: Kill a stray backslash.
drow [Sun, 1 Feb 2004 05:49:06 +0000 (05:49 +0000)]
* gdb.base/completion.exp: Kill a stray backslash.

From Jim Ingham <jingham@apple.com>:
* gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
agrees with the result from sending a tab.

20 years ago * mingwex/math/ldexpl.c (ldexpl): Call __asm__("fscale")
dannysmith [Sun, 1 Feb 2004 02:52:21 +0000 (02:52 +0000)]
* mingwex/math/ldexpl.c (ldexpl): Call __asm__("fscale")
directly, rather than via scabnl.

20 years ago * mingwex/math/powl.c (powl): Return infinity if
dannysmith [Sun, 1 Feb 2004 00:10:16 +0000 (00:10 +0000)]
* mingwex/math/powl.c (powl): Return infinity if
extended precision multiplication of x by log2(y)
overflows.

20 years ago*** empty log message ***
gdbadmin [Sun, 1 Feb 2004 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

20 years agodaily update
amodra [Sat, 31 Jan 2004 23:00:05 +0000 (23:00 +0000)]
daily update

20 years ago * linux-low.c: Update copyright year.
drow [Sat, 31 Jan 2004 22:19:31 +0000 (22:19 +0000)]
* linux-low.c: Update copyright year.
(check_removed_breakpoint): Clear pending_is_breakpoint.
(linux_set_resume_request, linux_queue_one_thread)
(resume_status_pending_p): New functions.
(linux_continue_one_thread): Use process->resume.
(linux_resume): Only resume threads if there are no pending events.
* linux-low.h (struct process_info): Add resume request
pointer.

20 years ago * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
drow [Sat, 31 Jan 2004 19:59:05 +0000 (19:59 +0000)]
* breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
argument, and change first argument to a CORE_ADDR.
* breakpoint.h (bpstat_stop_status): Update prototype.
* infrun.c (adjust_pc_after_break): Add a new comment.
(handle_inferior_event): Update calls to bpstat_stop_status.

20 years ago * breakpoint.h: Update copyright years.
drow [Sat, 31 Jan 2004 19:24:18 +0000 (19:24 +0000)]
* breakpoint.h: Update copyright years.

20 years ago * breakpoint.c (software_breakpoint_inserted_here_p): New function.
drow [Sat, 31 Jan 2004 19:18:12 +0000 (19:18 +0000)]
* breakpoint.c (software_breakpoint_inserted_here_p): New function.
(bpstat_stop_status): Don't decrement PC.
* breakpoint.h (software_breakpoint_inserted_here_p): Add
prototype.
* infrun.c (adjust_pc_after_break): New function.
(handle_inferior_event): Call it, early.  Remove later references
to DECR_PC_AFTER_BREAK.
(normal_stop): Add commentary.

20 years ago * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
drow [Sat, 31 Jan 2004 18:14:07 +0000 (18:14 +0000)]
* breakpoint.c (breakpoint_re_set_one): Add missing chunk of
2004-01-27 double-free fix.

20 years ago * gdb.base/chng-syms.exp: Remove stray newline.
drow [Sat, 31 Jan 2004 18:11:25 +0000 (18:11 +0000)]
* gdb.base/chng-syms.exp: Remove stray newline.

20 years ago* sparc-tdep.c (sparc_fetch_wcookie): New function.
kettenis [Sat, 31 Jan 2004 15:42:23 +0000 (15:42 +0000)]
* sparc-tdep.c (sparc_fetch_wcookie): New function.
(sparc32_frame_prev_register): Handle StackGhost.
(sparc_supply_rwindow, sparc_collect_rwindow): Likewise.

20 years ago* gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
kettenis [Sat, 31 Jan 2004 14:32:24 +0000 (14:32 +0000)]
* gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
*-*-openbsd*.
* gdb.asm/openbsd.inc: New file.

20 years ago2004-01-31 Jiri Malak <Jiri.Malak@geac.cz>
dannysmith [Sat, 31 Jan 2004 09:08:15 +0000 (09:08 +0000)]
2004-01-31  Jiri Malak  <Jiri.Malak@geac.cz>

* include/winuser.h (RT_MANIFEST): Make conditional on
RC_INVOKED.
(CREATEPROCESS_MANIFEST_RESOURCE_ID,
ISOLATIONAWARE_MANIFEST_RESOURCE_ID,
ISOLATIONAWARE_NOSTATICIMPORT_MANIFEST_RESOURCE_ID): Add
defines.

20 years ago * mingwex/math/cephes_emath.h (__enan_64): Fix thinko.
dannysmith [Sat, 31 Jan 2004 08:44:00 +0000 (08:44 +0000)]
* mingwex/math/cephes_emath.h (__enan_64): Fix thinko.
(__enan_NI16): Fix another one.
(__enan_NBITS): Tidy.

20 years ago2004-01-30 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Sat, 31 Jan 2004 00:39:07 +0000 (00:39 +0000)]
2004-01-30  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/stdio/fwalk.c (_fwalk.c): Don't traverse the
        file chain on the passed in reentrancy struct if it
        is _GLOBAL_REENT.

20 years ago*** empty log message ***
gdbadmin [Sat, 31 Jan 2004 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

20 years ago2004-01-30 H.J. Lu <hongjiu.lu@intel.com>
hjl [Fri, 30 Jan 2004 23:13:27 +0000 (23:13 +0000)]
2004-01-30  H.J. Lu  <hongjiu.lu@intel.com>

* elfxx-ia64.c (elfNN_ia64_relax_brl): New function.
(elfNN_ia64_relax_section): Optimize brl to br during the relax
finalize pass.

20 years agodaily update
amodra [Fri, 30 Jan 2004 23:00:35 +0000 (23:00 +0000)]
daily update

20 years ago* gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
kettenis [Fri, 30 Jan 2004 21:23:46 +0000 (21:23 +0000)]
* gdb.asm/asm-source.exp: Strip -Wl, from link-flags.  Don't
append -static to link-flags for *-*-freebsd*, *-*netbsd* and
*-*solaris2*.  Remove commented out default settings for
asm-flags.  Replace gdb_compile with target_link.

20 years ago* elf32-frv.c (elf32_frv_always_size_sections): Initialize pointer
aoliva [Fri, 30 Jan 2004 21:11:37 +0000 (21:11 +0000)]
* elf32-frv.c (elf32_frv_always_size_sections): Initialize pointer
to bfd_link_hash_entry passed by reference to
_bfd_generic_link_add_one_symbol.

20 years ago2004-01-30 Artem B. Bityuckiy <abitytsky@softminecorp.com>
jjohnstn [Fri, 30 Jan 2004 20:44:04 +0000 (20:44 +0000)]
2004-01-30  Artem B. Bityuckiy  <abitytsky@softminecorp.com>
            Jeff Johnston  <jjohnstn@redhat.com>

        * libc/iconv/iconv.tex: Updated with more information.

20 years ago2004-01-30 Thomas Pfaff <tpfaff@gmx.net>
jjohnstn [Fri, 30 Jan 2004 20:32:03 +0000 (20:32 +0000)]
2004-01-30  Thomas Pfaff  <tpfaff@gmx.net>
            Jeff Johnston  <jjohnstn@redhat.com>

        * libc/stdio/fwalk.c (_fwalk): Traverse the given reentrancy
        struct for std streams and traverse the global reeentrancy
        struct for all other streams.

20 years ago * regcache.c (new_register_cache): Clear the allocated register
drow [Fri, 30 Jan 2004 15:08:57 +0000 (15:08 +0000)]
* regcache.c (new_register_cache): Clear the allocated register
buffer.  Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.

20 years ago2004-01-29 Michael Chastain <mec.gnu@mindspring.com>
chastain [Fri, 30 Jan 2004 01:37:42 +0000 (01:37 +0000)]
2004-01-29  Michael Chastain  <mec.gnu@mindspring.com>

* gdb.cp/inherit.exp: Rewrite.  Use gdb_test_multiple and gdb
for all tests.  Remove old hp-ux and cygnus xfail cases.

20 years ago*** empty log message ***
gdbadmin [Fri, 30 Jan 2004 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

20 years agodaily update
amodra [Thu, 29 Jan 2004 23:00:06 +0000 (23:00 +0000)]
daily update

20 years ago.
roland [Thu, 29 Jan 2004 21:54:54 +0000 (21:54 +0000)]
.

20 years ago2004-01-29 Roland McGrath <roland@redhat.com>
roland [Thu, 29 Jan 2004 21:54:30 +0000 (21:54 +0000)]
2004-01-29  Roland McGrath  <roland@redhat.com>

* configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
* configure: Regenerated.

20 years ago2004-01-29 Roland McGrath <roland@redhat.com>
roland [Thu, 29 Jan 2004 21:54:22 +0000 (21:54 +0000)]
2004-01-29  Roland McGrath  <roland@redhat.com>

* procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
* Makefile.in (procfs.o): Add dep.

20 years ago2004-01-29 Dave Brolley <brolley@redhat.com>
brolley [Thu, 29 Jan 2004 20:20:48 +0000 (20:20 +0000)]
2004-01-29  Dave Brolley  <brolley@redhat.com>

        * decode.scm (-opcode-slots): For short insns, generate 'opcode' with
        zeroes in the extra bit positions and generate 'opcode-mask' with ones
        in the extra bit positions.

20 years ago2004-01-27 Artem B. Bityuckiy <abitytsky@softminecorp.com>
jjohnstn [Thu, 29 Jan 2004 17:12:36 +0000 (17:12 +0000)]
2004-01-27  Artem B. Bityuckiy  <abitytsky@softminecorp.com>

* configure.in: Add support to generate iconv converter flags
for newlib.h
* newlib.hin: Add iconv converter flags.
* configure: Regenerated.
* libc/Makefile.in: Ditto.
* libc/configure.in: Moved iconv converter parsing logic to
top level newlib configure.in.
* libc/configure: Regenerated.
* libc/iconv/Makefile.in: Ditto.
* libc/iconv/README.TODO
* libc/iconv/charset.aliases: Remove wrong BE aliases for
UCS2/UCS4/UTF8.
* libc/iconv/ccs/Makefile.am: Remove C flag setting now that
newlib.h can be used.
* libc/iconv/ces/Makefile.am: Ditto.
* libc/iconv/lib/Makefile.am: Ditto.
* libc/iconv/ccs/Makefile.in: Regenerated.
* libc/iconv/ces/Makefile.in: Ditto.
* libc/iconv/lib/Makefile.in: Ditto.
* libc/iconv/ccs/README.CCS.SOURCES: Updated.
* libc/iconv/ccs/iconv_mktbl: Don't write junk strings to binaries.
* libc/iconv/ccs/big5.c: Switch to use new underscored flags
defined in newlib.h.
* libc/iconv/ccs/cns11643_plane1.c: Ditto.
* libc/iconv/ccs/cns11643_plane14.c: Ditto.
* libc/iconv/ccs/cns11643_plane2.c: Ditto.
* libc/iconv/ccs/cp775.c: Ditto.
* libc/iconv/ccs/cp850.c: Ditto.
* libc/iconv/ccs/cp852.c: Ditto.
* libc/iconv/ccs/cp855.c: Ditto.
* libc/iconv/ccs/cp866.c: Ditto.
* libc/iconv/ccs/gb_2312_80.c: Ditto.
* libc/iconv/ccs/iso_8859_1.c: Ditto.
* libc/iconv/ccs/iso_8859_15.c: Ditto.
* libc/iconv/ccs/iso_8859_2.c: Ditto.
* libc/iconv/ccs/iso_8859_4.c: Ditto.
* libc/iconv/ccs/iso_8859_5.c: Ditto.
* libc/iconv/ccs/jis_x0201.c: Ditto.
* libc/iconv/ccs/jis_x0208_1983.c: Ditto.
* libc/iconv/ccs/jis_x0212_1990.c: Ditto.
* libc/iconv/ccs/koi8_r.c: Ditto.
* libc/iconv/ccs/koi8_u.c: Ditto.
* libc/iconv/ccs/ksx1001.c: Ditto.
* libc/iconv/ccs/shift_jis.c: Ditto.
* libc/iconv/ccs/us_ascii.c: Ditto.
* libc/iconv/ccs/binary/big5.cct: Newly generated.
* libc/iconv/ccs/binary/cns11643_plane1.cct: Ditto.
* libc/iconv/ccs/binary/cns11643_plane14.cct: Ditto.
* libc/iconv/ccs/binary/cns11643_plane2.cct: Ditto.
* libc/iconv/ccs/binary/cp775.cct: Ditto.
* libc/iconv/ccs/binary/cp850.cct: Ditto.
* libc/iconv/ccs/binary/cp852.cct: Ditto.
* libc/iconv/ccs/binary/cp855.cct: Ditto.
* libc/iconv/ccs/binary/cp866.cct: Ditto.
* libc/iconv/ccs/binary/gb_2312_80.cct: Ditto.
* libc/iconv/ccs/binary/iso_8859_1.cct: Ditto.
* libc/iconv/ccs/binary/iso_8859_15.cct: Ditto.
* libc/iconv/ccs/binary/iso_8859_2.cct: Ditto.
* libc/iconv/ccs/binary/iso_8859_4.cct: Ditto.
* libc/iconv/ccs/binary/iso_8859_5.cct: Ditto.
* libc/iconv/ccs/binary/jis_x0201.cct: Ditto.
* libc/iconv/ccs/binary/jis_x0208_1983.cct: Ditto.
* libc/iconv/ccs/binary/jis_x0212_1990.cct: Ditto.
* libc/iconv/ccs/binary/koi8_r.cct: Ditto.
* libc/iconv/ccs/binary/koi8_u.cct: Ditto.
* libc/iconv/ccs/binary/ksx1001.cct: Ditto.
* libc/iconv/ccs/binary/shift_jis.cct: Ditto.
* libc/iconv/ccs/binary/us_ascii.cct: Ditto.
* libc/iconv/lib/bialiasesi.c: Sync with charset.aliases.
* libc/iconv/ces/euc-jp.c: Use newlib.h macros.
* libc/iconv/ces/euc-kr.c: Ditto.
* libc/iconv/ces/euc-tw.c: Ditto.
* libc/iconv/ces/gb2312.c: Ditto.
* libc/iconv/ces/iso-10646-ucs-2.c: Ditto.
* libc/iconv/ces/iso-10646-ucs-4.c: Ditto.
* libc/iconv/ces/ucs-2-internal.c: Ditto.
* libc/iconv/ces/ucs-4-internal.c: Ditto.
* libc/iconv/ces/utf-16.c: Ditto.
* libc/iconv/ces/utf-8.c: Ditto.
* libc/iconv/lib/aliases.c: Ditto.
* libc/iconv/lib/biccs.c: Ditto.
* libc/iconv/lib/bices.c: Ditto.
* libc/iconv/lib/ccs.c: Ditto.
* libc/iconv/lib/ces.c: Ditto.
* libc/iconv/lib/ces_euc.c: Ditto.
* libc/iconv/lib/ces_iso2022.c: Ditto.
* libc/iconv/lib/ces_table.c: Ditto.
* libc/iconv/lib/converter.c: Ditto.
* libc/iconv/lib/deps.h: Ditto.
* libc/iconv/lib/endian.h: Ditto.
* libc/iconv/lib/iconv.c: Ditto.
* libc/iconv/lib/loaddata.c: Ditto.
* libc/iconv/lib/local.h: Include newlib.h.
* libc/argz/Makefile.in: Regenerated.
* libc/ctype/Makefile.in: Ditto.
* libc/errno/Makefile.in: Ditto.
* libc/iconv/ccs/binary/Makefile.in: Ditto.
* libc/locale/Makefile.in: Ditto.
* libc/misc/Makefile.in: Ditto.
* libc/posix/Makefile.in: Ditto.
* libc/reent/Makefile.in: Ditto.
* libc/search/Makefile.in: Ditto.
* libc/signal/Makefile.in: Ditto.
* libc/stdio/Makefile.in: Ditto.
* libc/stdio64/Makefile.in: Ditto.
* libc/stdlib/Makefile.in: Ditto.
* libc/string/Makefile.in: Ditto.
* libc/syscalls/Makefile.in: Ditto.
* libc/time/Makefile.in: Ditto.
* libc/unix/Makefile.in: Ditto.
* testsuite/newlib.iconv/iconv.exp: New file.
* testsuite/newlib.iconv/iconvjp.c: Ditto.
* testsuite/newlib.iconv/iconvnm.c: Ditto.
* testsuite/newlib.iconv/iconvru.c: Ditto.

20 years agoNew test to check that GDB does not crash due to memory corruption
hilfingr [Thu, 29 Jan 2004 11:15:42 +0000 (11:15 +0000)]
New test to check that GDB does not crash due to memory corruption
when a reload caused by a change in an executable invalidates
a breakpoint condition.

20 years ago.
roland [Thu, 29 Jan 2004 02:41:25 +0000 (02:41 +0000)]
.

20 years ago2004-01-28 Roland McGrath <roland@redhat.com>
roland [Thu, 29 Jan 2004 02:41:18 +0000 (02:41 +0000)]
2004-01-28  Roland McGrath  <roland@redhat.com>

* common.h (AT_SECURE): New macro.

20 years ago.
roland [Thu, 29 Jan 2004 00:37:46 +0000 (00:37 +0000)]
.

20 years ago2004-01-21 Roland McGrath <roland@redhat.com>
roland [Thu, 29 Jan 2004 00:37:41 +0000 (00:37 +0000)]
2004-01-21  Roland McGrath  <roland@redhat.com>

* common.h (AT_SUN_UID, AT_SUN_RUID, AT_SUN_GID): New macros.
(AT_SUN_RGID, AT_SUN_LDELF, AT_SUN_LDSHDR, AT_SUN_LDNAME,
AT_SUN_LPAGESZ, AT_SUN_PLATFORM, AT_SUN_HWCAP, AT_SUN_IFLUSH,
AT_SUN_CPU, AT_SUN_EMUL_ENTRY, AT_SUN_EMUL_EXECFD,
AT_SUN_EXECNAME) AT_SUN_MMU, AT_SUN_LDDATA): Likewise.

20 years ago.
roland [Thu, 29 Jan 2004 00:27:46 +0000 (00:27 +0000)]
.

20 years ago2004-01-21 Roland McGrath <roland@redhat.com>
roland [Thu, 29 Jan 2004 00:27:30 +0000 (00:27 +0000)]
2004-01-21  Roland McGrath  <roland@redhat.com>

* readelf.c (get_note_type): Match NT_AUXV.

20 years ago*** empty log message ***
gdbadmin [Thu, 29 Jan 2004 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

20 years ago2004-01-28 Andrew Cagney <cagney@redhat.com>
cagney [Wed, 28 Jan 2004 23:16:48 +0000 (23:16 +0000)]
2004-01-28  Andrew Cagney  <cagney@redhat.com>

* tui/tui-stack.h: Update copyright.
(struct frame_info): Add opaque declaration.
(tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
(tui_show_locator_content): Rename tuiShowLocatorContent.
(tui_show_frame_info): Rename tuiShowFrameInfo.
* tui/tui-stack.c: Update copyright.  Update references.
* tui/tui-winsource.c: Update references.
* tui/tui-win.c: Update references.
* tui/tui-layout.c: Update references.
* tui/tui-hooks.c: Update copyright, update references.
* tui/tui.c: Update copyright, update references.
* tui/tui-disasm.c: Update references.

20 years agodaily update
amodra [Wed, 28 Jan 2004 23:00:07 +0000 (23:00 +0000)]
daily update

20 years ago2004-01-28 H.J. Lu <hongjiu.lu@intel.com>
hjl [Wed, 28 Jan 2004 23:00:01 +0000 (23:00 +0000)]
2004-01-28  H.J. Lu  <hongjiu.lu@intel.com>

* config/tc-ia64.c (emit_one_bundle): Add proper indentation.

20 years ago2004-01-28 David Carlton <carlton@kealia.com>
carlton [Wed, 28 Jan 2004 18:43:06 +0000 (18:43 +0000)]
2004-01-28  David Carlton  <carlton@kealia.com>

* dwarf2read.c (add_partial_structure): Use demangled name if
namespace equals "".

20 years ago * genscripts.sh: Fix typo.
amodra [Wed, 28 Jan 2004 13:42:26 +0000 (13:42 +0000)]
* genscripts.sh: Fix typo.

20 years ago * genscripts.sh: Apply $LIBPATH_SUFFIX to $tool_lib and $libdir too.
amodra [Wed, 28 Jan 2004 13:31:30 +0000 (13:31 +0000)]
* genscripts.sh: Apply $LIBPATH_SUFFIX to $tool_lib and $libdir too.

20 years ago* dwarf2read.c (read_func_scope): Re-indent comment.
jimb [Wed, 28 Jan 2004 04:05:22 +0000 (04:05 +0000)]
* dwarf2read.c (read_func_scope): Re-indent comment.

20 years agoClean up misapplied patch:
jimb [Wed, 28 Jan 2004 04:02:51 +0000 (04:02 +0000)]
Clean up misapplied patch:
* dwarf2read.c (determine_prefix): Change one of the two forward
declarations for 'determine_prefix_aux' to a declaration for this.
(read_func_scope): Use cu->language, not cu_language.  Pass 'cu'
argument to 'die_specification'.