OSDN Git Service

pf3gnuchains/pf3gnuchains4x.git
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'.

20 years ago2004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
cagney [Wed, 28 Jan 2004 01:39:51 +0000 (01:39 +0000)]
2004-01-27  Paul N. Hilfinger  <hilfinger@gnat.com>

* breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
b->exp to NULL after freeing so that error during re-parsing or
evaluation of expressions associated with breakpoint don't
eventually lead to re-freeing of storage.
Committed by Andrew Cagney.

20 years ago2004-01-27 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Wed, 28 Jan 2004 01:00:36 +0000 (01:00 +0000)]
2004-01-27  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/stdlib/atexit.c: Protect global atexit list with a
        lock when newlib is multithreaded.

20 years ago2004-01-27 Michael Snyder <msnyder@redhat.com>
msnyder [Wed, 28 Jan 2004 00:05:47 +0000 (00:05 +0000)]
2004-01-27  Michael Snyder  <msnyder@redhat.com>

        * sh-opc.h (sh_table): "fsrra", not "fssra".

20 years ago*** empty log message ***
gdbadmin [Wed, 28 Jan 2004 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

20 years ago2004-01-27 Michael Snyder <msnyder@redhat.com>
msnyder [Tue, 27 Jan 2004 23:30:01 +0000 (23:30 +0000)]
2004-01-27  Michael Snyder  <msnyder@redhat.com>

* gencode.c: (op tab): Some refs and defs fixes.
"fsrra" -> "fsrra <FREG_N>".
        "sleep": replace array ref with array addr.
        "trapa": ditto.

20 years ago2004-01-27 Artem B. Bityuckiy <abitytsky@softminecorp.com>
jjohnstn [Tue, 27 Jan 2004 23:26:19 +0000 (23:26 +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 ago2004-01-27 Michael Snyder <msnyder@redhat.com>
msnyder [Tue, 27 Jan 2004 23:23:57 +0000 (23:23 +0000)]
2004-01-27  Michael Snyder  <msnyder@redhat.com>

        * gencode.c: Comment and whitespace clean-ups.

20 years ago2004-01-27 Andrew Cagney <cagney@redhat.com>
cagney [Tue, 27 Jan 2004 23:19:50 +0000 (23:19 +0000)]
2004-01-27  Andrew Cagney  <cagney@redhat.com>

* source.c (ambiguous_line_spec): Delete undefined declaration.
* m32r-rom.c (m32r_set_board_address): Delete unused function.
(m32r_set_server_address, m32r_set_download_path): Ditto.
* remote-fileio.c (remote_fileio_to_fio_int): Ditto.

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

20 years ago2004-01-27 Elena Zannoni <ezannoni@redhat.com>
ezannoni [Tue, 27 Jan 2004 22:25:15 +0000 (22:25 +0000)]
2004-01-27  Elena Zannoni  <ezannoni@redhat.com>

        Merge in official patches to readline-4.3 from
ftp://ftp.cwru.edu/pub/bash/readline-4.3-patches:
NOTE: Patch-ID readline-43-004 was already applied (see below).

* bind.c (rl_generic_bind): Pressing certain key sequences
causes an infinite loop in _rl_dispatch_subseq with the `key' argument
set to 256.  This eventually causes bash to exceed the stack size
limit and crash with a segmentation violation.
Patch-ID: readline43-001.

* readline.c (_rl_dispatch_subseq): Repeating an edit in
vi-mode with `.' does not work.
Patch-ID: readline43-002.

* mbutil.c (_rl_get_char_len, _rl_compare_chars,
_rl_adjust_point): When in a locale with multibyte characters, the
readline display updater will occasionally cause a
segmentation fault when attempting to compute the length of the first
multibyte character on the line.
Patch-ID: readline43-003.

* vi_mode.c (_rl_vi_change_mbchar_case): Using the vi editing
mode's case-changing commands in a locale with multibyte characters
will cause garbage characters to be inserted into the editing buffer.
Patch-ID: readline43-005.

20 years ago * dwarf2read.c: Update calls to changed and renamed functions, and
drow [Tue, 27 Jan 2004 20:47:18 +0000 (20:47 +0000)]
* dwarf2read.c: Update calls to changed and renamed functions, and
references to moved variables.

(struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
language, language_defn, list_in_scope, and ftypes members.
(cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
(cu_language_defn, list_in_scope, ftypes, cu_header_offset)
(baseaddr): Remove globals.

(dwarf_attr): Renamed to dwarf2_attr.  Add CU argument.
(set_cu_language, die_is_declaration, die_specification)
(determine_prefix, determin_prefix_aux, class_name, namespace_name)
(dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
(dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
(initialize_cu_func_list, add_to_cu_func_list): Add CU argument.

(dwarf2_build_psymtabs_hard): Add local baseaddr.  Initialize
cu.list_in_scope.  Don't initialize cu_header_offset.
(add_partial_symbol): Add local baseaddr.
(psymtab_to_symtab_1): Add local baseaddr.  Use
objfile->section_offsets for consistency.  Don't initialize
cu_header_offset; do initialize cu.header.offset and
cu.list_in_scope.
(read_file_scope, read_func_scope, read_lexical_block_scope)
(dwarf_decode_lines, new_symbol): Add local baseaddr.

20 years agoFix capitalization in my last ChangeLog entry.
chastain [Tue, 27 Jan 2004 14:07:02 +0000 (14:07 +0000)]
Fix capitalization in my last ChangeLog entry.
"Add".

20 years ago2004-01-27 Andrew Cagney <cagney@redhat.com>
cagney [Tue, 27 Jan 2004 13:21:09 +0000 (13:21 +0000)]
2004-01-27  Andrew Cagney  <cagney@redhat.com>

* ppc-instructions: Update copyright.
(convert_to_integer): Add trailing ";" to label.

20 years ago2004-01-27 Michael Chastain <mec.gnu@mindspring.com>
chastain [Tue, 27 Jan 2004 09:46:16 +0000 (09:46 +0000)]
2004-01-27  Michael Chastain  <mec.gnu@mindspring.com>

* PROBLEMS: add gdb/1516.

20 years ago2003-12-29 Robert Millan <robertmh@gnu.org>
cagney [Tue, 27 Jan 2004 04:10:37 +0000 (04:10 +0000)]
2003-12-29  Robert Millan  <robertmh@gnu.org>

Patch committed by Andrw Cagney.
* configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
* configure.tgt: Match knetbsd*-gnu.

20 years ago2004-01-26 Andrew Cagney <cagney@redhat.com>
cagney [Tue, 27 Jan 2004 03:13:34 +0000 (03:13 +0000)]
2004-01-26  Andrew Cagney  <cagney@redhat.com>

* breakpoint.c (catch_command_1): Delete #ifdef code.
(catch_fork_command_1): Delete #ifdef wrapper.
(catch_exec_command_1): Ditto.
(catch_load_command_1): Ditto.
(catch_unload_command_1): Ditto.

20 years ago2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
chastain [Tue, 27 Jan 2004 02:43:34 +0000 (02:43 +0000)]
2004-01-24  Michael Chastain  <mec.gnu@mindspring.com>

* gdb.cp/local.exp: Rewrite "ptype Local".  Add "ptype l".
Provide arms for current output in all my configurations.