Commit Graph

  • 4b876e164c merge from gcc DJ Delorie 2013-08-07 15:04:28 +0000
  • d23db5c830 * fhandler_disk_file.cc (fhandler_base::open_fs): Fix indentation. Corinna Vinschen 2013-08-07 09:04:39 +0000
  • 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 +0000
  • 712a580460 Remove: 2013-07-10 Jack Howarth <howarth@bromo.med.uc.edu> Mike Stump 2013-08-05 16:05:32 +0000
  • 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 +0000
  • 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 +0000
  • 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 +0000
  • 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 +0000
  • 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 +0000
  • 5213ca6f1c * fhandler_tty.cc: Revert accidental checkin. * update-copyright: Ditto. Christopher Faylor 2013-07-31 15:19:18 +0000
  • 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 +0000
  • c39e8632d1 *** empty log message *** Corinna Vinschen 2013-07-31 10:32:46 +0000
  • 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 +0000
  • 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 +0000
  • 96b3b10abf Fix typo Corinna Vinschen 2013-07-30 16:14:34 +0000
  • 4a4b9b4813 *** empty log message *** Corinna Vinschen 2013-07-30 08:06:04 +0000
  • 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 +0000
  • 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 +0000
  • a30f955d28 * gcc.xml (gcc-64): Fix example. Corinna Vinschen 2013-07-25 09:09:14 +0000
  • 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 +0000
  • 2dc32f6ae4 2013-07-24 Steve Ellcey <sellcey@mips.com> Steve Ellcey 2013-07-24 22:32:51 +0000
  • c9eaabe0ad Support Intel MPX H.J. Lu 2013-07-24 15:47:25 +0000
  • 5709fcbfe5 Fix copyright date Corinna Vinschen 2013-07-24 14:21:13 +0000
  • 9f7d1ba43d *** empty log message *** Corinna Vinschen 2013-07-24 13:02:15 +0000
  • 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 +0000
  • 6c1f4d7d64 * cygtls.cc (well_known_dlls): Add kernelbase.dll. Corinna Vinschen 2013-07-23 12:46:02 +0000
  • 2635a8d6df * microblaze/_exception_handler.S: Adjust to be weak. Corinna Vinschen 2013-07-23 09:11:18 +0000
  • 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 +0000
  • 9cb407b524 src-release: Fix VER computation for TOOL=gdb Joel Brobecker 2013-07-22 15:17:20 +0000
  • 3fdddd7d77 * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 23. Corinna Vinschen 2013-07-22 15:08:54 +0000
  • 463cca40bd * new-features.sgml (ov-new1.7.22): Add GetCommandLine and regcomp changes. Corinna Vinschen 2013-07-21 19:30:19 +0000
  • 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 +0000
  • 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 +0000
  • d31805a14c * exceptions.cc (signal_exit): Remove comment. Use __builtin_frame_address. Christopher Faylor 2013-07-20 17:11:44 +0000
  • 5ce53ae0ea * exceptions.cc (signal_exit): Nope. Nevermind. Dump core unconditionally. Christopher Faylor 2013-07-20 16:19:51 +0000
  • 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 +0000
  • efe8407eca reword comment Christopher Faylor 2013-07-19 23:19:27 +0000
  • fb6cf945f9 * exceptions.cc (signal_exit): Add a FIXME comment. Christopher Faylor 2013-07-19 23:13:58 +0000
  • 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 +0000
  • 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 +0000
  • 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 +0000
  • 4741932459 . Christopher Faylor 2013-07-19 17:45:18 +0000
  • efef69e738 fix comment typo Christopher Faylor 2013-07-19 17:44:08 +0000
  • f53c4d6921 . Christopher Faylor 2013-07-19 17:29:01 +0000
  • 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 +0000
  • 4b25516b5d *** empty log message *** Corinna Vinschen 2013-07-19 12:13:21 +0000
  • 78cefca9fc * cygtls.cc (_cygtls::remove): Close cw_timer handle, thus avoiding handle leak. Corinna Vinschen 2013-07-19 11:54:51 +0000
  • 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 +0000
  • 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 +0000
  • 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 +0000
  • 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 +0000
  • e6f4f3f7ee * winsup.h (cygbench): Fix declaration to match definition. * dcrt0.cc (initial_env): Remove unused variable. Christopher Faylor 2013-07-17 17:46:10 +0000
  • d1b5846f29 2013-07-17 Janis Johnson <janisjo@codesourcery.com> Jeff Johnston 2013-07-17 16:38:04 +0000
  • 38f2cb2c41 * lm32/configure: Regenerate. * moxie/configure: Ditto. * spu/configure: Ditto. Yaakov Selkowitz 2013-07-17 06:14:27 +0000
  • 971a6c70a3 * microblaze/Makefile.in: Add GENOBJS and target_makefile_frag. * microblaze/configure.in: Add target_makefile_frag. * microblaze/configure: Regenerate. * microblaze/xil_printf.c: Add new file. Corinna Vinschen 2013-07-16 07:55:45 +0000
  • 6041792ec6 * configure.host: Change to microblaze*. * libc/include/machine/ieeefp.h: Add __MICROBLAZEEL__. * libc/machine/microblaze/mb_endian.h: New file. * newlib/libc/machine/microblaze/strcmp.c: Add little endian support. * newlib/libc/machine/microblaze/strcpy.c: Likewise. * newlib/libc/machine/microblaze/strlen.c: Likewise. Corinna Vinschen 2013-07-16 07:48:53 +0000
  • f6ddaa2a29 include/elf/ * mips.h (Tag_GNU_MIPS_ABI_FP): Remove comment. (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE, Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT, Val_GNU_MIPS_ABI_FP_64): New enum. Maciej W. Rozycki 2013-07-15 15:07:30 +0000
  • f7180e5eac * new-features.sgml (ov-new1.7.22): New section. Document dropped support for /dev/mem, /dev/kmem, /dev/port. * specialnames.xml (pathnames-posixdevices): Drop description of /dev/mem, /dev/kmem, /dev/port. Corinna Vinschen 2013-07-15 14:00:32 +0000
  • 4c4693008a Remove /dev/mem, /dev/kmem, /dev/port support. * Makefile.in (DLL_OFILES): Drop fhandler_mem.o. (fhandler_mem_CFLAGS): Remove rule. * devices.in (enum fh_devices): Remove FH_MEM, FH_KMEM and FH_PORT. * devices.cc: Regenerate. * dtable.cc (fh_alloc): Drop handling for FH_MEM, FH_KMEM and FH_PORT. * fhandler.h (class fhandler_dev_mem): Remove. * fhandler_mem.cc: Remove file. * globals.cc (ro_u_pmem): Remove. * mmap.cc (fhandler_dev_mem::mmap): Remove. (fhandler_dev_mem::munmap): Remove. (fhandler_dev_mem::fixup_mmap_after_fork): Remove. Corinna Vinschen 2013-07-15 13:54:27 +0000
  • 7ea982e75a * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 22. Corinna Vinschen 2013-07-15 11:44:04 +0000
  • b14cc73a4a *** empty log message *** Corinna Vinschen 2013-07-15 10:04:03 +0000
  • 7556523159 * path.cc (symlink_native): Fix common prefix search. Enhance comment. Corinna Vinschen 2013-07-15 09:57:20 +0000
  • a18c8c3688 include/opcode/ * mips.h (mips_operand_type): Add OP_ENTRY_EXIT_LIST and OP_SAVE_RESTORE_LIST. (decode_mips16_operand): Declare. Richard Sandiford 2013-07-14 13:36:50 +0000
  • ac96b15958 include/opcode/ * mips.h (mips_operand_type, mips_reg_operand_type): New enums. (mips_operand, mips_int_operand, mips_mapped_int_operand) (mips_msb_operand, mips_reg_operand, mips_reg_pair_operand) (mips_pcrel_operand): New structures. (mips_insert_operand, mips_extract_operand, mips_signed_operand) (mips_decode_int_operand, mips_decode_pcrel_operand): New functions. (decode_mips_operand, decode_micromips_operand): Declare. Richard Sandiford 2013-07-14 13:28:56 +0000
  • ca25afceea include/opcode/ * mips.h: Document MIPS16 "I" opcode. Richard Sandiford 2013-07-14 13:11:02 +0000
  • 2f59599ba8 include/elf/ * mips.h (EF_MIPS_NAN2008): New macro. Maciej W. Rozycki 2013-07-12 15:58:15 +0000
  • 81fc3e842a [AArch64] Ensure vector table is page aligned. Marcus Shawcroft 2013-07-12 09:42:46 +0000
  • 3b2560e500 * uname.cc (uname): Drop unused code. Corinna Vinschen 2013-07-11 11:20:38 +0000
  • 41f9a410cc * gentlsoffsets: Clean up a little. * thread.cc (semaphore::_fixup_after_fork): Report on potential problem parameter. Make sure that currentvalue is never zero. (semaphore::init): Make cosmetic change. Christopher Faylor 2013-07-10 20:58:33 +0000
  • b5c0f49c13 2013-07-10 Jack Howarth <howarth@bromo.med.uc.edu> Mike Stump 2013-07-10 20:55:59 +0000
  • e3d9d8dfdc * cygwin.sc.in (.text.*): Fold into .text on all platforms. (.eh_frame): Add section. * environ.cc (my_findenv): Drop __stdcall attribute. (getearly): Ditto. (findenv_func): Drop cast. Corinna Vinschen 2013-07-10 12:15:32 +0000
  • 2d66e62c39 include/coff/ 2013-07-10 Tristan Gingold <gingold@adacore.com> Tristan Gingold 2013-07-10 08:16:34 +0000
  • f9a17f68c4 2013-07-09 Sabrina Ni <sabrina@andestech.com> Jeff Johnston 2013-07-09 19:19:35 +0000
  • bdf683b1c8 2013-07-09 Sabrina Ni <sabrina@andestech.com> Jeff Johnston 2013-07-09 19:16:25 +0000
  • dc0cb474bb 2013-07-09 Sabrina Ni <sabrina@andestech.com> Jeff Johnston 2013-07-09 19:06:47 +0000
  • 9b51cd8c6b * libc/include/sys/config.h (__DYNAMIC_REENT__): Define for RTEMS. Corinna Vinschen 2013-07-09 13:14:31 +0000
  • 5dad9defd0 * libc/stdio/fwalk.c (_fwalk): Remove redundant test. Corinna Vinschen 2013-07-09 13:07:16 +0000
  • 10c64dd4da 2013-07-08 Tristan Gingold <gingold@adacore.com> Tristan Gingold 2013-07-08 13:16:08 +0000
  • 57e9250aa2 Add an entry. Christopher Faylor 2013-07-08 04:03:58 +0000
  • 40f11fc133 * cygcheck.cc (dll_info): Detect and report on symlinks. Output wrong architecture message inline with stdout for clarity. * path.cc (is_symlink): Always reset file pointer to beginning on exit. (readlink): Assume that file pointer is set to the beginning. Christopher Faylor 2013-07-07 16:57:11 +0000
  • b1b497cb2e include/opcode/ * mips.h (M_ACLR_OB, M_ASET_OB, M_CACHE_OB, M_CACHEE_OB, M_L_DOB) (M_LB_A, M_LBE_OB, M_LBU_A, M_LBUE_OB, M_LD_A, M_LD_OB, M_LDC2_OB) (M_LDL_OB, M_LDM_OB, M_LDP_OB, M_LDR_OB, M_LH_A, M_LHE_OB, M_LHU_A) (M_LHUE_OB, M_LL_OB, M_LLD_OB, M_LLE_OB, M_LS_A, M_LW_A, M_LWE_OB) (M_LWC0_A, M_LWC1_A, M_LWC2_A, M_LWC2_OB, M_LWC3_A, M_LWL_A, M_LWL_OB) (M_LWLE_OB, M_LWM_OB, M_LWP_OB, M_LWR_A, M_LWR_OB, M_LWRE_OB, M_LWU_OB) (M_PREF_OB, M_PREFE_OB, M_S_DOB, M_SAA_OB, M_SAAD_OB, M_SC_OB) (M_SCD_OB, M_SCE_OB, M_SD_A, M_SD_OB, M_SDC2_OB, M_SDL_OB, M_SDM_OB) (M_SDP_OB, M_SDR_OB, M_SB_A, M_SBE_OB, M_SH_A, M_SHE_OB, M_SW_A) (M_SWE_OB, M_SWC0_A, M_SWC1_A, M_SWC2_A, M_SWC2_OB, M_SWC3_A, M_SWL_A) (M_SWL_OB, M_SWLE_OB, M_SWM_OB, M_SWP_OB, M_SWR_A, M_SWR_OB, M_SWRE_OB) (M_ULD, M_ULH, M_ULHU, M_ULW, M_USH, M_USW, M_USD): Delete. (M_ULD_A, M_ULH_A, M_ULHU_A, M_ULW_A, M_USH_A, M_USW_A, M_USD_A): Rename to... (M_ULD_AB, M_ULH_AB, M_ULHU_AB, M_ULW_AB, M_USH_AB, M_USW_AB) (M_USD_AB): ...these. Richard Sandiford 2013-07-07 11:32:30 +0000
  • 4e9c217b55 include/opcode/ * mips.h: Remove documentation of "[" and "]". Update documentation of "k" and the MDMX formats. Richard Sandiford 2013-07-07 10:15:08 +0000
  • 2428e76364 include/opcode/ * mips.h: Update documentation of "+s" and "+S". Richard Sandiford 2013-07-07 10:00:42 +0000
  • 800cf93ab8 include/opcode/ * mips.h: Document "+i". Richard Sandiford 2013-07-07 09:50:42 +0000
  • dc2dcb378d include/opcode/ * mips.h: Remove "mi" documentation. Update "mh" documentation. (OP_MASK_MI, OP_SH_MI, MICROMIPSOP_MASK_MI, MICROMIPSOP_MASK_MI): Delete. (INSN2_WRITE_GPR_MHI): Rename to... (INSN2_WRITE_GPR_MH): ...this. Richard Sandiford 2013-07-07 09:41:03 +0000
  • 579ba5dd46 include/opcode/ * mips.h: Remove documentation of "+D" and "+T". Richard Sandiford 2013-07-07 09:32:54 +0000
  • ddbe02c418 * libc/include/sys/types.h (u_char): Add redefinition guard. (u_short, u_int, u_long, caddr_t, daddr_t): Ditto. Yaakov Selkowitz 2013-07-05 21:46:10 +0000
  • 0cbbf4c8bc 2013-07-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> opcodes/ * s390-opc.c (J12_12, J24_24): New macros. (INSTR_MII_UPI): Rename to INSTR_MII_UPP. (MASK_MII_UPI): Rename to MASK_MII_UPP. * s390-opc.txt: Rename MII_UPI to MII_UPP for bprp instruction. Andreas Krebbel 2013-07-05 09:45:44 +0000
  • a5be77b2fe * aarch64/syscalls.c (stack_ptr): Defined with asm ("wsp") if __ILP32__ is defined. Corinna Vinschen 2013-07-04 10:21:52 +0000
  • 286eeb8fae . Christopher Faylor 2013-07-03 20:29:03 +0000
  • 470b8544e8 * fhandler.cc (fhandler_base::close_with_arch): Make sure that the archetype is deleted when close_with_arch is referenced *via* the archetype. Christopher Faylor 2013-07-03 20:26:44 +0000
  • 2404223df6 2013-07-02 Joey Ye <joey.ye@arm.com> Jeff Johnston 2013-07-02 21:34:35 +0000
  • e2ac49d3d7 2013-07-02 Joey Ye <joey.ye@arm.com> Jeff Johnston 2013-07-02 21:30:57 +0000
  • a838011d07 2013-07-02 Jeff Johnston <jjohnstn@redhat.com> Jeff Johnston 2013-07-02 19:26:20 +0000
  • e24355b1ea 2013-07-02 Tristan Gingold <gingold@adacore.com> Tristan Gingold 2013-07-02 07:27:41 +0000
  • 5073668c61 memcpy-armv7a.S: Improve performance with misaligned buffers. Will Newton 2013-07-01 09:58:34 +0000
  • 562b70fbac * path.cc (find_fast_cwd_pointer): Use gas syntax for assembler description in all comments. Make algorithm work on Windows 8.1 Preview. Corinna Vinschen 2013-06-28 10:52:30 +0000
  • b5cfad0bf1 * aarch64/syscalls.c (POINTER_TO_PARAM_BLOCK_T): New macro. (initialise_monitor_handles): Replace cast with macro POINTER_TO_PARAM_BLOCK_T. (_swiread): Likewise. (_swiwrite): Likewise. (_swiopen): Likewise. (_unlink): Likewise. (_system): Likewise. (_rename): Likewise. Corinna Vinschen 2013-06-28 09:34:46 +0000
  • 9626422634 * dcrt0.cc (child_info_fork::alloc_stack): Fix a comparison to avoid taking 4K more stack in forked child. * fork.cc (frok::parent): Print child exit code in hex if sync failed. Corinna Vinschen 2013-06-27 17:00:12 +0000
  • 27ad840ea5 2013-06-26 Jeff Johnston <jjohnstn@redhat.com> Jeff Johnston 2013-06-26 21:34:16 +0000