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 6b3293d Load address of external function from its GOT slot discards 90e1bcc Put local/global relocs in ro section for -fno-plt discards b015c81 Load external function address via GOT slot discards 62abc1e Generate R_386_GOT32x relocation for -fno-plt -fno-pic discards bc8969b Check if x86 binutils supports R_386_GOT32X/R_X86_64_GOTPCRELX discards 657fe66 Check $READELF_FOR_TARGET for readelf in configure discards c88e30c Properly handle -fno-plt in ix86_expand_call discards 6cabc35 Properly handle -fno-plt in ix86_expand_call adds 357b749 PR 53379 Print backtrace on error termination. adds a076f3d Daily bump. new f94c3bc Properly handle -fno-plt in ix86_expand_call new bcebdbf Properly handle -fno-plt in ix86_expand_call new 8f91e6a Check $READELF_FOR_TARGET for readelf in configure new dbb3dd6 Check if x86 binutils supports R_386_GOT32X/R_X86_64_GOTPCRELX new 6315ec8 Generate R_386_GOT32x relocation for -fno-plt -fno-pic new 00b369c Load external function address via GOT slot new 6fc36fe Put local/global relocs in ro section for -fno-plt new eae10be Load address of external function from its GOT slot new c76b4c5 Support -fno-plt=file and -fno-plt=[symbol,...]
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 (6b3293d) \ N -- N -- N refs/heads/hjl/got/master (c76b4c5)
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 9 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/DATESTAMP | 2 +- gcc/Makefile.in | 2 +- gcc/common.opt | 12 ++- gcc/config/i386/i386.c | 13 ++- gcc/noplt-symbols.c | 104 +++++++++++++++++++++ gcc/{bb-reorder.h => noplt-symbols.h} | 31 +++--- gcc/opts.c | 9 ++ .../gcc.target/i386/{pr66232-1.c => noplt-5.c} | 2 +- .../gcc.target/i386/{pr66232-2.c => noplt-6.c} | 6 +- .../gcc.target/i386/{pr66232-1.c => noplt-7.c} | 2 +- .../gcc.target/i386/{pr66232-2.c => noplt-8.c} | 6 +- gcc/toplev.c | 4 + libgfortran/ChangeLog | 14 +++ libgfortran/libgfortran.h | 3 + libgfortran/runtime/error.c | 49 +++++++--- libgfortran/runtime/stop.c | 4 +- 16 files changed, 215 insertions(+), 48 deletions(-) create mode 100644 gcc/noplt-symbols.c copy gcc/{bb-reorder.h => noplt-symbols.h} (51%) copy gcc/testsuite/gcc.target/i386/{pr66232-1.c => noplt-5.c} (84%) copy gcc/testsuite/gcc.target/i386/{pr66232-2.c => noplt-6.c} (51%) copy gcc/testsuite/gcc.target/i386/{pr66232-1.c => noplt-7.c} (85%) copy gcc/testsuite/gcc.target/i386/{pr66232-2.c => noplt-8.c} (52%)