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 5f0d212 Load address of external function from its GOT slot discards ceb0471 Put local/global relocs in rw section for -freloc-rw discards 3cbc9b2 Load specific external function addresses via GOT slot discards 10bfc09 Generate R_386_GOT32x relocation for -fno-plt -fno-pic discards 3dcb4a2 Check if x86 binutils supports R_386_GOT32X/R_X86_64_GOTPCRELX discards ed88c25 Properly handle -fno-plt in ix86_expand_call adds a738763 2015-10-20 Bob Duff duff@adacore.com adds aae9bc7 2015-10-20 Bob Duff duff@adacore.com adds cb1f309 Update targets. adds d0bb948 Fix VTV for targets with section anchors. adds 11b98f5 Fix VTV for targets with section anchors. adds 21eb0cb Enable VTV for aarch64 and arm adds a4ebc1b * gnat_ugn.texi, gnat_rm.texi: Regenerate. * doc/gnat_ugn/g [...] adds 85ee12c 2015-10-20 Hristian Kirtchev kirtchev@adacore.com adds 94cb56d 2015-10-20 Ed Schonberg schonberg@adacore.com adds 0bed14c 2015-10-20 Bob Duff duff@adacore.com new e7d4f58 Properly handle -fno-plt in ix86_expand_call new 9185e5c Check if x86 binutils supports R_386_GOT32X/R_X86_64_GOTPCRELX new 2f6608b Generate R_386_GOT32x relocation for -fno-plt -fno-pic new c9db9c1 Load specific external function addresses via GOT slot new 6431587 Compare address of external function via its GOT slot new d443829 Put local/global relocs in rw section for -freloc-rw
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 (5f0d212) \ N -- N -- N refs/heads/hjl/got/master (d443829)
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 6 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 | 7 + gcc/ada/ChangeLog | 196 ++++ gcc/ada/Makefile.rtl | 1 + gcc/ada/a-btgbso.adb | 323 +----- gcc/ada/a-btgbso.ads | 4 +- gcc/ada/a-cbdlli.adb | 658 ++++------- gcc/ada/a-cbdlli.ads | 41 +- gcc/ada/a-cbhama.adb | 264 ++--- gcc/ada/a-cbhama.ads | 35 +- gcc/ada/a-cbhase.adb | 315 ++--- gcc/ada/a-cbhase.ads | 43 +- gcc/ada/a-cbmutr.adb | 548 ++++----- gcc/ada/a-cbmutr.ads | 43 +- gcc/ada/a-cborma.adb | 313 ++--- gcc/ada/a-cborma.ads | 35 +- gcc/ada/a-cborse.adb | 370 ++---- gcc/ada/a-cborse.ads | 43 +- gcc/ada/a-cdlili.adb | 746 ++++-------- gcc/ada/a-cdlili.ads | 32 +- gcc/ada/a-chtgbk.adb | 110 +- gcc/ada/a-chtgbk.ads | 4 +- gcc/ada/a-chtgbo.adb | 95 +- gcc/ada/a-chtgbo.ads | 4 +- gcc/ada/a-chtgke.adb | 110 +- gcc/ada/a-chtgke.ads | 4 +- gcc/ada/a-chtgop.adb | 101 +- gcc/ada/a-chtgop.ads | 4 +- gcc/ada/a-cidlli.adb | 824 +++++-------- gcc/ada/a-cidlli.ads | 47 +- gcc/ada/a-cihama.adb | 290 ++--- gcc/ada/a-cihama.ads | 37 +- gcc/ada/a-cihase.adb | 449 +++---- gcc/ada/a-cihase.ads | 45 +- gcc/ada/a-cimutr.adb | 570 ++++----- gcc/ada/a-cimutr.ads | 39 +- gcc/ada/a-ciorma.adb | 338 +++--- gcc/ada/a-ciorma.ads | 43 +- gcc/ada/a-ciormu.adb | 145 +-- gcc/ada/a-ciormu.ads | 13 +- gcc/ada/a-ciorse.adb | 404 +++---- gcc/ada/a-ciorse.ads | 51 +- gcc/ada/a-cobove.adb | 729 ++++-------- gcc/ada/a-cobove.ads | 41 +- gcc/ada/a-cohama.adb | 231 ++-- gcc/ada/a-cohama.ads | 22 +- gcc/ada/a-cohase.adb | 406 ++----- gcc/ada/a-cohase.ads | 33 +- gcc/ada/a-cohata.ads | 18 +- gcc/ada/a-coinve.adb | 114 +- gcc/ada/a-coinve.ads | 2 + gcc/ada/a-comutr.adb | 575 ++++----- gcc/ada/a-comutr.ads | 40 +- gcc/ada/{a-contai.adb => a-conhel.adb} | 29 +- gcc/ada/{a-contai.ads => a-conhel.ads} | 47 +- gcc/ada/a-contai.ads | 128 -- gcc/ada/a-convec.adb | 98 +- gcc/ada/a-convec.ads | 2 + gcc/ada/a-coorma.adb | 285 ++--- gcc/ada/a-coorma.ads | 28 +- gcc/ada/a-coormu.adb | 145 +-- gcc/ada/a-coormu.ads | 13 +- gcc/ada/a-coorse.adb | 341 ++---- gcc/ada/a-coorse.ads | 36 +- gcc/ada/a-crbltr.ads | 21 +- gcc/ada/a-crbtgk.adb | 210 +--- gcc/ada/a-crbtgk.ads | 4 +- gcc/ada/a-crbtgo.adb | 73 +- gcc/ada/a-crbtgo.ads | 4 +- gcc/ada/a-rbtgbk.adb | 9 +- gcc/ada/a-rbtgbk.ads | 4 +- gcc/ada/a-rbtgbo.adb | 68 +- gcc/ada/a-rbtgbo.ads | 4 +- gcc/ada/a-rbtgso.adb | 318 +---- gcc/ada/a-rbtgso.ads | 4 +- gcc/ada/aspects.adb | 1 + gcc/ada/aspects.ads | 19 +- gcc/ada/debug.adb | 11 +- .../implementation_defined_characteristics.rst | 315 +++-- .../doc/gnat_rm/implementation_defined_pragmas.rst | 65 +- ...ard_and_implementation_defined_restrictions.rst | 31 +- gcc/ada/doc/gnat_rm/the_gnat_library.rst | 13 + .../building_executable_programs_with_gnat.rst | 21 +- gcc/ada/doc/gnat_ugn/gnat_project_manager.rst | 158 +-- .../doc/gnat_ugn/the_gnat_compilation_model.rst | 2 +- gcc/ada/einfo.adb | 3 +- gcc/ada/exp_util.adb | 10 + gcc/ada/gcc-interface/Makefile.in | 82 +- gcc/ada/gnat_rm.texi | 1227 ++++++++++---------- gcc/ada/gnat_ugn.texi | 38 +- gcc/ada/par-ch3.adb | 6 + gcc/ada/par-prag.adb | 1 + gcc/ada/par_sco.adb | 7 +- gcc/ada/restrict.ads | 2 +- gcc/ada/rtsfind.ads | 8 +- gcc/ada/sem_ch12.adb | 75 +- gcc/ada/sem_ch13.adb | 127 +- gcc/ada/sem_ch3.adb | 27 +- gcc/ada/sem_ch5.adb | 12 +- gcc/ada/sem_ch6.adb | 75 +- gcc/ada/sem_prag.adb | 293 +++-- gcc/ada/sem_prag.ads | 17 + gcc/ada/sem_res.adb | 90 +- gcc/ada/sem_smem.adb | 9 +- gcc/ada/sem_type.adb | 11 + gcc/ada/sem_util.adb | 157 ++- gcc/ada/sem_util.ads | 28 +- gcc/ada/snames.ads-tmpl | 4 + gcc/varasm.c | 112 +- libvtv/ChangeLog | 5 + libvtv/configure.tgt | 4 + 110 files changed, 5840 insertions(+), 9052 deletions(-) rename gcc/ada/{a-contai.adb => a-conhel.adb} (87%) copy gcc/ada/{a-contai.ads => a-conhel.ads} (78%)