OSDN Git Service

pf3gnuchains/pf3gnuchains4x.git
21 years ago * config/tc-i386.c (output_insn): Save frag_now and frag_now_fix ()
jakub [Fri, 9 Aug 2002 00:09:50 +0000 (00:09 +0000)]
* config/tc-i386.c (output_insn): Save frag_now and frag_now_fix ()
at start of insn, pass it to output_disp and output_imm.
(output_disp): Added arguments.  If _GLOBAL_OFFSET_TABLE_ is seen
in displacement for R_386_32 reloc, use R_386_GOTPC and compute
properly addend.
(output_imm): Added arguments.  Compute properly addend for
R_386_GOTPC.
(md_apply_fix3): Remove R_386_GOTPC handling.
* testsuite/gas/i386/gotpc.s: New.
* testsuite/gas/i386/gotpc.d: New.
* testsuite/gas/i386/i386.exp: Add gotpc test.

21 years agodaily update
amodra [Fri, 9 Aug 2002 00:00:04 +0000 (00:00 +0000)]
daily update

21 years ago*** empty log message ***
gdbadmin [Fri, 9 Aug 2002 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

21 years agoMultiarch FRAME_INIT_SAVED_REGS for mips.
kevinb [Thu, 8 Aug 2002 23:42:26 +0000 (23:42 +0000)]
Multiarch FRAME_INIT_SAVED_REGS for mips.

21 years ago * mips-tdep.c (mips_find_saved_regs): Make static.
kevinb [Thu, 8 Aug 2002 23:32:52 +0000 (23:32 +0000)]
* mips-tdep.c (mips_find_saved_regs): Make static.
(mips_frame_init_saved_regs): New function.
(mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
* config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
(mips_find_saved_regs): Delete declaration.

21 years ago2002-08-06 Michael Snyder <msnyder@redhat.com>
msnyder [Thu, 8 Aug 2002 22:44:46 +0000 (22:44 +0000)]
2002-08-06  Michael Snyder  <msnyder@redhat.com>

* config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.

21 years ago * elf32-i386.c (elf_i386_relocate_section): Fill in proper addend
jakub [Thu, 8 Aug 2002 21:38:26 +0000 (21:38 +0000)]
* elf32-i386.c (elf_i386_relocate_section): Fill in proper addend
for R_386_TLS_TPOFF32 relocs against symndx 0.

21 years ago* remote.c (remote_wait, remote_async_wait): Change
graces [Thu, 8 Aug 2002 19:45:50 +0000 (19:45 +0000)]
* remote.c (remote_wait, remote_async_wait): Change
thread_num from int to ULONGEST.
(unpack_varlen_hex): Change result parameter from
int * to ULONGEST *.

21 years ago* environ.cc (parse_options): Remember the "no" part of any options for later
cgf [Thu, 8 Aug 2002 18:02:09 +0000 (18:02 +0000)]
* environ.cc (parse_options): Remember the "no" part of any options for later
export.

21 years ago * winsup.h (__check_null_invalid_struct): Make ptr argument non-const.
scottc [Thu, 8 Aug 2002 17:03:19 +0000 (17:03 +0000)]
* winsup.h (__check_null_invalid_struct): Make ptr argument non-const.
(__check_null_invalid_struct_errno): Ditto.
* miscfuncs.cc (__check_null_invalid_struct): Ditto.
(__check_null_invalid_struct_errno): Ditto.
(__check_invalid_read_ptr_errno): Remove superfluous cast.
* net.cc (get): Set appropriate errno if fd is not a socket.
(cygwin_sendto): Fix parameter checking.
(cygwin_recvfrom): Ditto.
(cygwin_setsockopt): Ditto.
(cygwin_getsockopt): Ditto.
(cygwin_connect): Ditto.
(cygwin_gethostbyaddr): Ditto.
(cygwin_accept): Ditto.
(cygwin_bind): Ditto.
(cygwin_getsockname): Ditto.
(cygwin_listen): Ditto.
(cygwin_getpeername): Ditto.
(cygwin_send): Ditto.
(cygwin_shutdown): Ditto.  Move sigframe to fhandler_socket.
(cygwin_recvmsg): Fix parameter checking.  Add tracing.
(cygwin_sendmsg): Ditto.
* fhandler_socket.cc (fhandler_socket::shutdown): Add sigframe.
* resource.cc (setrlimit): Fix parameter checking.

21 years ago2002-08-08 Andrew Cagney <ac131313@redhat.com>
cagney [Thu, 8 Aug 2002 15:37:28 +0000 (15:37 +0000)]
2002-08-08  Andrew Cagney  <ac131313@redhat.com>

* configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
powerpc*-*-*.
* MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.

21 years ago2002-08-08 Andrew Cagney <cagney@redhat.com>
cagney [Thu, 8 Aug 2002 14:59:34 +0000 (14:59 +0000)]
2002-08-08  Andrew Cagney  <cagney@redhat.com>

* gcore.c (override_derive_stack_segment): Delete variable.
(preempt_derive_stack_segment): Delete function.
(derive_stack_segment): Delete function.
(default_derive_stack_segment): Renamed to derive_stack_segment.
(override_derive_heap_segment): Delete variable.
(preempt_derive_heap_segment): Delete function.
(derive_heap_segment): Delete function.
(default_derive_heap_segment): Rename to derive_heap_segment.

21 years ago Patch by Joe Buehler <jbuehler@hekimian.com>:
corinna [Thu, 8 Aug 2002 14:16:13 +0000 (14:16 +0000)]
Patch by Joe Buehler  <jbuehler@hekimian.com>:
* sec_helper.cc (sec_acl): remove extraneous arg to debug_printf.

21 years agoCheck symbols with undefine version.
hjl [Thu, 8 Aug 2002 03:50:16 +0000 (03:50 +0000)]
Check symbols with undefine version.

21 years ago2002-08-06 Michael Snyder <msnyder@redhat.com>
msnyder [Thu, 8 Aug 2002 00:26:51 +0000 (00:26 +0000)]
2002-08-06  Michael Snyder  <msnyder@redhat.com>

        * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
* mips-tdep.c (mips_EABI_use_struct_convention,
mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
New functions.  (mips_use_struct_convention): Delete.
(mips_gdbarch_init): set use_gdbarch_convention.

21 years ago * elflink.h (elf_link_output_extsym): Don't output symbols from
amodra [Thu, 8 Aug 2002 00:20:16 +0000 (00:20 +0000)]
* elflink.h (elf_link_output_extsym): Don't output symbols from
SEC_EXCLUDE sections.

21 years ago * aoutx.h (aout_link_write_symbols): Correct handling of warning syms.
amodra [Thu, 8 Aug 2002 00:11:36 +0000 (00:11 +0000)]
* aoutx.h (aout_link_write_symbols): Correct handling of warning syms.

21 years agodaily update
amodra [Thu, 8 Aug 2002 00:00:04 +0000 (00:00 +0000)]
daily update

21 years ago*** empty log message ***
gdbadmin [Thu, 8 Aug 2002 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

21 years agomerge from gcc
dj [Wed, 7 Aug 2002 21:01:25 +0000 (21:01 +0000)]
merge from gcc

21 years ago2002-08-06 Michael Snyder <msnyder@redhat.com>
msnyder [Wed, 7 Aug 2002 18:17:25 +0000 (18:17 +0000)]
2002-08-06  Michael Snyder  <msnyder@redhat.com>

*  mips-tdep.c: gdbarch-ify reg_struct_has_addr.
(mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
mips_o32_reg_struct_has_addr): New functions.
(mips_gdbarch_init): Set gdbarch reg_struct_has_addr.

21 years ago * libc/include/machine/setjmp.h: For mips, define _JBLEN based
rsandifo [Wed, 7 Aug 2002 17:07:40 +0000 (17:07 +0000)]
* libc/include/machine/setjmp.h: For mips, define _JBLEN based
based on __mips_soft_float rather than __mips64.
* libc/machine/mips/setjmp.S: Provide hard and soft float versions
of both 32-bit and 64-bit code.

21 years ago2002-08-07 Andrew Cagney <ac131313@redhat.com>
cagney [Wed, 7 Aug 2002 16:01:57 +0000 (16:01 +0000)]
2002-08-07  Andrew Cagney  <ac131313@redhat.com>

* regcache.c (pseudo_register): Delete function.
(fetch_register): Delete function.
(store_register): Delete function.
(regcache_raw_read, legacy_read_register_gen): Use
target_fetch_registers instead of fetch_register.
(legacy_write_register_gen, regcache_raw_write): Use
target_store_register instead of store_register.
(write_register_bytes): Ditto.

* gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
(STORE_PSEUDO_REGISTER): Delete.
* gdbarch.h, gdbarch.c: Regenerate.

21 years agoOnly search for an interworking bfd if there are input bfds.
nickc [Wed, 7 Aug 2002 15:22:41 +0000 (15:22 +0000)]
Only search for an interworking bfd if there are input bfds.

21 years ago Fix by Conrad Scott <conrad.scott@dsl.pipex.com>:
corinna [Wed, 7 Aug 2002 10:08:17 +0000 (10:08 +0000)]
Fix by Conrad Scott  <conrad.scott@dsl.pipex.com>:
* fhandler_socket.cc (fhandler_socket::accept): Fix FIONBIO call.

21 years ago * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
corinna [Wed, 7 Aug 2002 08:52:23 +0000 (08:52 +0000)]
* cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
write dump file binary.

21 years ago * elf64-ppc.c (edit_opd): Arrange to drop symbols for discarded .opd
amodra [Wed, 7 Aug 2002 05:23:09 +0000 (05:23 +0000)]
* elf64-ppc.c (edit_opd): Arrange to drop symbols for discarded .opd
entries.

21 years ago * elfxx-mips.c (mips_elf_create_dynamic_relocation): Cast signedness
ths [Wed, 7 Aug 2002 04:44:14 +0000 (04:44 +0000)]
* elfxx-mips.c (mips_elf_create_dynamic_relocation): Cast signedness
mismatch.

21 years ago * elfxx-mips.c (ABI_64_P): Remove superfluous check.
ths [Wed, 7 Aug 2002 04:37:24 +0000 (04:37 +0000)]
* elfxx-mips.c (ABI_64_P): Remove superfluous check.

21 years ago * elf32-mips.c (mips_reloc_map): Fix typo.
ths [Wed, 7 Aug 2002 04:32:14 +0000 (04:32 +0000)]
* elf32-mips.c (mips_reloc_map): Fix typo.

21 years agoone more change
cgf [Wed, 7 Aug 2002 01:22:56 +0000 (01:22 +0000)]
one more change

21 years ago* cygheap.cc (_csbrk): Avoid !cygheap considerations.
cgf [Wed, 7 Aug 2002 01:20:59 +0000 (01:20 +0000)]
* cygheap.cc (_csbrk): Avoid !cygheap considerations.
(cygheap_init): Deal with unintialized cygheap issues here.

21 years ago2002-08-05 Michael Snyder <msnyder@redhat.com>
msnyder [Wed, 7 Aug 2002 00:28:31 +0000 (00:28 +0000)]
2002-08-05  Michael Snyder  <msnyder@redhat.com>

*  mips-tdep.c (mips_find_saved_regs): Adjust stack according
to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64.  Enhance comment.
(mips_gdbarch_init): Set N32 target to be mips64.

21 years agodaily update
amodra [Wed, 7 Aug 2002 00:00:04 +0000 (00:00 +0000)]
daily update

21 years ago*** empty log message ***
gdbadmin [Wed, 7 Aug 2002 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

21 years ago * frame.c (find_saved_register): Break out of loop once saved
kevinb [Tue, 6 Aug 2002 22:42:55 +0000 (22:42 +0000)]
* frame.c (find_saved_register): Break out of loop once saved
register address is found.  Don't mention sparc in loop comment
anymore.

21 years ago * config/tc-alpha.c (cpu_types): Enabled ev67, ev68, -m21264a
rth [Tue, 6 Aug 2002 22:06:07 +0000 (22:06 +0000)]
    * config/tc-alpha.c (cpu_types): Enabled ev67, ev68,  -m21264a
        and m21264b processor names and cpu types.
        * doc/c-alpha.texi: Documented new types.

21 years agoConrad Scott <conrad.scott@dsl.pipex.com
cgf [Tue, 6 Aug 2002 22:05:53 +0000 (22:05 +0000)]
Conrad Scott <conrad.scott@dsl.pipex.com
* cygheap.cc (_csbrk): Allocate some slop initially.  Don't erroneously add
sbrk amount to returned value in initial case.

21 years agoAdd myself as Alpha maintainer.
rth [Tue, 6 Aug 2002 21:58:26 +0000 (21:58 +0000)]
Add myself as Alpha maintainer.

21 years ago * library/srcwin.itb (_build_win): Anchor status label so that
kseitz [Tue, 6 Aug 2002 19:35:33 +0000 (19:35 +0000)]
    * library/srcwin.itb (_build_win): Anchor status label so that
        text appears at left instead of centered.

21 years ago From Mo Dejong <supermo@bayarea.net>:
kseitz [Tue, 6 Aug 2002 19:24:24 +0000 (19:24 +0000)]
    From Mo Dejong  <supermo@bayarea.net>:
        * iwidgets3.0.0/Makefile.in: Don't create a symlink
        from $(SCRIPT_INSTALL_DIR) to $(LIB_INSTALL_DIR)/iwidgets.
        Remove LN_S and LIB_INSTALL_DIR variables.

21 years ago * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
kevinb [Tue, 6 Aug 2002 19:03:40 +0000 (19:03 +0000)]
* mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
mips_default_saved_regsize to 8.

21 years ago From Mo Dejong <supermo@bayarea.net>:
kseitz [Tue, 6 Aug 2002 18:51:13 +0000 (18:51 +0000)]
    From Mo Dejong  <supermo@bayarea.net>:
        * configure.in: Don't configure iwidgets when building
        Source-Navigator.
        * configure: Regenerated.

21 years ago2002-08-06 Andrew Cagney <ac131313@redhat.com>
cagney [Tue, 6 Aug 2002 15:53:07 +0000 (15:53 +0000)]
2002-08-06  Andrew Cagney  <ac131313@redhat.com>
* gcore.c: Do not include <sys/procfs.h>.
* Makefile.in (gcore.o): Update dependencies.

21 years ago2002-08-06 Andrew Cagney <ac131313@redhat.com>
cagney [Tue, 6 Aug 2002 15:52:33 +0000 (15:52 +0000)]
2002-08-06  Andrew Cagney  <ac131313@redhat.com>
* gcore.c: Do not include <sys/procfs.h>.
* Makefile.in (gcore.o): Update dependencies.

21 years ago2002-08-06 Andrew Cagney <cagney@redhat.com>
cagney [Tue, 6 Aug 2002 14:12:46 +0000 (14:12 +0000)]
2002-08-06  Andrew Cagney  <cagney@redhat.com>
* configure.tgt: Make arc-*-* obsolete.
* NEWS: Mention that arc-*-* has been identifed as obsolete.
* MAINTAINERS: Make arc-elf obsolete.
* arc-tdep.c: Make file obsolete.
* config/arc/arc.mt: Ditto.
* config/arc/tm-arc.h: Ditto.

21 years ago * emultempl/aix.em (gld*_before_parse): Set default arch. Reverts
amodra [Tue, 6 Aug 2002 11:40:30 +0000 (11:40 +0000)]
* emultempl/aix.em (gld*_before_parse): Set default arch.  Reverts
2002-05-10 change.

21 years ago * gas/ppc/altivec_xcoff64.d: Adjust for aix5 target.
amodra [Tue, 6 Aug 2002 11:28:00 +0000 (11:28 +0000)]
* gas/ppc/altivec_xcoff64.d: Adjust for aix5 target.
* gas/ppc/booke_xcoff64.d: Likewise.  Also fix relocs.

21 years ago * xcofflink.c (xcoff_write_global_symbol): Set n_scnum for abs_section.
amodra [Tue, 6 Aug 2002 11:24:40 +0000 (11:24 +0000)]
* xcofflink.c (xcoff_write_global_symbol): Set n_scnum for abs_section.

21 years agoAdd hppa-openbsd target
nickc [Tue, 6 Aug 2002 09:18:28 +0000 (09:18 +0000)]
Add hppa-openbsd target

21 years ago * elf64-ppc.c (ppc64_elf_howto_raw): Zero all src_mask entries.
amodra [Tue, 6 Aug 2002 09:09:08 +0000 (09:09 +0000)]
* elf64-ppc.c (ppc64_elf_howto_raw): Zero all src_mask entries.

21 years ago * libxcoff.h: Use PARAMS on function declarations.
amodra [Tue, 6 Aug 2002 08:59:34 +0000 (08:59 +0000)]
* libxcoff.h: Use PARAMS on function declarations.
* coff-rs6000.c (xcoff_generate_rtinit): Simplify size calc.
* coff64-rs6000.c (xcoff64_generate_rtinit): Likewise.

21 years ago * coff-rs6000.c: (xcoff_rtype2howto): Don't place reloc address in
amodra [Tue, 6 Aug 2002 08:51:42 +0000 (08:51 +0000)]
* coff-rs6000.c: (xcoff_rtype2howto): Don't place reloc address in
addend.
* coff64-rs6000.c: (xcoff64_rtype2howto): Likewise.

21 years ago * coff-rs6000.c: Formatting fixes.
amodra [Tue, 6 Aug 2002 05:52:29 +0000 (05:52 +0000)]
* coff-rs6000.c: Formatting fixes.
(xcoff_calculate_relocation): Use PARAMS in declaration.
(xcoff_complain_overflow): Likewise.
(xcoff_ppc_relocate_section): Use old-style function pointer call.
(bfd_xcoff_backend_data): Remove useless comments.
(rs6000coff_vec): Likewise.
(bfd_pmac_xcoff_backend_data): Likewise.
(pmac_xcoff_vec): Likewise.
* coff64-rs6000.c: Formatting fixes.
(xcoff64_calculate_relocation): Use PARAMS in declaration.
(xcoff64_ppc_relocate_section): Use old-style function pointer call.
(bfd_xcoff_backend_data): Remove useless comments.
(rs6000coff64_vec): Likewise.
(bfd_xcoff_aix5_backend_data): Likewise.
(aix5coff64_vec): Likewise.

21 years ago* spawn.cc (spawn_guts): Don't set mount_h here.
cgf [Tue, 6 Aug 2002 05:48:33 +0000 (05:48 +0000)]
* spawn.cc (spawn_guts): Don't set mount_h here.
* sigproc.cc (init_child_info): Set it here instead.
* shared.cc (cygwin_mount_h): Make NO_COPY.

21 years ago* cygthread.cc (cygthread::stub): Accept flag to pass info structure to thread
cgf [Tue, 6 Aug 2002 05:08:55 +0000 (05:08 +0000)]
* cygthread.cc (cygthread::stub): Accept flag to pass info structure to thread
function.
(cygthread::operator new): Add defense debugging output.
(cygthread::cygthread): Add debugging output.  Set name after thread has been
awakened to avoid a race.
(cygthread::exit_thread): Use handle operator rather than using ev directly.
(cygthread::exit_thread): Reorganize to provide debugging.  Set __name to NULL.
* cygthread.h (cygself): Define.
* fhandler_tty.cc (fhandler_tty_master::init): Use cygself as argument so that
invoked thread can access its own info.
(process_output): Derive cygthread info of thread from thread argument.
* sigproc.cc (sigproc_init): Use cygself as argument so that invoked thread can
access its own info.
(wait_sig): Derive cygthread info of thread from thread argument.

21 years ago * debug.h (handle_list::allocated): Remove field.
scottc [Tue, 6 Aug 2002 03:40:40 +0000 (03:40 +0000)]
* debug.h (handle_list::allocated): Remove field.
* debug.cc (newh): Don't malloc extra entries.
(add_handle): Downgrade strace message level.
(delete_handle): Remove case for `allocated' entries.

21 years ago * coff-rs6000.c (xcoff_howto_table): Revert some of last change to
amodra [Tue, 6 Aug 2002 03:18:25 +0000 (03:18 +0000)]
* coff-rs6000.c (xcoff_howto_table): Revert some of last change to
mask entries.  Use complain_overflow_dont for R_REF.
(xcoff_reloc_type_ba): Revert last change.
(xcoff_reloc_type_br): Likewise.
(xcoff_reloc_type_crel): Likewise.
(xcoff_ppc_relocate_section): Likewise.
* coff64-rs6000.c (xcoff64_reloc_type_br): Likewise.
(xcoff64_ppc_relocate_section): Likewise.
(xcoff64_howto_table): Revert some of last change to mask entries.
Use complain_overflow_dont for R_REF.

21 years ago * config/tc-ppc.c (md_apply_fix3): Adjust 16 bit XCOFF reloc offset.
amodra [Tue, 6 Aug 2002 02:30:05 +0000 (02:30 +0000)]
* config/tc-ppc.c (md_apply_fix3): Adjust 16 bit XCOFF reloc offset.

21 years ago * coff-rs6000.c (xcoff_howto_table): Fix src_mask entries. Make all
amodra [Tue, 6 Aug 2002 02:29:24 +0000 (02:29 +0000)]
* coff-rs6000.c (xcoff_howto_table): Fix src_mask entries.  Make all
relocs with bitsize == 16 have size = 1.
(xcoff_reloc_type_ba): Correct src_mask and dst_mask adjustment.
(xcoff_reloc_type_br): Likewise.
(xcoff_reloc_type_crel): Likewise.
(xcoff_ppc_relocate_section): Set up src_mask and dst_mask correctly.
* coff64-rs6000.c (xcoff64_reloc_type_br): Correct src_mask and
dst_mask adjustment.
(xcoff64_ppc_relocate_section): Set up src_mask and dst_mask correctly.
(xcoff64_howto_table): Fix src_mask entries.  Make all relocs with
bitsize == 16 have size = 1.

21 years agodaily update
amodra [Tue, 6 Aug 2002 00:00:08 +0000 (00:00 +0000)]
daily update

21 years ago*** empty log message ***
gdbadmin [Tue, 6 Aug 2002 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

21 years ago* gdb/avr-tdep.c(avr_skip_prologue): Fix to return the correct pc.
troth [Mon, 5 Aug 2002 17:27:54 +0000 (17:27 +0000)]
* gdb/avr-tdep.c(avr_skip_prologue): Fix to return the correct pc.

21 years ago2002-08-05 Andrew Cagney <ac131313@redhat.com>
cagney [Mon, 5 Aug 2002 17:12:55 +0000 (17:12 +0000)]
2002-08-05  Andrew Cagney  <ac131313@redhat.com>
* mcore-tdep.c (mcore_gdbarch_init): Use
generic_unwind_get_saved_register instead of
generic_get_saved_register.
* v850-tdep.c (v850_gdbarch_init): Ditto.
* frv-tdep.c (frv_gdbarch_init): Ditto.
* mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
* s390-tdep.c (s390_gdbarch_init): Ditto.
* d10v-tdep.c (d10v_gdbarch_init): Ditto.
* config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
* config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.

21 years ago * objfiles.h: Add missing #include "symfile.h"
brobecke [Mon, 5 Aug 2002 16:17:41 +0000 (16:17 +0000)]
    * objfiles.h: Add missing #include "symfile.h"
        * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.

21 years ago* cygthread.cc (cygthread::stub): Change event creation to manual reset. Set
cgf [Mon, 5 Aug 2002 16:15:46 +0000 (16:15 +0000)]
* cygthread.cc (cygthread::stub): Change event creation to manual reset.  Set
__name after calling SetEvent to prevent races.
(cygthread::detach): Always reset event here to prevent races.

21 years ago * include/wingdi.h (AlphaBlend,GradientFill,TransparentBlt):
dannysmith [Mon, 5 Aug 2002 02:03:23 +0000 (02:03 +0000)]
* include/wingdi.h (AlphaBlend,GradientFill,TransparentBlt):
Add prototypes.
* lib/msimg32.def: New file, with stubs for above.

21 years ago * prdbg.c (pr_fix_visibility): Remove assert.
amodra [Mon, 5 Aug 2002 00:54:11 +0000 (00:54 +0000)]
* prdbg.c (pr_fix_visibility): Remove assert.

21 years agodaily update
amodra [Mon, 5 Aug 2002 00:00:04 +0000 (00:00 +0000)]
daily update

21 years ago*** empty log message ***
gdbadmin [Mon, 5 Aug 2002 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

21 years ago2002-08-04 H.J. Lu (hjl@gnu.org)
hjl [Sun, 4 Aug 2002 23:15:52 +0000 (23:15 +0000)]
2002-08-04  H.J. Lu  (hjl@gnu.org)

* configure.in (mips*-*-linux*): Don't skip target-libffi.

21 years agoFrom 2002-08-01 david carlton <carlton@math.stanford.edu>:
cagney [Sun, 4 Aug 2002 19:11:12 +0000 (19:11 +0000)]
From 2002-08-01 david carlton <carlton@math.stanford.edu>:
* hpread.c (hpread_read_struct_type): Deleted superfluous setting
of FIELD_BITSIZE.

21 years ago* libc/stdio/popen.c (popen): Allow "rb", "rt", "wb", and "wt" arguments for
cgf [Sun, 4 Aug 2002 19:01:56 +0000 (19:01 +0000)]
* libc/stdio/popen.c (popen): Allow "rb", "rt", "wb", and "wt" arguments for
popen to match similar functionality in fopen.

21 years ago * NEWS: Cleanup and nitpick.
drow [Sun, 4 Aug 2002 15:12:09 +0000 (15:12 +0000)]
    * NEWS: Cleanup and nitpick.

21 years agoNEWS cleanups
cagney [Sun, 4 Aug 2002 00:02:46 +0000 (00:02 +0000)]
NEWS cleanups

21 years agodaily update
amodra [Sun, 4 Aug 2002 00:00:06 +0000 (00:00 +0000)]
daily update

21 years ago*** empty log message ***
gdbadmin [Sun, 4 Aug 2002 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

21 years ago * debug.h (WaitForMultipleObjects): Correct typo.
scottc [Sat, 3 Aug 2002 23:43:42 +0000 (23:43 +0000)]
* debug.h (WaitForMultipleObjects): Correct typo.

21 years ago2002-08-03 Andrew Cagney <ac131313@redhat.com>
cagney [Sat, 3 Aug 2002 23:37:07 +0000 (23:37 +0000)]
2002-08-03  Andrew Cagney  <ac131313@redhat.com>
* gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.

21 years agoupdate
cgf [Sat, 3 Aug 2002 23:34:01 +0000 (23:34 +0000)]
update

21 years ago* include/stdio.h (_fcloseall): Add prototype.
dannysmith [Sat, 3 Aug 2002 23:03:37 +0000 (23:03 +0000)]
* include/stdio.h (_fcloseall): Add prototype.

21 years ago * winbase.h (AddAccessAllowedAceEx,AddAccessDeniedAceEx,
dannysmith [Sat, 3 Aug 2002 22:51:15 +0000 (22:51 +0000)]
* winbase.h (AddAccessAllowedAceEx,AddAccessDeniedAceEx,
GetFileSizeEx, SetFilePointerEx): Add prototypes.
(EncryptFile[AW], FileEncryptionStatus[AW]): Add prototypes
and UNICODE mappings.

21 years agoIndex: ChangeLog
cagney [Sat, 3 Aug 2002 16:22:06 +0000 (16:22 +0000)]
Index: ChangeLog
2002-08-03  Andrew Cagney  <ac131313@redhat.com>

* Makefile.in (gdbtk-bp.o): Update dependencies.
(gdbtk-register.o): Ditto.
(gdbtk-varobj.o): Ditto.

Index: gdbtk/ChangeLog
2002-08-03  Andrew Cagney  <ac131313@redhat.com>

* generic/gdbtk-bp.c: Include "gdb_string.h".
* generic/gdbtk-register.c: Ditto.
* generic/gdbtk-varobj.c: Ditto.

21 years ago2002-08-03 Andrew Cagney <cagney@redhat.com>
cagney [Sat, 3 Aug 2002 15:56:23 +0000 (15:56 +0000)]
2002-08-03  Andrew Cagney  <cagney@redhat.com>

* m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
m68hc11_fetch_pseudo_register.
(m68hc11_pseudo_register_write): Replace
m68hc11_store_pseudo_register.
(m68hc11_gdbarch_init): Update.

22 years ago*** empty log message ***
gdbadmin [Sat, 3 Aug 2002 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

22 years agodaily update
amodra [Sat, 3 Aug 2002 00:00:05 +0000 (00:00 +0000)]
daily update

22 years agoFri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
cagney [Fri, 2 Aug 2002 20:51:20 +0000 (20:51 +0000)]
Fri Aug  2 15:53:50 2002  Andrew Cagney  <cagney@redhat.com>

* gdbarch.sh: Include "gdb_string.h".
* gdbarch.c: Regenerate.

* regcache.c: Include "gdb_string.h".
* ax-general.c: Ditto.
* varobj.c: Ditto.
* std-regs.c: Ditto.
* fbsd-proc.c: Ditto.
* thread.c: Ditto.

* Makefile.in (regcache.o): Update dependencies.
(thread.o, gdbarch.o): Ditto.
(ax-general.o, gdbarch.o): Ditto.
(varobj.o, std-regs.o): Ditto.
(fbsd-proc.o): Specify dependencies.

22 years ago2002-08-02 Andrew Cagney <cagney@redhat.com>
cagney [Fri, 2 Aug 2002 19:06:20 +0000 (19:06 +0000)]
2002-08-02  Andrew Cagney  <cagney@redhat.com>
* regcache.c (regcache_cooked_read): Rename rawnum parameter to
regnum.
(regcache_cooked_write): Ditto.

22 years agoAdd the cooked register interface.
cagney [Fri, 2 Aug 2002 18:08:31 +0000 (18:08 +0000)]
Add the cooked register interface.

22 years ago2002-08-02 Andrew Cagney <cagney@redhat.com>
cagney [Fri, 2 Aug 2002 14:48:19 +0000 (14:48 +0000)]
2002-08-02  Andrew Cagney  <cagney@redhat.com>
* gdbarch.sh (pseudo_register_read, pseudo_register_write):
Replace the architecture methods register_read and register_write.
* gdbarch.h, gdbarch.c: Regenerate.
* regcache.c (init_regcache_descr): Update.
(read_register_gen): Update.
(write_register_gen): Update.
(supply_register): Update comment.
* sh-tdep.c (sh_gdbarch_init): Update.
(sh_pseudo_register_read, sh64_pseudo_register_read): Add
`regcache' and `gdbarch' parameters.  Make `buffer' a void
pointer.  Update code.
(sh_pseudo_register_write, sh64_pseudo_register_write): Add
`regcache' and `gdbarch' parameters.  Make `buffer' a constant
void pointer.  Update code.
(sh64_register_write): Delete.
(sh4_register_read): Delete.
(sh64_register_read): Delete.
(sh4_register_write): Delete.
(sh_sh4_register_convert_to_raw): Make `from' parameter a constant
void pointer, `to' parameter a void pointer.
(sh_sh64_register_convert_to_raw): Ditto.

22 years ago * mkgroup.c (main): Don't print an entry for "Everyone".
corinna [Fri, 2 Aug 2002 11:14:35 +0000 (11:14 +0000)]
* mkgroup.c (main): Don't print an entry for "Everyone".
* mkpasswd.c (print_special): Set pw_gid to 544 for SYSTEM user.
(main): Don't print an entry for "Everyone".

22 years ago * security.cc (verify_token): Do not reject a token just because
corinna [Fri, 2 Aug 2002 11:00:18 +0000 (11:00 +0000)]
* security.cc (verify_token): Do not reject a token just because
the supplementary group list is missing Everyone or a groupsid
equal to usersid, or because the primary group is not in the token,
as long as it is equal to the usersid.
* syscalls.cc (seteuid32): Use common code for all successful returns.
* grp.cc (getgroups32): Never includes Everyone in the output.

22 years ago * include/winbase.h (ReadFileScatter, WriteFileGather):
dannysmith [Fri, 2 Aug 2002 08:50:44 +0000 (08:50 +0000)]
* include/winbase.h (ReadFileScatter, WriteFileGather):
Change second parameter to pointer.

22 years ago2002-08-01 H.J. Lu <hjl@gnu.org>
hjl [Fri, 2 Aug 2002 02:33:48 +0000 (02:33 +0000)]
2002-08-01  H.J. Lu <hjl@gnu.org>

* gas/mips/elf-rel6.s: Add ".p2align 4".
* gas/mips/elf-rel6.d: Check nop.

22 years ago* cygthread.cc (cygthread::exit_thread): Define new method.
cgf [Fri, 2 Aug 2002 02:10:24 +0000 (02:10 +0000)]
* cygthread.cc (cygthread::exit_thread): Define new method.
* cygthread.h (cygthread::exit_thread): Declare new method.
* fhandler.h (fhandler_tty_master::hThread): Delete.
(fhandler_tty_master::output_thread): Define.
* fhandler_tty.cc (fhandler_tty_master::fhandler_tty_master): Adjust
constructor.
(fhandler_tty_master::init): Use cygthread rather than handle.
(process_output): Use cygthread method to exit.
(fhandler_tty_master::fixup_after_fork): Set output_thread to NULL after fork.
(fhandler_tty_master::fixup_after_exec): Set output_thread to NULL after
spawn/exec.
* tty.cc (tty_list::terminate): Detach from output_thread using cygthread
method.

22 years agoMore obsolete CHILL.
cagney [Fri, 2 Aug 2002 00:25:23 +0000 (00:25 +0000)]
More obsolete CHILL.

22 years ago*** empty log message ***
gdbadmin [Fri, 2 Aug 2002 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

22 years agodaily update
amodra [Fri, 2 Aug 2002 00:00:04 +0000 (00:00 +0000)]
daily update

22 years ago* syscalls.cc (_link): Revert previous change and just always dereference the
cgf [Thu, 1 Aug 2002 23:53:07 +0000 (23:53 +0000)]
* syscalls.cc (_link): Revert previous change and just always dereference the
oldpath.

22 years ago * mips-tdep.c (mips_register_virtual_type): Use architecture
kevinb [Thu, 1 Aug 2002 23:10:33 +0000 (23:10 +0000)]
* mips-tdep.c (mips_register_virtual_type): Use architecture
invariant return values.