OSDN Git Service

pf3gnuchains/pf3gnuchains4x.git
22 years ago * utils.c (host_pointer_to_address, address_to_host_pointer):
kevinb [Wed, 31 Jul 2002 17:01:00 +0000 (17:01 +0000)]
* utils.c (host_pointer_to_address, address_to_host_pointer):
Use gdb_assert() instead of explicit call to internal_error().

22 years agoFix bugs and remove compile time warnings for N"32K port.
nickc [Wed, 31 Jul 2002 16:23:28 +0000 (16:23 +0000)]
Fix bugs and remove compile time warnings for N"32K port.

22 years ago * elf32-i386.c (elf_i386_copy_indirect_symbol): Swap tls_type
jakub [Wed, 31 Jul 2002 15:04:05 +0000 (15:04 +0000)]
* elf32-i386.c (elf_i386_copy_indirect_symbol): Swap tls_type
if _bfd_elf_link_hash_copy_indirect will swap got.refcount.

22 years ago * fhandler.h (fhandler_base::get_r_no_interrupt): Make non-virtual.
corinna [Wed, 31 Jul 2002 13:18:51 +0000 (13:18 +0000)]
* fhandler.h (fhandler_base::get_r_no_interrupt): Make non-virtual.
* net.cc (fdsock): Call set_r_no_interrupt.

22 years agoAdd new field to bfd_link structure and use it to control how common symbols
nickc [Wed, 31 Jul 2002 12:50:05 +0000 (12:50 +0000)]
Add new field to bfd_link structure and use it to control how common symbols
are extracted from archives.

22 years agoAdd support for Thumb PLT entries with interworking
nickc [Wed, 31 Jul 2002 12:04:45 +0000 (12:04 +0000)]
Add support for Thumb PLT entries with interworking

22 years agoFix typo.
nickc [Wed, 31 Jul 2002 10:11:47 +0000 (10:11 +0000)]
Fix typo.

22 years agoRetroactively add entry for Lars Brinkhoff's contribution of the PDP-11 and
nickc [Wed, 31 Jul 2002 09:59:02 +0000 (09:59 +0000)]
Retroactively add entry for Lars Brinkhoff's contribution of the PDP-11 and
2.11BSD a.out support.

22 years agoRename function arguments to avoid shadowing global symbols of the same name.
nickc [Wed, 31 Jul 2002 09:38:03 +0000 (09:38 +0000)]
Rename function arguments to avoid shadowing global symbols of the same name.

22 years agoFix range check for immediate operand.
nickc [Wed, 31 Jul 2002 09:17:51 +0000 (09:17 +0000)]
Fix range check for immediate operand.

22 years ago2002-07-30 Chris Demetriou <cgd@broadcom.com>
cgd [Wed, 31 Jul 2002 05:48:31 +0000 (05:48 +0000)]
2002-07-30  Chris Demetriou  <cgd@broadcom.com>

        * config/tc-mips.c (mips_cpu_info_table): Clean up entries related
        to Broadcom SB-1 core support.

22 years ago2002-07-30 Chris Demetriou <cgd@broadcom.com>
cgd [Wed, 31 Jul 2002 05:44:54 +0000 (05:44 +0000)]
2002-07-30  Chris Demetriou  <cgd@broadcom.com>

        * mips.igen (do_load_double, do_store_double): New functions.
        (LDC1, SDC1): Rename to...
        (LDC1b, SDC1b): respectively.
        (LDC1a, SDC1a): New instructions for MIPS II and MIPS32 support.

22 years ago* syscalls.cc (_read): Clarify debugging output.
cgf [Wed, 31 Jul 2002 00:57:40 +0000 (00:57 +0000)]
* syscalls.cc (_read): Clarify debugging output.

22 years ago * Makefile.am: Add n32 ABI support.
ths [Wed, 31 Jul 2002 00:32:08 +0000 (00:32 +0000)]
* Makefile.am: Add n32 ABI support.
* Makefile.in: Regenerate.
* config.bfd: Add n32 vectors to mips64*-*-linux* targets. Treat 64
bit vectors for mips*-*-linux targets as optional.
* configure.in: Add n32 ABI vectors.
* configure: Regenerate.
* elf32-mips.c (mips_elf32_object_p): Reject n32 ABI files.
* elfn32-mips.c: New file, n32 ABI support.
* targets.c: Add n32 ABI vectors.

22 years ago* fhandler.h (fhandler_base::get_r_no_interrupt): Make virtual.
cgf [Wed, 31 Jul 2002 00:26:36 +0000 (00:26 +0000)]
* fhandler.h (fhandler_base::get_r_no_interrupt): Make virtual.

22 years agodaily update
amodra [Wed, 31 Jul 2002 00:00:04 +0000 (00:00 +0000)]
daily update

22 years ago*** empty log message ***
gdbadmin [Wed, 31 Jul 2002 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

22 years ago * config/tc-mips.c (mips_target_format): Fix formatting.
ths [Tue, 30 Jul 2002 23:56:28 +0000 (23:56 +0000)]
* config/tc-mips.c (mips_target_format): Fix formatting.
Add recognition of n32 ABI formats.

22 years ago * Makefile.am (eelf32btsmipn32.o, eelf32ltsmipn32.o): New emulations
ths [Tue, 30 Jul 2002 23:48:29 +0000 (23:48 +0000)]
* Makefile.am (eelf32btsmipn32.o, eelf32ltsmipn32.o): New emulations
for n32 ABI support.
* Makefile.in: Regenerate.
* configure.tgt (mips64*el-*-linux-gnu*,mips64*-*-linux-gnu*): Add
n32 ABI emulations for these 64 bit targets.
* emulparams/elf32bmipn32.sh: Expand comment.
* emulparams/elf32btsmipn32.sh: New file, for traditional big endian
n32 ABI.
* emulparams/elf32ltsmipn32.sh: Likewise for little endian.

22 years ago* configure.in: Move generic linux case to end. Copy generic
dj [Tue, 30 Jul 2002 23:15:26 +0000 (23:15 +0000)]
* configure.in: Move generic linux case to end.  Copy generic
linux noconfigdirs to mips*-*-linux* entry and new
powerpc64*-*-linux* entry.  Add target-libffi for the latter.

22 years ago From Mo DeJong <supermo@bayarea.net>
kseitz [Tue, 30 Jul 2002 20:57:16 +0000 (20:57 +0000)]
    From Mo DeJong  <supermo@bayarea.net>
        * unix/configure: Regenerate.
        * unix/configure.in: Don't subst TCL_BIN_DIR into tclConfig.sh.
        * unix/tclConfig.sh.in: Remove TCL_BIN_DIR variable since it
        should not exist in the tclConfig.sh file. This variable
        should be set by the SC_PATH_TCLCONFIG macro when the
        extension's configure script is run.

22 years ago From Mo DeJong <supermo@bayarea.net>
kseitz [Tue, 30 Jul 2002 20:24:22 +0000 (20:24 +0000)]
    From Mo DeJong  <supermo@bayarea.net>
        * aclocal.m4 (CY_AC_PATH_TCLCONFIG): Check for a
        tclConfig.sh file in tcl/cygwin if one can't
        be found in tcl/unix. Update Itcl header check.
        * configure: Regenerated.

22 years ago From Mo DeJong <supermo@bayarea.net>
kseitz [Tue, 30 Jul 2002 20:23:28 +0000 (20:23 +0000)]
    From Mo DeJong  <supermo@bayarea.net>
        * cygwin/configure: Regenerated.
        * cygwin/configure.in: Emit a tclConfig.sh file
        so that expect can load it at configure time.
        * win/configure: Regenerated.
        * win/configure.in: Don't emit a ../unix/tclConfig.sh
        file, this was a hack to get expect to build.

22 years agoConfigury changes to enable recently added AIX thread support.
kevinb [Tue, 30 Jul 2002 19:59:06 +0000 (19:59 +0000)]
Configury changes to enable recently added AIX thread support.

22 years ago* tc-mips.c (load_address): Don't clobber $at when loading a
macro [Tue, 30 Jul 2002 19:27:30 +0000 (19:27 +0000)]
* tc-mips.c (load_address): Don't clobber $at when loading a
64-bit address in non-PIC code if noat is in effect.
(macro): Likewise.

22 years ago* config/tc-mips.c (macro): Use codes 6 and 7 in trap instructions
macro [Tue, 30 Jul 2002 19:24:53 +0000 (19:24 +0000)]
* config/tc-mips.c (macro): Use codes 6 and 7 in trap instructions
used in division/multiply macro expansions similarly to how they
are used in the variants with break instructions.
(macro2): Likewise.

22 years ago * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
drow [Tue, 30 Jul 2002 19:03:48 +0000 (19:03 +0000)]
    * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
        (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
        (fetch_core_registers, ppc_linux_supply_gregset)
        (ppc_linux_supply_fpregset): New functions.
        (ppc_linux_regset_core_fns): New.
        (_initialize_ppc_linux_tdep): Call add_core_fns.
        * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
        and ppc_linux_supply_gregset.
        * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
        (supply_fpregset): Call ppc_linux_supply_fpregset.
        * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
        corelow.o.
        * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.

22 years ago * gdb.base/shlib-call.exp (additional_flags): Conditionally
kevinb [Tue, 30 Jul 2002 18:51:23 +0000 (18:51 +0000)]
* gdb.base/shlib-call.exp (additional_flags): Conditionally
set Irix-specific compile and link flags.

22 years agoAdd arm-*-nto port.
nickc [Tue, 30 Jul 2002 17:32:25 +0000 (17:32 +0000)]
Add arm-*-nto port.

22 years agoUpdated Translations
nickc [Tue, 30 Jul 2002 15:53:17 +0000 (15:53 +0000)]
Updated Translations

22 years ago * symtab.c (lookup_symbol): Demangle before lowercasing.
drow [Tue, 30 Jul 2002 15:42:07 +0000 (15:42 +0000)]
* symtab.c (lookup_symbol): Demangle before lowercasing.

22 years ago * readelf.c (OPTION_DEBUG_DUMP): Define.
jakub [Tue, 30 Jul 2002 14:33:38 +0000 (14:33 +0000)]
* readelf.c (OPTION_DEBUG_DUMP): Define.
(options): Use it.
(usage): Update help.
(parse_args): Handle --debug-dump separately from -w.
* doc/binutils.texi (readelf): Update documentation.

22 years ago * elf.c (elf_fake_sections): Fix up .tbss sh_size and sh_type.
jakub [Tue, 30 Jul 2002 14:28:53 +0000 (14:28 +0000)]
* elf.c (elf_fake_sections): Fix up .tbss sh_size and sh_type.

* ldlang.c (lang_add_section): Don't turn .tbss into normal sections
for relocatable link.
(lang_size_sections_1): Don't make .tbss zero size for relocatable
link.

22 years ago* fhandler_disk_file.cc (fhandler_cygdrive::set_drives): Incorporate . and ..
cgf [Tue, 30 Jul 2002 14:17:17 +0000 (14:17 +0000)]
* fhandler_disk_file.cc (fhandler_cygdrive::set_drives): Incorporate .  and ..
processing here.
(fhandler_cygdrive::readdir): Assume .  and ..  are already in pdrive.
(fhandler_cygdrive::seekdir): Ditto.

22 years ago2002-07-30 Andrew Cagney <ac131313@redhat.com>
cagney [Tue, 30 Jul 2002 13:45:09 +0000 (13:45 +0000)]
2002-07-30  Andrew Cagney  <ac131313@redhat.com>

* symtab.h: Replace #include "gdb_obstack.h" with opaque
declaration.
* cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
* gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
* avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
* arch-utils.c, cli/cli-setshow.c: Unconditionally include
"gdb_string.h".
* Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
(gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
(cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
(avr-tdep.o, mon960-rom.o): Ditto.
(aout_stabs_gnu_h): Define.
(symtab_h): Remove $(gdb_obstack_h).

22 years ago * libc/include/sys/unistd.h: Add setgroups prototype for Cygwin.
corinna [Tue, 30 Jul 2002 11:35:02 +0000 (11:35 +0000)]
* libc/include/sys/unistd.h: Add setgroups prototype for Cygwin.

22 years agoAdd per-section and per-sub-section literal pools.
nickc [Tue, 30 Jul 2002 10:56:03 +0000 (10:56 +0000)]
Add per-section and per-sub-section literal pools.

22 years agoUpdate copyright notice
nickc [Tue, 30 Jul 2002 09:07:00 +0000 (09:07 +0000)]
Update copyright notice

22 years ago * ld-discard/discard.exp, ld-scripts/phdrs.exp, ld-scripts/phdrs2.exp,
amodra [Tue, 30 Jul 2002 07:41:09 +0000 (07:41 +0000)]
* ld-discard/discard.exp, ld-scripts/phdrs.exp, ld-scripts/phdrs2.exp,
ld-selective/sel-dump.exp: Test hppa*64*-*-hpux* target.
* ld-elfvers/vers.exp, ld-elfvsb/elfvsb.exp, ld-elfweak/elfweak.exp,
ld-linkonce/linkonce.exp, ld-shared/shared.exp,
ld-undefined/weak-undef.exp:  Test hppa*64*-*-hpux* and hppa*-*-linux*
targets.
* ld-discard/exit.s, ld-discard/extern.s, ld-discard/start.s,
ld-discard/static.s: Add whitespace before assembler directives.

22 years ago(Executing the Program): Add documentation on how to use bbconv.pl.
drepper [Tue, 30 Jul 2002 07:02:53 +0000 (07:02 +0000)]
(Executing the Program): Add documentation on how to use bbconv.pl.

22 years agoPatch from David Carlton <carlton@math.stanford.edu>:
jimb [Tue, 30 Jul 2002 07:01:22 +0000 (07:01 +0000)]
Patch from David Carlton <carlton@math.stanford.edu>:
* gdbinit.in: Move the `dir' commands that add GDB's own source
directory to the search path to the end, so that the `gdb' source
directory will be searched first.

22 years ago * aoutx.h (some_aout_object_p): Clean up tdata properly on error.
amodra [Tue, 30 Jul 2002 05:49:24 +0000 (05:49 +0000)]
* aoutx.h (some_aout_object_p): Clean up tdata properly on error.
* archive.c (bfd_generic_archive_p): Likewise.
* coff-rs6000.c (_bfd_xcoff_archive_p): Likewise.
(_bfd_xcoff_archive_p): Use bfd_scan_vma in place of strtol.
* coff64-rs6000.c (xcoff64_slurp_armap): Likewise.
(xcoff64_archive_p): Likewise.
(xcoff64_openr_next_archived_file): Likewise.
(xcoff64_archive_p): Clean up tdata properly on error.
* coffgen.c (coff_real_object_p): Likewise.
(coff_object_p): Release filehdr and opthdr.
* ecoff.c (_bfd_ecoff_archive_p): Clean up tdata properly on error.
* ieee.c (ieee_archive_p): Likewise.
* ihex.c (ihex_object_p): Likewise.
(ihex_mkobject): Always allocate tdata.
* peicode.h (pe_ILF_object_p): Release bfd_alloc'd buffer on error.
* srec.c (srec_mkobject): Always allocate tdata.
(srec_object_p): Clean up tdata properly on error.
(symbolsrec_object_p): Likewise.
* versados.c (versados_object_p): Likewise.
* vms-misc.c (_bfd_vms_get_record): Use bfd_malloc instead of malloc,
and bfd_realloc instead of realloc.
(add_new_contents): Use bfd_alloc instead of bfd_malloc for sections.
* vms.c (vms_initialize): Always allocate tdata.  Use bfd_alloc in
place of bfd_malloc, simplifying error freeing.  Free hash table too.
(vms_object_p): Clean up tdata on error.
(vms_mkobject): Don't complain on stderr if vms_initialize fails.
(vms_close_and_cleanup): Adjust for bfd_alloc use.

22 years ago * elfxx-ia64.c (elfNN_ia64_final_write_processing): Set e_flags.
amodra [Tue, 30 Jul 2002 05:40:20 +0000 (05:40 +0000)]
* elfxx-ia64.c (elfNN_ia64_final_write_processing): Set e_flags.

22 years agofix typo
cgf [Tue, 30 Jul 2002 04:14:49 +0000 (04:14 +0000)]
fix typo

22 years ago * include/windef.h (PVOID, LPVOID): Move typedefs to...
dannysmith [Tue, 30 Jul 2002 03:20:58 +0000 (03:20 +0000)]
* include/windef.h (PVOID, LPVOID): Move typedefs to...
* include/winnt: ...here.
(PVOID64): New typeddef.

* include/winnt,h (FILE_SEGMENT_ELEMENT): Define union.
* include/winbase.h: (ReadFileScatter, WriteFileGather):
Add prototypes.

* include/winnt,h (PROCESSOR_ARCHITECTURE_*): Add defines.
(PROCESSOR_INTEL_IA64): Add define

22 years ago* dcrt0.cc (dll_crt0_1): Move debug_fixup_after_fork_exec.
cgf [Tue, 30 Jul 2002 01:31:51 +0000 (01:31 +0000)]
* dcrt0.cc (dll_crt0_1): Move debug_fixup_after_fork_exec.
* cygheap.cc (cygheap_fixup_in_child): Call debug_fixup_after_fork_exec
immediately after cygheap has ben set up.

22 years ago*** empty log message ***
gdbadmin [Tue, 30 Jul 2002 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

22 years agodaily update
amodra [Tue, 30 Jul 2002 00:00:05 +0000 (00:00 +0000)]
daily update

22 years ago * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
kevinb [Mon, 29 Jul 2002 23:35:56 +0000 (23:35 +0000)]
* lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
source files.  The ``-o'' option doesn't work with the ``-E'' option
when using the Irix compiler.

22 years ago2002-07-29 Michael Snyder <msnyder@redhat.com>
msnyder [Mon, 29 Jul 2002 23:17:10 +0000 (23:17 +0000)]
2002-07-29  Michael Snyder  <msnyder@redhat.com>

* cp1.c (fp_recip2): Modify initialization expression so that
GCC will recognize it as constant.

22 years ago2002-07-29 Andrew Cagney <ac131313@redhat.com>
cagney [Mon, 29 Jul 2002 22:55:25 +0000 (22:55 +0000)]
2002-07-29  Andrew Cagney  <ac131313@redhat.com>

* gdb_obstack.h: New file.
* symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
(obstack_chunk_alloc, obstack_chunk_free): Delete macros.
* objfiles.h: Include "gdb_obstack.h".
* Makefile.in (gdb_obstack_h): Define.
(symtab_h): Add $(gdb_obstack_h).
(objfiles_h): Add $(gdb_obstack_h).

* objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
* macrotab.c, cp-valprint.c, dbxread.c: Ditto.
* ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
* macroexp.c, p-typeprint.c, stabsread.c: Ditto.
* symtab.c, f-typeprint.c, mdebugread.c: Ditto.
* p-valprint.c, symmisc.c, typeprint.c: Ditto.
* symfile.c, coffread.c, c-typeprint.c: Ditto.
* buildsym.c, bcache.c, ada-typeprint.c: Ditto.

* Makefile.in (bcache.o): Update dependencies.
(buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
(ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
(dbxread.o, dstread.o, f-typeprint.o): Ditto.
(objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
(stabsread.o, symfile.o, symmisc.o): Ditto.
(symtab.o, typeprint.o, macroexp.o): Ditto.
(macrotab.o, mdebugread.o): Ditto.
(f_lang_h, coff_sym_h, coff_symconst_h): Define.
(coff_ecoff_h, aout_aout64_h): Define.
(aout_stabs_gnu_h, libaout_h): Define.

22 years ago[ gas/testsuite/ChangeLog ]
cgd [Mon, 29 Jul 2002 21:07:11 +0000 (21:07 +0000)]
[ gas/testsuite/ChangeLog ]
2002-07-26  Chris Demetriou  <cgd@broadcom.com>

        * gas/mips/elf_ase_mips16.d: New file to test ELF MIPS16 ASE marking.
        * gas/mips/elf_ase_mips16.s: Likewise.
        * gas/mips/mips.exp: Run the new test.

[ ld/testsuite/ChangeLog ]
2002-07-26  Chris Demetriou  <cgd@broadcom.com>

        * ld-mips-elf/mips16-1.d: Check that ASE flag is actually set.

22 years ago2002-07-25 Andrew Cagney <cagney@redhat.com>
cagney [Mon, 29 Jul 2002 19:54:41 +0000 (19:54 +0000)]
2002-07-25  Andrew Cagney  <cagney@redhat.com>

* regcache.c (struct regcache_descr): Rename nr_registers to
nr_cooked_registers.  Revise comments describing the structure
member fields.
(init_regcache_descr): Update.
(init_legacy_regcache_descr): Update.
(read_register_gen, write_register_gen): When a cooked register in
the raw register range, directly access the value from the raw
register cache.

22 years agomerge from gcc
dj [Mon, 29 Jul 2002 18:01:19 +0000 (18:01 +0000)]
merge from gcc

22 years ago2002-07-29 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Mon, 29 Jul 2002 17:40:09 +0000 (17:40 +0000)]
2002-07-29  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/sys/linux/Makefile.am: Add aio64.c.
        * libc/sys/linux/Makefile.in: Regenerated.
        * libc/sys/linux/aio.c (aio_init): ENOSYS stub added.
        * libc/sys/linux/aio64.c: New file.

22 years agoAdd dependences to Makefile.in and include sim-h8300 in compile.c
avolkov [Mon, 29 Jul 2002 17:01:57 +0000 (17:01 +0000)]
Add dependences to Makefile.in and include sim-h8300 in compile.c

22 years agosim-h8300.h: Rename all enums from H8300_ to SIM_H8300_
avolkov [Mon, 29 Jul 2002 16:57:18 +0000 (16:57 +0000)]
sim-h8300.h: Rename all enums from H8300_ to SIM_H8300_

22 years ago2002-07-26 Andrew Cagney <ac131313@redhat.com>
cagney [Mon, 29 Jul 2002 16:34:06 +0000 (16:34 +0000)]
2002-07-26  Andrew Cagney  <ac131313@redhat.com>

* z8k-tdep.c: Do not include "obstack.h".
* h8300-tdep.c, h8500-tdep.c: Ditto.
* m68hc11-tdep.c, sh-tdep.c: Ditto.
* valprint.c, v850-tdep.c: Ditto.
* d10v-tdep.c, mn10300-tdep.c: Ditto.
* mn10200-tdep.c: Ditto.

* Makefile.in (z8k-tdep.o): Update dependencies.
(m68hc11-tdep.o, valprint.o): Ditto.
(v850-tdep.o, d10v-tdep.o): Ditto.
(mn10300-tdep.o, sparc-tdep.o): Ditto.
(sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
(m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
(sh_opc_h, gdb_sim_sh_h): Define.
(elf_sh_h, elf_bfd_h): Define.
(opcode_m68hc11_h): Define.
(OPCODES_SRC, OPCODES_DIR): define.
(OPCODES): Use $(OPCODES_DIR).
(gdb_sim_d10v_h): Rename sim_d10v_h.
(gdb_sim_arm_h): Rename sim_arm_h.

22 years ago * security.cc: Change some formatting.
corinna [Mon, 29 Jul 2002 12:51:52 +0000 (12:51 +0000)]
* security.cc: Change some formatting.
* include/cygwin/version.h: Bump API minor version.

        * cygheap.h (class cygheap_user): Add member groups.
        * security.h (class cygsidlist): Add members type and maxcount,
        methods position, addfromgr, alloc_sids and free_sids and
        operator+= (const PSID psid). Modify contains () to call
        position () and optimize add () to use maxcount.
        (class user_groups): Create.
        Update declarations of verify_token and create_token.
        * security.cc (cygsidlist::alloc_sids): New.
        (cygsidlist::free_sids): New.
        (get_token_group_sidlist): Create from get_group_sidlist.
        (get_initgroups_sidlist): Create from get_group_sidlist.
        (get_group_sidlist): Suppress.
        (get_setgroups_sidlist): Create.
        (verify_token): Modify arguments. Add setgroups case.
        (create_token): Modify arguments. Call get_initgroups_sidlist and
        get_setgroups_sidlist as needed. Set SE_GROUP_LOGON_ID from auth_pos
        outside of the loop. Rename the various group sid lists consistently.
        * syscalls.cc (seteuid32): Modify to use cygheap->user.groups.
        (setegid32): Call cygheap->user.groups.update_pgrp.
        * grp.cc (setgroups): Create.
        (setgroups32): Create.
        * uinfo.cc (internal_getlogin): Initialize and update user.groups.pgsid.
        * cygwin.din: Add setgroups and setgroups32.

22 years ago* fhandler_console.cc (fhandler_console::read): Use appropriate kill_pgrp
cgf [Mon, 29 Jul 2002 03:18:41 +0000 (03:18 +0000)]
* fhandler_console.cc (fhandler_console::read): Use appropriate kill_pgrp
method.
* select.cc (peek_console): Ditto.
* fhandler_termios.cc (fhandler_termios::bg_check): Send "stopped" signal to
entire process group as dictated by SUSv3.
* termios.cc (tcsetattr): Detect when stopped signal sent and force a stop
before setting anything.

22 years ago* include/tchar.h (_tfdopen): Correct typo.
dannysmith [Mon, 29 Jul 2002 03:05:56 +0000 (03:05 +0000)]
* include/tchar.h (_tfdopen): Correct typo.

22 years agoAdd incomplet long double math support to libmingwex.a
dannysmith [Mon, 29 Jul 2002 03:00:08 +0000 (03:00 +0000)]
Add incomplet long double math support to libmingwex.a

22 years agodaily update
amodra [Mon, 29 Jul 2002 00:00:05 +0000 (00:00 +0000)]
daily update

22 years ago*** empty log message ***
gdbadmin [Mon, 29 Jul 2002 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

22 years agodaily update
amodra [Sun, 28 Jul 2002 00:00:06 +0000 (00:00 +0000)]
daily update

22 years ago*** empty log message ***
gdbadmin [Sun, 28 Jul 2002 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

22 years agofix commercial contact
davidsb [Sat, 27 Jul 2002 23:05:45 +0000 (23:05 +0000)]
fix commercial contact

22 years ago * utils.c (host_pointer_to_address, address_to_host_pointer):
kevinb [Sat, 27 Jul 2002 02:03:44 +0000 (02:03 +0000)]
* utils.c (host_pointer_to_address, address_to_host_pointer):
Change internal_error() message to indicate function responsible
for the error.

22 years ago * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
kevinb [Sat, 27 Jul 2002 01:54:14 +0000 (01:54 +0000)]
* ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
calls to local_hex_string_custom().

22 years ago* include/cygwin/version.h: Bump API version to indicate that ntsec is on by
cgf [Sat, 27 Jul 2002 01:52:04 +0000 (01:52 +0000)]
* include/cygwin/version.h: Bump API version to indicate that ntsec is on by
default now.

22 years agoConfigury changes for IRIX shared library support and IRIX OSABI support.
kevinb [Sat, 27 Jul 2002 01:41:15 +0000 (01:41 +0000)]
Configury changes for IRIX shared library support and IRIX OSABI support.

22 years agoAdd Irix osabi support.
kevinb [Sat, 27 Jul 2002 01:28:43 +0000 (01:28 +0000)]
Add Irix osabi support.

22 years ago * irix5-nat.c: Move IRIX shared library support from here...
kevinb [Sat, 27 Jul 2002 01:05:07 +0000 (01:05 +0000)]
* irix5-nat.c: Move IRIX shared library support from here...
* solib-irix.c: ...to here.  Revised substantially to work with
generic solib framework.

22 years agoFix formatting problem in most recent entry.
kevinb [Sat, 27 Jul 2002 00:10:11 +0000 (00:10 +0000)]
Fix formatting problem in most recent entry.

22 years agoDelete disabled code.
kevinb [Sat, 27 Jul 2002 00:06:19 +0000 (00:06 +0000)]
Delete disabled code.

22 years agodaily update
amodra [Sat, 27 Jul 2002 00:00:04 +0000 (00:00 +0000)]
daily update

22 years ago*** empty log message ***
gdbadmin [Sat, 27 Jul 2002 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

22 years agodarn typo
davidsb [Fri, 26 Jul 2002 23:43:15 +0000 (23:43 +0000)]
darn typo

22 years agoupdate paths to setup.log*
davidsb [Fri, 26 Jul 2002 23:39:21 +0000 (23:39 +0000)]
update paths to setup.log*

22 years agonuke section "What's the difference between packages in `latest' and `contrib'?"
davidsb [Fri, 26 Jul 2002 23:32:47 +0000 (23:32 +0000)]
nuke section "What's the difference between packages in `latest' and `contrib'?"

22 years agocorrect minor typo
davidsb [Fri, 26 Jul 2002 23:31:28 +0000 (23:31 +0000)]
correct minor typo

22 years agoAdd fpscr support to aix-thread.c and rs6000-nat.c.
kevinb [Fri, 26 Jul 2002 23:15:52 +0000 (23:15 +0000)]
Add fpscr support to aix-thread.c and rs6000-nat.c.

22 years agoparagraph fill (oops!)
davidsb [Fri, 26 Jul 2002 23:15:38 +0000 (23:15 +0000)]
paragraph fill (oops!)

22 years agoupdate CD release plans
davidsb [Fri, 26 Jul 2002 23:14:52 +0000 (23:14 +0000)]
update CD release plans

22 years ago * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
kevinb [Fri, 26 Jul 2002 23:12:59 +0000 (23:12 +0000)]
* aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
(fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
(fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
Add support for the fpscr register.
* rs6000-nat.c (regmap, fetch_inferior_registers)
(store_inferior_registers, fetch_core_registers): Likewise.

22 years agoupdate & improve section "How do I just get everything?"
davidsb [Fri, 26 Jul 2002 23:11:22 +0000 (23:11 +0000)]
update & improve section "How do I just get everything?"

22 years agorewrite (incl new heading) section on installing snapshots
davidsb [Fri, 26 Jul 2002 22:49:34 +0000 (22:49 +0000)]
rewrite (incl new heading) section on installing snapshots

22 years agominor improvements to wording
davidsb [Fri, 26 Jul 2002 22:29:38 +0000 (22:29 +0000)]
minor improvements to wording

22 years agoEliminate FIRST_UISA_SP_REGNUM and LAST_UISA_SP_REGNUM.
kevinb [Fri, 26 Jul 2002 22:26:43 +0000 (22:26 +0000)]
Eliminate FIRST_UISA_SP_REGNUM and LAST_UISA_SP_REGNUM.

22 years agominor improvements to wording
davidsb [Fri, 26 Jul 2002 22:22:18 +0000 (22:22 +0000)]
minor improvements to wording

22 years ago2002-07-26 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Fri, 26 Jul 2002 21:44:33 +0000 (21:44 +0000)]
2002-07-26  Jeff Johnston  <jjohnstn@redhat.com>

        *  libc/include/sys/param.h (MAX, MIN): Added macros.
        *  libc/sys/linux/Makefile.am: Add new files.
        *  libc/sys/linux/Makefile.in: Regenerated.
        *  libc/sys/linux/sys/stat.h: Add *stat64 prototypes.
        *  libc/sys/linux/inode.c (fchdir): Added syscall.
        *  libc/sys/linux/ftw.c: New file.
        *  libc/sys/linux/ftw64.c: Ditto.
        *  libc/sys/linux/getwd.c: Ditto.
        *  libc/sys/linux/scandir64.c: Ditto.
        *  libc/sys/linux/strverscmp.c: Ditto.
        *  libc/sys/linux/versionsort.c: Ditto.
        *  libc/sys/linux/versionsort64.c: Ditto.

22 years ago* fhandler_registry.cc (fhandler_registry::close): Return any error result to
cgf [Fri, 26 Jul 2002 19:58:00 +0000 (19:58 +0000)]
* fhandler_registry.cc (fhandler_registry::close): Return any error result to
the caller.
* syscalls.cc (_close): Return result of fhandler::close to the caller.

22 years ago[bfd/]
rsandifo [Fri, 26 Jul 2002 18:56:24 +0000 (18:56 +0000)]
[bfd/]
* elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Merge ASE
flags into resulting BFD.

[ld/testsuite/]
* ld-mips-elf/mips16-1.d,
* ld-mips-elf/mips16-1[ab].s: New test.
* ld-mips-elf/mips-elf.exp: Run it.

22 years ago2002-07-26 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Fri, 26 Jul 2002 15:26:41 +0000 (15:26 +0000)]
2002-07-26  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/string/strings.tex: Fix typo for memccpy.

22 years agoChange from OTHER_RELOCATING_SECTIONS to STACK_ADDR in elf32frv.sh
bernds [Fri, 26 Jul 2002 11:14:03 +0000 (11:14 +0000)]
Change from OTHER_RELOCATING_SECTIONS to STACK_ADDR in elf32frv.sh

22 years ago * elf32-i386.c (elf_i386_link_hash_table_create): Clear
amodra [Fri, 26 Jul 2002 05:32:04 +0000 (05:32 +0000)]
* elf32-i386.c (elf_i386_link_hash_table_create): Clear
tls_ldm_got.refcount.

22 years ago* include/oleidl.h (MK_ALT): Define.
dannysmith [Fri, 26 Jul 2002 04:38:00 +0000 (04:38 +0000)]
* include/oleidl.h (MK_ALT): Define.

22 years ago2002-07-26 Mattia Barbon <mbarbon@dsi.unive.it>
dannysmith [Fri, 26 Jul 2002 04:26:25 +0000 (04:26 +0000)]
2002-07-26  Mattia Barbon  <mbarbon@dsi.unive.it>

* include/exdisp.h: New file.
* include/exdispid.h: New file.
* include/mshtml.h: New file.
* lib/test.c: #include exdisp.h and mshtml.h
* lib/uuid.c (CLSID_WebBrowser, DIID_DWebBrowserEvents,
DIID_DWebBrowserEvents2, IID_IHTMLDocument, IID_IHTMLDocument2,
IID_IHTMLElement, IID_IHTMLSelectionObject, IID_IHTMLTxtRange,
IID_IWebBrowser, IID_IWebBrowser2, IID_IWebBrowserApp):
New GUIDs.

* include/docobj.h: New file.
* include/idispids.h: New file.
* include/objidl.h (IID_IMoniker): Declare.
* include/ocidl.h (READYSTATE): New enum.
(IOleInPlaceSiteEx): New interface.
* include/olectlid.h (IID_IEnumSTATSTG): New interface
identifier.
* include/oleidl.h (IOleItemContainer, IOleInPlaceObject,
IOleInPlaceSite): New interfaces.
* lib/test.c: #include docobj.h,idispids.h,

22 years ago * gas/ppc/altivec.d: Invoke "as" with "-a32".
amodra [Fri, 26 Jul 2002 04:19:12 +0000 (04:19 +0000)]
* gas/ppc/altivec.d: Invoke "as" with "-a32".

22 years ago * config/tc-ppc.c (ppc_set_cpu): Use PPC_OPCODE_64 as the default
amodra [Fri, 26 Jul 2002 04:18:41 +0000 (04:18 +0000)]
* config/tc-ppc.c (ppc_set_cpu): Use PPC_OPCODE_64 as the default
rather than PPC_OPCODE_32 for powerpc64*.