OSDN Git Service

pf3gnuchains/pf3gnuchains4x.git
20 years agobfd/
jakub [Thu, 22 Apr 2004 14:45:30 +0000 (14:45 +0000)]
bfd/
* bfd.c (bfd_get_synthetic_symtab): Define.
* targets.c (BFD_JUMP_TABLE_DYNAMIC): Add
NAME##_get_synthetic_symtab.
(struct bfd_target): Add _bfd_get_synthetic_symtab.
* libbfd-in.h (_bfd_nodynamic_get_synthetic_symtab): Define.
* elf-bfd.h (struct elf_backend_data): Add plt_sym_val and
relplt_name fields.
(_bfd_elf_get_synthetic_symtab): New prototype.
* elfcode.h (elf_get_synthetic_symtab): Define.
* elf.c (_bfd_elf_get_synthetic_symtab): New function.
* elfxx-target.h (bfd_elfNN_get_synthetic_symtab): Define.
(elf_backend_plt_sym_val, elf_backend_relplt_name): Define.
(elfNN_bed): Add elf_backend_plt_sym_val and elf_backend_relplt_name.
* bfd-in2.h: Rebuilt.
* libbfd.h: Rebuilt.
* elf32-i386.c (elf_i386_plt_sym_val): New function.
(elf_backend_plt_sym_val): Define.
* elf64-x86-64.c (elf64_x86_64_plt_sym_val): New function.
(elf_backend_plt_sym_val): Define.
* elf32-s390.c (elf_s390_plt_sym_val): New function.
(elf_backend_plt_sym_val): Define.
* elf64-s390.c (elf_s390_plt_sym_val): New function.
(elf_backend_plt_sym_val): Define.
* elf32-sparc (elf32_sparc_plt_sym_val): New function.
(elf_backend_plt_sym_val): Define.
* elf64-sparc.c (sparc64_elf_plt_sym_val): New function.
(elf_backend_plt_sym_val): Define.
* elf32-ppc.c (ppc_elf_plt_sym_val): New function.
(elf_backend_plt_sym_val): Define.
* aout-target.h (MY_get_synthetic_symtab): Define.
* aout-tic30.c (MY_get_synthetic_symtab): Define.
* coff-rs6000.c (rs6000coff_vec): Add
_bfd_nodynamic_get_synthetic_symtab.
(pmac_xcoff_vec): Likewise.
* coff64-rs6000.c (rs6000coff64_vec): Add
_bfd_nodynamic_get_synthetic_symtab.
(aix5coff64_vec): Likewise.
* sunos.c (MY_get_synthetic_symtab): Define.
* vms.c (vms_get_synthetic_symtab): Define.
binutils/
* objdump.c (synthsyms, synthcount): New variables.
(disassemble_data): Use dynsyms for stripped binaries or libraries.
Add synthetized symbols.
(dump_bfd): For disassemble, initialize dynsyms always and
also synthsyms.  Free synthsyms and clear {sym,dynsym,synth}count
before returning.

20 years agoHave bfd_archive_filename() return NULL on NULL input
nickc [Thu, 22 Apr 2004 10:43:33 +0000 (10:43 +0000)]
Have bfd_archive_filename() return NULL on NULL input

20 years agoAdd support for ColdFire MAC instructions and tidy up support for other m68k
nickc [Thu, 22 Apr 2004 10:33:14 +0000 (10:33 +0000)]
Add support for ColdFire MAC instructions and tidy up support for other m68k
variants.

20 years agoApply Bruno de Bus's patch to record the ARM mapping symbol state on a per-
nickc [Thu, 22 Apr 2004 09:49:02 +0000 (09:49 +0000)]
Apply Bruno de Bus's patch to record the ARM mapping symbol state on a per-
section basis and to switch to the MAP_DATA state when emitting literal pools.

20 years ago* ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
jimb [Thu, 22 Apr 2004 08:37:05 +0000 (08:37 +0000)]
* ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
register number zero.

20 years ago(forgot to commit this earlier)
cgd [Thu, 22 Apr 2004 05:24:04 +0000 (05:24 +0000)]
(forgot to commit this earlier)
2004-04-21  Chris Demetriou  <cgd@broadcom.com>

* gas/mips/elempic.d: File removed as part of -membedded-pic removal.
* gas/mips/empic.d: Likewise.
* gas/mips/empic.l: Likewise.
* gas/mips/empic.s: Likewise.
* gas/mips/empic2.d: Likewise.
* gas/mips/empic2.s: Likewise.
* gas/mips/empic3_e.d: Likewise.
* gas/mips/empic3_e.s: Likewise.
* gas/mips/empic3_g1.d: Likewise.
* gas/mips/empic3_g1.s: Likewise.
* gas/mips/empic3_g2.d: Likewise.
* gas/mips/empic3_g2.s: Likewise.
* gas/mips/jal-empic-elf-2.d: Likewise.
* gas/mips/jal-empic-elf-2.s: Likewise.
* gas/mips/jal-empic-elf-3.d: Likewise.
* gas/mips/jal-empic-elf-3.s: Likewise.
* gas/mips/jal-empic-elf.d: Likewise.
* gas/mips/jal-empic.d: Likewise.
* gas/mips/la-empic.d: Likewise.
* gas/mips/la-empic.s: Likewise.
* gas/mips/lb-empic.d: Likewise.
* gas/mips/ld-empic.d: Likewise.
* gas/mips/lif-empic.d: Likewise.
* gas/mips/telempic.d: Likewise.
* gas/mips/tempic.d: Likewise.
* gas/mips/ulh-empic.d: Likewise.
* gas/mips/ld-pic.s: Remove code conditional on EMPIC.
* gas/mips/lifloat.s: Likewise.
* gas/mips/mips.exp: Remove -membedded-pic tests and related comments.

20 years ago * mingwex/math/lround.c: Rewrite.
dannysmith [Thu, 22 Apr 2004 04:38:23 +0000 (04:38 +0000)]
* mingwex/math/lround.c: Rewrite.
* mingwex/math/lroundf.c: Rewrite.
* mingwex/math/lroundl.c: Rewrite.
* mingwex/math/llround.c: Rewrite.
* mingwex/math/llroundf.c: Rewrite.
* mingwex/math/llroundl.c: Rewrite.

20 years ago2004-04-21 Chris Demetriou <cgd@broadcom.com>
cgd [Thu, 22 Apr 2004 02:41:02 +0000 (02:41 +0000)]
2004-04-21  Chris Demetriou  <cgd@broadcom.com>

* gas/mips/elempic.d: File removed as part of -membedded-pic removal.
* gas/mips/empic.d: Likewise.
* gas/mips/empic.l: Likewise.
* gas/mips/empic.s: Likewise.
* gas/mips/empic2.d: Likewise.
* gas/mips/empic2.s: Likewise.
* gas/mips/empic3_e.d: Likewise.
* gas/mips/empic3_e.s: Likewise.
* gas/mips/empic3_g1.d: Likewise.
* gas/mips/empic3_g1.s: Likewise.
* gas/mips/empic3_g2.d: Likewise.
* gas/mips/empic3_g2.s: Likewise.
* gas/mips/jal-empic-elf-2.d: Likewise.
* gas/mips/jal-empic-elf-2.s: Likewise.
* gas/mips/jal-empic-elf-3.d: Likewise.
* gas/mips/jal-empic-elf-3.s: Likewise.
* gas/mips/jal-empic-elf.d: Likewise.
* gas/mips/jal-empic.d: Likewise.
* gas/mips/la-empic.d: Likewise.
* gas/mips/la-empic.s: Likewise.
* gas/mips/lb-empic.d: Likewise.
* gas/mips/ld-empic.d: Likewise.
* gas/mips/lif-empic.d: Likewise.
* gas/mips/telempic.d: Likewise.
* gas/mips/tempic.d: Likewise.
* gas/mips/ulh-empic.d: Likewise.
* gas/mips/ld-pic.s: Remove code conditional on EMPIC.
* gas/mips/lifloat.s: Likewise.
* gas/mips/mips.exp: Remove -membedded-pic tests and related comments.

20 years agodaily update
amodra [Thu, 22 Apr 2004 00:00:06 +0000 (00:00 +0000)]
daily update

20 years ago2004-04-21 Andrew Cagney <cagney@redhat.com>
cagney [Wed, 21 Apr 2004 23:52:18 +0000 (23:52 +0000)]
2004-04-21  Andrew Cagney  <cagney@redhat.com>

* annotate.h (deprecated_annotate_starting_hook)
(deprecated_annotate_stopped_hook)
(deprecated_annotate_exited_hook)
(deprecated_annotate_signal_hook)
(deprecated_annotate_signalled_hook): Deprecate.
* tracepoint.h (deprecated_create_tracepoint_hook)
(deprecated_delete_tracepoint_hook)
(deprecated_modify_tracepoint_hook)
(deprecated_trace_find_hook)
(deprecated_trace_start_stop_hook): Deprecate.
* target.h (deprecated_target_new_objfile_hook): Deprecate.
* remote.h (deprecated_target_resume_hook)
(deprecated_target_wait_loop_hook): Deprecate.
* gdbcore.h (deprecated_exec_file_display_hook)
(deprecated_file_changed_hook): Deprecate.
* frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
* defs.h (deprecated_modify_breakpoint_hook)
(deprecated_command_loop_hook, deprecated_show_load_progress)
(deprecated_print_frame_info_listing_hook)
(deprecated_query_hook, deprecated_warning_hook)
(deprecated_flush_hook, deprecated_create_breakpoint_hook)
(deprecated_delete_breakpoint_hook)
(deprecated_interactive_hook, deprecated_registers_changed_hook)
(deprecated_readline_begin_hook, deprecated_readline_hook)
(deprecated_readline_end_hook, deprecated_register_changed_hook)
(deprecated_memory_changed_hook, deprecated_init_ui_hook)
(deprecated_context_hook, deprecated_target_wait_hook)
(deprecated_attach_hook, deprecated_detach_hook)
(deprecated_call_command_hook, deprecated_set_hook)
(deprecated_error_hook, deprecated_error_begin_hook)
(deprecated_ui_load_progress_hook): Deprecate.
* valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
* tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
* target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
* remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
* main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
* exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
* cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
* annotate.c, aix-thread.c: Update.

20 years ago2004-04-21 Andrew Cagney <cagney@redhat.com>
cagney [Wed, 21 Apr 2004 23:26:59 +0000 (23:26 +0000)]
2004-04-21  Andrew Cagney  <cagney@redhat.com>

* Makefile.in (vaxnbsd-tdep.o): Update dependencies.
* vaxnbsd-tdep.c: Include "gdb_string.h".

20 years ago2004-04-21 Andrew Cagney <cagney@redhat.com>
cagney [Wed, 21 Apr 2004 22:02:37 +0000 (22:02 +0000)]
2004-04-21  Andrew Cagney  <cagney@redhat.com>

* symfile.c (symbol_file_add_from_memory): #if 0 function.
(add_symbol_file_from_memory_command): #if 0 function body, call
error instead.

20 years ago[ bfd/ChangeLog ]
cgd [Wed, 21 Apr 2004 20:52:24 +0000 (20:52 +0000)]
[ bfd/ChangeLog ]
2004-04-21  Chris Demetriou  <cgd@broadcom.com>

* coff-mips.c (bfd_mips_ecoff_create_embedded_relocs): Remove.
* elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): Remove.
* bfd-in.h (bfd_mips_ecoff_create_embedded_relocs)
(bfd_mips_elf32_create_embedded_relocs): Remove prototypes
* bfd-in2.h: Regenerate.

[ ld/ChangeLog ]
2004-04-21  Chris Demetriou  <cgd@broadcom.com>

* ld.texinfo: Remove MIPS --embedded-relocs documentation.
* emulparams/elf32bmip.sh (EXTRA_EM_FILE): Remove definition.
* emulparams/mipsidt.sh (TEMPLATE_NAME): Use generic.em.
(EXTRA_EM_FILE): Use mipsecoff.em
* emulparams/mipsidtl.sh (TEMPLATE_NAME): Use generic.em.
(EXTRA_EM_FILE): Use mipsecoff.em
* emultempl/mipsecoff.em: Restructure to be included as an
extra emulation file.
(check_sections, gld${EMULATION_NAME}_after_open)
(gld${EMULATION_NAME}_after_allocation)
(gld${EMULATION_NAME}_get_script)
(ld_${EMULATION_NAME}_emulation): Remove
(gld${EMULATION_NAME}_before_parse): Rename to...
(mipsecoff_before_parse): This.
(LDEMUL_BEFORE_PARSE): Define.
* emultempl/mipself.em: Remove file.
* scripttempl/mips.sc (.rel.sdata): Do not include in output.
(__runtime_reloc_start, __runtime_reloc_stop): Stop providing
these symbols.
* Makefile.am: Remove dependencies on emultempl/mipself.em.
* Makefile.in: Regenerate.

[ ld/testsuite/ChangeLog ]
2004-04-21  Chris Demetriou  <cgd@broadcom.com>

* ld-empic/run.c: Removed as part of MIPS --embedded-relocs removal.
* ld-empic/empic.exp: Likewise.
* ld-empic/relax.t: Likewise.
* ld-empic/relax1.c: Likewise.
* ld-empic/relax2.c: Likewise.
* ld-empic/relax3.c: Likewise.
* ld-empic/relax4.c: Likewise.
* ld-empic/runtest1.c: Likewise.
* ld-empic/runtest2.c: Likewise.
* ld-empic/runtesti.s: Likewise.
* ld-mips-elf/empic1-ln.d: Likewise.
* ld-mips-elf/empic1-lp.d: Likewise.
* ld-mips-elf/empic1-mn.d: Likewise.
* ld-mips-elf/empic1-mp.d: Likewise.
* ld-mips-elf/empic1-ref.s: Likewise.
* ld-mips-elf/empic1-sn.d: Likewise.
* ld-mips-elf/empic1-sp.d: Likewise.
* ld-mips-elf/empic1-space.s: Likewise.
* ld-mips-elf/empic1-tgt.s: Likewise.
* ld-mips-elf/empic2-fwd-0.d: Likewise.
* ld-mips-elf/empic2-fwd-1.d: Likewise.
* ld-mips-elf/empic2-fwd-tgt.s: Likewise.
* ld-mips-elf/empic2-ref.s: Likewise.
* ld-mips-elf/empic2-rev-0.d: Likewise.
* ld-mips-elf/empic2-rev-1.d: Likewise.
* ld-mips-elf/empic2-rev-tgt.s: Likewise.
* ld-mips-elf/empic2-space.s: Likewise.
* ld-mips-elf/emrelocs-eb.d: Likewise.
* ld-mips-elf/emrelocs-el.d: Likewise.
* ld-mips-elf/emrelocs.ld: Likewise.
* ld-mips-elf/emrelocs1.s: Likewise.
* ld-mips-elf/emrelocs2.s: Likewise.
* ld-mips-elf/mips-elf.exp: Don't run now-removed tests.

20 years ago * elf32-xtensa.c (is_same_value): Add final_static_link argument and
bwilson [Wed, 21 Apr 2004 18:12:47 +0000 (18:12 +0000)]
* elf32-xtensa.c (is_same_value): Add final_static_link argument and
require relocations against a weak symbol to reference the same
symbol hash entry if not a final, static link.
(get_cached_value, add_value_map): Add final_static_link argument.
(remove_literals): Pass final_static_link argument as needed.

20 years ago2004-04-21 Andrew Cagney <cagney@redhat.com>
cagney [Wed, 21 Apr 2004 17:47:08 +0000 (17:47 +0000)]
2004-04-21  Andrew Cagney  <cagney@redhat.com>

* gdbcore.h: Update copyright.
(deprecated_add_core_fns): Rename add_core_fns.
* win32-nat.c (_initialize_core_win32): Update.
* sun3-nat.c (_initialize_core_sun3): Update.
* shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
* rs6000-nat.c (_initialize_core_rs6000): Update.
* ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
* nto-tdep.c (_initialize_nto_tdep): Update.
* ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
* mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
* mips-nat.c (_initialize_core_mips): Update.
* mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
* m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
* m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
* lynx-nat.c (_initialize_core_lynx): Update.
* irix5-nat.c (_initialize_core_irix5): Update.
* i386-interix-nat.c (_initialize_core_interix): Update.
* cris-tdep.c (_initialize_cris_tdep): Update.
* corelow.c (deprecated_add_core_fns): Update.
* core-regset.c (_initialize_core_regset): Update.
* core-aout.c (_initialize_core_aout): Update.
* armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
* alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
* alpha-nat.c (_initialize_core_alpha): Update.

20 years ago2004-04-21 Andrew Cagney <cagney@redhat.com>
cagney [Wed, 21 Apr 2004 17:19:27 +0000 (17:19 +0000)]
2004-04-21  Andrew Cagney  <cagney@redhat.com>

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

20 years ago2004-04-21 Andrew Cagney <cagney@redhat.com>
cagney [Wed, 21 Apr 2004 17:05:09 +0000 (17:05 +0000)]
2004-04-21  Andrew Cagney  <cagney@redhat.com>

* opncls.c (_bfd_new_bfd_contained_in): Copy "iovec".
(struct opncls, opncls_btell, opncls_bseek, opncls_bread)
(opncls_bwrite, opncls_bclose, opncls_bflush)
(opncls_bstat, opncls_iovec, bfd_openr_iovec): Implement a
bfd iovec that uses function callbacks.
(bfd_close): Use the iovec's bclose.
* cache.c (cache_btell, cache_bseek, cache_bread, cache_bwrite)
(cache_bclose, cache_bflush, cache_bstat)
(cache_iovec): New functions and global variable, implement a
cache "iovec", where applicable set bfd_error.
(bfd_cache_init, bfd_cache_close): Set/test the bfd's iovec.
* bfdio.c (struct bfd_iovec): Define.
(real_read): Delete function.
(bfd_bread, bfd_bread, bfd_bwrite, bfd_tell, bfd_flush, bfd_stat)
(bfd_seek, bfd_get_mtime, bfd_get_size): Use the bfd's "iovec",
assume that bread and bwrite set bfd_error.
* bfd.c (struct bfd): Add "iovec", update comments.
* bfd-in2.h, libbfd.h: Re-generate.

20 years ago2004-04-21 Andrew Cagney <cagney@redhat.com>
cagney [Wed, 21 Apr 2004 16:58:56 +0000 (16:58 +0000)]
2004-04-21  Andrew Cagney  <cagney@redhat.com>

* libaout.h (enum machine_type): Add M_POWERPC_NETBSD.

20 years ago* rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
jimb [Wed, 21 Apr 2004 16:38:07 +0000 (16:38 +0000)]
* rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.

20 years agoAdd more documentation about h8300 relaxation.
nickc [Wed, 21 Apr 2004 10:47:13 +0000 (10:47 +0000)]
Add more documentation about h8300 relaxation.

20 years ago * NEWS: Mention change in DEFINED semantics.
hp [Wed, 21 Apr 2004 10:04:01 +0000 (10:04 +0000)]
* NEWS: Mention change in DEFINED semantics.

20 years ago * syscalls.cc (lseek64): Fix debug_printf format string.
corinna [Wed, 21 Apr 2004 08:16:13 +0000 (08:16 +0000)]
* syscalls.cc (lseek64): Fix debug_printf format string.
(truncate64): Ditto.

* fhandler.cc (fhandler_base::lseek): Force res to -1 on error.

20 years ago * scripttempl/elf.sc (.text): Add KEEP for .text.*personality*.
ebotcazou [Wed, 21 Apr 2004 07:15:05 +0000 (07:15 +0000)]
* scripttempl/elf.sc (.text): Add KEEP for .text.*personality*.
(.data): Add KEEP for .gnu.linkonce.d.*personality*.
(.gcc_except_table): Add KEEP for self and accept .gcc_except_table.*.

20 years ago * include/winuser.h (SPI_GETACTIVEWINDOWTRACKING,
dannysmith [Wed, 21 Apr 2004 07:14:57 +0000 (07:14 +0000)]
* include/winuser.h (SPI_GETACTIVEWINDOWTRACKING,
SPI_GETACTIVEWNDTRKZORDER, SPI_SETACTIVEWINDOWTRACKING,
SPI_SETACTIVEWNDTRKZORDER): Remove duplicate defines.

20 years ago * elflink.c (elf_gc_mark_dynamic_ref_symbol): New function.
ebotcazou [Wed, 21 Apr 2004 07:14:15 +0000 (07:14 +0000)]
* elflink.c (elf_gc_mark_dynamic_ref_symbol): New function.
(bfd_elf_gc_sections): Fail if a shared object is being created.
Do not fail if dynamic sections have been created.  Instead call
elf_gc_mark_dynamic_ref_symbol to mark sections that contain
dynamically referenced symbols.  Do not mark the whole graph
rooted at .eh_frame, only the section proper.

20 years ago * ld.texinfo (Simple Example): Add missing punctuation.
bje [Wed, 21 Apr 2004 06:08:47 +0000 (06:08 +0000)]
* ld.texinfo (Simple Example): Add missing punctuation.

20 years ago[ gas/ChangeLog ]
cgd [Wed, 21 Apr 2004 00:44:36 +0000 (00:44 +0000)]
[ gas/ChangeLog ]
2004-04-20  Chris Demetriou  <cgd@broadcom.com>

        * NEWS: Note that MIPS -membedded-pic option is deprecated.

[ ld/ChangeLog ]
2004-04-20  Chris Demetriou  <cgd@broadcom.com>

        * NEWS: Note that MIPS --embedded-relocs option is deprecated.

20 years agodaily update
amodra [Wed, 21 Apr 2004 00:00:05 +0000 (00:00 +0000)]
daily update

20 years ago * CONTRIBUTORS: New file.
earnie [Tue, 20 Apr 2004 22:49:31 +0000 (22:49 +0000)]
* CONTRIBUTORS: New file.
* DISCLAIMER: Ditto.
* CRT_noglob.c: Reword copyright and disclaimer.  Move Contributors
section CONTRIBUTORS file.  Remove RCS tags.
* CRTFmode.c: Ditto.
* CRTglob.c: Ditto.
* CRTinit.c: Ditto.
* crt1.c: Ditto.
* crtdll.dev: Ditto.
* dllcrt1.c: Ditto.
* dllmain.c: Ditto.
* gccmain.c: Ditto.
* init.c: Ditto.
* isascii.c: Ditto.
* iscsym.c: Ditto.
* iscsymf.c: Ditto.
* jamfile: Ditto.
* main.c: Ditto.
* msvcrt.def.in: Ditto.
* strcasecmp.c: Ditto.
* toascii.c: Ditto.
* wcscmpi.c: Ditto.
* include/assert.h: Ditto.
* include/conio.h: Ditto.
* include/ctype.h: Ditto.
* include/direct.h: Ditto.
* include/dirent.h: Ditto.
* include/dos.h: Ditto.
* include/errno.h: Ditto.
* include/excpt.h: Ditto.
* include/fcntl.h: Ditto.
* include/float.h: Ditto.
* include/io.h: Ditto.
* include/locale.h: Ditto.
* include/malloc.h: Ditto.
* include/math.h: Ditto.
* include/process.h: Ditto.
* include/setjmp.h: Ditto.
* include/share.h: Ditto.
* include/signal.h: Ditto.
* include/stdio.h: Ditto.
* include/stdlib.h: Ditto.
* include/string.h: Ditto.
* include/tchar.h: Ditto.
* include/time.h: Ditto.
* include/wchar.h: Ditto.
* include/sys/locking.h: Ditto.
* include/sys/param.h: Ditto.
* include/sys/stat.h: Ditto.
* include/sys/timeb.h: Ditto.
* include/sys/types.h: Ditto.
* include/sys/utime.h: Ditto.
* mingwex/dirent.c: Ditto.

20 years ago * thread-db.c (lookup_sym): New function.
kevinb [Tue, 20 Apr 2004 20:33:36 +0000 (20:33 +0000)]
* thread-db.c (lookup_sym): New function.
(thread_db_open): Print diagnostic message for failed dlopen()
call.  Call lookup_sym() which will print diagnostic for failed
dlsym() call.

20 years ago * server.c (main): Ignore realtime signals.
kevinb [Tue, 20 Apr 2004 20:08:52 +0000 (20:08 +0000)]
* server.c (main): Ignore realtime signals.

20 years agofix comment
cgf [Tue, 20 Apr 2004 18:46:15 +0000 (18:46 +0000)]
fix comment

20 years ago* path.cc (is_unc_share): Rename from slash_unc_prefix_p throughout.
cgf [Tue, 20 Apr 2004 18:45:16 +0000 (18:45 +0000)]
* path.cc (is_unc_share): Rename from slash_unc_prefix_p throughout.
* path.cc (normalize_posix_path): Process all Posix paths and map three or more
initial slashes to a single one.  Simplify processing following two initial
slashes.
(normalize_win32_path): Make last argument non-optional and do not check for
NULL value.

20 years ago * fhandler_disk_file.cc (fhandler_base::open_fs): Change
corinna [Tue, 20 Apr 2004 15:51:24 +0000 (15:51 +0000)]
* fhandler_disk_file.cc (fhandler_base::open_fs): Change
set_file_attribute call to indicate that NT security isn't used.
(fhandler_disk_file::fchmod): Rearrange to isolate 9x related
statements.
Do not set FILE_ATTRIBUTE_SYSTEM.
(fhandler_disk_file::fchown): Check noop case first.
* fhandler.cc (fhandler_base::open9x): Remove ntsec related statements.
(fhandler_base::set_name): Do not set namehash.
* fhandler.h (fhandler_base::get_namehash): Compute and set namehash if
needed.
* syscalls.cc (access): Verify that fh is not NULL. Do not set PC_FULL.
(chmod): Ditto.
(chown_worker): Ditto.
(stat_worker): Ditto. Verify if the path exists.

20 years ago* include/wingdi.h: Protect non-unicode case of below.
cgf [Tue, 20 Apr 2004 15:17:35 +0000 (15:17 +0000)]
* include/wingdi.h: Protect non-unicode case of below.

20 years ago* include/wingdi.h: Protect use of ENUMLOGFONTEXDV, PENUMLOGFONTEXDV,
cgf [Tue, 20 Apr 2004 15:10:25 +0000 (15:10 +0000)]
* include/wingdi.h: Protect use of ENUMLOGFONTEXDV, PENUMLOGFONTEXDV,
LPENUMLOGFONTEXDV with appropriate version check.

20 years ago2004-04-20 H.J. Lu <hongjiu.lu@intel.com>
hjl [Tue, 20 Apr 2004 14:50:21 +0000 (14:50 +0000)]
2004-04-20  H.J. Lu  <hongjiu.lu@intel.com>

* ld-elfweak/elfweak.exp: Add an undefined weak size change
test.

* ld-elfweak/size.dat: New file.
* ld-elfweak/size_bar.c: Likewise.
* ld-elfweak/size_foo.c: Likewise.
* ld-elfweak/size_main.c: Likewise.

20 years agoAdd support for a .secrel32 x86 reloc to allow DWARF" debug information to used
nickc [Tue, 20 Apr 2004 12:17:12 +0000 (12:17 +0000)]
Add support for a .secrel32 x86 reloc to allow DWARF" debug information to used
with COFF based x86 ports.

20 years ago2004-04-18 Hans Leidekker <hans@it.vu.nl>
infidel [Tue, 20 Apr 2004 12:08:46 +0000 (12:08 +0000)]
2004-04-18  Hans Leidekker  <hans@it.vu.nl>

* lib/directx/dxguid.c (CLSID_DirectSoundPrivate,
DSPROPSETID_DirectSoundDevice): Add defines.

20 years ago * libc/include/sys/unistd.h (ttyname_r): Add missing comma.
corinna [Tue, 20 Apr 2004 11:14:01 +0000 (11:14 +0000)]
* libc/include/sys/unistd.h (ttyname_r): Add missing comma.

20 years ago * libc/include/sys/unistd.h (ttyname_r): Add declaration for Cygwin.
corinna [Tue, 20 Apr 2004 11:09:34 +0000 (11:09 +0000)]
* libc/include/sys/unistd.h (ttyname_r): Add declaration for Cygwin.

20 years ago * fhandler.cc (fhandler_base::open): Remove special DEV_FLOPPY_MAJOR
corinna [Tue, 20 Apr 2004 11:01:21 +0000 (11:01 +0000)]
* fhandler.cc (fhandler_base::open): Remove special DEV_FLOPPY_MAJOR
treatment.
* fhandler_raw.cc (fhandler_dev_raw::open): Simplify write-only case.
* fhandler_tape.cc (fhandler_dev_tape::raw_write): Add accidentally
dropped condition.

20 years ago * fhandler.cc (fhandler_base::open): Add FILE_READ_ATTRIBUTES when
corinna [Tue, 20 Apr 2004 10:24:36 +0000 (10:24 +0000)]
* fhandler.cc (fhandler_base::open): Add FILE_READ_ATTRIBUTES when
only GENERIC_WRITE access is requested.

20 years ago * sparc-opc.c (fmoviccx, fmovfccx, fmovccx): Define.
jakub [Tue, 20 Apr 2004 10:23:51 +0000 (10:23 +0000)]
* sparc-opc.c (fmoviccx, fmovfccx, fmovccx): Define.
(fmovicc, fmovfcc, fmovcc): Remove fpsize argument, change opcode to
suffix.  Use fmov*x macros, create all 3 fpsize variants in one
macro.  Adjust all users.

20 years ago2004-04-20 Adrian Sandor <aditsu@users.sourceforge.net>
infidel [Tue, 20 Apr 2004 09:48:52 +0000 (09:48 +0000)]
2004-04-20  Adrian Sandor  <aditsu@users.sourceforge.net>

* include/msacm.h: New file.

20 years ago.
roland [Tue, 20 Apr 2004 02:04:09 +0000 (02:04 +0000)]
.

20 years ago2004-04-19 Roland McGrath <roland@redhat.com>
roland [Tue, 20 Apr 2004 02:03:55 +0000 (02:03 +0000)]
2004-04-19  Roland McGrath  <roland@redhat.com>

* generic/gdbtk-hooks.c: Update gdbtk_pre_add_symbol forward decl to
match defn type change.

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

20 years ago2004-04-19 Eric Christopher <echristo@redhat.com>
echristo [Mon, 19 Apr 2004 21:08:43 +0000 (21:08 +0000)]
2004-04-19  Eric Christopher  <echristo@redhat.com>

        * config/tc-mips.c (mips_dwarf2_addr_size): Revert part
        of previous patch for fix in gcc.

20 years ago * include/cygwin/mtio.h (GMT_ASYNC): New define.
corinna [Mon, 19 Apr 2004 19:41:12 +0000 (19:41 +0000)]
* include/cygwin/mtio.h (GMT_ASYNC): New define.
(MT_ST_ASYNC_WRITES): Remove "Not supported" comment.

20 years ago * errno.cc (errmap): Handle ERROR_IO_PENDING.
corinna [Mon, 19 Apr 2004 19:29:10 +0000 (19:29 +0000)]
* errno.cc (errmap): Handle ERROR_IO_PENDING.
* fhandler.cc (fhandler_base::open): Make tape I/O asynchronous.
* fhandler.h (class fhandler_dev_tape): Add mt_evt member.
* fhandler_tape.cc (mtinfo_drive::initialize): Initialize async_writes.
(mtinfo_drive::close): Handle async writes.
(mtinfo_drive::read): Add mt_evt parameter.  Use overlapped I/O.
(mtinfo_drive::async_wait): New function.
(mtinfo_drive::write): Add mt_evt parameter.  Use overlapped I/O.
Handle async writes.
(mtinfo_drive::_set_pos): Handle async writes.
(mtinfo_drive::set_partition): Ditto.
(mtinfo_drive::prepare): Ditto.
(mtinfo_drive::get_status): Drop useless "else".  Handle async_writes
flag.
(mtinfo_drive::set_options): Handle async_writes flags.
(fhandler_dev_tape::close): Close mt_evt handle.
(fhandler_dev_tape::raw_read): Create mt_evt handle and use in call
to mtinfo_drive::read.
(fhandler_dev_tape::raw_write): Create mt_evt handle and use in call
to mtinfo_drive::write.
* mtinfo.h (MTINFO_VERSION): Bump.
(enum dirty_state): Add async_write_pending state.
(class mtinfo_drive): Add OVERLAPPED struct "ov".  Add async_writes
flag.
(mtinfo_drive::async_wait): Add declaration.
(mtinfo_drive::read): Add mt_evt parameter.
(mtinfo_drive::write): Ditto.

* registry.cc (load_registry_hive): Call enable_restore_privilege
instead of set_process_privilege.

20 years ago * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
drow [Mon, 19 Apr 2004 18:20:49 +0000 (18:20 +0000)]
* dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
Delete.
(dwarf_alloc_block): Take a CU argument.  Use the comp_unit_obstack.
(read_attribute_value): Update calls to dwarf_alloc_block.
(dwarf2_build_psymtabs_hard): Don't initialize or clean up
dwarf2_tmp_obstack.
(psymtab_to_symtab_1): Likewise.  Clean up using
free_stack_comp_unit.
(add_to_cu_func_list): Use the comp_unit_obstack.

20 years ago * dwarf2read.c (dwarf2_flag_true_p): New function.
brobecke [Mon, 19 Apr 2004 18:12:00 +0000 (18:12 +0000)]
    * dwarf2read.c (dwarf2_flag_true_p): New function.
        (die_is_declaration): Use the function above. Add some comments.

20 years ago * include/_mingw.h: Revert to primary release 3 and increment minor
earnie [Mon, 19 Apr 2004 17:01:27 +0000 (17:01 +0000)]
* include/_mingw.h: Revert to primary release 3 and increment minor
release to 3.
* Makefile.in (VERSION): Ditto.

20 years ago * include/_mingw.h: Revert to primary release 3 and increment minor
earnie [Mon, 19 Apr 2004 16:58:39 +0000 (16:58 +0000)]
* include/_mingw.h: Revert to primary release 3 and increment minor
release to 3.

20 years ago * configure.in (mips*-*-irix5*): Enable ld.
ro [Mon, 19 Apr 2004 15:38:50 +0000 (15:38 +0000)]
* configure.in (mips*-*-irix5*): Enable ld.
* configure: Regenerate.

20 years agobfd/
jakub [Mon, 19 Apr 2004 14:25:47 +0000 (14:25 +0000)]
bfd/
* elf32-sparc.c (elf32_sparc_relocate_section): Handle
relocs against hidden/protected undefweak symbols properly.
* elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
gas/testsuite/
* gas/cfi/cfi-sparc64-1.d: Update.
ld/testsuite/
* ld-elfvsb/elfvsb.exp: XFAIL some tests on sparc64.
* ld-shared/shared.exp: Likewise.

20 years ago * fhandler_tape.cc (mtinfo_drive::_set_pos): Take additional dont_wait
corinna [Mon, 19 Apr 2004 13:07:55 +0000 (13:07 +0000)]
* fhandler_tape.cc (mtinfo_drive::_set_pos): Take additional dont_wait
parameter.  Use in call to SetTapePosition.
(mtinfo_drive::set_pos): Accomodate _set_pos calls to above change.
(mtinfo_drive::set_partition): Ditto.
* mtinfo.h (mtinfo_drive::_set_pos): Change declaration accordingly.

20 years ago * config/tc-xtensa.c (xg_assembler_literal): Fix a typo.
jakub [Mon, 19 Apr 2004 10:35:21 +0000 (10:35 +0000)]
* config/tc-xtensa.c (xg_assembler_literal): Fix a typo.

20 years ago * read.c (do_align): Call md_flush_pending_output, if defined.
nathan [Mon, 19 Apr 2004 09:32:55 +0000 (09:32 +0000)]
* read.c (do_align): Call md_flush_pending_output, if defined.

20 years ago * ldlang.c (lang_do_assignments_1): Handle .tbss output section
jakub [Mon, 19 Apr 2004 07:35:12 +0000 (07:35 +0000)]
* ldlang.c (lang_do_assignments_1): Handle .tbss output section
specially.

20 years agodaily update
amodra [Mon, 19 Apr 2004 00:00:07 +0000 (00:00 +0000)]
daily update

20 years ago* sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
kettenis [Sun, 18 Apr 2004 22:58:05 +0000 (22:58 +0000)]
* sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
architecture when registering sparcnbsd_core_osabi_sniffer.
Adjust comment.

20 years ago* libaout.h (enum machine_type): Add M_POWERPC_NETBSD.
kettenis [Sun, 18 Apr 2004 20:55:54 +0000 (20:55 +0000)]
* libaout.h (enum machine_type): Add M_POWERPC_NETBSD.
* netbsd-core.c (netbsd_core_file_p): Set architecture for PowerPC
core files.

20 years agoClean up ChangeLog punctuation and typeo.
dannysmith [Sun, 18 Apr 2004 20:48:29 +0000 (20:48 +0000)]
Clean up ChangeLog punctuation and typeo.
Thanks to Filip Navara  <xnavara@volny.cz>.

20 years ago* infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
kettenis [Sun, 18 Apr 2004 19:12:58 +0000 (19:12 +0000)]
* infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
return value.

20 years agoBased on a patch from Brian Ford <ford@vss.fsi.com>:
kettenis [Sun, 18 Apr 2004 18:38:03 +0000 (18:38 +0000)]
Based on a patch from Brian Ford <ford@vss.fsi.com>:
* i386-tdep.c: Correct register numbering scheme comments
throughout.
(i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
(i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
(i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
(i386_gdb_arch_init): Likewise.

20 years ago* Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
kettenis [Sun, 18 Apr 2004 16:50:28 +0000 (16:50 +0000)]
* Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
ppcnbsd-tdep.o.

20 years ago* m68k-tdep.h: Tweak comments.
kettenis [Sun, 18 Apr 2004 13:03:12 +0000 (13:03 +0000)]
* m68k-tdep.h: Tweak comments.
* m68k-tdep.c: Tweak comment.

20 years ago2004-01-09 Stuart Cunningham <stuart_hc@users.sourceforge.net>
infidel [Sun, 18 Apr 2004 07:29:38 +0000 (07:29 +0000)]
2004-01-09  Stuart Cunningham  <stuart_hc@users.sourceforge.net>

* include/objbase.h (STGFMT): Declare enum.
(STGOPTIONS): Declare structure.
(StgCreateStorageEx, StgOpenStorageEx): Declare.
(STGOPTIONS_VERSION): Define.
* lib/ole32.def (StgCreateStorageEx, StgOpenStorageEx): Add stubs.

20 years agoMerge numerous changes from ReactOS. Submitted by Filip Navara.
infidel [Sun, 18 Apr 2004 07:07:56 +0000 (07:07 +0000)]
Merge numerous changes from ReactOS. Submitted by Filip Navara.

20 years ago2004-04-18 Allan Bazinet <bazineta@users.sourceforge.net>
infidel [Sun, 18 Apr 2004 04:32:13 +0000 (04:32 +0000)]
2004-04-18  Allan Bazinet  <bazineta@users.sourceforge.net>

* include/winuser.h (MONITORINFOEX[AW]): Change to be derived from
MONITORINFO when compiling as C++.

20 years agodaily update
amodra [Sun, 18 Apr 2004 00:00:04 +0000 (00:00 +0000)]
daily update

20 years ago * scriptempl/pe.sc: Put numbered .ctors.* after .ctors
dannysmith [Sat, 17 Apr 2004 23:22:49 +0000 (23:22 +0000)]
* scriptempl/pe.sc:  Put numbered .ctors.* after .ctors
with default priority. Likewise for dtors.

20 years agofix comments
cgf [Sat, 17 Apr 2004 17:53:29 +0000 (17:53 +0000)]
fix comments

20 years ago2004-04-17 Randolph Chung <tausq@debian.org>
tausq [Sat, 17 Apr 2004 17:41:10 +0000 (17:41 +0000)]
2004-04-17  Randolph Chung  <tausq@debian.org>

* Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
* hppa-hpux-tdep.c (hppa-tdep.h): Include.
  (hppa_hpux_som_init_abi): Set is_elf to 0.
  (hppa_hpux_elf_init_abi): Set is_elf to 1.
* hppa-tdep.c (low_text_segment_address): Remove global.
(record_text_segment_lowaddr): Pass in low address as parameter. Use
section offset to calculate segment address.
(internalize_unwinds): Define low_text_segment_address as local and
pass to record_text_segment_lowaddr for ELF targets.
(hppa_gdbarch_init): Zero fill tdep structure.
(hppa_dump_tdep): Print tdep structure.
* hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.

20 years ago2004-04-17 Randolph Chung <tausq@debian.org>
tausq [Sat, 17 Apr 2004 17:31:40 +0000 (17:31 +0000)]
2004-04-17  Randolph Chung  <tausq@debian.org>

* hppa-tdep.c (hppa_pseudo_register_read): Define.
(hppa_gdbarch_init): Set pseudo_register_read.
* config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
* regcache.c (supply_register): Remove check for
DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.

20 years ago2004-04-17 Randolph Chung <tausq@debian.org>
tausq [Sat, 17 Apr 2004 17:19:27 +0000 (17:19 +0000)]
2004-04-17  Randolph Chung  <tausq@debian.org>

* Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
* hppa-tdep.c (hppa_objfile_priv_data): New.
(SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Use
HPPA_INSTRUCTION_SIZE.
(read_unwind_info): Use objfile_data to reference unwind info.
(find_unwind_entry): Likewise.
(hpread_adjust_stack_address): Move to hpread.c.
(_initialize_hppa_tdep): Register hppa objfile data.
* hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Define.
(unwind_table_entry, unwind_stub_types): Move from tm-hppa.h.
(obj_unwind_info, obj_private_struct): Move from tm-hppa.h, and rename
with hppa_ prefix.
* hpread.c (hppa-tdep.h): Include.
(hpread_adjust_stack_address): Move from hppa-tdep.c.
(hpread_read_function_type, hpread_read_doc_function_type)
(hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
directly. Use objfile_data to access solib data.
* pa64solib.c (hppa-tdep.h): Include.
(pa64_solib_add_solib_objfile): Use objfile_data to access solib data.
* somsolib.c (hppa-tdep.h): Include.
(som_solib_add_solib_objfile): Use objfile_data to access solib data.
* config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type)
(inferior_status): Remove unused forward declarations.
(INSTRUCTION_SIZE): Move to hppa-tdep.c.
(unwind_table_entry, unwind_stub_types, obj_unwind_info)
(obj_private_struct): Move to hppa-tdep.h.
(HPREAD_ADJUST_STACK_ADDRESS): Remove.

20 years ago2004-04-17 Randolph Chung <tausq@debian.org>
tausq [Sat, 17 Apr 2004 15:34:15 +0000 (15:34 +0000)]
2004-04-17  Randolph Chung  <tausq@debian.org>

        * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
        (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
        (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
        (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
        Remove forward declaration and make static.
        (hppa_reg_struct_has_addr): Remove.

20 years ago2004-04-17 Luke Dunstan <infidel@users.sourceforge.net>
infidel [Sat, 17 Apr 2004 13:44:04 +0000 (13:44 +0000)]
2004-04-17  Luke Dunstan  <infidel@users.sourceforge.net>

* README.w32api: List separate copyright conditions for some headers.
* include/(winsock2.h, wsipx.h): Minor change to copyright header.

20 years ago * peXXigen.c (_bfd_XXi_swap_aouthdr_out): Use the first non-zero
amodra [Sat, 17 Apr 2004 11:18:47 +0000 (11:18 +0000)]
* peXXigen.c (_bfd_XXi_swap_aouthdr_out): Use the first non-zero
filepos for the SizeOfHeaders field.
(_bfd_XXi_swap_scnhdr_out): Correct section flags lossage on reloc
overflow.
(_bfd_XXi_swap_sym_in): Remove redundant section flags assignment.

20 years ago * observer.sh: Move comments in sed command to first column.
brobecke [Sat, 17 Apr 2004 04:45:32 +0000 (04:45 +0000)]
    * observer.sh: Move comments in sed command to first column.

20 years ago2004-04-16 Jason Molenda (jmolenda@apple.com)
jsm [Sat, 17 Apr 2004 00:48:25 +0000 (00:48 +0000)]
2004-04-16  Jason Molenda  (jmolenda@apple.com)

        * frame.c: Minor typeo corrections in comments.

20 years ago*** empty log message ***
gdbadmin [Sat, 17 Apr 2004 00:00:34 +0000 (00:00 +0000)]
*** empty log message ***

20 years agodaily update
amodra [Sat, 17 Apr 2004 00:00:07 +0000 (00:00 +0000)]
daily update

20 years agoRestore 2002 ChangeLog history.
ford [Fri, 16 Apr 2004 23:56:29 +0000 (23:56 +0000)]
Restore 2002 ChangeLog history.

20 years ago * autoload.cc (NtCreateFile): Add.
corinna [Fri, 16 Apr 2004 21:22:13 +0000 (21:22 +0000)]
* autoload.cc (NtCreateFile): Add.
* dir.cc (mkdir): Change set_file_attribute call to indicate that
NT security isn't used.
* fhandler.cc (fhandler_base::open_9x): New method, created from
fhandler_base::open.
(fhandler_base::open): Rearrange to use NtCreateFile instead of
CreateFile.
* fhandler.h (enum query_state): Redefine query_null_access to
query_stat_control.  query_null_access isn't allowed in NtCreateFile.
(fhandler_base::open_9x): Declare.
* fhandler_disk_file.cc (fhandler_base::fstat_fs): Use
query_stat_control first, query_read_control if that fails.
(fhandler_disk_file::fchmod): Call enable_restore_privilege before
trying to open for query_write_control.  Don't fall back to
opening for query_read_control.
(fhandler_disk_file::fchown): Ditto.
(fhandler_disk_file::facl):  Only request restore privilege and query
access necessary for given cmd.
* fhandler_raw.cc (fhandler_dev_raw::open): Call fhandler_base::open
instead of opening device here.
* ntdll.h (NtCreateFile): Declare.
* path.cc (symlink_worker): Change set_file_attribute call to indicate
that NT security isn't used.
* sec_acl.cc (getacl): Fix bracketing.
* sec_helper.cc (enable_restore_privilege): New function.
* security.cc (str2buf2uni_cat): New function.
(write_sd): Don't request restore permission here.
* security.h (set_process_privileges): Drop stale declaration.
(str2buf2uni): Declare.
(str2buf2uni_cat): Declare.
(enable_restore_privilege): Declare.
* syscalls.cc (fchown32): Return immediate success on 9x.

20 years ago * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
brobecke [Fri, 16 Apr 2004 17:29:42 +0000 (17:29 +0000)]
    * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
        call to observer_notify_normal_stop.

20 years ago * observer.c (observer_test_first_notification_function): Update
brobecke [Fri, 16 Apr 2004 17:26:40 +0000 (17:26 +0000)]
    * observer.c (observer_test_first_notification_function): Update
        function profile.
        (observer_test_second_notification_function): Likewise.
        (observer_test_third_notification_function): Likewise.

20 years agoFrom Brian Ford <ford@vss.fsi.com>:
kettenis [Fri, 16 Apr 2004 16:49:53 +0000 (16:49 +0000)]
From Brian Ford <ford@vss.fsi.com>:
* i386-tdep.c (i386_coff_init_abi): New function.
* i386-tdep.h (i386_coff_init_abi): New prototype.
* i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it.  Use correct
register number translation functions for DWARF and DWARF 2.

20 years ago * dwarf2read.c: Back out my previous change, it was incorrect.
brobecke [Fri, 16 Apr 2004 16:12:52 +0000 (16:12 +0000)]
    * dwarf2read.c: Back out my previous change, it was incorrect.

20 years ago * dwarf2read.c: Include "hashtab.h".
drow [Fri, 16 Apr 2004 15:18:22 +0000 (15:18 +0000)]
* dwarf2read.c: Include "hashtab.h".
(struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
has_namespace_info.
(struct partial_die_info): Add comments.  Use bitfields to reduce
memory footprint.  Add scope, scope_set, has_specification,
spec_offset, die_parent, die_child, and die_sibling.
(peek_die_abbrev): Add prototype.
(partial_read_comp_unit_head): New function, broken out from
dwarf2_build_psymtabs_hard.
(dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
Use partial_read_comp_unit_head.  Initialize the CU and
comp_unit_obstack.  Update calls to read_partial_die and
scan_partial_symbols.  Use free_stack_comp_unit and
load_partial_dies.
(scan_partial_symbols): Change PDI to a pointer.  Use the child and
sibling pointers to walk partial DIEs.  Call fixup_partial_die.
Update calls to helper functions.  Remove NAMESPACE argument.
Update comments.
(partial_die_parent_scope, partial_die_full_name): New functions.
(add_partial_symbol): Remove namespace argument.  Update call to
pdi_needs_namespace.  Use partial_die_full_name.  Handle
DW_TAG_namespace.  Check has_namespace_info flag.
(pdi_needs_namespace): Remove NAMESPACE argument.  Just check the
tag.  Handle namespaces.
(add_partial_namespace, add_partial_enumeration): Simplify.
(guess_structure_name): New function, derived from
add_partial_structure.
(add_partial_structure): Remove.
(determine_class_name): Update comment.
(dwarf2_read_abbrevs): Set has_namespace_info flag.
(is_type_tag_for_partial, load_partial_dies): New functions.
(read_partial_die): Pass abbrev and abbrev_len as arguments.
Record specifications instead of following them immediately.
(find_partial_die_in_comp_unit, find_partial_die)
(fixup_partial_die, free_stack_comp_unit)
(hashtab_obstack_allocate, dummy_obstack_deallocate)
(partial_die_hash, partial_die_eq): New functions.
* Makefile.in (hashtab_h): Define.
(dwarf2read.o): Update dependencies.
(observer_inc, observer_h): Move to the correct section.

20 years agoFix LDFLAGS related configure errors.
wilson [Fri, 16 Apr 2004 07:17:43 +0000 (07:17 +0000)]
Fix LDFLAGS related configure errors.
* Makefile.tpl (configure-[+module+], configure-gcc,
configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
Set and export LDFLAGS.
* Makefile.in: Regenerate.

20 years ago * dwarf2read.c (dwarf2_attribute_true_p): New function.
brobecke [Fri, 16 Apr 2004 04:31:25 +0000 (04:31 +0000)]
    * dwarf2read.c (dwarf2_attribute_true_p): New function.
        (die_is_declaration): Use the function above.

20 years ago * simple.c (bfd_simple_get_relocated_section_contents): Don't
amodra [Fri, 16 Apr 2004 03:29:13 +0000 (03:29 +0000)]
* simple.c (bfd_simple_get_relocated_section_contents): Don't
change reloc_done.  Set and restore _cooked_size.
(RETURN): Delete.

20 years ago * dwarf2read.c (read_structure_scope): Identify stub types
brobecke [Fri, 16 Apr 2004 03:17:25 +0000 (03:17 +0000)]
    * dwarf2read.c (read_structure_scope): Identify stub types
        using die_is_declaration() only.

20 years ago * expr.c (operand): Correct checks for ++ and --.
amodra [Fri, 16 Apr 2004 01:55:27 +0000 (01:55 +0000)]
* expr.c (operand): Correct checks for ++ and --.

20 years ago.
cgf [Fri, 16 Apr 2004 01:48:37 +0000 (01:48 +0000)]
.

20 years ago*** empty log message ***
gdbadmin [Fri, 16 Apr 2004 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

20 years ago.
roland [Thu, 15 Apr 2004 21:40:20 +0000 (21:40 +0000)]
.