aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/configure
Commit message (Collapse)AuthorAgeFilesLines
* Disable linker PIE support with copy reloc.Rahul Chaudhry2017-07-131-1/+2
| | | | | | | | | | | | | | | This feature gets enabled with binutils 2.27 upgrade, but breaks unittests in chromium os: - https://bugs.chromium.org/p/chromium/issues/detail?id=738188 This is because of the upstream gcc bug for which the patches were not backported to 4.9.x branches: - https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65248 BUG: None TEST: Chromium OS unittests pass again. Change-Id: I9827cbe56378727f979991993d06de0b4c6b5478
* Unify ChromeOS and Android versions of GCC.Caroline Tice2016-02-261-1/+17
| | | | | | | | This CL updates Android's GCC to match ChromeOS's GCC (with appropriate patches applied in both places to make sure no cherry-picked changes are lost). Change-Id: I390140c449b0e5df9ee78a06268319c8c510302f
* Stop generating R_*_COPY relocations: Android dynamic loaderaivchenk2015-07-281-0/+2
| | | | | | | does not support them. Change-Id: I0b36e48a9dd0317b65442291752500880b549fb6 Signed-off-by: Alexander Ivchenko <alexander.ivchenko@intel.com>
* Synchronize with google/gcc-4_9 to r224707 (from r214835)Yiran Wang2015-06-291-2/+89
| | | | Change-Id: I3d6f06fc613c8f8b6a82143dc44b7338483aac5d
* Update MSA Support in MIPS GCC.Steve Ellcey2015-03-191-10/+10
| | | | Change-Id: Id87035be4552719dc05096bb98b49d4bed91a07a
* [gcc-4.9] fix for for cortex-a53 erratum 835769Rong Xu2014-10-131-0/+28
| | | | | | | | This patch cherry picks r216116 from google/gcc-4_9 branch (which is r216077 and r216079 from upstream gcc-4_9 branch). Tested the built compiler with aarch64 devicde. Change-Id: I75745fe35aae83bc3b64135a2efc7f8ffd9cfb1f
* [4.9] Switch gcc-4.9 to use google/gcc-4_9 branch.Rong Xu2014-07-291-21/+169
| | | | | | | | | | | | | | This source drop uses svn version r212828 of google/gcc-4.9 branch. We also cherry-picked r213062, r213063 and r213064 to fix windows build issues. All gcc-4.9 patches before July 3rd are ported to google/gcc-4.9. The following prior commits has not been merged to google branch yet. (They are included in this commit). e7af147f979e657fe2df00808e5b4319b0e088c6, baf87df3cb2683649ba7e9872362a7e721117c23, and c231900e5dcc14d8296bd9f62b45997a49d4d5e7. Change-Id: I4bea3ea470387ff751c2be4cb0d4a12059b9299b
* Update GCC 4.9 to include mips32r6, mips64r6 and MSA changes.Steve Ellcey2014-07-031-0/+35
| | | | Change-Id: I136290865b137531d55321987818fc954a65f5d6
* [4.9] Refresh GCC 4.9 to the 20140514 snapshot.Ben Cheng2014-05-171-1/+1
| | | | | | For critical bug fixes including devirtualization and codegen. Change-Id: I8138d3dc408fc12db5eecb01d2753d39219712f2
* [4.9] Always enable --eh-frame-hdr for static executableH.J. Lu2014-04-221-0/+36
| | | | | | | See 5e6cdf76af295c9a39b695ca228cff675e8ff4ae and 23e3137ee2897464b051599b85a09f130d3ad05d Change-Id: Ibda473188e5a10f2a0592f2494ad00ad1f91e04b
* [4.9] Use READELF_FOR_TARGET in GCC 4.9Andrew Hsieh2014-04-221-2/+4
| | | | | | See 59f82b394a9ece7ea20714014a0b9800da3a87fe Change-Id: I209ab527ff7ff75d11c24c8b41fc597f7062e1a3
* Initial checkin of GCC 4.9.0 from trunk (r208799).Ben Cheng2014-03-251-0/+29391
Change-Id: I48a3c08bb98542aa215912a75f03c0890e497dba