Commit Graph

  • 0d585a6e8c * child_info.h (PROC_MAGIC_GENERIC): Define differently for x86 vs. x86_64. Christopher Faylor 2013-08-23 14:32:28 +00:00
  • 78aaee2321 * new-features.xml (ov-new1.7.25): Add new section. Corinna Vinschen 2013-08-23 09:46:41 +00:00
  • bb1114d912 *** empty log message *** Corinna Vinschen 2013-08-23 09:43:58 +00:00
  • 10822894db * path.h (enum path_types): Drop definition of PATH_64BITEXEC. (path_conv::iscygexec32): Drop unused inline function. (path_conv::iscygexec64): Ditto. (path_conv::set_cygexec): Remove unnecessary setting of PATH_64BITEXEC. * spawn.cc (child_info_spawn::worker): Disable setting of STARTUPINFOW::lpReserved2 and STARTUPINFOW::cbReserved2 for non-Cygwin child processes. Explain why. Corinna Vinschen 2013-08-23 09:29:25 +00:00
  • 20b311fd8e PR binutils/15834 Fix typos: --- bfd/bfdio.c | 2 +- bfd/elf32-spu.c | 2 +- bfd/elfnn-aarch64.c | 2 +- binutils/od-xcoff.c | 2 +- config/tcl.m4 | 2 +- gas/config/tc-ia64.c | 2 +- gas/config/tc-sparc.c | 2 +- gas/config/tc-z80.c | 12 ++++++------ gas/doc/c-i386.texi | 6 +++--- gas/doc/c-m32r.texi | 2 +- gas/testsuite/gas/d10v/instruction_packing.d | 2 +- gas/testsuite/gas/z80/atend.d | 2 +- gold/object.h | 2 +- include/gdb/remote-sim.h | 2 +- include/opcode/ChangeLog | 2 +- include/opcode/i960.h | 2 +- ld/testsuite/ld-mips-elf/mips16-pic-1.inc | 2 +- opcodes/aarch64-asm.c | 2 +- opcodes/aarch64-dis.c | 2 +- opcodes/msp430-dis.c | 2 +- Nick Clifton 2013-08-23 07:54:19 +00:00
  • 3ee82da30d * fhandler_tape.cc (mtinfo_drive::create_partitions): Allow partitioning of drives supporting select partitions. (mtinfo_drive::get_status): Fill in current partition and number of partitions on tape into mt_resid. * include/cygwin/mtio.h (struct mtget): Align mt_resid comment to aforementioned change. * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump. Corinna Vinschen 2013-08-21 20:28:12 +00:00
  • 30990eaa27 * fhandler_tape.cc (mtinfo_drive::create_partitions): Fix long-standing bug disabling creation of two partitions on drives supporting initiator partitions. (mtinfo_drive::set_blocksize): Update media information after setting blocksize succeeded. (mtinfo_drive::get_status): Fetch fresh media information. Corinna Vinschen 2013-08-20 20:17:14 +00:00
  • f9268dfd7a merge from gcc DJ Delorie 2013-08-20 06:02:49 +00:00
  • d244f86a4d include/opcode/ * mips.h: Remove references to "+I" and imm2_expr. Richard Sandiford 2013-08-19 19:56:44 +00:00
  • 17f82971d5 include/opcode/ * mips.h (M_DEXT, M_DINS): Delete. Richard Sandiford 2013-08-19 19:54:40 +00:00
  • 68eccfb465 include/opcode/ * mips.h (OP_OPTIONAL_REG): New mips_operand_type. (mips_optional_operand_p): New function. Richard Sandiford 2013-08-19 18:56:59 +00:00
  • 651133f28d * lc_msg.h: Regenerate. * nlsfuncs.cc (__get_lcid_from_locale): Update list of Script-only locales to Windows 8. (__set_charset_from_locale): Take locales added with Windows 8 and 8.1 into account. Corinna Vinschen 2013-08-19 16:21:29 +00:00
  • 48199c0d39 * fhandler_tape.cc (mtinfo_drive::set_pos): Remove unneeded linebreak. (mtinfo_drive::get_status): Drop using get_ll when it's not required. Corinna Vinschen 2013-08-19 10:24:37 +00:00
  • 590b76526a * libc/stdlib/__atexit.c (__register_exitproc): NULL-ify _on_exit_args_ptr when creating a new _atexit structure while _REENT_SMALL is defined. Corinna Vinschen 2013-08-19 09:03:42 +00:00
  • cbd871ad41 * libc/stdlib/__atexit.c (__register_exitproc): NULL-ify _on_exit_args_ptr when creating a new _atexit structure while _REENT_SMALL is defined. Corinna Vinschen 2013-08-19 09:03:42 +00:00
  • 70645513d6 src-release: Strip "-cvs" from GDB source dir and tarball. brobecke 2013-08-17 01:07:52 +00:00
  • 6f3dd43ee6 src-release: Strip "-cvs" from GDB source dir and tarball. Joel Brobecker 2013-08-17 01:07:52 +00:00
  • 263c4b38cb This commit was manufactured by cvs2svn to create tag 'cygwin- 1_7_24-release'. cygwin-1_7_24-release cvs2svn 2013-08-15 09:49:52 +00:00
  • 890d4161d8 Drop redundant entry Corinna Vinschen 2013-08-15 09:49:51 +00:00
  • b4e7956e5f * new-features.xml (ov-new1.7.24): Add new section. Mention posix_memalign override. Corinna Vinschen 2013-08-14 11:44:46 +00:00
  • ef23b0a6a4 * include/sys/cygwin.h (struct per_process): Add posix_memalign. Reduce size of unused2 accordingly. * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump. * lib/_cygwin_crt0_common.cc (_cygwin_crt0_common): Initialize u->posix_memalign with address of posix_memalign. * malloc_wrapper.cc (posix_memalign): Call user-provided posix_memalign rather than just returning ENOSYS. * globals.cc (__cygwin_user_data): Initialize posix_memalign member. Corinna Vinschen 2013-08-14 11:44:23 +00:00
  • 025dd708f9 2013-08-12 Jan-Benedict Glaw <jbglaw@lug-owl.de> jbglaw 2013-08-12 11:36:35 +00:00
  • 111ced6d60 2013-08-12 Jan-Benedict Glaw <jbglaw@lug-owl.de> Jan-Benedict Glaw 2013-08-12 11:36:35 +00:00
  • 56d5fc7cda * libc/configure.in (--enable-newlib-wchar-orient): Remove. * libc/configure: Regenerated. * libc/stdio/Makefile.am (NEWLIB_WIDE_ORIENT): Remove. * libc/stdio/Makefile.in: Regenerated. Corinna Vinschen 2013-08-12 11:31:53 +00:00
  • b8ee40f913 * libc/configure.in (--enable-newlib-wchar-orient): Remove. * libc/configure: Regenerated. * libc/stdio/Makefile.am (NEWLIB_WIDE_ORIENT): Remove. * libc/stdio/Makefile.in: Regenerated. Corinna Vinschen 2013-08-12 11:31:52 +00:00
  • c389cb11b8 Fix space Corinna Vinschen 2013-08-12 11:29:07 +00:00
  • 6727997661 Fix space Corinna Vinschen 2013-08-12 11:29:07 +00:00
  • 454b880298 * libc/sys/arm/crt0.S: Remove 'start'. Corinna Vinschen 2013-08-12 11:28:28 +00:00
  • 17fd493303 * libc/sys/arm/crt0.S: Remove 'start'. Corinna Vinschen 2013-08-12 11:28:28 +00:00
  • 387b584725 * aarch64/crt0.S: Remove 'start'. * arm/crt0.S: Ditto. * arm/redboot-crt0.S: Ditto. Corinna Vinschen 2013-08-12 11:27:37 +00:00
  • ec7576dfba * aarch64/crt0.S: Remove 'start'. * arm/crt0.S: Ditto. * arm/redboot-crt0.S: Ditto. Corinna Vinschen 2013-08-12 11:27:36 +00:00
  • 423229a5b1 * elf32-rl78.c (rl78_elf_merge_private_bfd_data): Complain if G10 flag bits do not match. (rl78_elf_print_private_bfd_data): Describe G10 flag. Nick Clifton 2013-08-09 10:40:04 +00:00
  • 2da426bee6 * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 24. Corinna Vinschen 2013-08-09 09:12:55 +00:00
  • 6e8a1660b5 2013-08-08 Freddie Chopin <freddie_chopin@op.pl> Joel Sherrill 2013-08-08 15:17:09 +00:00
  • c8c245c2d4 2013-08-08 Freddie Chopin <freddie_chopin@op.pl> Joel Sherrill 2013-08-08 15:17:09 +00:00
  • 4b876e164c merge from gcc DJ Delorie 2013-08-07 15:04:28 +00:00
  • b09c257b5f This commit was manufactured by cvs2svn to create tag 'cygwin- 1_7_23-release'. cygwin-1_7_23-release cvs2svn 2013-08-07 09:04:40 +00:00
  • d23db5c830 * fhandler_disk_file.cc (fhandler_base::open_fs): Fix indentation. Corinna Vinschen 2013-08-07 09:04:39 +00:00
  • 855c9029a7 gas/ * config/tc-sparc.c (sparc_arch_types): Add leon. (sparc_arch): Move sparc4 around and add leon. (sparc_target_format): Document -Aleon. * doc/c-sparc.texi: Likewise. include/ * opcode/sparc.h (sparc_opcode_arch_val): Add SPARC_OPCODE_ARCH_LEON. opcodes/ * sparc-dis.c (compute_arch_mask): Set SPARC_OPCODE_ARCH_LEON bit for bfd_mach_sparc. * sparc-opc.c (MASK_LEON): Define. (v6, v6notlet, v7, v8, v6notv9): Add MASK_LEON. (letandleon): New macro. (v9andleon): Likewise. (sparc_opc): Add leon. (umac): Enable for letandleon. (smac): Likewise. (casa): Enable for v9andleon. (cas): Likewise. (casl): Likewise. Eric Botcazou 2013-08-05 16:11:06 +00:00
  • 712a580460 Remove: 2013-07-10 Jack Howarth <howarth@bromo.med.uc.edu> Mike Stump 2013-08-05 16:05:32 +00:00
  • c6f4506336 Remove: 2013-07-10 Jack Howarth <howarth@bromo.med.uc.edu> mrs 2013-08-05 16:05:31 +00:00
  • b98e294936 include/opcode/ 2013-08-04 Jürgen Urban <JuergenUrban@gmx.de> Richard Sandiford <rdsandiford@googlemail.com> Richard Sandiford 2013-08-04 07:31:38 +00:00
  • fbb49d5252 include/opcode/ * mips.h (mips_pcrel_operand): Inherit from mips_int_operand. (mips_int_operand_min, mips_int_operand_max): New functions. (mips_decode_pcrel_operand): Use mips_decode_int_operand. Richard Sandiford 2013-08-03 10:49:47 +00:00
  • 58673abf12 * libc/include/stdio_ext.h (__fbufsize): Define as inline function for gcc, as macro otherwise. (__freading): Ditto. (__fwriting): Ditto. (__freadable): Ditto. (__fwriteable): Ditto. (__flbf): Ditto. (__fpending): Ditto. Corinna Vinschen 2013-08-02 07:52:09 +00:00
  • f34670b338 * libc/include/stdio_ext.h (__fbufsize): Define as inline function for gcc, as macro otherwise. (__freading): Ditto. (__fwriting): Ditto. (__freadable): Ditto. (__fwriteable): Ditto. (__flbf): Ditto. (__fpending): Ditto. Corinna Vinschen 2013-08-02 07:52:09 +00:00
  • 762d970290 include/opcode/ * mips.h (mips_decode_reg_operand): New function. (INSN_WRITE_SHIFT, INSN_WRITE_1, INSN_WRITE_2, INSN_WRITE_ALL) (INSN_READ_SHIFT, INSN_READ_1, INSN_READ_2, INSN_READ_3, INSN_READ_4) (INSN_READ_ALL, INSN_READ_GPR_24, INSN_WRITE_GPR_24, INSN_UDI): New macros. (INSN_WRITE_GPR_D, INSN_WRITE_GPR_T, INSN_WRITE_FPR_D) (INSN_WRITE_FPR_S, INSN_WRITE_FPR_T, INSN_READ_GPR_S, INSN_READ_GPR_T) (INSN_READ_FPR_S, INSN_READ_FPR_T, INSN_READ_FPR_R, INSN_WRITE_GPR_S) (INSN2_WRITE_GPR_Z, INSN2_WRITE_FPR_Z, INSN2_READ_GPR_Z) (INSN2_READ_FPR_Z, INSN2_READ_GPR_D, INSN2_READ_FPR_D) (INSN2_WRITE_GPR_MB, INSN2_READ_GPR_MC, INSN2_MOD_GPR_MD) (INSN2_READ_GPR_ME, INSN2_MOD_GPR_MF, INSN2_READ_GPR_MG) (INSN2_READ_GPR_MJ, INSN2_WRITE_GPR_MJ, INSN2_READ_GPR_MP) (INSN2_WRITE_GPR_MP, INSN2_READ_GPR_MQ, INSN2_READ_GP) (INSN2_WRITE_GPR_MH, INSN2_READ_GPR_MMN): Delete. Renumber other macros to cover the gaps. (INSN2_MOD_SP): Replace with... (INSN2_WRITE_SP, INSN2_READ_SP): ...these new macros. (MIPS16_INSN_WRITE_X, MIPS16_INSN_WRITE_Y, MIPS16_INSN_WRITE_Z) (MIPS16_INSN_WRITE_T, MIPS16_INSN_WRITE_31, MIPS16_INSN_WRITE_GPR_Y) (MIPS16_INSN_READ_X, MIPS16_INSN_READ_Y, MIPS16_INSN_READ_Z) (MIPS16_INSN_READ_T, MIPS16_INSN_READ_SP, MIPS16_INSN_READ_GPR_X): Delete. Richard Sandiford 2013-08-01 20:55:24 +00:00
  • 304263c612 include/opcode/ * mips.h (MIPS16_INSN_WRITE_SP, MIPS16_INSN_READ_31) (MIPS16_INSN_READ_PC, MIPS16_INSN_UNCOND_BRANCH) (MIPS16_INSN_COND_BRANCH): Delete. Richard Sandiford 2013-08-01 20:40:23 +00:00
  • 5213ca6f1c * fhandler_tty.cc: Revert accidental checkin. * update-copyright: Ditto. Christopher Faylor 2013-07-31 15:19:18 +00:00
  • 24557e9caa * cygheap.cc (cmalloc): Use size_t for size field. (cmalloc_abort): Ditto. (crealloc): Ditto. (crealloc_abort): Ditto. (ccalloc): Ditto. (ccalloc_abort): Ditto. * cygheap_malloc.h (HEAP_USER): Add. (cmalloc): Use size_t for size field in declaration. (cmalloc_abort): Ditto. (crealloc): Ditto. (crealloc_abort): Ditto. (ccalloc): Ditto. (ccalloc_abort): Ditto. * path.cc (normalize_posix_path): Don't check existence of / or // dir in parent dir check. Christopher Faylor 2013-07-31 14:43:05 +00:00
  • c39e8632d1 *** empty log message *** Corinna Vinschen 2013-07-31 10:32:46 +00:00
  • fd5f6eb13e * path.cc (normalize_posix_path): Don't check existence of / or // dir in parent dir check. Corinna Vinschen 2013-07-31 10:26:51 +00:00
  • 7df2c73d5d * Makefile.in (MINGW_LDFLAGS): Don't link against w32api libs. These are only for Cygwin executables. Corinna Vinschen 2013-07-31 09:58:55 +00:00
  • 96b3b10abf Fix typo Corinna Vinschen 2013-07-30 16:14:34 +00:00
  • 4a4b9b4813 *** empty log message *** Corinna Vinschen 2013-07-30 08:06:04 +00:00
  • 7e20c854cf * Makefile.in (cyglsa.dll): Explicitely specify DLL entry point to harden against gcc function and block reordering optimizations. (cyglsa64.dll): Ditto. Corinna Vinschen 2013-07-29 18:57:16 +00:00
  • 033fe7d87f cygwin directory changes: * environ.cc (tty_is_gone): Delete. (known): Delete tty, add wincmdln. * globals.cc: Reorganize list of environment bools, remove explicit = false for slight load time optimization. (wincmdln): New global. * spawn.cc (child_info_spawn::worker): Honor wincmdln. Christopher Faylor 2013-07-26 17:28:00 +00:00
  • a30f955d28 * gcc.xml (gcc-64): Fix example. Corinna Vinschen 2013-07-25 09:09:14 +00:00
  • a90f2ca74f * gcc.xml (gcc-default: Rename from gcc-cons. Change title. (gcc-64): New section explaininig differences in programming for 64 bit Cygwin. (gcc-gui): Simplify description and aim at UNIX/Linux developers only. Note that X programming is preferred. Drop example. Corinna Vinschen 2013-07-25 09:04:21 +00:00
  • 2dc32f6ae4 2013-07-24 Steve Ellcey <sellcey@mips.com> Steve Ellcey 2013-07-24 22:32:51 +00:00
  • 4425442bfd 2013-07-24 Steve Ellcey <sellcey@mips.com> Steve Ellcey 2013-07-24 22:32:50 +00:00
  • 0ca71e7151 This commit was manufactured by cvs2svn to create tag 'sid- snapshot-20130801'. sid-snapshot-20130801 cvs2svn 2013-07-24 15:47:26 +00:00
  • c9eaabe0ad Support Intel MPX H.J. Lu 2013-07-24 15:47:25 +00:00
  • 5709fcbfe5 Fix copyright date Corinna Vinschen 2013-07-24 14:21:13 +00:00
  • 9f7d1ba43d *** empty log message *** Corinna Vinschen 2013-07-24 13:02:15 +00:00
  • 16efa64721 * ntdll.h (struct _SEMAPHORE_BASIC_INFORMATION): Define. (enum _SEMAPHORE_INFORMATION_CLASS): Define. (NtQuerySemaphore): Declare. * thread.h (class semaphore): Add member startvalue. (semaphore::fixup_before_fork): New inline method. (semaphore::_fixup_before_fork): Declare. * thread.cc (MTinterface::fixup_before_fork): Additionally call semaphore::fixup_before_fork. (semaphore::semaphore): Set currentvalue to -1. Set startvalue to incoming initializer value. (semaphore::_getvalue): Just query semaphore using NtQuerySemaphore rather then using WFSO/Release. (semaphore::_post): Drop setting currentvalue. It's not thread-safe. (semaphore::_trywait): Ditto. (semaphore::_timedwait): Ditto. (semaphore::_wait): Ditto. (semaphore::_fixup_before_fork): New method, setting currentvalue from actual windows semaphore right before fork. (semaphore::_fixup_after_fork): Drop kludge from 2013-07-10. Drop FIXME comment. Corinna Vinschen 2013-07-23 14:15:20 +00:00
  • 6c1f4d7d64 * cygtls.cc (well_known_dlls): Add kernelbase.dll. Corinna Vinschen 2013-07-23 12:46:02 +00:00
  • 2635a8d6df * microblaze/_exception_handler.S: Adjust to be weak. Corinna Vinschen 2013-07-23 09:11:18 +00:00
  • 6106ba012a * microblaze/_exception_handler.S: Adjust to be weak. Corinna Vinschen 2013-07-23 09:11:17 +00:00
  • b143d094ee * libc/sys/linux/include/netdb.h, libc/sys/linux/net/getaddrinfo.c, libc/sys/linux/net/getnameinfo.c: Add restrict keyword to getnameinfo() and getaddrinfo() to increase standards compliance and match glibc. Corinna Vinschen 2013-07-23 07:05:31 +00:00
  • 82ddabaaac * libc/sys/linux/include/netdb.h, libc/sys/linux/net/getaddrinfo.c, libc/sys/linux/net/getnameinfo.c: Add restrict keyword to getnameinfo() and getaddrinfo() to increase standards compliance and match glibc. Corinna Vinschen 2013-07-23 07:05:30 +00:00
  • 9cb407b524 src-release: Fix VER computation for TOOL=gdb Joel Brobecker 2013-07-22 15:17:20 +00:00
  • 7c6adc9f07 src-release: Fix VER computation for TOOL=gdb brobecke 2013-07-22 15:17:20 +00:00
  • 3fdddd7d77 * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 23. Corinna Vinschen 2013-07-22 15:08:54 +00:00
  • eade66b202 This commit was manufactured by cvs2svn to create tag 'cygwin- 1_7_22-release'. cygwin-1_7_22-release cvs2svn 2013-07-21 19:30:20 +00:00
  • 463cca40bd * new-features.sgml (ov-new1.7.22): Add GetCommandLine and regcomp changes. Corinna Vinschen 2013-07-21 19:30:19 +00:00
  • e6ff6a18d4 * regex/regcomp.c (wgetnext): Add a kludge to be more glibc compatible. Add comment to explain. Corinna Vinschen 2013-07-21 19:28:45 +00:00
  • ca5eb1cba5 * Makefile.in (cygwin-ug-net/cygwin-ug-net.html): Add dependency to cygwin.xsl. (cygwin-api/cygwin-api.html): Ditto. (cygwin-ug-net/cygwin-ug-net.pdf): Add dependency to fo.xsl. (cygwin-api/cygwin-api.pdf): Ditto. (cygwin-api.xml): Drop "." path component from doctool dependency. Change Makefile to Makefile.in dep. (doctool): Drop "." path component from target. Corinna Vinschen 2013-07-21 10:16:53 +00:00
  • d31805a14c * exceptions.cc (signal_exit): Remove comment. Use __builtin_frame_address. Christopher Faylor 2013-07-20 17:11:44 +00:00
  • 5ce53ae0ea * exceptions.cc (signal_exit): Nope. Nevermind. Dump core unconditionally. Christopher Faylor 2013-07-20 16:19:51 +00:00
  • 198d56529a * Makefile.in (cygwin-ug-net/cygwin-ug-net.pdf): Process input via xsltproc and fop. (cygwin-api/cygwin-api.pdf): Ditto. * fo.xsl: New file. Corinna Vinschen 2013-07-20 10:44:50 +00:00
  • efe8407eca reword comment Christopher Faylor 2013-07-19 23:19:27 +00:00
  • fb6cf945f9 * exceptions.cc (signal_exit): Add a FIXME comment. Christopher Faylor 2013-07-19 23:13:58 +00:00
  • 3a4dab46c3 * exceptions.cc (signal_exit): Only dump core when it's a "kernel" signal. Only use RtlCaptureContext on x86_64. It doesn't seem to do what's expected on x86. Christopher Faylor 2013-07-19 23:04:32 +00:00
  • bbdd6c47c9 * spawn.cc (child_info_spawn::worker): Reinstate using temp buffer for wide character command-line storage. Use wcs method to convert command line. * winf.h (lb_wcs): Delete. (linebuf::wcs): Implement new single-argument method. Christopher Faylor 2013-07-19 22:44:02 +00:00
  • 132e0f0182 * lib/libcmain.c (main): Don't point to last quoted character if the only thing in the buffer is the program name. Christopher Faylor 2013-07-19 19:04:13 +00:00
  • 4741932459 . Christopher Faylor 2013-07-19 17:45:18 +00:00
  • efef69e738 fix comment typo Christopher Faylor 2013-07-19 17:44:08 +00:00
  • f53c4d6921 . Christopher Faylor 2013-07-19 17:29:01 +00:00
  • 521953a83a * common.din: Export GetCommandLine{A,W}. * kernel32.cc: Add includes needed for GetCommandLine functions. (ucmd): New function. (cygwin_GetCommandLineW): Ditto. (cygwin_GetCommandLineA): Ditto. * spawn.cc (child_info_spawn::worker): Rename one_line -> cmd. Use lb_wcs macro to generate a wide character version of the line buffer. Remove duplicate printing of command line. Don't access members of linebuf directly. * winf.h: Use pragma once. (linebuf): Make storage private. (linebuf::operator size_t): New operator. Return size of buf. (linebuf::operator wchar_t): New operator. (linebuf::wcs): New function. (lb_wcs): New macro. * include/cygwin/version.h: Bump API minor number to 268. * strfuncs.cc: Clarify descriptive file comment. Christopher Faylor 2013-07-19 17:28:34 +00:00
  • 4b25516b5d *** empty log message *** Corinna Vinschen 2013-07-19 12:13:21 +00:00
  • 78cefca9fc * cygtls.cc (_cygtls::remove): Close cw_timer handle, thus avoiding handle leak. Corinna Vinschen 2013-07-19 11:54:51 +00:00
  • 000235c38d * cygserver_ipc.h (ipc_retval::ipc_retval): Take ssize_t as argument to make sure entire ipc_retval union is initialized on all supported platforms. Corinna Vinschen 2013-07-19 11:32:54 +00:00
  • 320a1e7412 * libc/sys/arm/syscalls.c (do_AngelSWI): Delete. * libc/sys/arm/libcfuncs.c (do_AngelSWI): Delete. * libc/sys/arm/swi.h: Copy over from libgloss. Corinna Vinschen 2013-07-19 09:57:51 +00:00
  • dceb2df8f0 * libc/sys/arm/syscalls.c (do_AngelSWI): Delete. * libc/sys/arm/libcfuncs.c (do_AngelSWI): Delete. * libc/sys/arm/swi.h: Copy over from libgloss. Corinna Vinschen 2013-07-19 09:57:50 +00:00
  • 8eeeb65f41 PR binutils/15728 * basic-ops.h: (SUBWORDSIQI) Make declaration static. * (SUBWORDSIHI): Likewise. * (SUBWORDDIQI): Likewise. * (SUBWORDDIHI): Likewise. * (SUBWORDDISI): Likewise. Nick Clifton 2013-07-18 13:53:04 +00:00
  • aff6ef0db4 * path.cc (normalize_posix_path): Start checking path before ".." at dst, rather than at dst_start, otherwise suffer loss of one leading slash in case of UNC paths. Corinna Vinschen 2013-07-18 10:11:33 +00:00
  • e6f4f3f7ee * winsup.h (cygbench): Fix declaration to match definition. * dcrt0.cc (initial_env): Remove unused variable. Christopher Faylor 2013-07-17 17:46:10 +00:00
  • d1b5846f29 2013-07-17 Janis Johnson <janisjo@codesourcery.com> Jeff Johnston 2013-07-17 16:38:04 +00:00
  • 29ff714823 2013-07-17 Janis Johnson <janisjo@codesourcery.com> Jeff Johnston 2013-07-17 16:38:03 +00:00
  • 38f2cb2c41 * lm32/configure: Regenerate. * moxie/configure: Ditto. * spu/configure: Ditto. Yaakov Selkowitz 2013-07-17 06:14:27 +00:00