OSDN Git Service

pf3gnuchains/pf3gnuchains3x.git
21 years ago2003-02-07 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Sat, 8 Feb 2003 04:30:58 +0000 (04:30 +0000)]
2003-02-07  Jeff Johnston  <jjohnstn@redhat.com>

        * acinclude.m4 (--disable-newlib-supplied-syscalls): New configuration
        option to allow disabling of syscalls being supplied in newlib.
        * aclocal.m4: Regenerated.
        * configure: Ditto.
        * configure.host: Add support of new configuration option and add
        -D__NO_SYSCALLS__ if newlib supplied syscalls are disabled.
        * doc/aclocal.m4: Regenerated.
        * doc/configure: Ditto.
        * libc/*aclocal.m4: Ditto.
        * libc/*configure: Ditto.
        * libm/*aclocal.m4: Ditto.
        * libm/*configure: Ditto.
        * libc/sys/arm/Makefile.am: Don't build syscalls.o if new option
        is disabled.
        * libc/sys/arm/Makefile.in: Regenerated.

21 years ago2003-02-07 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Sat, 8 Feb 2003 04:30:22 +0000 (04:30 +0000)]
2003-02-07  Jeff Johnston  <jjohnstn@redhat.com>

        * acinclude.m4 (--disable-newlib-supplied-syscalls): New configuration
        option to allow disabling of syscalls being supplied in newlib.
        * aclocal.m4: Regenerated.
        * configure: Ditto.
        * configure.host: Add support of new configuration option and add
        -D__NO_SYSCALLS__ if newlib supplied syscalls are disabled.
        * doc/aclocal.m4: Regenerated.
        * doc/configure: Ditto.
        * libc/*aclocal.m4: Ditto.
        * libc/*configure: Ditto.
        * libm/*aclocal.m4: Ditto.
        * libm/*configure: Ditto.
        * libc/sys/arm/Makefile.am: Don't build syscalls.o if new option
        is disabled.
        * libc/sys/arm/Makefile.in: Regenerated.

21 years ago2003-02-07 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Sat, 8 Feb 2003 04:29:09 +0000 (04:29 +0000)]
2003-02-07  Jeff Johnston  <jjohnstn@redhat.com>

        * acinclude.m4 (--disable-newlib-supplied-syscalls): New configuration
        option to allow disabling of syscalls being supplied in newlib.
        * aclocal.m4: Regenerated.
        * configure: Ditto.
        * configure.host: Add support of new configuration option and add
        -D__NO_SYSCALLS__ if newlib supplied syscalls are disabled.
        * doc/aclocal.m4: Regenerated.
        * doc/configure: Ditto.
        * libc/*aclocal.m4: Ditto.
        * libc/*configure: Ditto.
        * libm/*aclocal.m4: Ditto.
        * libm/*configure: Ditto.
        * libc/sys/arm/Makefile.am: Don't build syscalls.o if new option
        is disabled.
        * libc/sys/arm/Makefile.in: Regenerated.

21 years ago* libltp/lib/parse_opts.c: Deal with C warnings.
cgf [Sat, 8 Feb 2003 02:56:48 +0000 (02:56 +0000)]
* libltp/lib/parse_opts.c: Deal with C warnings.
* winsup.api/pthread/cancel12.c: Ditto.
* winsup.api/winsup.exp: Don't use -g3.

21 years ago * elf32-hppa.c (elf32_hppa_size_stubs): Double the size left for
amodra [Sat, 8 Feb 2003 01:10:30 +0000 (01:10 +0000)]
* elf32-hppa.c (elf32_hppa_size_stubs): Double the size left for
stubs if !stubs_always_before_branch.

21 years ago2003-02-07 David Carlton <carlton@math.stanford.edu>
carlton [Sat, 8 Feb 2003 00:39:52 +0000 (00:39 +0000)]
2003-02-07  David Carlton  <carlton@math.stanford.edu>

* gdb_mbuild.sh: Delete extra shift after parsing '-f'.

21 years ago*** empty log message ***
gdbadmin [Sat, 8 Feb 2003 00:00:31 +0000 (00:00 +0000)]
*** empty log message ***

21 years agoFix typo in previous entry.
kevinb [Fri, 7 Feb 2003 23:15:36 +0000 (23:15 +0000)]
Fix typo in previous entry.

21 years agoFix mips single step code for mips64 n32 and n64 targets. Adjust register
kevinb [Fri, 7 Feb 2003 23:03:08 +0000 (23:03 +0000)]
Fix mips single step code for mips64 n32 and n64 targets.  Adjust register
information.

21 years agodaily update
amodra [Fri, 7 Feb 2003 23:00:04 +0000 (23:00 +0000)]
daily update

21 years agoMove ``length'' from struct main_type to struct type.
kevinb [Fri, 7 Feb 2003 21:44:00 +0000 (21:44 +0000)]
Move ``length'' from struct main_type to struct type.

21 years ago* dump_setup.cc (compar): Use case insensitive comparisons.
cgf [Fri, 7 Feb 2003 21:34:34 +0000 (21:34 +0000)]
* dump_setup.cc (compar): Use case insensitive comparisons.
(dump_setup): Calculate package_len based on already used "len".  Don't bother
with version_len.

21 years ago * dump_setup.cc (dump_setup): Compute the longest package name
corinna [Fri, 7 Feb 2003 21:11:44 +0000 (21:11 +0000)]
* dump_setup.cc (dump_setup): Compute the longest package name
and align columns properly.

21 years ago * ntsec.sgml: Add note on special names for missing user/group.
corinna [Fri, 7 Feb 2003 20:59:19 +0000 (20:59 +0000)]
* ntsec.sgml: Add note on special names for missing user/group.

21 years ago * mmap.cc (mmap_record::alloc_map): De-inline. Add offset and length
corinna [Fri, 7 Feb 2003 20:57:30 +0000 (20:57 +0000)]
* mmap.cc (mmap_record::alloc_map): De-inline.  Add offset and length
parameter.  Only protect pages actually unused currently.  Do job
of map_map() when initializing a map.
(mmap_record::map_map): Reduce functionality for the reuse case
of private anonymous mapping.
(mmap_record::fixup_map): Format change.
(list::add_record): Add offset and length parameter to call
mmap_record::alloc_map() correctly.
(mmap64): Rename `l' variable to `map_list'.  Accomodate above changes.
(munmap): Rename `l' variable to `map_list'.
(msync): Ditto.
(fhandler_disk_file::mmap): Streamline code.
(mprotect): Ditto.
(fixup_mmaps_after_fork): Rename `l' variable to `map_list'.

21 years ago2003-02-06 Martin M. Hunt <hunt@redhat.com>
hunt [Fri, 7 Feb 2003 19:51:59 +0000 (19:51 +0000)]
2003-02-06  Martin M. Hunt  <hunt@redhat.com>

* win/tcl.m4 (SC_CONFIG_CFLAGS): Don't default to -O.
* unix/tcl.m4 (SC_CONFIG_CFLAGS): Don't default to -O.
CFLAGS gets set to "-O2" by default in top level
configure. Adding "-O" here causes the "-O2" to be
ignored, but only when the user types "make" within
the tcl subdirectory. This caused some confusion.
* win/configure: Rebuilt.
* unix/configure: Rebuilt.

* generic/tclEnv.c (TclUnsetEnv): Cast arg to unsigned.

Import from latest tcl sources to fix a bug with
"file copy"
2003-01-25  Mo DeJong  <mdejong@users.sourceforge.net>
* win/tclWinFCmd.c (DoRenameFile, DoCopyFile, squelch_warnings):
Re-implement inline ASM SEH handlers for gcc.
The esp and ebp registers are now saved on the
stack instead of in global variables so that
the code is thread safe. Add additional checks
when TCL_MEM_DEBUG is defined to be sure the
values were recovered from the stack properly.
Remove squelch_warnings functions and add
a dummy call in the handler methods to squelch
compiler warnings.
* win/tclWinReg.c: Add casts to avoid compiler
warning. Fix assignment in if expression bug.

21 years ago * hppaelf.em (group_size): Change default to -1.
danglin [Fri, 7 Feb 2003 15:55:49 +0000 (15:55 +0000)]
* hppaelf.em (group_size): Change default to -1.

21 years agoAdd duplicate entry for no-pipeline-knowledge. This will prevent the getopt
nickc [Fri, 7 Feb 2003 15:32:21 +0000 (15:32 +0000)]
Add duplicate entry for no-pipeline-knowledge.  This will prevent the getopt
package from thinking that there are any shorter abbreviations for
--no-pipeline-knowledge.

21 years ago * config/tc-mips.c (my_getSmallExpression): Rework bracket handling.
rsandifo [Fri, 7 Feb 2003 15:06:33 +0000 (15:06 +0000)]
* config/tc-mips.c (my_getSmallExpression): Rework bracket handling.

testsuite/
* gas/mips/expr1.[sd]: New test.
* gas/mips/mips.exp: Run it.

21 years agoChristopher Faylor <cgf@redhat.com>
cgf [Fri, 7 Feb 2003 15:00:56 +0000 (15:00 +0000)]
Christopher Faylor <cgf@redhat.com>
* exceptions.cc (try_to_debug): Set priority of current thread rather than the
main thread.  Make busy waiting loop less busy.  Restore priority when function
returns.

21 years agoGenerate an error message if a section cannot be found for a symbol.
nickc [Fri, 7 Feb 2003 14:27:59 +0000 (14:27 +0000)]
Generate an error message if a section cannot be found for a symbol.

21 years ago * genscripts.sh (LIB_PATH): Don't append LIBPATH_SUFFIX to paths
jakub [Fri, 7 Feb 2003 14:21:03 +0000 (14:21 +0000)]
* genscripts.sh (LIB_PATH): Don't append LIBPATH_SUFFIX to paths
which already have it.  Avoid duplicates.

21 years ago * elf64-alpha.c (elf64_alpha_relax_section): Don't crash if
jakub [Fri, 7 Feb 2003 09:30:32 +0000 (09:30 +0000)]
* elf64-alpha.c (elf64_alpha_relax_section): Don't crash if
local_got_entries is NULL.

21 years ago* malloc.cc (DEFAULT_MMAP_THRESHOLD): Set high to avoid mmaps.
cgf [Fri, 7 Feb 2003 06:15:09 +0000 (06:15 +0000)]
* malloc.cc (DEFAULT_MMAP_THRESHOLD): Set high to avoid mmaps.
* pipe.cc (fhandler_pipe::close): Avoid extraneous this->.

21 years ago* pipe.cc (fhandler_pipe::close): Avoid extraneous this->.
cgf [Fri, 7 Feb 2003 05:48:58 +0000 (05:48 +0000)]
* pipe.cc (fhandler_pipe::close): Avoid extraneous this->.

21 years ago2003-02-07 Andrew Cagney <ac131313@redhat.com>
cagney [Fri, 7 Feb 2003 05:33:44 +0000 (05:33 +0000)]
2003-02-07  Andrew Cagney  <ac131313@redhat.com>

* sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
<sys/stat.h>.
* Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.

21 years ago* cygcheck.cc (common_apps): Add some more apps.
cgf [Fri, 7 Feb 2003 04:51:26 +0000 (04:51 +0000)]
* cygcheck.cc (common_apps): Add some more apps.
* path.cc (get_cygdrive): Correctly set system flag.

21 years ago2003-02-06 Andrew Cagney <ac131313@redhat.com>
cagney [Fri, 7 Feb 2003 04:49:33 +0000 (04:49 +0000)]
2003-02-06  Andrew Cagney  <ac131313@redhat.com>

* Makefile.in (symm-nat.o): Update dependencies.
(sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
(lynx-nat.o, ia64-linux-nat.): Ditto.
* symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
"gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
* ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.

21 years ago2003-02-06 Andrew Cagney <ac131313@redhat.com>
cagney [Fri, 7 Feb 2003 04:21:33 +0000 (04:21 +0000)]
2003-02-06  Andrew Cagney  <ac131313@redhat.com>

* Makefile.in (inflow_h): Define.
(procfs.o, inflow.o, procfs.o): Update dependencies.
* inftarg.c (child_stop): Delete extern declaration of
inferior_process_group.  Include "inflow.h".
* procfs.c (procfs_stop): Ditto.  Include "inflow.h".
* inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
* inflow.h (PROCESS_GROUP_TYPE): ... to here.  New file.
(our_process_group, inferior_process_group): Extern declarations.

21 years ago* heap.cc (heap_init): Remove debugging code.
cgf [Fri, 7 Feb 2003 04:13:41 +0000 (04:13 +0000)]
* heap.cc (heap_init): Remove debugging code.

21 years ago* configure.in: Make w32api directory optional.
cgf [Fri, 7 Feb 2003 03:45:15 +0000 (03:45 +0000)]
* configure.in: Make w32api directory optional.
* configure: Regenerate.

21 years ago2003-02-06 Andrew Cagney <ac131313@redhat.com>
cagney [Fri, 7 Feb 2003 03:23:20 +0000 (03:23 +0000)]
2003-02-06  Andrew Cagney  <ac131313@redhat.com>

* procfs.c: Include "gdb_assert.h".

21 years ago * include/locale.h: Include stddef.h for definition of NULL.
dannysmith [Fri, 7 Feb 2003 02:13:55 +0000 (02:13 +0000)]
* include/locale.h: Include stddef.h for definition of NULL.

21 years ago2003-02-06 Andrew Cagney <ac131313@redhat.com>
cagney [Fri, 7 Feb 2003 00:27:30 +0000 (00:27 +0000)]
2003-02-06  Andrew Cagney  <ac131313@redhat.com>

* linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
* cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
* jv-typeprint.c (java_type_print_base): Ditto.
* typeprint.c (typedef_print): Eliminate STREQ.
* cli/cli-script.c (define_command, define_command): Ditto.
* main.c (captured_main): Ditto.
* values.c (lookup_internalvar): Ditto.
* utils.c (safe_strerror, parse_escape): Eliminate assignment
within `if' conditional.
* linespec.c (decode_line_2): Ditto.
* cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
(bfd_openw_with_cleanup): Ditto.

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

* mi-cmd-env.c: Include "gdb_stat.h" instead of <sys/stat.h>.

21 years ago*** empty log message ***
gdbadmin [Fri, 7 Feb 2003 00:00:01 +0000 (00:00 +0000)]
*** empty log message ***

21 years ago* x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
kettenis [Thu, 6 Feb 2003 23:20:51 +0000 (23:20 +0000)]
* x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
legacy_extract_return_value and store_return_value to
legacy_return_value.

21 years ago * elf-eh-frame.c (get_DW_EH_PE_signed): Define.
schwab [Thu, 6 Feb 2003 23:01:04 +0000 (23:01 +0000)]
* elf-eh-frame.c (get_DW_EH_PE_signed): Define.
(read_value): Add parameter is_signed, use signed extraction if
the value is signed.
(_bfd_elf_write_section_eh_frame): Pass signed flag of the
encoding to read_value.

21 years agodaily update
amodra [Thu, 6 Feb 2003 23:00:06 +0000 (23:00 +0000)]
daily update

21 years ago2003-02-06 Frank Ch. Eigler <fche@redhat.com>
fche [Thu, 6 Feb 2003 20:44:34 +0000 (20:44 +0000)]
2003-02-06  Frank Ch. Eigler  <fche@redhat.com>

* cgen-engine.h: C++ namespace cleanup.

2003-02-06  Frank Ch. Eigler  <fche@redhat.com>

* arm-semsw.cxx: Sort of regenerated.

21 years ago2003-02-06 Frank Ch. Eigler <fche@redhat.com>
fche [Thu, 6 Feb 2003 20:42:04 +0000 (20:42 +0000)]
2003-02-06  Frank Ch. Eigler  <fche@redhat.com>

* cpu/fpu/poly.h: Correct formatting of multiline inline asm.

21 years ago2003-02-06 Frank Ch. Eigler <fche@redhat.com>
fche [Thu, 6 Feb 2003 20:40:26 +0000 (20:40 +0000)]
2003-02-06  Frank Ch. Eigler  <fche@redhat.com>

* components.h (IntController ctor,dtor): C++ cleanup.

21 years agowhitespace cleanup
cgf [Thu, 6 Feb 2003 20:37:55 +0000 (20:37 +0000)]
whitespace cleanup

21 years agoSource Navigator is now on sourceforge...
kseitz [Thu, 6 Feb 2003 20:36:19 +0000 (20:36 +0000)]
Source Navigator is now on sourceforge...

        * Makefile.def: Remove "snavigator", "grep", and "db" modules.
        * Makefile.tpl: Remove "all-snavigator" and "all-grep".
        * Makefile.in: Regenerated.
        * configure.in: Remove all traces of snavigator, db, and grep.
        * configure: Regenerated.

21 years ago2003-02-06 Frank Ch. Eigler <fche@redhat.com>
fche [Thu, 6 Feb 2003 20:29:20 +0000 (20:29 +0000)]
2003-02-06  Frank Ch. Eigler  <fche@redhat.com>

* compSched.cxx (operator <<,>>): Clean up decls of these templates.
(apprx_host_time_keeper get_now): Warning cleanup.

21 years ago2003-02-06 Frank Ch. Eigler <fche@redhat.com>
fche [Thu, 6 Feb 2003 20:27:48 +0000 (20:27 +0000)]
2003-02-06  Frank Ch. Eigler  <fche@redhat.com>

* sidbusutil.h (control_register_bus word_read,write): C++ cleanup.

21 years ago2003-02-06 Frank Ch. Eigler <fche@redhat.com>
fche [Thu, 6 Feb 2003 20:27:37 +0000 (20:27 +0000)]
2003-02-06  Frank Ch. Eigler  <fche@redhat.com>

* configure.in: Look for tcl/tk 8.4 instead of 8.3.
* configure: Regenerated.

21 years ago* win32-nat.c (get_relocated_section_addrs): New function. Find section load
cgf [Thu, 6 Feb 2003 19:51:23 +0000 (19:51 +0000)]
* win32-nat.c (get_relocated_section_addrs): New function.  Find section load
addresses for symbol handling in relocated DLLs.
(solib_symbols_add): Open a bfd and call get_relocated_section_addrs.

21 years ago2003-02-06 Jason Molenda (jason-cl@molenda.com)
jsm [Thu, 6 Feb 2003 18:26:19 +0000 (18:26 +0000)]
2003-02-06  Jason Molenda  (jason-cl@molenda.com)

* gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
why the code is written that way.

21 years agoChecked in as obvious fixes. Also updated FSF copyright year to 2003
fnf [Thu, 6 Feb 2003 17:58:00 +0000 (17:58 +0000)]
Checked in as obvious fixes.  Also updated FSF copyright year to 2003
for remote-e7000.c and infttrace.c.

2003-02-05  Fred Fish  <fnf@intrinsity.com>
* remote-e7000.c (e7000_drain_command): Fix precedence problem with
'=' and '!='.
* rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
with '&' and '=='.
(angel_RDI_info): Ditto.
* infttrace.c (threads_continue_all_but_one): Fix precedence problem
with '&' and '!='.
(threads_continue_all_with_signals): Ditto.

21 years ago * emulparams/elf64_s390.sh (LIBPATH_SUFFIX): Set to 64.
jakub [Thu, 6 Feb 2003 14:45:03 +0000 (14:45 +0000)]
* emulparams/elf64_s390.sh (LIBPATH_SUFFIX): Set to 64.
* emulparams/elf_x86_64.sh (LIBPATH_SUFFIX): Likewise.
* emulparams/elf64_sparc.sh (LIBPATH_SUFFIX): Set instead of suffix.

21 years ago * security.h: Introduce names UNKNOWN_UID and UNKNOWN_GID and delete
corinna [Thu, 6 Feb 2003 14:01:53 +0000 (14:01 +0000)]
* security.h: Introduce names UNKNOWN_UID and UNKNOWN_GID and delete
declaration of is_grp_member.
* uinfo.cc (internal_getlogin): Use UNKNOWN_GID.
* passwd.cc (pwdgrp::read_passwd): Use UNKNOWN_UID.
* grp.cc (pwdgrp::read_group): Change group name to provide better
feedback.
(getgrgid): Use gid16togid32.
* sec_helper.cc (is_grp_member): Delete.

21 years agoCommit Sh2E addition
nickc [Thu, 6 Feb 2003 10:42:33 +0000 (10:42 +0000)]
Commit Sh2E addition

21 years ago2003-02-05 Michael Chastain <mec@shout.net>
chastain [Thu, 6 Feb 2003 06:39:38 +0000 (06:39 +0000)]
2003-02-05  Michael Chastain  <mec@shout.net>

* gdb.base/dump.exp: Add missing copyright line.

21 years ago2003-02-05 Michael Chastain <mec@shout.net>
chastain [Thu, 6 Feb 2003 06:36:24 +0000 (06:36 +0000)]
2003-02-05  Michael Chastain  <mec@shout.net>

* gdb.base/dump.exp: Add missing copyright line.

21 years agotypeo
jsm [Thu, 6 Feb 2003 06:30:18 +0000 (06:30 +0000)]
typeo

21 years ago2003-02-05 Jason Molenda (jason-cl@molenda.com)
jsm [Thu, 6 Feb 2003 06:27:01 +0000 (06:27 +0000)]
2003-02-05  Jason Molenda  (jason-cl@molenda.com)

* gdb.mi/mi-syn-frames.c (subroutine): Add an extra statement
at the beginning so the breakpoint doesn't get set on the loop.

21 years agoAdd missing files from last commit :-(
cagney [Thu, 6 Feb 2003 05:30:16 +0000 (05:30 +0000)]
Add missing files from last commit :-(

21 years ago * setup-net.sgml: Add "setup-maxmem" section
joshuadfranklin [Thu, 6 Feb 2003 02:52:14 +0000 (02:52 +0000)]
 * setup-net.sgml: Add "setup-maxmem" section

21 years ago2003-02-05 Michael Chastain <mec@shout.net>
chastain [Thu, 6 Feb 2003 02:11:01 +0000 (02:11 +0000)]
2003-02-05  Michael Chastain  <mec@shout.net>

* gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
output for configurations with gcc 2.95.3.

21 years ago2003-02-05 Michael Chastain <mec@shout.net>
chastain [Thu, 6 Feb 2003 02:04:21 +0000 (02:04 +0000)]
2003-02-05  Michael Chastain  <mec@shout.net>

* gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
output for configurations with gcc 2.95.3.

21 years ago * gas/i386/x86-64-opcode.s: More tests for x86-64 MOVD opcodes.
amodra [Thu, 6 Feb 2003 01:49:39 +0000 (01:49 +0000)]
* gas/i386/x86-64-opcode.s: More tests for x86-64 MOVD opcodes.
* gas/i386/x86-64-opcode.d: Adjust to suit.

21 years ago * i386-dis.c (dq_mode, Edq): Define.
amodra [Thu, 6 Feb 2003 01:48:41 +0000 (01:48 +0000)]
* i386-dis.c (dq_mode, Edq): Define.
(dis386_twobyte): Correct movd operands.
(OP_E): Handle dq_mode case.

21 years ago * config/tc-ppc.c (ppc_elf_suffix): Undo part of last change so that
amodra [Thu, 6 Feb 2003 01:24:17 +0000 (01:24 +0000)]
* config/tc-ppc.c (ppc_elf_suffix): Undo part of last change so that
x@toc+off works.

21 years ago2003-02-05 Keith Seitz <keiths@redhat.com>
cagney [Thu, 6 Feb 2003 01:22:06 +0000 (01:22 +0000)]
2003-02-05  Keith Seitz  <keiths@redhat.com>
    Andrew Cagney  <ac131313@redhat.com>

* gdb.mi/mi-cli.exp: New file.

21 years ago2003-02-05 Jim Ingham <jingham@apple.com>
cagney [Thu, 6 Feb 2003 01:19:11 +0000 (01:19 +0000)]
2003-02-05  Jim Ingham <jingham@apple.com>
            Keith Seitz  <keiths@redhat.com>
            Elena Zannoni  <ezannoni@redhat.com>
            Andrew Cagney  <ac131313@redhat.com>

* Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
(SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
(SUBDIR_MI_OBS): Add "mi-interp.o".
(SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
(SFILES): Add "interps.c".
(COMMON_OBS): Add "interps.o".
(interps_h, mi_main_h): Define.
(interps.o, cli-interp.o, mi-interp.o): Add dependencies.
(mi-main.o, main.o, event-top.o): Update dependencies.
* cli/cli-interp.c: New file.
* interps.h, interps.c: New files.
* top.c: (gdb_init): Don't install the default interpreter, handed
by captured_main.
* main.c: Include "interps.h".
(interpreter_p): Note that it should malloc'ed.
(captured_command_loop): Call current_interp_command_loop.
(captured_main): Initialize interpreter_p to INTERP_CONSOLE.  Use
xfree and xstrdup when updating interpreter_p.  Install the
default interpreter.  Add hack to stop mi1's copyright notice
being encoded.
* event-top.h (gdb_setup_readline): Declare.
(gdb_disable_readline): Declare.
* event-top.c: Include "interps.h".
(display_gdb_prompt): Call current_interp_display_prompt_p.
(gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
gdb_stdlog, and gdb_stdtarg.
(_initialize_event_loop): Don't call gdb_setup_readline.
* cli-out.c (cli_out_set_stream): New function.
* cli-out.h (cli_out_set_stream): Declare.

21 years ago*** empty log message ***
gdbadmin [Thu, 6 Feb 2003 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

21 years ago* configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
kettenis [Wed, 5 Feb 2003 23:14:46 +0000 (23:14 +0000)]
* configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove.  These are all
handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
* config/i386/i386sco5.mt, config/i386/i386v4.mt,
config/i386/i386v42mp.mt: Removed.

21 years ago * compile.c (init_pointers): Abort if wreg never gets initialized.
kazu [Wed, 5 Feb 2003 23:10:27 +0000 (23:10 +0000)]
* compile.c (init_pointers): Abort if wreg never gets initialized.
(sim_resume): Fix the handling of exts.w and extu.w.

21 years ago* configure.tgt (*-*-solaris*): Set gdb_osabi to
kettenis [Wed, 5 Feb 2003 23:04:15 +0000 (23:04 +0000)]
* configure.tgt (*-*-solaris*): Set gdb_osabi to
GDB_OSABI_SOLARIS.

21 years agodaily update
amodra [Wed, 5 Feb 2003 23:00:04 +0000 (23:00 +0000)]
daily update

21 years ago* path.cc: Change 'to_posix_p' to 'to_posix' throughout.
cgf [Wed, 5 Feb 2003 21:12:57 +0000 (21:12 +0000)]
* path.cc: Change 'to_posix_p' to 'to_posix' throughout.
(conv_path_list_buf_size): Accommodate relative paths.

21 years ago2003-02-05 Michael Chastain <mec@shout.net>
chastain [Wed, 5 Feb 2003 17:45:14 +0000 (17:45 +0000)]
2003-02-05  Michael Chastain  <mec@shout.net>

* PROBLEMS (i[3456]86-*-linux*): Warn about binutils
2.12.1 and earlier versions.

21 years ago2003-02-05 Chris Demetriou <cgd@broadcom.com>
jjohnstn [Wed, 5 Feb 2003 17:10:43 +0000 (17:10 +0000)]
2003-02-05  Chris Demetriou  <cgd@broadcom.com>

* mips/configure.in (mipsisa32el-*-*): Handle in the same way
as mipsisa32-*-*.
(mipsisa32r2-*-*, mipsisa32r2el-*-*): New, handled in the same
way as mipsisa32-*-*.
* mips/configure: Regenerate.

21 years ago2003-02-05 Chris Demetriou <cgd@broadcom.com>
jjohnstn [Wed, 5 Feb 2003 17:01:33 +0000 (17:01 +0000)]
2003-02-05  Chris Demetriou  <cgd@broadcom.com>

* mips/cfe.c (hardware_hazard_hook): Move...
* mips/cfe_prestart.S (hardware_hazard_hook): To here,
and translate into assembly.

21 years ago2003-02-05 Jonathan Larmour <jifl@eCosCentric.com>
jjohnstn [Wed, 5 Feb 2003 16:52:34 +0000 (16:52 +0000)]
2003-02-05  Jonathan Larmour  <jifl@eCosCentric.com>

    * libc/stdio/vsprintf.c (vsprintf, _vsprintf_r): Set _file fd to
    -1 to be sure it cannot later match a valid file fd causing
    isatty() to return 1.
    * libc/stdio/asprintf.c (asprintf, _asprintf_r): Ditto.
    * libc/stdio/sprintf.c (sprintf, _sprintf_r): Ditto.
    * libc/stdio/vasprintf.c (vasprintf, _vasprintf_r): Ditto.

21 years ago* path.cc (etc::dir_changed): Fix debug printf.
cgf [Wed, 5 Feb 2003 16:40:51 +0000 (16:40 +0000)]
* path.cc (etc::dir_changed): Fix debug printf.

21 years ago * sec_acl.cc (setacl): Move all permission settings to beginning of
corinna [Wed, 5 Feb 2003 16:15:22 +0000 (16:15 +0000)]
* sec_acl.cc (setacl): Move all permission settings to beginning of
loop.  Set default rights to same values as in alloc_sd().  Set DELETE
for owner and default owner only if S_IWOTH is given.

* sec_acl.cc: Change all  __aclent16_t to  __aclent32_t except in
wrapper function definitions. Replace call to the aclXYZ functions by
calls aclXYZ32.
(searchace): Change type of third argument to __uid32_t and use
ILLEGAL_UID instead of -1;
(setacl): Remove some initializations. Only give STANDARD_RIGHTS_WRITE
for S_IWOTH. Replace -1 by ILLEGAL_UID.
(getacl): Change type of owner_sid, group_sid and ace_sid to cygpsid.
In last else clause, suppress second call to ace_sid.get_id and use
TRUE in first call. Replace EqualSid by ==.
(acl_access): Call internal_getgroups in USER and GROUP cases.
(acecmp: Define static.
(acl32): Create from 16 bit type.
(facl32): Ditto.
(lacl32): Ditto.
(aclcheck32): Ditto.
(aclsort32): Ditto.
(acltomode32): Ditto.
(aclfrommode32): Ditto.
(acltopbits32): Ditto.
(aclfrompbits32): Ditto.
(acltotext32): Ditto.
(aclfromtext32): Ditto, and use strechr.
(acl16to32): Create.
(acl): Make it a wrapper function.
(facl): Ditto.
(lacl): Ditto.
(aclcheck): Ditto.
(aclsort): Ditto.
(acltomode): Ditto.
(aclfrommode): Ditto.
(acltopbits): Ditto.
(aclfrompbits): Ditto.
(acltotext): Ditto.
(aclfromtext): Ditto.
* security.cc (write_sd): Call set_process_privilege and check
ownership.
(alloc_sd): Remove call to set_process_privilege and the owner check.

21 years ago * include/basetypes.h (_GUID_DEFINED): Add deprecation warning, start
earnie [Wed, 5 Feb 2003 15:51:27 +0000 (15:51 +0000)]
* include/basetypes.h (_GUID_DEFINED): Add deprecation warning, start
using GUID_DEFINED instead.
* include/sqltypes.h: Ditto.
* include/winnt.h: Ditto.
* include/ddk/scsiwmi.h: Ditto.

21 years ago * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Don't copy got and
amodra [Wed, 5 Feb 2003 15:49:04 +0000 (15:49 +0000)]
* elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Don't copy got and
plt info when called to transfer weak sym info.

21 years ago2003-02-05 Andrew Cagney <ac131313@redhat.com>
cagney [Wed, 5 Feb 2003 15:31:54 +0000 (15:31 +0000)]
2003-02-05  Andrew Cagney  <ac131313@redhat.com>

Remove orphaned hosts, targets and files.
* config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
* config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
* config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
* config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
* config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
* config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
* config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
* config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
* config/sparc/tm-sp64sim.h: Delete.
* configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
hosts.
* configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
mips*-dec-mach3* targets.

21 years ago* include/sys/cygwin.h: Use C-style comments.
cgf [Wed, 5 Feb 2003 14:14:25 +0000 (14:14 +0000)]
* include/sys/cygwin.h: Use C-style comments.

21 years ago * sec_helper.cc (get_sids_info): New function.
corinna [Wed, 5 Feb 2003 13:47:47 +0000 (13:47 +0000)]
* sec_helper.cc (get_sids_info): New function.
* security.cc (extract_nt_dom_user): Simplify with strechr.
(get_user_groups): Initialize glen to MAX_SID_LEN.
(get_user_local_groups): Ditto.
(get_attribute_from_acl): Define ace_sid as cygpsid.
(get_nt_attribute): Define owner_sid and group_sid as cygpsid.
Call get_sids_info instead of cygsid.get_{u,g}id and is_grp_member.
(get_nt_object_attribute): Ditto.
(alloc_sd): Define ace_sid as cygpsid.

21 years ago2003-02-04 Michael Chastain <mec@shout.net>
chastain [Wed, 5 Feb 2003 07:58:40 +0000 (07:58 +0000)]
2003-02-04  Michael Chastain  <mec@shout.net>

* NEWS: Fix typo: sepcifying -> specifying.

21 years ago2003-02-04 Michael Chastain <mec@shout.net>
chastain [Wed, 5 Feb 2003 07:25:00 +0000 (07:25 +0000)]
2003-02-04  Michael Chastain  <mec@shout.net>

* gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
Call perror and then continue.

21 years ago2003-02-04 Michael Chastain <mec@shout.net>
chastain [Wed, 5 Feb 2003 07:23:11 +0000 (07:23 +0000)]
2003-02-04  Michael Chastain  <mec@shout.net>

* gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
Call perror and then continue.

21 years ago2003-02-04 Michael Chastain <mec@shout.net>
chastain [Wed, 5 Feb 2003 06:48:55 +0000 (06:48 +0000)]
2003-02-04  Michael Chastain  <mec@shout.net>

* dwarfread.c: Add documentation on the state of dwarf-1,
looking towards obsoletion.

21 years ago2003-02-03 Michael Chastain <mec@shout.net>
chastain [Wed, 5 Feb 2003 06:42:08 +0000 (06:42 +0000)]
2003-02-03  Michael Chastain  <mec@shout.net>

* config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
gdb/testsuite/gdb.c++/pr-1023.exp.

21 years ago2003-02-03 Michael Chastain <mec@shout.net>
chastain [Wed, 5 Feb 2003 06:41:15 +0000 (06:41 +0000)]
2003-02-03  Michael Chastain  <mec@shout.net>

* config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
gdb/testsuite/gdb.c++/pr-1023.exp.

21 years ago2003-02-03 Michael Chastain <mec@shout.net>
chastain [Wed, 5 Feb 2003 06:38:33 +0000 (06:38 +0000)]
2003-02-03  Michael Chastain  <mec@shout.net>

* gdb.c++/pr-1023.cc: New file.
* gdb.c++/pr-1023.exp: New file.

21 years ago2003-02-03 Michael Chastain <mec@shout.net>
chastain [Wed, 5 Feb 2003 06:33:35 +0000 (06:33 +0000)]
2003-02-03  Michael Chastain  <mec@shout.net>

* gdb.c++/pr-1023.cc: New file.
* gdb.c++/pr-1023.exp: New file.

21 years ago* gdb.c++/local.exp: Don't expect Local to be in scope in main;
jimb [Wed, 5 Feb 2003 05:48:46 +0000 (05:48 +0000)]
* gdb.c++/local.exp: Don't expect Local to be in scope in main;
it's local to foobar.  Check for it there, and check that it's not
present in main.
* gdb.c++/local.cc (marker2): New function.
(foobar): Call marker1.
(main): Call marker2 instead of marker1.

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

21 years ago2003-02-04 Andrew Cagney <ac131313@redhat.com>
cagney [Tue, 4 Feb 2003 23:59:25 +0000 (23:59 +0000)]
2003-02-04  Andrew Cagney  <ac131313@redhat.com>

* values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
* TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
* utils.c (init_page_info): Delete reference to MPW in comments.
* main.c (captured_main): Delete #ifdef MPW.

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

* gdbint.texinfo (Target Architecture Definition): Delete
descrption of IS_TRAPPED_INTERNALVAR.

21 years ago2003-02-04 Andrew Cagney <ac131313@redhat.com>
cagney [Tue, 4 Feb 2003 23:26:43 +0000 (23:26 +0000)]
2003-02-04  Andrew Cagney  <ac131313@redhat.com>

* NEWS: Note that the m32r-*-elf* is obsolete.
* monitor.c (monitor_expect): Obsolete reference to m32r.
* configure.tgt: Mark m32r-*-elf* as obsolete.
* MAINTAINERS: Mark m32k as obsolete.
* m32r-rom.c: Obsolete file.
* config/m32r/m32r.mt: Obsolete file.
* config/m32r/tm-m32r.h: Obsolete file.
* m32r-stub.c: Obsolete file.
* m32r-tdep.c: Obsolete file.

21 years ago2003-02-04 Andrew Cagney <ac131313@redhat.com>
cagney [Tue, 4 Feb 2003 23:22:24 +0000 (23:22 +0000)]
2003-02-04  Andrew Cagney  <ac131313@redhat.com>

* NEWS: Mention that the z8k-zilog-none is obsolete.
* MAINTAINERS: Mark z8k as obsolete.
* configure.tgt: Obsolete the z8k-*-coff* target.
* config/z8k/z8k.mt: Obsolete file.
* config/z8k/tm-z8k.h: Obsolete file.
* z8k-tdep.c: Obsolete file.

21 years agodaily update
amodra [Tue, 4 Feb 2003 23:00:05 +0000 (23:00 +0000)]
daily update

21 years ago2003-02-04 Andrew Cagney <ac131313@redhat.com>
cagney [Tue, 4 Feb 2003 22:52:51 +0000 (22:52 +0000)]
2003-02-04  Andrew Cagney  <ac131313@redhat.com>

From Keith Seitz <keiths@redhat.com>:
* gdb.texinfo (Interpreters): New chapter.  Refer the command-line
option "-i"/"--interpreter" to this chapter.  Include index
entries.

21 years ago2003-02-04 Andrew Cagney <ac131313@redhat.com>
cagney [Tue, 4 Feb 2003 22:49:18 +0000 (22:49 +0000)]
2003-02-04  Andrew Cagney  <ac131313@redhat.com>

* NEWS: Mention that the mn10200-elf is obsolete.
* configure.tgt: Obsolete mn10200-*-* target.
* breakpoint.c (update_breakpoints_after_exec): Update comment to
mention that the mn10200 is obsolete.
* breakpoint.h: Ditto.
* MAINTAINERS: Mark the mn10200-elf as obsolete.
* config/mn10200/mn10200.mt: Obsolete file.
* config/mn10200/tm-mn10200.h: Obsolete file.
* mn10200-tdep.c: Obsolete file.

Index: testsuite/ChangeLog
2003-02-04  Andrew Cagney  <ac131313@redhat.com>

* gdb.disasm/mn10200.exp: Obsolete file.
* gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
* gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
* gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.

21 years agoCorrect typo in last changelog entry.
dannysmith [Tue, 4 Feb 2003 22:21:45 +0000 (22:21 +0000)]
Correct typo in last changelog entry.

21 years ago * include/shlwapi.h (PathRelativePathTo[AW]): Correct
dannysmith [Tue, 4 Feb 2003 22:17:37 +0000 (22:17 +0000)]
* include/shlwapi.h (PathRelativePathTo[AW]): Correct
protototypes.
Thanks to: John Dallaway  <jld@ecoscentric.com>.