1
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected 1 day ago.
Apr 17, 2023 — Apr 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
2012-09-19 Steve Ellcey <[email protected]> More... over 11 years ago
Moved the Changelog entries for breakpoint.c and remote.c out of Changelog and into gdb/Changelog. More... over 11 years ago
* pinfo.cc (pinfo::init): Detect potential race where short block has been retrieved but PID_EXECED flag is not set. More... over 11 years ago
Add support for tilegx in gold. * configure.ac (ENABLE_GOLD): support tilegx* * configure: rebuild elfcpp: * tilegx.h: New file. * elfcpp.h: add EM_TILEGX. gold: * tilegx.cc: New file. * Makefile.am (TARGETSOURCES): Add tilegx.cc (ALL_TARGETOBJS): Add tilegx.$(OBJEXT) * configure.tgt: Add entries for tilegx*. * configure.ac: Likewise. * Makefile.in: Rebuild. * configure: Likewise. * testsuite/icf_safe_test.sh (arch_specific_safe_fold): Handle tilegx. More... over 11 years ago
PR target/38607 Merge upstream change. * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX. More... over 11 years ago
* cygthread.cc (cygthread::stub): Remove old, unnecessary, FIXMEd code. * spawn.cc (child_info_spawn::worker): Avoid calling close_all_files() twice. More... over 11 years ago
bi-endian support for moxie. More... over 11 years ago
* gdb/remote.c (remote_insert_hw_breakpoint): Throw exception if there is an error inserting hardware breakpoints and use the error message from the target. More... over 11 years ago
2012-09-11 Chris Schlumberger-Socha <[email protected]> More... over 11 years ago
2012-09-06 Cary Coutant <[email protected]> More... over 11 years ago
Add Intel Itanium Series 9500 support More... over 11 years ago
* faq-what.xml: Fix typos, clarify responsibility slightly. More... over 11 years ago
* pseudo-reloc.cc (auto_protect_for): New function. (__write_memory): Call auto_protect_for to handle page protection. (do_pseudo_reloc): Call auto_protect_for to restore old page protection. More... over 11 years ago
* cygcheck.cc (dump_sysinfo): Drop "not yet supported" text from Windows 8. Update products array. More... over 11 years ago
Add support for constructing pc-relative addresses to the plt, by adding the necessary assembly operators and relocations. More... over 11 years ago
* pinfo.cc (pinfo::init): Remove assertion. More... over 11 years ago
Don't set HOST_LIB_PATH_bfd/HOST_LIB_PATH_opcodes More... over 11 years ago
Sync toplevel files with GCC tree More... over 11 years ago
Sync libtool.m4 with GCC tree More... over 11 years ago
Patch adds support to allow plugins to map selected subset of sections to unique segments. More... over 11 years ago
* gas/config/tc-arm.c (check_obsolete): New function. (do_rd_rm_rn): Check swp{b} for obsoletion. * gas/testsuite/gas/arm/armv8-a-bad.d: New testcase. * gas/testsuite/gas/arm/armv8-a-bad.l: Likewise. * gas/testsuite/gas/arm/armv8-a-bad.s: Likewise. * gas/testsuite/gas/arm/depr-swp.l: Update for change in expected output. * gas/testsuite/gas/arm/depr-swp.s: Add additional test. * include/opcode/arm.h (ARM_CPU_IS_ANY): New define. More... over 11 years ago
* bfd/elf32-arm.c (v8): New array. (tag_cpu_arch_combine): Add support for ARMv8 attributes. (elf32_arm_merge_eabi_attributes): Likewise. (VFP_VERSION_COUNT): New define. * binutils/readelf.c (arm_attr_tag_CPU_arch): Update for ARMv8. (arm_attr_tag_FP_arch): Likewise. (arm_attr_tag_Advanced_SIMD_arch): Likewise. * gas/config/tc-arm.h (arm_ext_v8): New variable. (fpu_vfp_ext_armv8): Likewise. (fpu_neon_ext_armv8): Likewise. (fpu_crypto_ext_armv8): Likewise. (arm_archs): Add armv8-a. (arm_extensions): Add crypto, fp, and simd. (arm_fpus): Add fp-armv8, neon-fp-armv8, crypto-neon-fp-armv8. (cpu_arch_ver): Add support for ARMv8. (aeabi_set_public_sttributes): Likewise. * gas/doc/c-arm.texi (ARM Options): Document new architecture and extension options for ARMv8. * gas/testsuite/gas/arm/attr-march-all.d: Update for change in expected output. * gas/testsuite/gas/arm/attr-mfpu-vfpv4-d16.d: Likewise. * gas/testsuite/gas/arm/attr-mfpu-vfpv4.d: Likewise. * gas/testsuite/gas/arm/attr-march-armv8-a+crypto.d: New testcase. * gas/testsuite/gas/arm/attr-march-armv8-a+fp.d: Likewise. * gas/testsuite/gas/arm/attr-march-armv8-a+simd.d: Likewise. * gas/testsuite/gas/arm/attr-march-armv8-a.d: Likewise. * include/elf/arm.h (TAG_CPU_ARCH_V8): New define. (MAX_TAG_CPU_ARCH): Update. * include/opcode/arm.h (ARM_EXT_V8): New define. (FPU_VFP_EXT_ARMV8): Likewise. (FPU_NEON_EXT_ARMV8): Likewise. (FPU_CRYPTO_EXT_ARMV8): Likewise. (ARM_AEXT_V8A): Likewise. (FPU_VFP_ARMV8): Likwise. (FPU_NEON_ARMV8): Likewise. (FPU_CRYPTO_ARMV8): Likewise. (FPU_ARCH_VFP_ARMV8): Likewise. (FPU_ARCH_NEON_VFP_ARMV8): Likewise. (FPU_ARCH_CRYPTO_NEON_VFP_ARMV8): Likewise. (ARM_ARCH_V8A): Likwise. (ARM_ARCH_V8A_FP): Likewise. (ARM_ARCH_V8A_SIMD): Likewise. (ARM_ARCH_V8A_CRYPTO): Likewise. * ld/testsuite/ld-arm/arm-elf.exp: Add new testcases. * ld/testsuite/ld-arm/attr-merge-vfp-3.d: Update for change in expected output. * ld/testsuite/ld-arm/attr-merge-vfp-3r.d: Likewise. * ld/testsuite/ld-arm/attr-merge-vfp-4.d: Likewise. * ld/testsuite/ld-arm/attr-merge-vfp-4r.d: Likewise. * ld/testsuite/ld-arm/attr-merge-vfp-5.d: Likewise. * ld/testsuite/ld-arm/attr-merge-vfp-5r.d: Likewise. * ld/testsuite/ld-arm/attr-merge-vfp-7.d: New testcase. * ld/testsuite/ld-arm/attr-merge-vfp-7r.d: Likewise. * ld/testsuite/ld-arm/attr-merge-vfp-armv8-hard.s: Likewise. * ld/testsuite/ld-arm/attr-merge-vfp-armv8.s: Likewise. More... over 11 years ago
* pinfo.cc (_pinfo::exists): Don't consider a process with no state to exist. More... over 11 years ago
* libc/stdio/flags.c (__sflags): Guard against using O_BINARY on systems which do not provide it. More... over 11 years ago
Fix sparc opcode encoding for 4-arg crypto instructions. More... over 11 years ago
* libc/stdio/flags.c (__sflags): Rewrite recognition of extended mode flags to just loop over more allowed flags. Support glibc 'e' flag on systems defining _GLIBC_EXTENSION. Support C11 'x' flag. More... over 11 years ago
* net.cc (get_adapters_addresses): Drop FIXME part of comment. More... over 11 years ago
* DevNotes: Add entry cgf-000016. * cygtls.h (_cygtls::push): Inline. (_cygtls::interrupt_now): Change signal number argument to siginfo_t argument. (_cygtls::interrupt_setup): Ditto. (_cygtls::set_siginfo): Delete declaration. (_cygtls::reset_signal_arrived): Don't reset signal_arrived signal. Just reset flag. * exceptions.cc (_cygtls::interrupt_now): Reflect argument changes. Pass si to interrupt_setup. (_cygtls::interrupt_setup): Reflect argument changes. Fill out tls infodata here using passed-in si. Use si.si_signo instead of sig. (sigpacket::setup_handler): Move this function into sigpacket class. Use si field from the class as appropriate. (sigpacket::process): Don't call tls->set_siginfo here since setup_handler could fail. Eliminate now-unneeded sig argument. * sigproc.h (sigpacket::setup_handler): Move setup_handler to this class. More... over 11 years ago
* exceptions.cc (sig_handle_tty_stop): Clear tls sig field. (sigpacket::process): When continuing, set tls->sig before arming signal_arrived. More... over 11 years ago
* fhandler_clipboard.cc (fhandler_dev_clipboard::read): Use read-ahead buffer for reading Windows clipboard if caller's buffer is too small for complete characters. * include/limits.h: Remove outdated TODO comment. More... over 11 years ago