diff options
Diffstat (limited to '4.8.0/pie/35_all_gcc48_config_arm.patch')
-rw-r--r-- | 4.8.0/pie/35_all_gcc48_config_arm.patch | 33 |
1 files changed, 16 insertions, 17 deletions
diff --git a/4.8.0/pie/35_all_gcc48_config_arm.patch b/4.8.0/pie/35_all_gcc48_config_arm.patch index 5aecc6b..e50e78e 100644 --- a/4.8.0/pie/35_all_gcc48_config_arm.patch +++ b/4.8.0/pie/35_all_gcc48_config_arm.patch @@ -1,10 +1,23 @@ -2013-06-03 Magnus Granberg <zorry@gentoo.org> +2013-04-01 Magnus Granberg <zorry@gentoo.org> - * gcc/config/arm/arm.h (DRIVER_SELF_SPECS): Add ESP_DRIVER_SELF_SPEC. - * gcc/config/arm/elf.h (SUBSUBTARGET_EXTRA_SPECS): Add ESP_EXTRA_SPECS. + * gcc/config/arm/arm.h (SUBTARGET_EXTRA_SPECS): Add ESP_EXTRA_SPECS. + (DRIVER_SELF_SPECS): Add ESP_DRIVER_SELF_SPEC. --- a/gcc/config/arm/arm.h 2013-01-15 17:17:28.000000000 +0100 +++ b/gcc/config/arm/arm.h 2013-02-18 22:45:18.327284928 +0100 +@@ -226,8 +226,12 @@ extern void (*arm_lang_output_object_att + SUBTARGET_EXTRA_SPECS + + #ifndef SUBTARGET_EXTRA_SPECS ++#ifdef ENABLE_ESP ++#define SUBTARGET_EXTRA_SPECS ESP_EXTRA_SPECS ++#else + #define SUBTARGET_EXTRA_SPECS + #endif ++#endif + + #ifndef SUBTARGET_CPP_SPEC + #define SUBTARGET_CPP_SPEC "" @@ -2326,6 +2326,11 @@ extern const char *host_detect_local_cpu # define MCPU_MTUNE_NATIVE_SPECS "" #endif @@ -19,17 +32,3 @@ +# define DRIVER_SELF_SPECS MCPU_MTUNE_NATIVE_SPECS +#endif #endif /* ! GCC_ARM_H */ ---- a/gcc/config/arm/elf.h 2013-01-10 21:38:27.000000000 +0100 -+++ b/gcc/config/arm/elf.h 2013-05-19 02:15:49.595855825 +0200 -@@ -49,7 +49,11 @@ - #endif - - #undef SUBSUBTARGET_EXTRA_SPECS -+#ifdef ENABLE_ESP -+#define SUBSUBTARGET_EXTRA_SPECS ESP_EXTRA_SPECS -+#else - #define SUBSUBTARGET_EXTRA_SPECS -+#endif - - #ifndef ASM_SPEC - #define ASM_SPEC "\ |