OSDN Git Service

pf3gnuchains/sourceware.git
20 years ago Remove long-obsolete MPW support.
shebs [Tue, 30 Mar 2004 18:43:16 +0000 (18:43 +0000)]
    Remove long-obsolete MPW support.
        * mpw-config.in, mpw-make.sed, mac-as.r: Remove files.
        * configure.in: Remove mention of ppc-*-mpw* config.
        * configure.in: Likewise.

[testsuite/ChangeLog]
        * gas/macros/macros.exp: Remove mention of MPW config.

20 years agoFrom Ulrich Weigand:
jimb [Tue, 30 Mar 2004 15:44:08 +0000 (15:44 +0000)]
From Ulrich Weigand:
* utils.c (query): Do not use a va_list variable multiple times.

20 years ago * sysv_shm.cc (shmget): Allow to retrieve shared memory segments
corinna [Tue, 30 Mar 2004 15:21:18 +0000 (15:21 +0000)]
* sysv_shm.cc (shmget): Allow to retrieve shared memory segments
by shmid when IPC_KEY_IS_SHMID is set.

20 years ago * shm.cc (shmat): If shmid is unknown, call a special variation
corinna [Tue, 30 Mar 2004 15:20:03 +0000 (15:20 +0000)]
* shm.cc (shmat): If shmid is unknown, call a special variation
of shmget to retrieve the shared memory segment from Cygserver
instead of failing immediately.
* include/cygwin/ipc.h (IPC_KEY_IS_SHMID): New internal flag for
shmget when called from shmat.

20 years agoAdd (linker) support for CR16C processor
nickc [Tue, 30 Mar 2004 14:04:21 +0000 (14:04 +0000)]
Add (linker) support for CR16C processor

20 years ago * elf.c (map_sections_to_segments): Fix handling of .tbss.
jakub [Tue, 30 Mar 2004 09:58:25 +0000 (09:58 +0000)]
* elf.c (map_sections_to_segments): Fix handling of .tbss.

20 years ago * binutils-all/objcopy.exp: Accept main as a data symbol as well.
jakub [Tue, 30 Mar 2004 09:54:13 +0000 (09:54 +0000)]
* binutils-all/objcopy.exp: Accept main as a data symbol as well.

20 years agoUpdated Swedish translation
nickc [Tue, 30 Mar 2004 09:48:26 +0000 (09:48 +0000)]
Updated Swedish translation

20 years agoFix bug parsing shigh(0xffff8000)
nickc [Tue, 30 Mar 2004 09:29:15 +0000 (09:29 +0000)]
Fix bug parsing shigh(0xffff8000)

20 years agomake use of meabi_flags be ELF specific
nickc [Tue, 30 Mar 2004 08:53:01 +0000 (08:53 +0000)]
make use of meabi_flags be ELF specific

20 years ago2004-03-29 Martin Hunt <hunt@redhat.com>
hunt [Tue, 30 Mar 2004 06:05:26 +0000 (06:05 +0000)]
2004-03-29  Martin Hunt  <hunt@redhat.com>

* generic/gdbtk-register.c (map_arg_registers): If a specific
register was requested, just return it without validating it
has a name.
(get_register): Check DEPRECATED_REGISTER_CONVERTIBLE_P ().

20 years agoMoved ChangeLog to ChangeLog-2003
hunt [Tue, 30 Mar 2004 06:03:08 +0000 (06:03 +0000)]
Moved ChangeLog to ChangeLog-2003

20 years agodaily update
amodra [Tue, 30 Mar 2004 00:00:07 +0000 (00:00 +0000)]
daily update

20 years ago*** empty log message ***
gdbadmin [Tue, 30 Mar 2004 00:00:06 +0000 (00:00 +0000)]
*** empty log message ***

20 years ago * lib/Makefile,in; Add directx to .PHONY target.
dannysmith [Mon, 29 Mar 2004 22:39:44 +0000 (22:39 +0000)]
* lib/Makefile,in; Add directx to .PHONY target.
* lib/directx/dxerr.c: Remove dependence on mingw runtime.
Don't include stdio.h or tchar.h.
Replace _T() macro with TEXT() macro, throughout.
Replace, _stprintf with wsprintf, throughout.

20 years agoFix date in last delta.
rsandifo [Mon, 29 Mar 2004 22:01:44 +0000 (22:01 +0000)]
Fix date in last delta.

20 years ago * sim/mips/hilo-hazard-[123].s: New files.
rsandifo [Mon, 29 Mar 2004 21:58:00 +0000 (21:58 +0000)]
* sim/mips/hilo-hazard-[123].s: New files.
* sim/mips/basic.exp (run_hilo_test): New procedure.
(models): Only list models that are included in the configuration.
(submodels): New variable, set to submodels of the above.
(mips64vr-*-elf, mips64vrel-*-elf): New configuration stanza.
Run hilo-hazard-[123].s.

20 years ago * sim-main.h (MIPS_MACH_HAS_MT_HILO_HAZARD)
rsandifo [Mon, 29 Mar 2004 21:56:01 +0000 (21:56 +0000)]
* sim-main.h (MIPS_MACH_HAS_MT_HILO_HAZARD)
(MIPS_MACH_HAS_MULT_HILO_HAZARD, MIPS_MACH_HAS_DIV_HILO_HAZARD): New.
* mips.igen (check_mt_hilo, check_mult_hilo, check_div_hilo): Provide
separate implementations for mipsIV and mipsV.  Use new macros to
determine whether the restrictions apply.

20 years ago * fhandler.h (class fhandler_socket): Add has_been_closed member.
corinna [Mon, 29 Mar 2004 19:41:16 +0000 (19:41 +0000)]
* fhandler.h (class fhandler_socket): Add has_been_closed member.
* fhandler_socket.cc (fhandler_socket::fhandler_socket): Initialize
has_been_closed to 0.
(fhandler_socket::recvfrom): Use new asynchronous I/O driven
wsock_event methods.
(fhandler_socket::recvmsg): Ditto.
(fhandler_socket::sendto): Ditto.
(fhandler_socket::sendmsg): Ditto.
* net.cc (wsock_event::prepare): Reimplement using asynchronous I/O.
(wsock_event::wait): Ditto.
(wsock_event::release): New method.
* wsock_event.h (class wsock_event): Remove ovr member.  Accomodate
new implementation of prepare and wait methods.  Add release method.

20 years ago * mpw-config.in, mpw-make.sed: Remove MPW support files, no longer
shebs [Mon, 29 Mar 2004 18:09:08 +0000 (18:09 +0000)]
    * mpw-config.in, mpw-make.sed: Remove MPW support files, no longer
        used.

20 years ago * Makefile.in (linux_nat_h): Update dependencies.
drow [Mon, 29 Mar 2004 18:07:13 +0000 (18:07 +0000)]
* Makefile.in (linux_nat_h): Update dependencies.
* configure.in: Check for <gnu/libc-version.h>.
* configure: Regenerate.
* config.in: Regenerate.
* linux-nat.h: Include "target.h".  Add waitstatus field to
struct lwp_info.
* lin-lwp.c (add_lwp): Initialize waitstatus.kind.
(lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
to.
(lin_lwp_handle_extended): New function.  Handle clone events.
(wait_lwp): Use lin_lwp_handle_extended.  Update comment about
thread exit events.
(child_wait): Handle clone events.
(lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
* linux-nat.c (linux_enable_event_reporting): Turn on
PTRACE_O_TRACECLONE.
(linux_handle_extended_wait): Handle clone events.
* thread-db.c: Include <gnu/libc-version.h>.
(struct private_thread_info): Add dying flag.
(enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
higher.
(attach_thread): Update comments.  Handle dying threads.
(detach_thread): Set the dying flag.
(check_event): Always call attach_thread.

20 years ago * mips-tdep.c (mips_pdr_data): New.
drow [Mon, 29 Mar 2004 17:58:04 +0000 (17:58 +0000)]
* mips-tdep.c (mips_pdr_data): New.
(non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
(_initialize_mips_tdep): Initialize mips_pdr_data.

20 years agoAdd entry that I left out of 2004-03-15 ChangeLog:
carlton [Mon, 29 Mar 2004 16:52:33 +0000 (16:52 +0000)]
Add entry that I left out of 2004-03-15 ChangeLog:

(read_namespace): Set die->type.

20 years ago* thread.cc (pthread::atforkprepare): Call MT_INTERFACE->fixup_before_fork at
cgf [Mon, 29 Mar 2004 15:14:07 +0000 (15:14 +0000)]
* thread.cc (pthread::atforkprepare): Call MT_INTERFACE->fixup_before_fork at
the end of atforkprepare.

20 years ago * net.cc (wsock_event::wait): Change scope of local "len" variable.
corinna [Mon, 29 Mar 2004 14:08:43 +0000 (14:08 +0000)]
* net.cc (wsock_event::wait): Change scope of local "len" variable.

20 years ago2004-03-28 Hans Leidekker <hans@it.vu.nl>
infidel [Mon, 29 Mar 2004 13:57:04 +0000 (13:57 +0000)]
2004-03-28  Hans Leidekker  <hans@it.vu.nl>

* include/math.h (FP_*): Add defines.

20 years ago * minsyms.c (install_minimal_symbols): Move dropping leading
corinna [Mon, 29 Mar 2004 11:26:02 +0000 (11:26 +0000)]
* minsyms.c (install_minimal_symbols): Move dropping leading
char from linkage name from here...
(prim_record_minimal_symbol_and_info): ...to here.  Simplify
test for "__gnu_compiled*" symbols.

20 years ago * mingwex/math/round.c: Rewrite.
dannysmith [Mon, 29 Mar 2004 08:22:18 +0000 (08:22 +0000)]
* mingwex/math/round.c: Rewrite.
* mingwex/math/roundf.c: Rewrite.
* mingwex/math/roundl.c: Rewrite.

20 years ago * pathnames.sgml: Fix /dev/srX description.
corinna [Mon, 29 Mar 2004 08:07:39 +0000 (08:07 +0000)]
* pathnames.sgml: Fix /dev/srX description.

20 years ago2004-03-28 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>
joshuadfranklin [Mon, 29 Mar 2004 06:37:40 +0000 (06:37 +0000)]
2004-03-28  Joshua Daniel Franklin  <joshuadfranklin@yahoo.com>
* how-programming.texinfo: Make list in .lib FAQ enumerative.

20 years ago2004-03-28 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>
joshuadfranklin [Mon, 29 Mar 2004 05:56:46 +0000 (05:56 +0000)]
2004-03-28  Joshua Daniel Franklin  <joshuadfranklin@yahoo.com>

        * how-programming.texinfo: Add note about gcc .lib linking.
        * pathnames.sgml: Mention create_devices.sh for /dev/ creation.

20 years ago* rs6000-tdep.c (skip_prologue): Recognize moves from argument
jimb [Mon, 29 Mar 2004 03:41:54 +0000 (03:41 +0000)]
* rs6000-tdep.c (skip_prologue): Recognize moves from argument
registers to temp register r0 and byte stores as prologue
instructions.

20 years agodaily update
amodra [Mon, 29 Mar 2004 00:00:05 +0000 (00:00 +0000)]
daily update

20 years ago*** empty log message ***
gdbadmin [Mon, 29 Mar 2004 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

20 years ago * shm.cc (shmat): Return (void *) -1 on error instead of NULL.
corinna [Sun, 28 Mar 2004 21:01:33 +0000 (21:01 +0000)]
* shm.cc (shmat): Return (void *) -1 on error instead of NULL.

20 years ago2004-03-28 Andrew Cagney <cagney@redhat.com>
cagney [Sun, 28 Mar 2004 19:56:40 +0000 (19:56 +0000)]
2004-03-28  Andrew Cagney  <cagney@redhat.com>

* PROBLEMS (Stack backtraces): Rewrite.  Remove reference to
arm*-*-*.

20 years ago * gdb.texinfo (TUI Commands): Document tui reg commands.
ciceron [Sun, 28 Mar 2004 12:22:55 +0000 (12:22 +0000)]
* gdb.texinfo (TUI Commands): Document tui reg commands.

20 years ago2004-03-27 Hosaka Yuji <hos@tamanegi.org>
infidel [Sun, 28 Mar 2004 11:22:09 +0000 (11:22 +0000)]
2004-03-27  Hosaka Yuji  <hos@tamanegi.org>

* include/dbt.h (DBT_DEVTYP_DEVICEINTERFACE, DBT_DEVTYP_HANDLE):
Add define.
(DEV_BROADCAST_DEVICEINTERFACE, DEV_BROADCAST_HANDLE): Add struct.
* include/winuser.h (UnregisterDeviceNotification): Add prototype.
* lib/user32.def (UnregisterDeviceNotification): Add export stub.

20 years ago * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
ciceron [Sun, 28 Mar 2004 10:18:04 +0000 (10:18 +0000)]
* tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
and switch the layout to force a display of register window.

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

20 years agodaily update
amodra [Sun, 28 Mar 2004 00:00:08 +0000 (00:00 +0000)]
daily update

20 years ago* ld-frv/fdpic*.d: Adjust to compensate for page size change.
aoliva [Sat, 27 Mar 2004 21:11:14 +0000 (21:11 +0000)]
* ld-frv/fdpic*.d: Adjust to compensate for page size change.

20 years ago* fhandler_nodevice.cc (fhandler_nodevice::open): Assume that errno has already
cgf [Sat, 27 Mar 2004 18:01:04 +0000 (18:01 +0000)]
* fhandler_nodevice.cc (fhandler_nodevice::open): Assume that errno has already
been set if pc.error is nonzero.

20 years ago * Fix ChangeLog formatting.
corinna [Sat, 27 Mar 2004 16:02:04 +0000 (16:02 +0000)]
* Fix ChangeLog formatting.

20 years ago * cygserver.sgml: New file.
corinna [Sat, 27 Mar 2004 15:59:44 +0000 (15:59 +0000)]
* cygserver.sgml: New file.
* using.sgml: Include Cygserver docs.

20 years ago * config/obj-aout.c (obj_aout_type): Remove #ifdef BFD_ASSEMBLER code.
amodra [Sat, 27 Mar 2004 11:36:03 +0000 (11:36 +0000)]
* config/obj-aout.c (obj_aout_type): Remove #ifdef BFD_ASSEMBLER code.

20 years ago * emultempl/elf32.em: Update new bfd_elf_discard_info name.
amodra [Sat, 27 Mar 2004 10:58:34 +0000 (10:58 +0000)]
* emultempl/elf32.em: Update new bfd_elf_discard_info name.
* emultempl/hppaelf.em: Likewise.
* emultempl/ppc64elf.em: Likewise.
* emultempl/sh64elf.em: Likewise.

20 years ago * Makefile.am: Remove all mention of elflink.h.
amodra [Sat, 27 Mar 2004 10:58:04 +0000 (10:58 +0000)]
* Makefile.am: Remove all mention of elflink.h.
* Makefile.in: Regenerate.
* bfd-in.h (bfd_elf_discard_info): Declare.
(bfd_elf32_discard_info, bfd_elf64_discard_info): Delete.
* bfd-in2.h: Regenerate.
* elf-bfd.h (bfd_elf32_print_symbol, bfd_elf64_print_symbol,
bfd_elf32_link_record_dynamic_symbol,
bfd_elf64_link_record_dynamic_symbol,
_bfd_elf_link_record_dynamic_symbol, bfd_elf32_bfd_final_link,
bfd_elf64_bfd_final_link, elf_link_record_local_dynamic_symbol,
_bfd_elf32_link_record_local_dynamic_symbol,
_bfd_elf64_link_record_local_dynamic_symbol,
_bfd_elf32_gc_sections, _bfd_elf32_gc_common_finalize_got_offsets,
_bfd_elf32_gc_common_final_link, _bfd_elf64_gc_common_final_link,
_bfd_elf32_gc_record_vtinherit, _bfd_elf32_gc_record_vtentry,
_bfd_elf64_gc_sections, _bfd_elf64_gc_common_finalize_got_offsets,
_bfd_elf64_gc_record_vtinherit, _bfd_elf64_gc_record_vtentry,
_bfd_elf32_reloc_symbol_deleted_p,
_bfd_elf64_reloc_symbol_deleted_p): Delete.
(bfd_elf_link_record_dynamic_symbol,
bfd_elf_link_record_local_dynamic_symbol,
bfd_elf_final_link, bfd_elf_gc_sections,
bfd_elf_gc_record_vtinherit, bfd_elf_gc_record_vtentry,
bfd_elf_gc_common_finalize_got_offsets, bfd_elf_gc_common_final_link,
bfd_elf_reloc_symbol_deleted_p): Declare.
(WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
* elf32-arm.h: Update for changed function names.  Remove local
WILL_CALL_FINISH_DYNAMIC_SECTION define.
* elf-hppa.h, elf-m10300.c, elf32-cris.c, elf32-d10v.c, elf32-dlx.c,
* elf32-fr30.c, elf32-frv.c, elf32-h8300.c, elf32-hppa.c, elf32-i386.c,
* elf32-iq2000.c, elf32-m32r.c, elf32-m68hc1x.c, elf32-m68k.c,
* elf32-mcore.c, elf32-openrisc.c, elf32-ppc.c, elf32-s390.c,
* elf32-sh.c, elf32-sparc.c, elf32-v850.c, elf32-vax.c,
* elf32-xstormy16.c, elf32-xtensa.c, elf64-alpha.c, elf64-hppa.c,
* elf64-mmix.c, elf64-ppc.c, elf64-s390.c, elf64-sh64.c, elf64-sparc.c,
* elf64-x86-64.c, elfxx-ia64.c, elfxx-mips.c, elfxx-target.h: Likewise.
* elfxx-target.h (bfd_elfNN_bfd_final_link): Define.
(bfd_elfNN_print_symbol): Define.
* elfcode.h: Don't include elflink.h.
(elf_bfd_discard_info, elf_reloc_symbol_deleted_p,
elf_link_record_dynamic_symbol, elf_bfd_final_link, elf_gc_sections,
elf_gc_common_finalize_got_offsets, elf_gc_common_final_link,
elf_gc_record_vtinherit, elf_gc_record_vtentry,
elf_link_record_local_dynamic_symbol): Don't define.
* elflink.c: Update for changed function names.  Move elflink.h
code here.
* elflink.h: Delete file.
* po/SRC-POTFILES.in: Regenerate.
* po/bfd.pot: Regenerate.
doc/
* bfdint.texi: Remove all mention of elflink.h.

20 years ago * gas/i860/dir-intel03-err.l: Update for junk at end line becoming
amodra [Sat, 27 Mar 2004 10:43:57 +0000 (10:43 +0000)]
* gas/i860/dir-intel03-err.l: Update for junk at end line becoming
an error.
* gas/m68hc11/m68hc11.exp: Likewise.

20 years ago * elf64-mmix.c (mmix_elf_relocate_section): Restore code setting
amodra [Sat, 27 Mar 2004 10:16:18 +0000 (10:16 +0000)]
* elf64-mmix.c (mmix_elf_relocate_section): Restore code setting
"name" for global syms accidentally removed in 2004-03-20 change.

20 years ago * elf-bfd.h (struct elf_reloc_cookie): Add r_sym_shift field.
amodra [Sat, 27 Mar 2004 10:08:58 +0000 (10:08 +0000)]
* elf-bfd.h (struct elf_reloc_cookie): Add r_sym_shift field.
* elflink.h: Replace all occurrences of sizeof (Elf_External_*)
where Elf_External_* is different for 64 and 32 bit, with
corresponding elf_size_info field.
(struct elf_final_link_info): Use "bfd_byte *" instead
of "Elf_External_Sym *" for external_syms and symbuf.
(elf_link_adjust_relocs): Set up r_type_mask and r_sym_shift local
vars and use instead of ELF_R_INFO and ELF_R_TYPE macros.
(struct elf_link_sort_rela): Add "sym_mask" alias for "offset".
(elf_link_sort_cmp1): Use sym_mask field instead of ELF_R_SYM.
(elf_link_sort_cmp2): Adjust.
(elf_link_sort_relocs): Set up r_sym_mask local var instead of
using ELF_R_SYM macro.  Set u.sym_mask.
(elf_bfd_final_link): Call _bfd_elf_stringtab_init instead of macro
version, elf_stringtab_init.  Ditto for bfd_section_from_elf_index
vs. section_from_elf_index.  Adjust Elf_External_Sym pointer
arithmetic.  Pass bed to elf_link_flush_output_syms.  Adjust
Elf_External_Dyn pointer arithmentic.  Use bed swap_dyn_in and
swap_syn_out functions.  Rearrange dyn swap in/out switch.
(elf_link_output_sym): Adjust Elf_External_Sym pointer arithmentic.
Pass bed to elf_link_flush_output_syms.  Use bed swap_symbol_out.
(elf_link_flush_output_syms): Add elf_backend_data arg.
(elf_link_check_versioned_symbol): Likewise.
(elf_link_output_extsym): Pass bed to elf_link_check_versioned_symbol.
Adjust Elf_External_Sym pointer arithmetic.  Use bed swap_symbol_out.
(elf_link_input_bfd): Use bfd_section_from_elf_index.  Set up
r_type_mask and r_sym_shift local vars and use instead of ELF_R_SYM,
ELF_R_TYPE and ELF_R_INFO macros.
(elf_reloc_link_order): Select ELF32_R_INFO or ELF64_R_INFO invocation
based on size rather than using ELF_R_INFO.
(elf_gc_mark): Set up r_sym_shift local var and use instead of
ELF_R_SYM macro.
(struct alloc_got_off_arg): New.
(elf_gc_common_finalize_got_offsets): Use elf_size_info instead of
ARCH_SIZE.  Pass get entry size down to elf_gc_allocate_got_offsets.
(elf_gc_allocate_got_offsets): Adjust.
(elf_reloc_symbol_deleted_p): Usee cookie.r_sym_shift instead of
ELF_R_SYM.  Use bfd_section_from_elf_index.
(elf_bfd_discard_info): Set cookie.r_sym_shift.
* elfcode.h (elf_stringtab_init, section_from_elf_index): Delete.
(elf_slurp_symbol_table): Use bfd_section_from_elf_index.

20 years ago2004-03-26 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>
joshuadfranklin [Sat, 27 Mar 2004 06:48:10 +0000 (06:48 +0000)]
2004-03-26  Joshua Daniel Franklin  <joshuadfranklin@yahoo.com>
        * cygwinenv.sgml: Add example for CYGWIN=error_start.
        * pathnames.sgml: Update list of /dev/ devices.

20 years ago Remove MPW support, no longer used.
shebs [Sat, 27 Mar 2004 05:45:46 +0000 (05:45 +0000)]
    Remove MPW support, no longer used.
        * config.bfd (powerpc-*-mpw*): Remove configuration.
        * mpw-config.in, mpw-make.sed: Remove files.
        * ecoffswap.h [MPW_C]: Remove MPW-C-friendly version of code.

20 years ago2004-03-27 Filip Navara <xnavara@volny.cz>
infidel [Sat, 27 Mar 2004 02:25:35 +0000 (02:25 +0000)]
2004-03-27  Filip Navara  <xnavara@volny.cz>

* include/directx: New subdir.
* lib/directx: Ditto.
* include/directx/(d3d9.h, d3d9caps.h, d3d9types.h, dxerr8.h,
dxerr9.h): New files.
* lib/ddk/(Makefile.in, d3d8.def, d3d9.def, d3dim.def, d3drm.def,
d3dx8d.def, d3dx9d.def, d3dxof.def, ddraw.def, dinput.def,
dinput_joy.c, dinput_joy2.c, dinput_kbd.c, dinput_mouse.c,
dinput_mouse2.c, dinput_private.h, dinput8.def, dmoguids.c, dplayx.def,
dpnaddr.def, dpnet.def, dpnlobby.def, dpvoice.def, dsetup.def,
dsound.def, dxerr.c, dxerr8.c, dxerr8w.c, dxerr9.c, dxerr9w.c,
dxguid.c, ksproxy.def, ksuser.c, ksuser.def, msdmo.def, quartz.def,
strmiids.c, test.c): Ditto.
* lib/(d3dim.def, d3drm.def, d3dxof.def, ddraw.def, dinput.c,
dinput.def, dplayx.def, dsetup.def, dsound.def, dxguid.c): Removed.

20 years agoFix ChangeLog entry.
echristo [Sat, 27 Mar 2004 00:07:10 +0000 (00:07 +0000)]
Fix ChangeLog entry.

20 years ago*** empty log message ***
gdbadmin [Sat, 27 Mar 2004 00:00:35 +0000 (00:00 +0000)]
*** empty log message ***

20 years ago * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
brobecke [Fri, 26 Mar 2004 23:15:40 +0000 (23:15 +0000)]
    * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
        of the INTEGER class.

20 years agodaily update
amodra [Fri, 26 Mar 2004 23:00:05 +0000 (23:00 +0000)]
daily update

20 years ago* cygheap.cc (cygheap_fixup_in_child): Improve strace output.
cgf [Fri, 26 Mar 2004 22:48:47 +0000 (22:48 +0000)]
* cygheap.cc (cygheap_fixup_in_child): Improve strace output.

20 years ago * errno.cc (errmap): Map ERROR_SHARING_VIOLATION to EBUSY,
corinna [Fri, 26 Mar 2004 21:43:48 +0000 (21:43 +0000)]
* errno.cc (errmap): Map ERROR_SHARING_VIOLATION to EBUSY,
ERROR_EOM_OVERFLOW and ERROR_NO_DATA_DETECTED to EIO.  Add mappings
for ERROR_NO_MEDIA_IN_DRIVE, ERROR_DEVICE_REQUIRES_CLEANING and
ERROR_DEVICE_DOOR_OPEN.
* fhandler.h (class fhandler_dev_raw): Drop varblkop member.
(fhandler_dev_raw::is_eom): De-virtualize.
(fhandler_dev_raw::is_eof): Ditto.
(class fhandler_dev_tape): Drop lasterr and dp member.  Add mt_mtx
member.  Drop all private methods formerly used by ioctl.
(fhandler_dev_tape::is_rewind_device): Use get_minor for clarity.
(fhandler_dev_tape::driveno): New method.
(fhandler_dev_tape::drive_init): New method.
(fhandler_dev_tape::clear): Remove method.
(fhandler_dev_tape::is_eom): Ditto.
(fhandler_dev_tape::is_eof): Ditto.
(fhandler_dev_tape::write_file): Ditto.
(fhandler_dev_tape::read_file): Ditto.
(fhandler_dev_tape::_lock): New method.
(fhandler_dev_tape::unlock): New method.
(fhandler_dev_tape::raw_read): New method.
(fhandler_dev_tape::raw_write): New method.
* fhandler_raw.cc (fhandler_dev_raw::is_eom): New method.
(fhandler_dev_raw::is_eof): New method.
(fhandler_dev_raw::open): Allow setting write through option by
using the O_TEXT flag as ... flag.
(fhandler_dev_raw::writebuf): Remove usage of varblkop and other
tape specific code.
(fhandler_dev_raw::raw_read): Ditto.
(fhandler_dev_raw::dup): Ditto.
* fhandler_tape.cc: Rewrite tape operations entirely.  Implement
new tape driver classes mtinfo, mtinfo_drive and mtinfo_part.
Reduce fhandler_dev_tape methods to mostly just calling appropriate
mtinfo_drive methods.
(mtinfo_init): New function adding the mtinfo shared memory area.
* mtinfo.h: New file, containing the definition of the new tape
driver classes.
* shared.cc: Include mtinfo.h.
(offsets): Add entry for mtinfo shared memory area.
(memory_init): Call mtinfo_init.
* shared_info.h (shared_locations): Add SH_MTINFO shared location.
* include/cygwin/mtio.h: Change and add various comments.  Add GMT_xxx
macros for new generic flags.  Add MT_ST_xxx bitfield definitions
for MTSETDRVBUFFER ioctl.
* include/cygwin/version.h: Bump API minor version number.

20 years agoadd missing files
cgf [Fri, 26 Mar 2004 21:17:06 +0000 (21:17 +0000)]
add missing files

20 years ago* ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
jimb [Fri, 26 Mar 2004 20:59:36 +0000 (20:59 +0000)]
* ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
bytes long on PPC GNU/Linux.

20 years ago* tracedis.cxx (bfd_get_arch, bfd_getb16, bfd_getl16, bfd_getb32)
jimb [Fri, 26 Mar 2004 20:23:40 +0000 (20:23 +0000)]
* tracedis.cxx (bfd_get_arch, bfd_getb16, bfd_getl16, bfd_getb32)
(bfd_getl32, bfd_put_bits, bfd_get_bits, bfd_lookup_arch): These
definitions are meant to satisfy references in libopcodes, which
is C code, so declare these with 'extern "C"'.  Adjust types to
match those declared in the BFD header file.

20 years ago* path.cc (path_conv::check): Use 'strchr' rather than 'strrchr' to find end of
cgf [Fri, 26 Mar 2004 20:02:00 +0000 (20:02 +0000)]
* path.cc (path_conv::check): Use 'strchr' rather than 'strrchr' to find end of
string, for efficiency.
* include/cygwin/_types.h: New file.
* include/sys/lock.h: Ditto.
* include/sys/stdio.h: Ditto.
* thread.cc: Include sys/lock.h
(__cygwin_lock_init): New function.
(__cygwin_lock_init_recursive): Ditto.
(__cygwin_lock_fini): Ditto.
(__cygwin_lock_lock): Ditto.
(__cygwin_lock_trylock): Ditto.
(__cygwin_lock_unlock): Ditto.
(pthread::atforkprepare): Lock file pointer before fork.
(pthread::atforkparent): Unlock file pointer after fork.
(pthread::atforkchild): Ditto.

20 years ago2004-03-26 David Carlton <carlton@kealia.com>
carlton [Fri, 26 Mar 2004 17:05:39 +0000 (17:05 +0000)]
2004-03-26  David Carlton  <carlton@kealia.com>

* PROBLEMS: Refer to gdb/1588 instead of gdb/826.

20 years ago * sem.cc (semget): Fix debug string.
corinna [Fri, 26 Mar 2004 16:24:23 +0000 (16:24 +0000)]
* sem.cc (semget): Fix debug string.
(semop): Ditto.
* shm.cc (fixup_shms_after_fork): Ditto.
(shmat): Ditto.
(shmdt): Ditto.
(shmget): Ditto.

20 years ago2004-03-26 Andrew Cagney <cagney@redhat.com>
cagney [Fri, 26 Mar 2004 16:15:56 +0000 (16:15 +0000)]
2004-03-26  Andrew Cagney  <cagney@redhat.com>

* gdb.texinfo (TUI): Delete reference to --enable-tui.  Mention
"gdbtui".
(Mode Options): Mention "gdbtui".  Use "Text" not "Terminal".
(Contributors): Mention both Text and Terminal User Interface.

20 years ago* sigproc.cc (wait_sig): Make sure that SIGCHLD is handled regardless of
cgf [Fri, 26 Mar 2004 16:15:21 +0000 (16:15 +0000)]
* sigproc.cc (wait_sig): Make sure that SIGCHLD is handled regardless of
whether a signal is queued.

20 years ago Add prototypes for new msvcrt.dll versions
dannysmith [Fri, 26 Mar 2004 11:30:21 +0000 (11:30 +0000)]
Add prototypes for new msvcrt.dll versions

* include/_mingw.h (__MSVCRT_VERSION__): Define default as 0x0600.

* include/time.h (__time64_t): Add typedef.
(_mktime64): Add prototype for __MSVCRT_VERSION__ >= 0x0601.
(_ctime64): Likewise.
(_wctime64): Likewise.
(_gmtime64): Likewise.
(_localtime64): Likewise.
(wcsftime): Move into _WTIME_DEFINED block.
Regroup non-ANSI prototypes.

* include/io.h: Include <stdint.h>.
(__finddata64_t): Add struct definition.
(__wfinddata64_t): Likewise.
(_findfirst64): Add prototype for __MSVCRT_VERSION__ >= 0x0601.
(_findnext64): Likewise.
(_wfindfirst64): Likewise.
(_wfindnext64): Likewise.

* include/sys/timeb.h (__timeb64): Add struct definition.
(_ftime64): Add prototype for __MSVCRT_VERSION__ >= 0x0601.

* include/sys/utime.h (__utimbuf64): Add struct definition.
(_utime64): Add prototype for __MSVCRT_VERSION__ >= 0x0601.
(_futime64): Likewise.
(_wutime64): Likewise.

* include/sys/stat.h (__stat64):  Add struct definition.
(_fstat64): Add prototype for __MSVCRT_VERSION__ >= 0x0601.
(_stat64): Likewise.
(_wstat64): Likwise.

* include/sys/types.h (__time64_t):  Add typedef.

* include/wchar.h (__wfinddata64_t): Add structure definition.
(__stat64): Likewise.
(_wctime64): Add prototype for __MSVCRT_VERSION__ >= 0x0601.
(_wfindfirst64): Likewise.
(_wfindnext64): Likewise.
(_wutime64): Likewise.
(_wstat64): Likwise.

* include/malloc.h (_aligned_free): Add prototype for
__MSVCRT_VERSION__ >= 0x0700.
(_aligned_malloc): Likewise.
(_aligned_offset_malloc): Likewise.
(_aligned_offset_realloc): Likewise.
(_aligned_realloc): Likewise.

* include/string.h (_wcserror): Add prototype for
__MSVCRT_VERSION__ >= 0x0700.
(__wcserror): Likewise.

* include/math.h (_set_SSE2_enable): Add prototype for
__MSVCRT_VERSION__ >= 0x0701.

20 years ago * ld-powerpc/tlsexe.r: Update for changed sym type.
amodra [Fri, 26 Mar 2004 06:14:17 +0000 (06:14 +0000)]
* ld-powerpc/tlsexe.r: Update for changed sym type.
* ld-powerpc/tlsexetoc.r: Likewise.

20 years ago * elf64-ppc.c (elf_backend_add_symbol_hook): Define.
amodra [Fri, 26 Mar 2004 06:13:38 +0000 (06:13 +0000)]
* elf64-ppc.c (elf_backend_add_symbol_hook): Define.
(ppc64_elf_add_symbol_hook): New function.
* elf-bfd.h (struct elf_backend_data <elf_add_symbol_hook>): Remove
const from Elf_Internal_Sym param.
* elflink.c (elf_link_add_object_symbols): Adjust.
* elf-hppa.h (elf_hppa_add_symbol_hook): Adjust.
* elf32-frv.c (elf32_frv_add_symbol_hook): Adjust.
* elf32-i370.c (elf_backend_add_symbol_hook): Adjust.
* elf32-m32r.c (m32r_elf_add_symbol_hook): Adjust.
* elf32-m68hc1x.c (elf32_m68hc11_add_symbol_hook): Adjust.
* elf32-m68hc1x.h (elf32_m68hc11_add_symbol_hook): Adjust.
* elf32-ppc.c (ppc_elf_add_symbol_hook): Adjust.
* elf32-sh64.c (sh64_elf_add_symbol_hook): Adjust.
* elf32-v850.c (v850_elf_add_symbol_hook): Adjust.
* elf64-alpha.c (elf64_alpha_add_symbol_hook): Adjust.
* elf64-mmix.c (mmix_elf_add_symbol_hook): Adjust.
* elf64-sh64.c (sh64_elf64_add_symbol_hook): Adjust.
* elf64-sparc.c (sparc64_elf_add_symbol_hook): Adjust.
* elfxx-ia64.c (elfNN_ia64_add_symbol_hook): Adjust.
* elfxx-mips.c (_bfd_mips_elf_add_symbol_hook): Adjust.
* elfxx-mips.h (_bfd_mips_elf_add_symbol_hook): Adjust.

20 years ago * elfxx-target.h (bfd_elfNN_bfd_link_add_symbols): Define.
amodra [Fri, 26 Mar 2004 05:55:13 +0000 (05:55 +0000)]
* elfxx-target.h (bfd_elfNN_bfd_link_add_symbols): Define.
* elf-bfd.h (_bfd_elf_link_add_archive_symbols): Delete.
(_bfd_elf_sort_symbol, _bfd_elf_add_dt_needed_tag): Delete.
(_bfd_elf_finalize_dynstr, bfd_elf32_bfd_link_add_symbols): Delete.
(bfd_elf64_bfd_link_add_symbols): Delete.
(bfd_elf_link_add_symbols): Declare.
* elfcode.h (elf_bfd_link_add_symbols): Delete.
* elflink.c: Include safe-ctype.h.
(elf_add_dt_needed_tag): Rename from _bfd_elf_add_dt_needed_tag,
make static.
(elf_sort_symbol): Rename from _bfd_elf_sort_symbol, make static.
(elf_finalize_dynstr): Rename from _bfd_elf_finalize_dynstr, make
static.
(elf_link_add_archive_symbols): Rename from
_bfd_elf_link_add_archive_symbols, make static.
(elf_link_add_object_symbols): New function.  Corresponding
elflink.h function converted to use elf_size_info.
(bfd_elf_link_add_symbols): Likewise.
(bfd_elf_size_dynamic_sections): Adjust.
* elflink.h (elf_bfd_link_add_symbols): Delete.
(elf_link_add_object_symbols): Delete.
* elf32-gen.c (elf32_generic_link_add_symbols): Call
bfd_elf_link_add_symbols.
* elf64-gen.c (elf64_generic_link_add_symbols): Likewise.

20 years ago* sigproc.cc (wait_sig): Report if not trying to send signal due to queued
cgf [Fri, 26 Mar 2004 05:43:11 +0000 (05:43 +0000)]
* sigproc.cc (wait_sig): Report if not trying to send signal due to queued
signal.

20 years agomissed files in last commit
amodra [Fri, 26 Mar 2004 04:42:57 +0000 (04:42 +0000)]
missed files in last commit

20 years ago*** empty log message ***
gdbadmin [Fri, 26 Mar 2004 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

20 years agodaily update
amodra [Thu, 25 Mar 2004 23:00:05 +0000 (23:00 +0000)]
daily update

20 years ago2004-03-25 Thomas Pfaff <tpfaff@gmx.net>
jjohnstn [Thu, 25 Mar 2004 22:29:17 +0000 (22:29 +0000)]
2004-03-25  Thomas Pfaff  <tpfaff@gmx.net>

        * libc/stdio/fclose.c (fclose): Protect file pointer list when
        releasing a file.
         * libc/stdio/fcloseall.c (_fcloseall_r): Close all files via
        fwalk.
        * libc/stdio/fdopen.c (_fdopen_r): Add calls to
        _flockfile/_funlockfile.
        * libc/stdio/findfp.c: Move __sfp_lock. Change __sfp_lock type
        to recursive.
        Change __lock_acquire/__lock_release calls for __sfp_lock to
        __sfp_lock_acquire/__sfp_lock_release throughout.
        (std): Make sure that file lock is only initialized once.
        (__sfp): Move _file initialization. Initialize file lock.
        (__sfp_lock_acquire): New function.
        (__sfp_lock_release): Ditto.
        (__fp_lock_all): Remove __sfp_lock_acquire call.
        (__fp_unlock_all): Remove __sfp_lock_release call.
        * libc/stdio/fopen.c (_fopen_r): Protect file pointer list.
        Add calls to _flockfile/_funlockfile. Remove
        __lock_init_recursive call.
        * libc/stdio/freopen.c (_freopen_r): Protect file pointer list.
        * libc/stdio/fwalk.c (__fwalk): New static function.
        (_fwalk): Protect file pointer list. Use __fwalk to walk through
        file pointers.
        * libc/stdio/local.h: Add defines for
        __sfp_lock_acquire/__sfp_lock_release when
        single threaded. Add function prototypes otherwise.
        * libc/stdio64/fdopen64.c (_fdopen64_r): Add calls to
        _flockfile/_funlockfile.
        * libc/stdio/fopen64.c (_fopen64_r): Protect file pointer list.
        Add calls to _flockfile/_funlockfile. Remove
         __lock_init_recursive call.
        * libc/stdio/freopen64.c (_freopen64_r): Protect file pointer
        list.

20 years ago * mpw/: Remove subdirectory and everything in it.
shebs [Thu, 25 Mar 2004 22:22:59 +0000 (22:22 +0000)]
    * mpw/: Remove subdirectory and everything in it.

20 years ago2004-03-25 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Thu, 25 Mar 2004 22:20:34 +0000 (22:20 +0000)]
2004-03-25  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/sys/linux/sys/lock.h: Turn on __USE_GNU flag if not already
        defined.  Change __LOCK_RECURSIVE_INIT to be __LOCK_INIT_RECURSIVE.
        * libc/sys/linux/dl/dl-support.c: Change __LOCK_RECURSIVE_INIT
        to be __LOCK_INIT_RECURSIVE.

20 years agoRemove MPW sys include files
shebs [Thu, 25 Mar 2004 22:12:07 +0000 (22:12 +0000)]
Remove MPW sys include files

20 years ago2004-03-25 Andrew Cagney <cagney@redhat.com>
cagney [Thu, 25 Mar 2004 21:16:38 +0000 (21:16 +0000)]
2004-03-25  Andrew Cagney  <cagney@redhat.com>

* PROBLEMS: Add general section titles, remove references to
specific releases.

20 years ago * include/stdio.h (_fsopen): Add prototype.
dannysmith [Thu, 25 Mar 2004 20:30:18 +0000 (20:30 +0000)]
* include/stdio.h (_fsopen): Add prototype.
* include/tchar.h (_tfsopen): Add defines.
Thanks to "Gerik" <gerikr at users dot sourceforge dot net>

20 years ago Remove MPW support, no longer used.
shebs [Thu, 25 Mar 2004 17:51:09 +0000 (17:51 +0000)]
    Remove MPW support, no longer used.
        * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
        mpw-install: Remove files.
        * src-release (DEVO_SUPPORT): Remove names of removed files.
        * MAINTAINERS: Likewise.

20 years ago * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
drow [Thu, 25 Mar 2004 16:52:41 +0000 (16:52 +0000)]
* arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
INT_REGISTER_SIZE.
(arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
FP_REGISTER_VIRTUAL_SIZE.
* arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
of DEPRECATED_REGISTER_RAW_SIZE.
(arm_register_type): Add gdbarch argument.
(arm_register_raw_size, arm_register_virtual_size): Delete.
(arm_register_byte, arm_extract_return_value)
(arm_store_return_value, arm_get_longjmp_target): Update references
to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
(arm_gdbarch_init): Likewise.  Don't set
deprecated_register_raw_size, deprecated_register_virtual_size,
deprecated_max_register_raw_size,
deprecated_max_register_virtual_size, or
deprecated_max_register_virtual_type.  Do set register_type.
* arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
(ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
(FP_REGISTER_VIRTUAL_SIZE): Delete.
(INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
(FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
* arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
INT_REGISTER_SIZE.
* remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
(remote_rdp_store_register): Likewise.

20 years ago* path.cc (normalize_posix_path): Reorganize to short circuit to DOS path
cgf [Thu, 25 Mar 2004 15:15:26 +0000 (15:15 +0000)]
* path.cc (normalize_posix_path): Reorganize to short circuit to DOS path
handling whenever a '\' is detected.
* signal.cc (sigaction): Make strace output more informative.
* sigproc.cc (pending_signals::add): Just index directly into signal array
rather than treating the array as a heap.
(pending_signals::del): Ditto.
(wait_sig): Don't send signal if we already have a similar signal queued.
* sigproc.h (call_signal_handler_now): Remove obsolete declaration.

20 years agobfd/
amodra [Thu, 25 Mar 2004 12:48:29 +0000 (12:48 +0000)]
bfd/
* elflink.h (elf_link_add_object_symbols): Add DT_NEEDED for as-needed
and chained shared libs only if dynsym.  Clear dynsym on forced-local.

* elf-bfd.h (_bfd_elf_add_dynamic_entry): Declare.
(bfd_elf32_add_dynamic_entry, bfd_elf64_add_dynamic_entry): Delete.
(_bfd_elf_add_dt_needed_tag): Declare.
(_bfd_elf_sort_symbol): Declare.
(_bfd_elf_finalize_dynstr): Declare.
(RELOC_FOR_GLOBAL_SYM): Formatting.
* elfcode.h (elf_add_dynamic_entry): Delete.
* elflink.c (_bfd_elf_add_dynamic_entry): New function.  Corresponding
elflink.h function converted to use elf_size_info.
(_bfd_elf_add_dt_needed_tag): Likewise.
(_bfd_elf_sort_symbol): Likewise.
(_bfd_elf_finalize_dynstr): Likewise.
(compute_bucket_count): Likewise.
(bfd_elf_size_dynamic_sections): Likewise.  Check result of
_bfd_elf_strtab_add before calling _bfd_elf_strtab_addref.
(elf_adjust_dynstr_offsets, elf_collect_hash_codes): Moved from..
* elflink.h: ..here.
(sort_symbol, add_dt_needed_tag): Delete.
(elf_add_dynamic_entry, elf_finalize_dynstr): Delete.
(compute_bucket_count, NAME(bfd_elf,size_dynamic_sections)): Delete.
Update all users.
* elf32-arm.h (add_dynamic_entry): Update.  Remove casts.
* elf32-cris.c (add_dynamic_entry): Likewise.
* elf32-hppa.c (add_dynamic_entry): Likewise.
* elf32-i370.c (add_dynamic_entry): Likewise.
* elf32-i386.c (add_dynamic_entry): Likewise.
* elf32-m32r.c (add_dynamic_entry): Likewise.
* elf32-m68k.c (add_dynamic_entry): Likewise.
* elf32-ppc.c (add_dynamic_entry): Likewise.
* elf32-s390.c (add_dynamic_entry): Likewise.
* elf32-sh.c (add_dynamic_entry): Likewise.
* elf32-sparc.c (add_dynamic_entry): Likewise.
* elf32-vax.c (add_dynamic_entry): Likewise.
* elf32-xtensa.c (add_dynamic_entry): Likewise.
* elf64-alpha.c (add_dynamic_entry): Likewise.
* elf64-hppa.c (add_dynamic_entry): Likewise.
* elf64-ppc.c (add_dynamic_entry): Likewise.
* elf64-s390.c (add_dynamic_entry): Likewise.
* elf64-sparc.c (add_dynamic_entry): Likewise.
* elf64-x86-64.c (add_dynamic_entry): Likewise.
* elfxx-ia64.c (add_dynamic_entry): Likewise.
* elfxx-mips.c (MIPS_ELF_ADD_DYNAMIC_ENTRY): Likewise.
* elf-m10300.c (_bfd_mn10300_elf_size_dynamic_sections): Likewise.
* elf32-frv.c (elf32_frv_size_dynamic_sections): Likewise.
* elf64-sh64.c (sh64_elf64_size_dynamic_sections): Likewise.
ld/
* emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Update
size_dynamic_sections call.

20 years ago2004-03-25 Dimitri Papadopoulos <papadopo@users.sourceforge.net>
papadopo [Thu, 25 Mar 2004 10:17:29 +0000 (10:17 +0000)]
2004-03-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>

* include/GL/glu.h (GLU_AUTO_LOAD_MATRIX, GLU_CULLING,
GLU_SAMPLING_TOLERANCE, GLU_DISPLAY_MODE, GLU_PARAMETRIC_TOLERANCE,
GLU_SAMPLING_METHOD, GLU_U_STEP, GLU_V_STEP): Define.

20 years agoTypo.
papadopo [Thu, 25 Mar 2004 10:02:05 +0000 (10:02 +0000)]
Typo.

20 years ago * Makefile.tpl (top level bootstrap support): Remove now-unneeded
neroden [Thu, 25 Mar 2004 01:38:30 +0000 (01:38 +0000)]
* Makefile.tpl (top level bootstrap support): Remove now-unneeded
STRICT_WARN, WARN_CFLAGS flags passed down to make.
* Makefile.in: Regenerate.

20 years ago * Makefile.in (mips-linux-tdep.o): Update dependencies.
drow [Thu, 25 Mar 2004 01:27:25 +0000 (01:27 +0000)]
* Makefile.in (mips-linux-tdep.o): Update dependencies.
* mips-tdep.c (mips_gdbarch_init): Move frame predicates
to after osabi initialization.
* mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
(mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
functions.
(mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
(mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
variables.
(mips_linux_init_abi): Append signal trampoline unwinders.

20 years ago*** empty log message ***
gdbadmin [Thu, 25 Mar 2004 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

20 years ago2004-03-24 Andrew Cagney <cagney@redhat.com>
cagney [Wed, 24 Mar 2004 23:14:38 +0000 (23:14 +0000)]
2004-03-24  Andrew Cagney  <cagney@redhat.com>

* tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
* tramp-frame.c: Include "gdb_assert.h".
(tramp_frame_start): Use TRAMP_SENTINEL_INSN.  Use ULONGEST and
correct sizeof.
(tramp_frame_append): Validate the tramp frame's instructions.
* Makefile.in (tramp-frame.o): Update dependencies.

20 years agodaily update
amodra [Wed, 24 Mar 2004 23:00:05 +0000 (23:00 +0000)]
daily update

20 years ago * configure.in (top level bootstrap support): Rework --enable-werror
neroden [Wed, 24 Mar 2004 22:34:27 +0000 (22:34 +0000)]
* configure.in (top level bootstrap support): Rework --enable-werror
to set @stage2_werror_flag@.
* configure: Regenerate.
* Makefile.tpl (top level bootstrap support): Pass
@stage2_werror_flag@ down to configure in stages 2 and 3.
* Makefile.in: Regenerate.

20 years agoupdate copyright. Minor reformatting.
cgf [Wed, 24 Mar 2004 21:46:09 +0000 (21:46 +0000)]
update copyright.  Minor reformatting.

20 years ago * gdb.base/gdb1250.exp: Use runto {allow-pending}.
drow [Wed, 24 Mar 2004 18:41:48 +0000 (18:41 +0000)]
* gdb.base/gdb1250.exp: Use runto {allow-pending}.
* lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.

20 years ago2004-03-24 Filip Navara <xnavara@volny.cz>
dannysmith [Wed, 24 Mar 2004 10:37:01 +0000 (10:37 +0000)]
2004-03-24  Filip Navara  <xnavara@volny.cz>

* include/commctrl.h (TB_GETSTRING[AW]): Add defines.
(RBBS_HIDETITLE, RBBS_TOPALIGN): Ditto.

20 years ago2004-03-24 Filip Navara <xnavara@volny.cz>
dannysmith [Wed, 24 Mar 2004 10:33:34 +0000 (10:33 +0000)]
2004-03-24  Filip Navara  <xnavara@volny.cz>

* include/ddk/srb.h (_PORT_CONFIGURATION_INFORMATION): Rename
TaggedQueueing to TaggedQueuing.
(_HW_INITIALIZATION_DATA): Likewise.

20 years ago * winsup.api/devdsp.c: New file, testing fhandler_dev_dsp code.
corinna [Wed, 24 Mar 2004 10:20:13 +0000 (10:20 +0000)]
* winsup.api/devdsp.c: New file, testing fhandler_dev_dsp code.
* winsup.api/devdsp_okay.h: Ditto.

20 years ago * fhandler_dsp.cc (fhandler_dev_dsp::write): Remove type
corinna [Wed, 24 Mar 2004 08:57:16 +0000 (08:57 +0000)]
* fhandler_dsp.cc (fhandler_dev_dsp::write): Remove type
cast from argument to audio_out_->parsewav() to make reference
work properly. Now .wav file headers are properly discarded.