OSDN Git Service

pf3gnuchains/pf3gnuchains3x.git
21 years ago * emultempl/elf32.em (gld${EMULATION_NAME}_add_sysroot): Do not
aj [Fri, 17 Jan 2003 10:36:49 +0000 (10:36 +0000)]
* emultempl/elf32.em (gld${EMULATION_NAME}_add_sysroot): Do not
skip ':'.

21 years ago * configure.in (baseargs): Avoid using \| in sed regular
jakub [Fri, 17 Jan 2003 08:00:15 +0000 (08:00 +0000)]
* configure.in (baseargs): Avoid using \| in sed regular
expressions.
* configure: Rebuilt.

21 years agoupdate copyright
cgf [Fri, 17 Jan 2003 05:43:43 +0000 (05:43 +0000)]
update copyright

21 years agoupdate copyright
cgf [Fri, 17 Jan 2003 05:41:15 +0000 (05:41 +0000)]
update copyright

21 years agowhitespace
cgf [Fri, 17 Jan 2003 05:33:52 +0000 (05:33 +0000)]
whitespace

21 years agocorrect pwdgroup::load entry
cgf [Fri, 17 Jan 2003 05:29:23 +0000 (05:29 +0000)]
correct pwdgroup::load entry

21 years ago* uinfo.cc (etc::dir_changed): Don't print a warning if can't open /etc, unless
cgf [Fri, 17 Jan 2003 05:24:27 +0000 (05:24 +0000)]
* uinfo.cc (etc::dir_changed): Don't print a warning if can't open /etc, unless
debugging.

21 years ago* grp.cc (read_etc_group): On NT, add a line for gid = -1. Change name
cgf [Fri, 17 Jan 2003 05:18:29 +0000 (05:18 +0000)]
* grp.cc (read_etc_group): On NT, add a line for gid = -1.  Change name
"unknown" to "mkgroup".
(internal_getgrgid): Do not return default in nontsec case.
(internal_getgroups): Add argument srchsid and look for it in groups if not
NULL.
* passwd.cc (read_etc_passwd): On NT, add a line for uid = -1.  Use same
default uid for Win95 and NT.  Call cygheap_user::ontherange to initialize
HOME.
* cygheap.cc (init_cygheap::etc_changed): Move to uinfo.cc.
* cygheap.h (init_cygheap::etc_changed_h): Remove.
(init_cygheap::etc_changed): Ditto.
* grp.cc (group_state): Remove.  Use gr instead throughout.
(gr): Define as class pwdgrp.
(read_etc_group): Remove gr definition.  Remove calls to set_last_modified and
close.  Pass add_grp to gr.load to load file.
* passwd.cc (passwd_state): Remove.  Use pr instead, throughout.
(pr): Define as class pwdgrp.
(read_etc_passwd): Remove pr definition.  Remove calls to set_last_modified and
close.  Pass add_pwd_line to pr.load to load file.
* pwdgrp.h (etc): New helper class for pwdgrp.
(pwdgrp): Combine pwdgrp_check and pwdgrp_read into one class.  Remove file_w32
and last_modified fields.
(pwdgrp::set_last_modified): Remove.
(pwdgrp::isinitializing): Remove FindFirstFile stuff.  Move to
etc::file_changed.
(pwdgrp::load): Rename from 'open'.  Call etc::init to initialize etc scanning.
Close file handle after reading buffer into memory.  Parse buffer by calling
second argument.
(pwdgrp::gets): Reorganize slightly to rely on eptr starting at beginning of
buffer.  Free buffer when memory exhausted.
(pwdgrp::close): Remove.
* uinfo.cc (etc::dir_changed): New function.
(etc::init): Ditto.
(etc::file_changed): Ditto.
(etc::set_last_modified): Ditto.

21 years ago * readelf.c (get_osabi_name): Handle ELFOSABI_AROS, ELFOSABI_OPENVMS
amodra [Fri, 17 Jan 2003 01:34:01 +0000 (01:34 +0000)]
* readelf.c (get_osabi_name): Handle ELFOSABI_AROS, ELFOSABI_OPENVMS
and ELFOSABI_NSK.

21 years agomissed changelog entry
amodra [Fri, 17 Jan 2003 01:33:13 +0000 (01:33 +0000)]
missed changelog entry

21 years ago * common.h: Formatting, typo fixes.
amodra [Fri, 17 Jan 2003 01:32:46 +0000 (01:32 +0000)]
* common.h: Formatting, typo fixes.
(DT_ENCODING): Correct value.

* common.h (ELFOSABI_AROS): Define.
(ELFOSABI_OPENVMS): Likewise.
(ELFOSABI_NSK): Likewise.

21 years ago*** empty log message ***
gdbadmin [Fri, 17 Jan 2003 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

21 years agodaily update
amodra [Thu, 16 Jan 2003 23:00:04 +0000 (23:00 +0000)]
daily update

21 years ago2003-01-16 Joel Sherrill <joel@OARcorp.com>
jjohnstn [Thu, 16 Jan 2003 22:37:51 +0000 (22:37 +0000)]
2003-01-16  Joel Sherrill <joel@OARcorp.com>

        * libc/sys/rtems/include/limits.h, libc/sys/rtems/sys/param.h,
        libc/sys/rtems/sys/syslimits.h: Update to be in sync with what
        constants are defined in each file in the shared versions in
        libc/include.
        * libc/sys/rtems/crt0.c: Define extra symbols on SH and HP-PA to
        autoconf can link programs.
        * libc/include/machine/types.h: Explicitly specify signed on
        intXX_t types to ensure they are signed.

21 years ago * elfxx-ia64.c (struct elfNN_ia64_link_hash_table): Add
jakub [Thu, 16 Jan 2003 21:31:09 +0000 (21:31 +0000)]
* elfxx-ia64.c (struct elfNN_ia64_link_hash_table): Add
self_dtpmod_done and self_dtpmod_offset.
(allocate_global_data_got): Only use one got entry for all
dtpmod relocs against local symbols.
(allocate_dynrel_entries): Only need .rela.got entry for
dtpmod against global symbol.
(elfNN_ia64_size_dynamic_sections): Initialize self_dtpmod_offset.
Reserve space in .rela.got for the local dtpmod entry.
(set_got_entry): Initialize the common local dtpmod .got entry.
(elfNN_ia64_relocate_section): Handle R_IA_64_DTPREL64LSB
and R_IA_64_DTPREL64MSB.

* config/tc-ia64.c (ia64_cons_fix_new): Handle @dtprel() in data.

* ld-ia64/ia64.exp: New.
* ld-ia64/tlsbin.dd: New test.
* ld-ia64/tlsbinpic.s: New test.
* ld-ia64/tlsbin.rd: New test.
* ld-ia64/tlsbin.s: New test.
* ld-ia64/tlsbin.sd: New test.
* ld-ia64/tlsbin.td: New test.
* ld-ia64/tlsg.s: New test.
* ld-ia64/tlsg.sd: New test.
* ld-ia64/tlslib.s: New test.
* ld-ia64/tlspic1.s: New test.
* ld-ia64/tlspic2.s: New test.
* ld-ia64/tlspic.dd: New test.
* ld-ia64/tlspic.rd: New test.
* ld-ia64/tlspic.sd: New test.
* ld-ia64/tlspic.td: New test.

21 years agoMissed one...
msnyder [Thu, 16 Jan 2003 20:03:30 +0000 (20:03 +0000)]
Missed one...

21 years ago2003-01-16 Michael Snyder <msnyder@redhat.com>
msnyder [Thu, 16 Jan 2003 19:54:34 +0000 (19:54 +0000)]
2003-01-16  Michael Snyder  <msnyder@redhat.com>

* compile.c: Change K&R function definitions to ISO.
(fetch): Make static, and eliminate unused parameter 'n'.

21 years ago * config.in (LIBTHREAD_DB_SO): New macro.
kevinb [Thu, 16 Jan 2003 18:20:18 +0000 (18:20 +0000)]
* config.in (LIBTHREAD_DB_SO): New macro.
* configure.in (mips64*linux*): Remove no-threads.o from
TARGET_MODULES list.  Add thread-db.o to this list.
* configure: Regenerate.

21 years ago * lib/gdbserv-state.c (do_status_packet, gdbserv_data_packet): Fix
kevinb [Thu, 16 Jan 2003 17:28:31 +0000 (17:28 +0000)]
* lib/gdbserv-state.c (do_status_packet, gdbserv_data_packet): Fix
memset() calls - the arguments were in the wrong order.
(gdbserv_data_packet): Check return value from get_reg() call.

21 years ago2003-01-16 Andrew Cagney <ac131313@redhat.com>
cagney [Thu, 16 Jan 2003 16:54:51 +0000 (16:54 +0000)]
2003-01-16  Andrew Cagney  <ac131313@redhat.com>

* frame.h (frame_id_unwind_ftype): Change type so that the frame's
ID back using a parameter.
* frame.c (frame_id_unwind): Update call.
(frame_saved_regs_id_unwind): Update.
* dummy-frame.c (dummy_frame_id_unwind): Update function.
* dummy-frame.h (struct frame_id): Add opaque declaration.
(dummy_frame_id_unwind): Update declaration.

21 years ago * configure.in (baseargs): Remove all supported forms of
jakub [Thu, 16 Jan 2003 16:27:47 +0000 (16:27 +0000)]
* configure.in (baseargs): Remove all supported forms of
--cache-file, --srcdir, --host, --build and --target options
from argument lists.
* configure: Rebuilt.

21 years ago * configure.in (baseargs): Remove all supported forms of
jakub [Thu, 16 Jan 2003 16:27:29 +0000 (16:27 +0000)]
* configure.in (baseargs): Remove all supported forms of
--cache-file, --srcdir, --host, --build and --target options
from argument lists.
* configure: Rebuilt.

21 years ago * mmap.cc (fixup_mmaps_after_fork): Add ERROR_NOACCESS to the list of
corinna [Thu, 16 Jan 2003 14:11:09 +0000 (14:11 +0000)]
* mmap.cc (fixup_mmaps_after_fork): Add ERROR_NOACCESS to the list of
ReadProcessMemory() error codes that trigger a retry with temporary
PAGE_READONLY access.  Note that this can occur on NT 4.0.

21 years ago * Makefile.in: Regenerate.
amodra [Thu, 16 Jan 2003 04:11:53 +0000 (04:11 +0000)]
* Makefile.in: Regenerate.

21 years ago * Makefile.am: Run "make dep-am".
amodra [Thu, 16 Jan 2003 04:11:35 +0000 (04:11 +0000)]
* Makefile.am: Run "make dep-am".
* Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.

21 years ago * Makefile.am: Run "make dep-am".
amodra [Thu, 16 Jan 2003 04:11:04 +0000 (04:11 +0000)]
* Makefile.am: Run "make dep-am".
* Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.

21 years ago * readelf.c: Include elf/ppc64.h.
amodra [Thu, 16 Jan 2003 04:10:22 +0000 (04:10 +0000)]
* readelf.c: Include elf/ppc64.h.
(dump_relocations <EM_PPC64>): Use elf_ppc64_reloc_type.
* Makefile.am: Run "make dep-am".
* Makefile.in: Regenerate.

21 years ago * elf64-ppc.c: Include elf/ppc64.h rather than elf/ppc.h.
amodra [Thu, 16 Jan 2003 04:09:34 +0000 (04:09 +0000)]
* elf64-ppc.c: Include elf/ppc64.h rather than elf/ppc.h.
(R_PPC_*): Rename all occurrences to R_PPC64_*.
(R_PPC64_ADDR30): Rename all occurrences to R_PPC64_REL30.
(enum elf_ppc_reloc_type): Ditto to enum elf_ppc64_reloc_type.
(ppc64_elf_gc_sweep_hook): Handle R_PPC64_REL30 along with other
relative relocs, not with absolute ones.
* Makefile.am: Run "make dep-am".
* Makefile.in: Regenerate.
* po/SRC-POTFILES.in: Regenerate.

21 years ago * ppc.h: Split out ppc64 definitions to..
amodra [Thu, 16 Jan 2003 04:08:46 +0000 (04:08 +0000)]
* ppc.h: Split out ppc64 definitions to..
* pcc64.h: ..here.  New file.
(R_PPC64_REL30): Rename from R_PPC64_ADDR30.

21 years agoremove errnoneously added files
cgf [Thu, 16 Jan 2003 01:57:08 +0000 (01:57 +0000)]
remove errnoneously added files

21 years ago2003-01-15 Elena Zannoni <ezannoni@redhat.com>
ezannoni [Thu, 16 Jan 2003 01:56:15 +0000 (01:56 +0000)]
2003-01-15  Elena Zannoni  <ezannoni@redhat.com>

* gdb.base/break.exp: Fix change of default location, because of
removal of until tests.
* gdb.base/help.exp: Update test for new 'until' help message.
Add test for help on 'advance'.

21 years agoremove errnoneously added files
cgf [Thu, 16 Jan 2003 01:55:51 +0000 (01:55 +0000)]
remove errnoneously added files

21 years ago* path.cc (normalize_posix_path): Convert win32 path separators to slashes when
cgf [Thu, 16 Jan 2003 01:49:14 +0000 (01:49 +0000)]
* path.cc (normalize_posix_path): Convert win32 path separators to slashes when
full path is specified.

21 years agomerge from trunk
cgf [Thu, 16 Jan 2003 01:27:30 +0000 (01:27 +0000)]
merge from trunk

21 years ago2003-01-15 Elena Zannoni <ezannoni@redhat.com>
ezannoni [Thu, 16 Jan 2003 01:13:17 +0000 (01:13 +0000)]
2003-01-15  Elena Zannoni  <ezannoni@redhat.com>

        * gdb.base/args.exp: Fix foobar with GDBFLAGS global.

21 years ago*** empty log message ***
gdbadmin [Thu, 16 Jan 2003 00:00:04 +0000 (00:00 +0000)]
*** empty log message ***

21 years agodaily update
amodra [Wed, 15 Jan 2003 23:00:06 +0000 (23:00 +0000)]
daily update

21 years agoAdded a period under at the end of the comment and fixed the date.
ssmith [Wed, 15 Jan 2003 21:06:33 +0000 (21:06 +0000)]
Added a period under at the end of the comment and fixed the date.

21 years ago003-01-15 Dave Brolley <brolley@redhat.com>
brolley [Wed, 15 Jan 2003 20:04:56 +0000 (20:04 +0000)]
003-01-15  Dave Brolley  <brolley@redhat.com>

        * compCGEN.cxx (cgen_bi_endian_cpu): Don't initialize trace_count.
        (trace_counter): Use total_insn_count and total_latency.
        * cgen-cpu.h (class cgen_bi_endian_cpu): Remove trace_count.

21 years ago2003-01-15 Dave Brolley <brolley@redhat.com>
brolley [Wed, 15 Jan 2003 20:03:34 +0000 (20:03 +0000)]
2003-01-15  Dave Brolley  <brolley@redhat.com>

        * sidcpuutil.h (sidutil): Add total_insn_count when computing
        simulated cycles.

21 years ago2003-01-15 Andrew Cagney <ac131313@redhat.com>
cagney [Wed, 15 Jan 2003 19:35:23 +0000 (19:35 +0000)]
2003-01-15  Andrew Cagney  <ac131313@redhat.com>

* sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.

Index: doc/ChangeLog
2003-01-15  Andrew Cagney  <ac131313@redhat.com>

* gdbint.texinfo (Target Architecture Definition): Delete
definition of PRINT_REGISTER_HOOK.

21 years ago* libc/time/strftime.c (strftime): Add '%h' and '%l, %k' GNU extensions.
cgf [Wed, 15 Jan 2003 18:52:01 +0000 (18:52 +0000)]
* libc/time/strftime.c (strftime): Add '%h' and '%l, %k' GNU extensions.

21 years ago2003-01-15 Elena Zannoni <ezannoni@redhat.com>
ezannoni [Wed, 15 Jan 2003 17:57:37 +0000 (17:57 +0000)]
2003-01-15  Elena Zannoni  <ezannoni@redhat.com>

(OpenRISC 1000): Fix formatting of command names.

21 years ago* gdb.base/default.exp: Adapt "info float" test for recent changes
kettenis [Wed, 15 Jan 2003 17:46:18 +0000 (17:46 +0000)]
* gdb.base/default.exp: Adapt "info float" test for recent changes
to that command.  Add test for "info vector".
* gdb.base/float.exp: New file.  Add test for "info float" that
resembles the old test in gdb.base/default.exp.

21 years ago2003-01-15 David Carlton <carlton@math.stanford.edu>
carlton [Wed, 15 Jan 2003 17:32:41 +0000 (17:32 +0000)]
2003-01-15  David Carlton  <carlton@math.stanford.edu>

* gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.

21 years ago* cmalloc.cc (_cmalloc): Fix memory leak.
cgf [Wed, 15 Jan 2003 17:27:18 +0000 (17:27 +0000)]
* cmalloc.cc (_cmalloc): Fix memory leak.

21 years ago * elf32-ppc.c (ppc_elf_check_relocs): Don't set DF_TEXTREL for a
schwab [Wed, 15 Jan 2003 15:54:50 +0000 (15:54 +0000)]
* elf32-ppc.c (ppc_elf_check_relocs): Don't set DF_TEXTREL for a
relocation against a non-allocated readonly section.

21 years agoUpdated the email address for Stephen P. Smith
ssmith [Wed, 15 Jan 2003 15:54:04 +0000 (15:54 +0000)]
Updated the email address for Stephen P. Smith

21 years ago2003-01-15 Elena Zannoni <ezannoni@redhat.com>
ezannoni [Wed, 15 Jan 2003 14:31:58 +0000 (14:31 +0000)]
2003-01-15  Elena Zannoni  <ezannoni@redhat.com>

* gdb.texinfo (Continuing and Stepping): Add new command
'advance'. Clarify behavior of 'until'.

21 years ago2003-01-15 Elena Zannoni <ezannoni@redhat.com>
ezannoni [Wed, 15 Jan 2003 14:25:09 +0000 (14:25 +0000)]
2003-01-15  Elena Zannoni  <ezannoni@redhat.com>

* gdb.base/break.exp: Move the tests of until command from here...
* gdb.base/until.exp: ... to here. New file. Add other tests.
* gdb.base/advance.c: New file.
* gdb.base/advance.exp: New file.

21 years ago* configure.in (noconfigdirs): Don't skip gas on IRIX 6.
aoliva [Wed, 15 Jan 2003 11:24:46 +0000 (11:24 +0000)]
* configure.in (noconfigdirs): Don't skip gas on IRIX 6.
* configure: Rebuilt.

21 years ago * autoload.cc: Fix copyright date.
corinna [Wed, 15 Jan 2003 10:21:22 +0000 (10:21 +0000)]
* autoload.cc: Fix copyright date.
* fhandler_dsp.cc: Ditto.
* mmap.cc: Ditto.
* net.cc: Ditto.
* ntdll.h: Ditto.
* signal.cc: Ditto.
* syscalls.cc: Ditto.
* uname.cc: Ditto.
* wait.cc: Ditto.

21 years ago * mkgroup.c: Fix copyright date.
corinna [Wed, 15 Jan 2003 10:08:36 +0000 (10:08 +0000)]
* mkgroup.c: Fix copyright date.
* mkpasswd.c: Ditto.
* setfacl.c: Ditto.

Fix ChangeLog typos.

21 years agofix minor typo.
cgf [Wed, 15 Jan 2003 04:39:34 +0000 (04:39 +0000)]
fix minor typo.

21 years ago2003-01-14 Elena Zannoni <ezannoni@redhat.com>
ezannoni [Wed, 15 Jan 2003 00:48:36 +0000 (00:48 +0000)]
2003-01-14  Elena Zannoni  <ezannoni@redhat.com>

* breakpoint.c (until_break_command): Add new argument.  Use it to
decide whether to stop only at the current frame or not.
* breakpoint.h (until_break_command): Update prototype.
  * infcmd.c (until_command): Add new argument to until_break_command
call.
(advance_command): New function.
(_initialize_infcmd): Update help string for 'until' command.
Add new 'advance' command.

21 years ago*** empty log message ***
gdbadmin [Wed, 15 Jan 2003 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

21 years agodaily update
amodra [Tue, 14 Jan 2003 23:00:03 +0000 (23:00 +0000)]
daily update

21 years ago2003-01-14 Elena Zannoni <ezannoni@redhat.com>
ezannoni [Tue, 14 Jan 2003 21:03:42 +0000 (21:03 +0000)]
2003-01-14  Elena Zannoni  <ezannoni@redhat.com>

        * gdb.base/args.c: New file.
        * gdb.base/args.exp: New file.

21 years ago * mmap.cc (fixup_mmaps_after_fork): Copy protection to child process.
corinna [Tue, 14 Jan 2003 21:01:42 +0000 (21:01 +0000)]
* mmap.cc (fixup_mmaps_after_fork): Copy protection to child process.
Change ambiguous debug output.

21 years ago2003-01-14 David Carlton <carlton@math.stanford.edu>
carlton [Tue, 14 Jan 2003 20:48:47 +0000 (20:48 +0000)]
2003-01-14  David Carlton  <carlton@math.stanford.edu>

* linespec.c (decode_line_1): Normalize comments.
(set_flags): Ditto.
(locate_first_half): Ditto.
(decode_compound): Ditto.
(symtab_from_filename): Ditto.
(decode_all_digits): Ditto.
(decode_dollar): Ditto.
(find_methods): Ditto.
(find_toplevel_char): Ditto.

21 years ago * mmap.cc (mmap_record::access): Change argument type to caddr_t
corinna [Tue, 14 Jan 2003 20:40:09 +0000 (20:40 +0000)]
* mmap.cc (mmap_record::access): Change argument type to caddr_t
for strictness.
(mprotect): Protect against calling VirtualProtect() for shared
pages on 9x/Me.
(fixup_mmaps_after_fork): If ReadProcessMemory() fails, try to
change protection of parent page to PAGE_READONLY, then try again.
Revert protection afterwards.

21 years agospacing cleanup
cgf [Tue, 14 Jan 2003 20:31:47 +0000 (20:31 +0000)]
spacing cleanup

21 years agoAdd winsup.api/pthread/cancel10.c
tpfaff [Tue, 14 Jan 2003 20:22:19 +0000 (20:22 +0000)]
Add winsup.api/pthread/cancel10.c

21 years agoApply system_cancel patch
tpfaff [Tue, 14 Jan 2003 20:19:26 +0000 (20:19 +0000)]
Apply system_cancel patch

21 years agoAdd winsup.api/pthread/cancel9.c
tpfaff [Tue, 14 Jan 2003 20:15:55 +0000 (20:15 +0000)]
Add winsup.api/pthread/cancel9.c

21 years agoApply wait_cancel patch
tpfaff [Tue, 14 Jan 2003 20:13:06 +0000 (20:13 +0000)]
Apply wait_cancel patch

21 years agoAdd winsup.api/pthread/cancel7.c and winsup.api/pthread/cancel8.c
tpfaff [Tue, 14 Jan 2003 20:09:11 +0000 (20:09 +0000)]
Add winsup.api/pthread/cancel7.c and winsup.api/pthread/cancel8.c

21 years agoApply sleep_cancel patch
tpfaff [Tue, 14 Jan 2003 20:05:48 +0000 (20:05 +0000)]
Apply sleep_cancel patch

21 years agoAdd winsup.api/pthread/cancel6.c
tpfaff [Tue, 14 Jan 2003 20:03:39 +0000 (20:03 +0000)]
Add winsup.api/pthread/cancel6.c

21 years agoApply handle_sigsuspend patch
tpfaff [Tue, 14 Jan 2003 19:55:40 +0000 (19:55 +0000)]
Apply handle_sigsuspend patch

21 years ago2003-01-14 Chris Demetriou <cgd@broadcom.com>
cgd [Tue, 14 Jan 2003 19:01:41 +0000 (19:01 +0000)]
2003-01-14  Chris Demetriou  <cgd@broadcom.com>

        * mips.igen (LUXC1, SUXC1): New, for mipsV and mips64.

21 years agoUpdate copyright date.
drow [Tue, 14 Jan 2003 18:42:38 +0000 (18:42 +0000)]
Update copyright date.

21 years ago * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
drow [Tue, 14 Jan 2003 18:32:12 +0000 (18:32 +0000)]
* gdb.c++/virtfunc.exp: Remove fixed XFAIL.

21 years ago2003-01-14 Chris Demetriou <cgd@broadcom.com>
cgd [Tue, 14 Jan 2003 18:15:08 +0000 (18:15 +0000)]
2003-01-14  Chris Demetriou  <cgd@broadcom.com>

        * mips.igen (EI, DI): Remove.

21 years ago * gdb.threads/killed.exp: Use KFAIL for gdb/568.
drow [Tue, 14 Jan 2003 18:13:10 +0000 (18:13 +0000)]
* gdb.threads/killed.exp: Use KFAIL for gdb/568.

21 years ago * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
drow [Tue, 14 Jan 2003 17:36:47 +0000 (17:36 +0000)]
* gdb.base/constvars.exp: Remove two extra XFAILs.  Update copyright
dates.

21 years ago(node WIN32): Some clarifications and formatting fixups.
nickc [Tue, 14 Jan 2003 11:25:57 +0000 (11:25 +0000)]
(node WIN32): Some clarifications and formatting fixups.

21 years ago * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
drow [Tue, 14 Jan 2003 04:40:48 +0000 (04:40 +0000)]
* gdb.c++/printmethod.exp (print virtual method): Accept "(void)".

21 years ago * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
drow [Tue, 14 Jan 2003 04:34:45 +0000 (04:34 +0000)]
* gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
(ptype &*"foo").
* gdb.c++/local.exp: Enable setup_kfail for gdb/482.

21 years agoadd an example on defining ifields the complete way,
devans [Tue, 14 Jan 2003 04:19:07 +0000 (04:19 +0000)]
add an example on defining ifields the complete way,
and a section on splicing arguments to define-*

21 years ago* fhandler_dsp.cc (fhandler_dsp::ioctl): Add limited support for
cgf [Tue, 14 Jan 2003 02:08:35 +0000 (02:08 +0000)]
* fhandler_dsp.cc (fhandler_dsp::ioctl): Add limited support for
SNDCTL_DSP_GETFMTS.

21 years ago2003-01-13 Andrew Cagney <ac131313@redhat.com>
cagney [Tue, 14 Jan 2003 00:49:02 +0000 (00:49 +0000)]
2003-01-13  Andrew Cagney  <ac131313@redhat.com>

* ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
* demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
* elfread.c, eval.c, expprint.c, expression.h: Update copyright.
* f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
* gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
* language.c, language.h, m32r-tdep.c: Update copyright.
* mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
* somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
* thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
* values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
* x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
* cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.

Index: mi/ChangeLog
2003-01-13  Andrew Cagney  <ac131313@redhat.com>

* mi-cmd-env.c: Update copyright.

21 years ago2003-01-13 Elena Zannoni <ezannoni@redhat.com>
ezannoni [Tue, 14 Jan 2003 00:15:05 +0000 (00:15 +0000)]
2003-01-13  Elena Zannoni  <ezannoni@redhat.com>

* stabsread.h (process_later, resolve_cfront_continuation):
Obsolete.
Update copyright years.
* buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
Update copyright year.
* dbxread.c(struct cont_elem): Obsolete.
(process_later, process_now): Obsolete functions.
(read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
Update copyright year.
* gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
(add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
* mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
(parse_partial_symbols): Obsolete cfront support.
* stabsread.c
(CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
macros.
(get_substring, get_cfront_method_physname, msg_unknown_complaint,
read_cfront_baseclasses, read_cfront_member_functions,
resolve_cfront_continuation,read_cfront_static_fields,
copy_cfront_struct_fields): Obsolete functions.
(define_symbol, read_one_struct_field): Obsolete cfront support.
* xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
Update Copyright year.

21 years ago2003-01-13 Elena Zannoni <ezannoni@redhat.com>
ezannoni [Tue, 14 Jan 2003 00:07:41 +0000 (00:07 +0000)]
2003-01-13  Elena Zannoni  <ezannoni@redhat.com>

* stack.c (print_frame_info, print_stack_frame_base_stub,
print_stack_frame_base, show_and_print_stack_frame_stub,
show_and_print_stack_frame, print_only_stack_frame_stub,
print_only_stack_frame): Delete functions.
(print_stack_frame_stub): Call print_frame_info instead of
print_frame_info_base.
(print_frame_info_base): Rename to print_frame_info.
(backtrace_command_1): Call print_frame_info, instead of
print_frame_info_base.
(current_frame_command): Call print_stack_frame, instead of
print_only_stack_frame.
(frame_command): Call print_stack_frame, instead of
show_and_print_stack_frame.
(up_command): Ditto.
(down_command): Ditto.
* frame.h (print_only_stack_frame): Delete prototype.
* infrun.c (normal_stop): Call print_stack_frame, instead of
show_and_print_stack_frame.
* thread.c (info_threads_command): Call print_stack_frame, instead
of print_only_stack_frame.

2003-01-13  Elena Zannoni  <ezannoni@redhat.com>

* mi-main.c (mi_cmd_exec_return): Use print_stack_frame instead of
show_and_print_stack_frame.

21 years ago*** empty log message ***
gdbadmin [Tue, 14 Jan 2003 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

21 years agoRevert previous change.
cagney [Mon, 13 Jan 2003 23:27:17 +0000 (23:27 +0000)]
Revert previous change.

21 years ago2003-01-13 Andrew Cagney <ac131313@redhat.com>
cagney [Mon, 13 Jan 2003 23:25:53 +0000 (23:25 +0000)]
2003-01-13  Andrew Cagney  <ac131313@redhat.com>

* README (Graphical interface to GDB): Update URL.  Point at
gdb/links/.

21 years ago * gdb.mi/mi-console.exp: Remove extra "(known bug)".
drow [Mon, 13 Jan 2003 23:24:42 +0000 (23:24 +0000)]
* gdb.mi/mi-console.exp: Remove extra "(known bug)".
* gdb.mi/mi1-console.exp: Likewise.

21 years ago2003-01-13 Andrew Cagney <ac131313@redhat.com>
cagney [Mon, 13 Jan 2003 23:07:06 +0000 (23:07 +0000)]
2003-01-13  Andrew Cagney  <ac131313@redhat.com>

* gdb_indent.sh: Update to version 2.2.9.  Warn when not exact
version match.

21 years agodaily update
amodra [Mon, 13 Jan 2003 23:00:04 +0000 (23:00 +0000)]
daily update

21 years agoupdate link for commercial inquiries
davidsb [Mon, 13 Jan 2003 22:17:01 +0000 (22:17 +0000)]
update link for commercial inquiries

21 years ago * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
drow [Mon, 13 Jan 2003 22:07:13 +0000 (22:07 +0000)]
* gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
* gdb.mi/mi1-console.exp: Likewise.

21 years ago * symtab.c (find_pc_sect_line): Don't consider end-of-function
drow [Mon, 13 Jan 2003 21:59:49 +0000 (21:59 +0000)]
* symtab.c (find_pc_sect_line): Don't consider end-of-function
lines.

21 years ago * thread-db.c (attach_thread): Prototype.
drow [Mon, 13 Jan 2003 21:48:32 +0000 (21:48 +0000)]
* thread-db.c (attach_thread): Prototype.
(struct private_thread_info): Remove lwpid.  Add thread handle (th),
thread information (ti), and valid flags (th_valid, ti_valid).
(attach_thread): Move target_pid_to_str call to after the thread
is added to GDB's list.  Initialize the cache.
(thread_get_info_callback, thread_db_map_id2thr)
(thread_db_get_info): New functions.
(thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
(thread_db_store_registers, thread_db_thread_alive)
(thread_db_get_thread_local_address): Use them.
(thread_db_pid_to_str): Likewise.  Return "Missing" instead
of calling error() for threads in unknown state.

(clear_lwpid_callback): New function.
(thread_db_resume): Use it to clear the cache.

21 years ago * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
drow [Mon, 13 Jan 2003 21:47:32 +0000 (21:47 +0000)]
* lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
(resume_callback): Remove dead code.

21 years agoChange location.
cgf [Mon, 13 Jan 2003 21:11:19 +0000 (21:11 +0000)]
Change location.

21 years ago2003-01-13 Andrew Cagney <ac131313@redhat.com>
cagney [Mon, 13 Jan 2003 21:10:27 +0000 (21:10 +0000)]
2003-01-13  Andrew Cagney  <ac131313@redhat.com>

* gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
predicate.
* gdbarch.h, gdbarch.c: Regenerate.
* stack.c (frame_info): Only initialize the saved registers when
FRAME_INIT_SAVED_REGS_P.
* frame.c (frame_saved_regs_register_unwind): Assert
FRAME_INIT_SAVED_REGS_P.
(deprecated_generic_get_saved_register): Ditto.

21 years agoReformatting.
davidsb [Mon, 13 Jan 2003 21:06:12 +0000 (21:06 +0000)]
Reformatting.
New location for Open Source Definition.

21 years agocygcheck output should be attached, not pasted
davidsb [Mon, 13 Jan 2003 20:51:49 +0000 (20:51 +0000)]
cygcheck output should be attached, not pasted
(diff thanks to Igor Pechtchanski)

21 years agoupdate commercial references from Cygnus to Red Hat, Inc.
davidsb [Mon, 13 Jan 2003 20:44:05 +0000 (20:44 +0000)]
update commercial references from Cygnus to Red Hat, Inc.