OSDN Git Service

pf3gnuchains/pf3gnuchains4x.git
18 years ago * autoload.cc (GetTcpTable): Define.
corinna [Wed, 1 Feb 2006 11:10:53 +0000 (11:10 +0000)]
* autoload.cc  (GetTcpTable): Define.
* fhandler_socket.cc (address_in_use): New function to check if
sockaddr_in address is already in use.
(fhandler_socket::bind): Check if address is alreay in use in case of
SO_REUSEADDR, to circumvent WinSock non-standard behaviour.

18 years ago * spawn.cc (dll_suffixes): Add .exe and "no suffix" to the list.
corinna [Wed, 1 Feb 2006 08:44:13 +0000 (08:44 +0000)]
* spawn.cc (dll_suffixes): Add .exe and "no suffix" to the list.

18 years agodaily update
amodra [Wed, 1 Feb 2006 01:09:00 +0000 (01:09 +0000)]
daily update

18 years ago*** empty log message ***
gdbadmin [Wed, 1 Feb 2006 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

18 years ago * ld-sparc/sparc.exp: Do not run 64-bit tests on Solaris 2.5.1
ebotcazou [Tue, 31 Jan 2006 23:49:32 +0000 (23:49 +0000)]
* ld-sparc/sparc.exp: Do not run 64-bit tests on Solaris 2.5.1
and Solaris 2.6.

18 years ago * elfxx-sparc.c (_bfd_sparc_elf_relocate_section): Reinstate bypass
ebotcazou [Tue, 31 Jan 2006 22:42:21 +0000 (22:42 +0000)]
* elfxx-sparc.c (_bfd_sparc_elf_relocate_section): Reinstate bypass
for 32-bit relocs overflow.

18 years ago * NEWS: mention support for forward exports in PE-COFF dll's.
dannysmith [Tue, 31 Jan 2006 22:13:41 +0000 (22:13 +0000)]
* NEWS: mention support for forward exports in PE-COFF dll's.
* ld.texinfo: Expand documentation of EXPORT statements in
PE-COFF .def files.

18 years ago2006-01-31 Filip Navara <navaraf@reactos.com>
dannysmith [Tue, 31 Jan 2006 22:08:14 +0000 (22:08 +0000)]
2006-01-31  Filip Navara  <navaraf@reactos.com>

* deffile.h (struct def_file_export): Add field flag_forward.
* pe-dll.c (process_def_file): Check for forward exports.
(generate_edata): Generate forward export symbols.
(fill_edata): Emit them.

* pe-dll.c (process_def_file): Don't crash on malformed
fastcall symbol names in .def file.

18 years ago * dlfcn.cc (check_path_access): Call find_exec with FE_DLL option.
corinna [Tue, 31 Jan 2006 21:49:39 +0000 (21:49 +0000)]
* dlfcn.cc (check_path_access): Call find_exec with FE_DLL option.
* path.h (enum fe_types): Add FE_DLL value.
* spawn.cc (std_suffixes): Remove.
(exe_suffixes): New suffix_info for executing files.
(dll_suffixes): New suffix_info for searching shared libraries.
(perhaps_suffix): Add opt argument.  Use dll_suffixes if FE_DLL
option is given, exe_suffixes otherwise.
(find_exec): Propagate opt argument to perhaps_suffix.  Drop suffix
check when testing execute permission.
(spawn_guts): Call perhaps_suffix with FE_NADA opt argument.

18 years ago* spawn.cc (av::fixup): Remove unused argument.
cgf [Tue, 31 Jan 2006 21:23:57 +0000 (21:23 +0000)]
* spawn.cc (av::fixup): Remove unused argument.
(spawn_guts): Remove capitalization in debugging.

18 years ago * spawn.cc (find_exec): Only return files with execute permission set
corinna [Tue, 31 Jan 2006 21:09:43 +0000 (21:09 +0000)]
* spawn.cc (find_exec): Only return files with execute permission set
if ntsec is on.  Don't check execute permission of Windows batch files.
(av::fixup): Handle empty files gracefully.  Drop execute permission
test here.
* path.cc (suffix_scan::next): Don't skip any suffix on first run.

18 years ago * config/xtensa-istack.h (TInsn): Remove record_fix and sub_symbol
bwilson [Tue, 31 Jan 2006 19:36:56 +0000 (19:36 +0000)]
* config/xtensa-istack.h (TInsn): Remove record_fix and sub_symbol
fields.
* config/tc-xtensa.h (xtensa_frag_type): Remove slot_sub_symbols field.
* config/tc-xtensa.c (md_apply_fix): Check for unexpected uses of
subtracted symbols.
(relaxation_requirements): Add pfinish_frag argument and use it to
replace setting tinsn->record_fix fields.
(xg_assemble_vliw_tokens): Adjust calls to relaxation_requirements
and vinsn_to_insnbuf.  Remove references to record_fix and
slot_sub_symbols fields.
(xtensa_mark_narrow_branches): Delete unused code.
(is_narrow_branch_guaranteed_in_range): Handle expr that is not just
a symbol.
(convert_frag_immed): Adjust vinsn_to_insnbuf call and do not set
record_fix fields.
(tinsn_immed_from_frag): Remove code for handling slot_sub_symbols.
(vinsn_to_insnbuf): Change use of record_fixup argument, replacing use
of the record_fix field.  Simplify error messages for unexpected
symbolic operands.
(set_expr_symbol_offset_diff): Delete.

18 years ago2006-01-31 Leif Ekblad <leif@rdos.net>
jjohnstn [Tue, 31 Jan 2006 19:33:56 +0000 (19:33 +0000)]
2006-01-31  Leif Ekblad  <leif@rdos.net>

        * configure.host: RDOS support added
        * libc/include/sys/config.h: Ditto.
        * libc/sys/rdos/Makefile.am, libc/sys/rdos/Makefile.in: New files.
        * libc/sys/rdos/aclocal.m4, libc/sys/rdos/chown.c: Ditto.
        * libc/sys/rdos/close.c, libc/sys/rdos/config.h: Ditto.
        * libc/sys/rdos/configure, libc/sys/rdos/configure.in: Ditto.
        * libc/sys/rdos/crt0.S, libc/sys/rdos/execve.c: Ditto.
        * libc/sys/rdos/fork.c, libc/sys/rdos/fstat.c: Ditto.
        * libc/sys/rdos/getenv.c, libc/sys/rdos/getpid.c: Ditto.
        * libc/sys/rdos/gettod.c, libc/sys/rdos/isatty.c: Ditto.
        * libc/sys/rdos/kill.c, libc/sys/rdos/link.c: Ditto.
        * libc/sys/rdos/lseek.c, libc/sys/rdos/open.c: Ditto.
        * libc/sys/rdos/rdos.S, libc/sys/rdos/rdos.h: Ditto.
        * libc/sys/rdos/rdoshelp.c, libc/sys/rdos/read.c: Ditto.
        * libc/sys/rdos/readlink.c, libc/sys/rdos/sbrk.c: Ditto.
        * libc/sys/rdos/stat.c, libc/sys/rdos/symlink.c: Ditto.
        * libc/sys/rdos/times.c, libc/sys/rdos/unlink.c: Ditto.
        * libc/sys/rdos/user.def, libc/sys/rdos/wait.c: Ditto.
        * libc/sys/rdos/write.c: Ditto.

18 years ago2006-01-31 Paul Brook <paul@codesourcery.com>
pbrook [Tue, 31 Jan 2006 16:19:41 +0000 (16:19 +0000)]
2006-01-31  Paul Brook  <paul@codesourcery.com>

gas/
* config/tc-arm.c (arm_reg_parse): Check if reg is non-NULL.
gas/testsuite/
* gas/testsuite/gas/arm/iwmmxt-bad.s: Add check for bad register name.
* gas/testsuite/gas/arm/iwmmxt-bad.l: Ditto.

18 years ago * path.cc (cwdstuff::set): Don't set win32 error, only POSIX errno.
corinna [Tue, 31 Jan 2006 16:10:29 +0000 (16:10 +0000)]
* path.cc (cwdstuff::set): Don't set win32 error, only POSIX errno.

18 years ago * path.cc (cwdstuff::set): When SetCurrentDirectory returns
corinna [Tue, 31 Jan 2006 14:43:37 +0000 (14:43 +0000)]
* path.cc (cwdstuff::set): When SetCurrentDirectory returns
ERROR_INVALID_FUNCTION, bend it over to ERROR_FILE_NOT_FOUND.  Add
comment to explain why.

18 years ago2006-01-31 Paul Brook <paul@codesourcery.com>
pbrook [Tue, 31 Jan 2006 14:11:12 +0000 (14:11 +0000)]
2006-01-31  Paul Brook  <paul@codesourcery.com>
Richard Earnshaw <rearnsha@arm.com>

* gas/config/tc-arm.c: Use arm_feature_set.
(arm_ext_*, arm_arch_full, arm_arch_t2, arm_arch_none,
arm_cext_iwmmxt, arm_cext_xscale, arm_cext_maverick, fpu_fpa_ext_v1,
fpu_fpa_ext_v2, fpu_vfp_ext_v1xd, fpu_vfp_ext_v1, fpu_vfp_ext_v2):
New variables.
(insns): Use them.
(md_atof, opcode_select, opcode_select, md_assemble, md_assemble,
md_begin, arm_parse_extension, arm_parse_cpu, arm_parse_arch,
arm_parse_fpu, arm_parse_float_abi, aeabi_set_public_attributes,
s_arm_cpu, s_arm_arch, s_arm_fpu): Use macros for accessing CPU
feature flags.
(arm_legacy_option_table, arm_option_cpu_value_table): New types.
(arm_opts): Move old cpu/arch options from here...
(arm_legacy_opts): ... to here.
(md_parse_option): Search arm_legacy_opts.
(arm_cpus, arm_archs, arm_extensions, arm_fpus)
(arm_float_abis, arm_eabis): Make const.

* include/opcode/arm.h: Use ARM_CPU_FEATURE.
(ARM_AEXT_*, FPU_ENDIAN_PURE, FPU_VFP_HARD): New.
(arm_feature_set): Change to a structure.
(ARM_CPU_HAS_FEATURE, ARM_MERGE_FEATURE_SETS, ARM_CLEAR_FEATURE,
ARM_FEATURE): New macros.

18 years ago * dir.cc (readdir_worker): Add comment about writing old 32 bit d_ino.
corinna [Tue, 31 Jan 2006 08:56:21 +0000 (08:56 +0000)]
* dir.cc (readdir_worker): Add comment about writing old 32 bit d_ino.
* include/cygwin/version.h: Bump API minor number to 152.
(CYGWIN_VERSION_CHECK_FOR_NEEDS_D_INO): Remove.

18 years ago*** empty log message ***
gdbadmin [Tue, 31 Jan 2006 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

18 years agodaily update
amodra [Mon, 30 Jan 2006 23:00:40 +0000 (23:00 +0000)]
daily update

18 years ago * fhandler_disk_file.cc (fhandler_disk_file::rewinddir): Simplify
corinna [Mon, 30 Jan 2006 13:44:16 +0000 (13:44 +0000)]
* fhandler_disk_file.cc (fhandler_disk_file::rewinddir): Simplify
conditional.

18 years ago* objcopy.c (copy_object): Catch the case where an attempt is made to add a
nickc [Mon, 30 Jan 2006 13:06:53 +0000 (13:06 +0000)]
* objcopy.c (copy_object): Catch the case where an attempt is made to add a
    section that already exists and produce a more helpful warning message.

18 years agoUpdated Vietnamese translation.
nickc [Mon, 30 Jan 2006 12:20:22 +0000 (12:20 +0000)]
Updated Vietnamese translation.

18 years ago * fhandler_disk_file.cc (d_cachepos): Rename from d_pos to distinct
corinna [Mon, 30 Jan 2006 10:30:58 +0000 (10:30 +0000)]
* fhandler_disk_file.cc (d_cachepos): Rename from d_pos to distinct
clearly from __d_position.  Change throughout.
(fhandler_disk_file::rewinddir): Reset readdir cache on NT.

18 years ago*** empty log message ***
gdbadmin [Mon, 30 Jan 2006 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

18 years agodaily update
amodra [Sun, 29 Jan 2006 23:00:06 +0000 (23:00 +0000)]
daily update

18 years ago* gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
kettenis [Sun, 29 Jan 2006 21:30:17 +0000 (21:30 +0000)]
* gdb.cp/bool.cc, gdb.cp/bool.exp: New files.

18 years ago* amd64-tdep.c (amd64_classify): Handle TYPE_CODE_BOOL.
kettenis [Sun, 29 Jan 2006 21:19:29 +0000 (21:19 +0000)]
* amd64-tdep.c (amd64_classify): Handle TYPE_CODE_BOOL.
Fixes PR tdep/2075.

18 years agomerge from gcc
dj [Sun, 29 Jan 2006 20:07:09 +0000 (20:07 +0000)]
merge from gcc

18 years ago* CYGWIN_LICENSE: Restrict to v2.
cgf [Sun, 29 Jan 2006 18:06:24 +0000 (18:06 +0000)]
* CYGWIN_LICENSE: Restrict to v2.
* COPYING: Add.

18 years agov2 only
cgf [Sun, 29 Jan 2006 18:05:00 +0000 (18:05 +0000)]
v2 only

18 years ago * fhandler_disk_file.cc (readdir_get_ino): Don't follow symlinks.
corinna [Sun, 29 Jan 2006 17:29:35 +0000 (17:29 +0000)]
* fhandler_disk_file.cc (readdir_get_ino): Don't follow symlinks.

18 years ago * fhandler.h (class fhandler_socket): Add saw_reuseaddr status flag.
corinna [Sun, 29 Jan 2006 12:23:43 +0000 (12:23 +0000)]
* fhandler.h (class fhandler_socket): Add saw_reuseaddr status flag.
* fhandler_socket.cc (fhandler_socket::bind): Set socket to
SO_EXCLUSIVEADDRUSE if application didn't explicitely set SO_REUSEADDR
socket option, on systems supporting SO_EXCLUSIVEADDRUSE.
* net.cc (cygwin_setsockopt): Set fhandler's saw_reuseaddr status flag
if SO_REUSEADDR socket option has been successsfully set.
* wincap.h (wincaps::has_exclusiveaddruse): New element.
* wincap.cc: Implement above element throughout.

18 years ago * include/winsock2.h (WINSOCK_API_LINKAGE): Define. Add to
dannysmith [Sun, 29 Jan 2006 00:52:35 +0000 (00:52 +0000)]
* include/winsock2.h (WINSOCK_API_LINKAGE): Define. Add to
prototypes.

18 years ago * include/winnt.h (FORCEINLINE): Define.
dannysmith [Sun, 29 Jan 2006 00:33:20 +0000 (00:33 +0000)]
* include/winnt.h (FORCEINLINE): Define.

18 years ago*** empty log message ***
gdbadmin [Sun, 29 Jan 2006 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

18 years agodaily update
amodra [Sat, 28 Jan 2006 23:00:06 +0000 (23:00 +0000)]
daily update

18 years ago * fhandler_disk_file.cc (fhandler_disk_file::mkdir): In case or error,
corinna [Sat, 28 Jan 2006 13:59:39 +0000 (13:59 +0000)]
* fhandler_disk_file.cc (fhandler_disk_file::mkdir): In case or error,
check for existance explicitely and set errno to EEXIST.

18 years ago * fhandler_disk_file.cc (DIR_NUM_ENTRIES): New define determining
corinna [Sat, 28 Jan 2006 13:41:21 +0000 (13:41 +0000)]
* fhandler_disk_file.cc (DIR_NUM_ENTRIES): New define determining
minimum number of dir entries which fit into the readdir cache.
(DIR_BUF_SIZE): Define globally as size of readdir cache.
(struct __DIR_cache): New structure used for readdir caching on NT.
(d_dirname): Accessor for struct __DIR_cache, use throughout.
(d_pos): Ditto.
(d_cache): Ditto.
(fhandler_disk_file::opendir): Allocate __d_dirname to contain readdir
cache on NT.
(fhandler_disk_file::readdir): Use buf as pointer into readdir cache.
Implement readdir caching.

18 years ago * include/sys/dirent.h (struct dirent): Revert misguided attempt to
corinna [Sat, 28 Jan 2006 10:34:11 +0000 (10:34 +0000)]
* include/sys/dirent.h (struct dirent): Revert misguided attempt to
rename __d_unused1 to __d_fd.

18 years agoMove cocom to the build requirements.
joshuadfranklin [Sat, 28 Jan 2006 02:12:32 +0000 (02:12 +0000)]
Move cocom to the build requirements.

18 years ago*** empty log message ***
gdbadmin [Sat, 28 Jan 2006 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

18 years agodaily update
amodra [Fri, 27 Jan 2006 23:00:05 +0000 (23:00 +0000)]
daily update

18 years ago * autoload.cc (NtQueryDirectoryFile): Define.
corinna [Fri, 27 Jan 2006 21:50:39 +0000 (21:50 +0000)]
* autoload.cc (NtQueryDirectoryFile): Define.
* dir.cc (__opendir_with_d_ino): Just call opendir.
(opendir): Remove CYGWIN_VERSION_CHECK_FOR_NEEDS_D_INO handling.
(readdir_worker): Only try generating d_ino if it's 0.
Utilize namehash of directories fhandler.  Call readdir_get_ino to
generate d_ino for "..".
(seekdir64): Keep dirent_set_d_ino flag.
* fhandler.h (enum dirent_states): Add dirent_get_d_ino.
(class fhandler_disk_file): Declare new private methods readdir_helper
and readdir_9x.
* fhandler_disk_file.cc (path_conv::hasgood_inode): New method to
evaluate if a filesystem has reliable inode numbers.
(fhandler_base::fstat_by_handle): Accomodate structure member name
change from IndexNumber to FileId.
(fhandler_base::fstat_helper): Call hasgood_inode here.
(fhandler_disk_file::opendir): Call fhaccess only for real files.
Don't append '*' to __d_dirname here, move to readdir_9x.  On NT,
open directory handle here.  Set dirent_get_d_ino and dirent_set_d_ino
flags according to wincap and filesystem.
(fhandler_disk_file::readdir_helper): New method to implement readdir
postprocessing only once.
(readdir_get_ino_by_handle): New static function.
(readdir_get_ino): New function to centralize inode number evaluation
in case inode number hasn't been returned by NtQueryDirectoryFile.
(fhandler_disk_file::readdir): Move old functionality to readdir_9x.
Call readdir_9x when on 9x/Me.  Implement NT specific readdir here.
(fhandler_disk_file::readdir_9x): Move 9x specific readdir here.
(fhandler_disk_file::seekdir): Accomodate new NT readdir method.
(fhandler_disk_file::closedir): Ditto.
(fhandler_cygdrive::fstat): Set d_ino to namehash. Add comment.
(fhandler_cygdrive::opendir): Call get_namehash to prepare later
correct evaluation of d_ino.
(fhandler_cygdrive::readdir): Replace recursion with loop. Evaluate
drive's d_ino by calling readdir_get_ino.
* fhandler_proc.cc (fhandler_proc::readdir): Set dirent_saw_dot and
dirent_saw_dot_dot to avoid seeing . and .. entries twice.
* fhandler_process.cc (fhandler_process::readdir): Ditto.
* fhandler_registry.cc (fhandler_registry::readdir): Ditto.
* ntdll.h (STATUS_INVALID_PARAMETER): New define.
(STATUS_INVALID_LEVEL): New define.
(struct _FILE_INTERNAL_INFORMATION): Rename member IndexNumber to
FileId (as in Nebbitt).
* path.h (path_conv::hasgood_inode): Now implemented in
fhandler_disk_file.cc.
* wincap.h (wincaps::has_fileid_dirinfo): New element.
* wincap.cc: Implement above element throughout.
* winsup.h (readdir_get_ino): Add declaration.
* include/sys/dirent.h (struct dirent): Slightly rename structure
members to accomodate changes.
Remove __USE_EXPENSIVE_CYGWIN_D_INO handling and declaration of
__opendir_with_d_ino.

18 years ago * MAINTAINERS: Use a consistent email address for brobecker.
brobecke [Fri, 27 Jan 2006 21:27:07 +0000 (21:27 +0000)]
    * MAINTAINERS: Use a consistent email address for brobecker.

18 years ago * infcmd.c (post_create_inferior): Fix copy/paste error introduced
brobecke [Fri, 27 Jan 2006 20:05:27 +0000 (20:05 +0000)]
    * infcmd.c (post_create_inferior): Fix copy/paste error introduced
        in the previous change.

18 years agoAdding myself as DLX maintainer
nkavv [Fri, 27 Jan 2006 19:42:35 +0000 (19:42 +0000)]
Adding myself as DLX maintainer

18 years ago* pe-dll.c (pe_dll_generate_implib): Issue "Creating library file:" as
nickc [Fri, 27 Jan 2006 17:18:13 +0000 (17:18 +0000)]
* pe-dll.c (pe_dll_generate_implib): Issue "Creating library file:" as
informational message, not a warning.

18 years ago2006-01-27 H.J. Lu <hongjiu.lu@intel.com>
hjl [Fri, 27 Jan 2006 14:32:04 +0000 (14:32 +0000)]
2006-01-27  H.J. Lu  <hongjiu.lu@intel.com>

PR ld/2218
* ld-pie/pie.exp: New file.
* ld-pie/weakundef.c: Likewise.
* ld-pie/weakundef.out: Likewise.

* lib/ld-lib.exp (run_ld_link_exec_tests): Fix nesting. Support
building PIE and shared library.

18 years ago2006-01-27 Paul Brook <paul@codesourcery.com>
pbrook [Fri, 27 Jan 2006 14:11:42 +0000 (14:11 +0000)]
2006-01-27  Paul Brook  <paul@codesourcery.com>

* elf32-arm.c (elf32_arm_get_symbol_type): Allow STT_TLS thumb
objects.

18 years ago* spawn.cc (spawn_guts): Fix potential handle leak when failing exec.
cgf [Fri, 27 Jan 2006 06:08:05 +0000 (06:08 +0000)]
* spawn.cc (spawn_guts): Fix potential handle leak when failing exec.

18 years ago* exceptions.cc (inside_kernel): Fix to return true if we can't get the name of
cgf [Fri, 27 Jan 2006 06:06:06 +0000 (06:06 +0000)]
* exceptions.cc (inside_kernel): Fix to return true if we can't get the name of
the DLL for the given memory block since we are not in kernel code.

18 years agoAdd top-level README
joshuadfranklin [Fri, 27 Jan 2006 05:37:13 +0000 (05:37 +0000)]
Add top-level README

18 years ago* faq-programming.xml (faq.programming.ipc): Add new FAQ about
joshuadfranklin [Fri, 27 Jan 2006 04:52:16 +0000 (04:52 +0000)]
* faq-programming.xml (faq.programming.ipc): Add new FAQ about
cygserver and its relation to the "Bad system call" error.
* faq-setup.xml (faq.setup.uninstall-all): Mention postgresql.
* overview2.sgml: Update security info on shared memory.

18 years ago*** empty log message ***
gdbadmin [Fri, 27 Jan 2006 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

18 years agodaily update
amodra [Thu, 26 Jan 2006 23:00:07 +0000 (23:00 +0000)]
daily update

18 years ago2006-01-16 Paolo Bonzini <bonzini@gnu.org>
bonzini [Thu, 26 Jan 2006 18:56:01 +0000 (18:56 +0000)]
2006-01-16  Paolo Bonzini  <bonzini@gnu.org>

* configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
the assembler, linker and binutils.
* configure: Regenerate.

config:
2006-01-16  Paolo Bonzini  <bonzini@gnu.org>

* acx.m4 (NCN_STRICT_CHECK_TARGET_TOOLS): Test $with_build_time_tools.
(ACX_PATH_SEP): New.
(ACX_TOOL_DIRS): Move here from the gcc directory.
(ACX_CHECK_INSTALLED_TARGET_TOOL): New.
(GCC_TARGET_TOOL): Do not use a host tool if we found a target tool
with a complete path in either $with_build_time_tools or $exec_prefix.

18 years ago * fhandler.cc (fhandler_base::open): Fix bug in argument order to
corinna [Thu, 26 Jan 2006 16:58:53 +0000 (16:58 +0000)]
* fhandler.cc (fhandler_base::open): Fix bug in argument order to
InitializeObjectAttributes call.

18 years ago* mips-opc.c: Add I33 masks to these MIPS32R2 instructions: prefx,
davidu [Thu, 26 Jan 2006 15:14:57 +0000 (15:14 +0000)]
* mips-opc.c: Add I33 masks to these MIPS32R2 instructions: prefx,
ceil.l.d, ceil.l.s, cvt.d.l, cvt.l.d, cvt.l.s, cvt.s.l, floor.l.d,
floor.l.s, ldxc1, lwxc1, madd.d, madd.s, msub.d, msub.s, nmadd.d,
nmadd.s, nmsub.d, nmsub.s, recip.d, recip.s, round.l.d, rsqrt.d,
rsqrt.s, sdxc1, swxc1, trunc.l.d, trunc.l.s.

18 years agoAdd new Vietnamese translation
nickc [Thu, 26 Jan 2006 14:43:55 +0000 (14:43 +0000)]
Add new Vietnamese translation

18 years ago* config/tc-xtensa.c (md_apply_fix): Set value to zero for PLT relocs.
bwilson [Thu, 26 Jan 2006 05:21:42 +0000 (05:21 +0000)]
* config/tc-xtensa.c (md_apply_fix): Set value to zero for PLT relocs.

18 years ago* faq-programming.xml (faq.programming.building-cygwin): Add
joshuadfranklin [Thu, 26 Jan 2006 04:39:04 +0000 (04:39 +0000)]
* faq-programming.xml (faq.programming.building-cygwin): Add
list of packages required for building and exact check instructions.
* faq-setup.xml (faq.setup.uninstall-service): New instructions
on uninstalling a cygwin service.
(faq.setup.uninstall-all): Reference new service uninstall FAQ.

18 years ago* fhandler_disk_file.cc (fhandler_disk_file::readdir): Fix test for
cgf [Thu, 26 Jan 2006 02:54:52 +0000 (02:54 +0000)]
* fhandler_disk_file.cc (fhandler_disk_file::readdir): Fix test for
dirent_isroot to use the correct boolean operator.

18 years ago * include/winnt.h (DECLSPEC_SELECTANY): Define.
dannysmith [Thu, 26 Jan 2006 01:55:39 +0000 (01:55 +0000)]
* include/winnt.h (DECLSPEC_SELECTANY): Define.

18 years ago2006-01-25 Filip Navara <xnavara@volny.cz>
dannysmith [Thu, 26 Jan 2006 01:22:07 +0000 (01:22 +0000)]
2006-01-25  Filip Navara  <xnavara@volny.cz>

* include/winnt.h (DECLSPEC_ALIGN): Define.

18 years ago*** empty log message ***
gdbadmin [Thu, 26 Jan 2006 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

18 years agodaily update
amodra [Wed, 25 Jan 2006 23:00:08 +0000 (23:00 +0000)]
daily update

18 years ago2006-01-25 Jim Blandy <jimb@redhat.com>
jimb [Wed, 25 Jan 2006 21:15:42 +0000 (21:15 +0000)]
2006-01-25  Jim Blandy  <jimb@redhat.com>

* gdbint.texinfo (Testsuite): Explain how to run selected tests.

18 years ago2006-01-24 Jim Blandy <jimb@redhat.com>
jimb [Wed, 25 Jan 2006 18:48:57 +0000 (18:48 +0000)]
2006-01-24  Jim Blandy  <jimb@redhat.com>

* gdbint.texinfo (Frames): Document the basics of GDB's register
unwinding model, and explain the existence of the "sentinel" frame.

18 years ago * words.h (natural32): Define as "int".
mmitchel [Wed, 25 Jan 2006 17:29:44 +0000 (17:29 +0000)]
* words.h (natural32): Define as "int".

18 years ago * faq-setup.xml (faq.setup.snapshots): Rename DLL using Windows tools.
corinna [Wed, 25 Jan 2006 10:57:19 +0000 (10:57 +0000)]
* faq-setup.xml (faq.setup.snapshots): Rename DLL using Windows tools.

18 years ago* ntdll.h: (temporarily?) Add more functions for querying directory.
cgf [Wed, 25 Jan 2006 05:57:20 +0000 (05:57 +0000)]
* ntdll.h: (temporarily?) Add more functions for querying directory.

18 years ago*** empty log message ***
gdbadmin [Wed, 25 Jan 2006 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

18 years ago * words.h (signed32): Define as "int".
mmitchel [Tue, 24 Jan 2006 23:48:01 +0000 (23:48 +0000)]
* words.h (signed32): Define as "int".
(unsigned32): Define as "unsigned int".

18 years agodaily update
amodra [Tue, 24 Jan 2006 23:00:07 +0000 (23:00 +0000)]
daily update

18 years ago PR gdb/1914
drow [Tue, 24 Jan 2006 22:34:34 +0000 (22:34 +0000)]
PR gdb/1914
* fork-child.c (fork_inferior): Don't call
solib_create_inferior_hook.
* infcmd.c (post_create_inferior): Call solib_add,
solib_create_inferior_hook, and re_enable_breakpoints_in_shlibs.
(attach_command): Don't call solib_add or
re_enable_breakpoints_in_shlibs.  Call post_create_inferior
instead.
* remote.c (remote_open_1): Don't call solib_create_inferior_hook
or observer_notify_inferior_created.  Call post_create_inferior
instead.
* corelow.c: Don't include "observer.h".
(solib_add_stub): Deleted.
(core_open): Don't call observer_notify_inferior_created or
solib_add_stub.  Call post_create_inferior instead.
* inf-ptrace.c: Don't include "observer.h".
(inf_ptrace_attach): Don't call observer_notify_inferior_created.
* inf-ttrace.c: Don't include "observer.h".
(inf_ttrace_attach): Don't call observer_notify_inferior_created.
* inferior.h (solib_create_inferior_hook): Remove redundant
prototype.
* inftarg.c: Don't include "observer.h".
(child_attach): Don't call observer_notify_inferior_created.
* Makefile.in: Update dependencies.

18 years ago * infcmd.c: Include "observer.h".
drow [Tue, 24 Jan 2006 22:09:27 +0000 (22:09 +0000)]
* infcmd.c: Include "observer.h".
(post_create_inferior): New function.
(run_command_1): Call it.  Also call proceed.
* inferior.h (post_create_inferior): New prototype.
* Makefile.in (infcmd.o): Update.

* gnu-nat.c (gnu_create_inferior): Don't call proceed.
* go32-nat.c (go32_create_inferior): Likewise.
* nto-procfs.c (procfs_create_inferior): Likewise.
* procfs.c (procfs_create_inferior): Likewise.
* remote-sim.c (gdbsim_create_inferior): Likewise.
* remote.c (extended_remote_create_inferior)
(extended_remote_async_create_inferior): Likewise.
* win32-nat.c (win32_create_inferior): Likewise.
* wince.c (child_create_inferior): Likewise.

* monitor.c (monitor_create_inferior): Don't call proceed.
Set the PC manually.
* ocd.c (ocd_create_inferior): Likewise.
* remote-e7000.c (e7000_create_inferior): Likewise.
* remote-m32r-sdi.c (m32r_create_inferior): Likewise.
* remote-mips.c (mips_create_inferior): Likewise.
* remote-rdp.c (remote_rdp_create_inferior): Likewise.
* remote-sds.c (sds_create_inferior): Likewise.
* remote-st.c (st2000_create_inferior): Likewise.

* inf-ptrace.c (inf_ptrace_create_inferior): Don't call
proceed or observer_notify_inferior_created.
* inf-ttrace.c (inf_ttrace_create_inferior): Likewise.
* inftarg.c (child_create_inferior): Likewise.

18 years ago * linux-thread-db.c (thread_db_mourn_inferior): Remove breakpoints
drow [Tue, 24 Jan 2006 21:50:26 +0000 (21:50 +0000)]
* linux-thread-db.c (thread_db_mourn_inferior): Remove breakpoints
after mourning the inferior.

18 years ago2006-01-24 Jim Blandy <jimb@redhat.com>
jimb [Tue, 24 Jan 2006 21:21:11 +0000 (21:21 +0000)]
2006-01-24  Jim Blandy  <jimb@redhat.com>

* valarith.c (binop_user_defined_p): Handle refs to typedefs.

18 years ago* dir.cc (readdir_worker): Turn off expensive inode calculation.
cgf [Tue, 24 Jan 2006 19:03:20 +0000 (19:03 +0000)]
* dir.cc (readdir_worker): Turn off expensive inode calculation.

18 years ago * fhandler_process.cc (fhandler_process::fill_filebuf): Disable
corinna [Tue, 24 Jan 2006 17:40:55 +0000 (17:40 +0000)]
* fhandler_process.cc (fhandler_process::fill_filebuf): Disable
stripping the .exe suffix from the link target in PROCESS_EXE and
PROCESS_EXENAME case.
* path.cc (realpath): Tack on .exe suffix if necessary.

18 years ago2006-01-24 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Tue, 24 Jan 2006 17:24:01 +0000 (17:24 +0000)]
2006-01-24  Jeff Johnston  <jjohnstn@redhat.com>

        * acinclude.m4: Add nodefine to AM_INIT_AUTOMAKE macro invocation
        so as not to define PACKAGE and VERSION in newlib.h.
        * aclocal.m4: Regenerated.
        * configure: Ditto.
        * newlib.hin: Ditto.

18 years agoReviewed and approved by Jim Blandy and Daniel Jacobowitz
fnf [Tue, 24 Jan 2006 15:20:08 +0000 (15:20 +0000)]
Reviewed and approved by Jim Blandy and Daniel Jacobowitz

2006-01-24  Fred Fish  <fnf@specifix.com>
* parse.c (source.h): Include.
(parse_exp_in_context):  Use static source context if no
other context found.

18 years ago * fhandler_disk_file.cc (fhandler_base::fstat_helper): Try harder
corinna [Tue, 24 Jan 2006 12:32:33 +0000 (12:32 +0000)]
* fhandler_disk_file.cc (fhandler_base::fstat_helper): Try harder
to determine remote file systems with reliable inode numbers.  Add
longish comment.

18 years ago * include/commctrl.h: Correct spelling of 'compatibility' in
dannysmith [Tue, 24 Jan 2006 02:19:28 +0000 (02:19 +0000)]
    * include/commctrl.h: Correct spelling of 'compatibility' in
comments.
* include/setupapi.h: Likewise.
* include/ws2tcpip.h: Likewise.

18 years ago From Andrew Stubbs <andrew.stubbs@st.com>:
kseitz [Tue, 24 Jan 2006 01:33:35 +0000 (01:33 +0000)]
    From Andrew Stubbs  <andrew.stubbs@st.com>:
        * library/help/source.html: Add entries for the missing menu commands.

18 years ago From Andrew Stubbs <andrew.stubbs@st.com>:
kseitz [Tue, 24 Jan 2006 01:32:26 +0000 (01:32 +0000)]
    From Andrew Stubbs  <andrew.stubbs@st.com>:
        * library/mempref.itb (MemPref::constructor): Allow the Byte Per Row
        combo box to accept arbitrary values.
        (MemPref::set_bytes_per_row): Validate the new value; reject invalid
        entries and round up to a multiple of the word size.
        (MemPref::apply): Read the value from the text box even if the user
        has not pressed return.
        (MemPref::enable_format): Ensure the bytes per row value is still valid.
        (MemPref::disable_format): Likewise.
        * library/mempref.ith (MemPref): Add $gbprlist.
        * library/help/memory.html: Update.

18 years ago From Andrew Stubbs <andrew.stubbs@st.com>:
kseitz [Tue, 24 Jan 2006 01:30:49 +0000 (01:30 +0000)]
    From Andrew Stubbs  <andrew.stubbs@st.com>:
        * library/helpviewer.tcl (open_help): Add firefox and opera to the
        browser list used to display help.

18 years ago * ChangeLog: Cleared and saved to ...
kseitz [Tue, 24 Jan 2006 01:26:38 +0000 (01:26 +0000)]
    * ChangeLog: Cleared and saved to ...
        * ChagneLog-2005: ... here.

18 years ago2006-01-24 Danny Smith <dannysmith@users.sourceforge.net>
dannysmith [Tue, 24 Jan 2006 01:02:31 +0000 (01:02 +0000)]
2006-01-24  Danny Smith  <dannysmith@users.sourceforge.net>

        * include/ddk/winddk.h (KeGetCurrentKPCR): Support -masm=intel.

2006-01-24  Jiri Malak  <Jiri.Malak@iol.cz>

WATCOM compatibility changes.
* include/ddk/ntddk.h (DECL_IMPORT): Define using __declspec,
rather than __attribute__.
(DECL_EXPORT): Likewise.
* include/ddk/winddk.h (DDKAPI): Avoid using __attribute__.
(DDKFASTAPI): Likewise.
(DDKCDECLAPI): Likwise.
(KeGetCurrentKPCR): Provide __WATCOMC__ syntax for inline code.

18 years ago*** empty log message ***
gdbadmin [Tue, 24 Jan 2006 00:00:04 +0000 (00:00 +0000)]
*** empty log message ***

18 years agodaily update
amodra [Mon, 23 Jan 2006 23:00:06 +0000 (23:00 +0000)]
daily update

18 years agosim/ChangeLog:
jimb [Mon, 23 Jan 2006 22:10:41 +0000 (22:10 +0000)]
sim/ChangeLog:
2005-10-06  Jim Blandy  <jimb@redhat.com>

Add simulator for Renesas M32C and M16C.

* m32c: New directory.
* configure.ac: Add entry for Renesas M32C.
* configure: Regenerate.

sim/m32c/ChangeLog:
2005-10-06  Jim Blandy  <jimb@redhat.com>

Simulator for Renesas M32C and M16C, by DJ Delorie <dj@redhat.com>,
with further work from Jim Blandy <jimb@redhat.com> and
Kevin Buettner <kevinb@redhat.com>.

* ChangeLog: New.
* Makefile.in: New.
* blinky.S: New.
* config.in: New.
* configure: New.
* configure.in: New.
* cpu.h: New.
* gdb-if.c: New.
* gloss.S: New.
* int.c: New.
* int.h: New.
* load.c: New.
* load.h: New.
* m32c.opc: New.
* main.c: New.
* mem.c: New.
* mem.h: New.
* misc.c: New.
* misc.h: New.
* opc2c.c: New.
* r8c.opc: New.
* reg.c: New.
* safe-fgets.c: New.
* safe-fgets.h: New.
* sample.S: New.
* sample.ld: New.
* sample2.c: New.
* srcdest.c: New.
* syscalls.c: New.
* syscalls.h: New.
* trace.c: New.
* trace.h: New.

18 years ago2006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
ams [Mon, 23 Jan 2006 17:35:21 +0000 (17:35 +0000)]
2006-01-23  Andrew Stubbs  <andrew.stubbs@st.com>

* sh-tdep.c: Include reggroups.h.
(sh_register_reggroup_p): New function.
(sh_gdbarch_init): Add call to set_gdbarch_register_reggroup_p.
* Makefile.in (sh-tdep.o): Add dependency on reggroups.h.

18 years ago2006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
ams [Mon, 23 Jan 2006 16:28:36 +0000 (16:28 +0000)]
2006-01-23  Andrew Stubbs  <andrew.stubbs@st.com>

* cli/cli-cmds.c: Include fcntl.h.
(source_command): Use the GDB search path to find script files.

doc/
* gdb.texinfo (Choosing files): Mention that -directory is used
for script files.
(Specifying source directories): Likewise.
(Command files): Explain how script files are found.

18 years ago * fhandler_socket.cc (fhandler_socket::fixup_after_fork): Reset
corinna [Mon, 23 Jan 2006 15:10:57 +0000 (15:10 +0000)]
* fhandler_socket.cc (fhandler_socket::fixup_after_fork): Reset
inheritance for duplicated socket.

18 years ago2006-01-23 Brandon Sneed <brandon@redf.net>
dannysmith [Mon, 23 Jan 2006 08:10:31 +0000 (08:10 +0000)]
2006-01-23  Brandon Sneed  <brandon@redf.net>

* setupapi.def: Add all CM_* functions defined in ddk/cfgmgr32.h
to exports.

18 years ago PR tdep/2029
drow [Mon, 23 Jan 2006 01:49:43 +0000 (01:49 +0000)]
PR tdep/2029
Suggested by Till Straumann <strauman@slac.stanford.edu>:
* rs6000-tdep.c (skip_prologue): Update check for later mtlr
instructions.  Handle PIC bcl.

18 years ago * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
drow [Mon, 23 Jan 2006 01:47:32 +0000 (01:47 +0000)]
* gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
files.

18 years ago*** empty log message ***
gdbadmin [Mon, 23 Jan 2006 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***