This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/got/master in repository gcc.
discards 8b55171 noplt_string discards ae10ddd Fix Properly handle -fno-plt in ix86_expand_call discards d18f886 Load address of external function from its GOT slot discards 11111c2 Put local/global relocs in rw section for -freloc-rw discards 70b8b11 Load specific external function addresses via GOT slot discards e8319b1 Generate R_386_GOT32x relocation for -fno-plt -fno-pic discards 547f9d7 Check if x86 binutils supports R_386_GOT32X/R_X86_64_GOTPCRELX discards 7b47114 Check $READELF_FOR_TARGET for readelf in configure discards 5fad1ce Properly handle -fno-plt in ix86_expand_call adds 956d69d gcc: * config/i386/cygming.h (SUBTARGET_OVERRIDE_OPTIONS): Do [...] adds e263bb5 Daily bump. adds 8df4088 * system.h (INTTYPE_MINIMUM): Rewrite to avoid shift warning. adds c641a07 PR inline-asm/67448 * gimplify.c (gimplify_asm_expr): Don't [...] adds 6ffd1f6 Enable timed mutex unlock tests on darwin. adds bc628a4 Rename shadowed variable in libstdc++ test. adds 52278ff Avoid #ifdef _GLIBCXX_DEBUG in regex_compiler.h adds f406c93 * config/i386/intelmic-mkoffload.c (prepare_target_image): H [...] adds e30612d Relax Debug Mode assertions on operator-> for smart pointers. new 83a2e64 Properly handle -fno-plt in ix86_expand_call new 803bc01 Check $READELF_FOR_TARGET for readelf in configure new befd439 Check if x86 binutils supports R_386_GOT32X/R_X86_64_GOTPCRELX new aa11b06 Generate R_386_GOT32x relocation for -fno-plt -fno-pic new 6e12580 Load specific external function addresses via GOT slot new 336147e Put local/global relocs in rw section for -freloc-rw new 5942bf6 Load address of external function from its GOT slot
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (8b55171) \ N -- N -- N refs/heads/hjl/got/master (5942bf6)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 7 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/ChangeLog | 20 +++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/i386/cygming.h | 15 +---------- gcc/config/i386/intelmic-mkoffload.c | 9 ++++--- gcc/gimplify.c | 3 ++- gcc/system.h | 2 +- gcc/testsuite/ChangeLog | 5 ++++ gcc/testsuite/gcc.dg/asm-10.c | 12 +++++++++ libcpp/ChangeLog | 4 +++ libcpp/system.h | 2 +- libstdc++-v3/ChangeLog | 18 ++++++++++++++ libstdc++-v3/include/bits/regex_compiler.h | 29 ++++++---------------- libstdc++-v3/include/bits/shared_ptr_base.h | 2 +- libstdc++-v3/include/bits/unique_ptr.h | 2 +- .../testsuite/20_util/shared_ptr/observers/get.cc | 13 ++++++++++ .../30_threads/recursive_timed_mutex/unlock/2.cc | 2 +- .../30_threads/timed_mutex/try_lock_until/57641.cc | 8 +++--- .../testsuite/30_threads/timed_mutex/unlock/2.cc | 2 +- 18 files changed, 98 insertions(+), 52 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/asm-10.c