]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gcc: xtensa: don't force PIC for uclinux target
authorMax Filippov <jcmvbkbc@gmail.com>
Mon, 5 Nov 2018 23:58:13 +0000 (23:58 +0000)
committerMax Filippov <jcmvbkbc@gcc.gnu.org>
Mon, 5 Nov 2018 23:58:13 +0000 (23:58 +0000)
xtensa-uclinux uses bFLT executable file format that cannot relocate
fields representing offsets from data to code. C++ objects built as PIC
use offsets to encode FDE structures. As a result C++ exception handling
doesn't work correctly on xtensa-uclinux. Don't use PIC by default on
xtensa-uclinux.

gcc/
2018-11-05  Max Filippov  <jcmvbkbc@gmail.com>

* config/xtensa/uclinux.h (XTENSA_ALWAYS_PIC): Change to 0.

From-SVN: r265823

gcc/ChangeLog
gcc/config/xtensa/uclinux.h

index 0e4794ce36f9a0e8875c45944ba2253ce804b217..c5988a3ca73adf15dfa7ad6096a25dabf9e1adcb 100644 (file)
@@ -1,3 +1,7 @@
+2018-11-05  Max Filippov  <jcmvbkbc@gmail.com>
+
+       * config/xtensa/uclinux.h (XTENSA_ALWAYS_PIC): Change to 0.
+
 2018-11-05  Segher Boessenkool  <segher@kernel.crashing.org>
 
        PR rtl-optimization/87871
index ba26187c8f7a5e756a9380cfab13a8e56b23d3d3..c7743df9d97c2f51b76a1c449938ef6c2bbf370f 100644 (file)
@@ -59,8 +59,8 @@ along with GCC; see the file COPYING3.  If not see
 #undef LOCAL_LABEL_PREFIX
 #define LOCAL_LABEL_PREFIX     "."
 
-/* Always enable "-fpic" for Xtensa Linux.  */
-#define XTENSA_ALWAYS_PIC 1
+/* Don't enable "-fpic" for Xtensa uclinux.  */
+#define XTENSA_ALWAYS_PIC 0
 
 #undef TARGET_LIBC_HAS_FUNCTION
 #define TARGET_LIBC_HAS_FUNCTION no_c99_libc_has_function