diff options
author | Joerg Wunsch <joerg@FreeBSD.org> | 2011-12-17 09:56:31 +0000 |
---|---|---|
committer | Joerg Wunsch <joerg@FreeBSD.org> | 2011-12-17 09:56:31 +0000 |
commit | 0c19ecdca81ec7e4185424d7cf8e0bf78f919ec3 (patch) | |
tree | a269548b716362dd686d216cffdb13014870f25f /devel/avr-gcc/files/patch-param-inline-call-cost | |
parent | - Update to 1.7.8 (diff) |
Upgrade to GCC 4.5.1.
Completely reorganize the patches for this port.
Patches for new devices are now synchronized with the Atmel AVR tools.
The main difference is the naming scheme, as FreeBSD patches start
with "patch-", while the Atmel AVR Tools patches end up in ".patch".
Notes
Notes:
svn path=/head/; revision=287533
Diffstat (limited to 'devel/avr-gcc/files/patch-param-inline-call-cost')
-rw-r--r-- | devel/avr-gcc/files/patch-param-inline-call-cost | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/avr-gcc/files/patch-param-inline-call-cost b/devel/avr-gcc/files/patch-param-inline-call-cost deleted file mode 100644 index 257e3a3d4f53..000000000000 --- a/devel/avr-gcc/files/patch-param-inline-call-cost +++ /dev/null @@ -1,20 +0,0 @@ ---- gcc/config/avr/avr.c.orig 2010-03-05 17:21:19.000000000 +0100 -+++ gcc/config/avr/avr.c 2010-03-05 17:22:02.000000000 +0100 -@@ -46,6 +46,7 @@ - #include "tm_p.h" - #include "target.h" - #include "target-def.h" -+#include "params.h" - #include "df.h" - - /* Maximal allowed offset for an address in the LD command */ -@@ -419,6 +420,9 @@ - - flag_delete_null_pointer_checks = 0; - -+ if (!PARAM_SET_P (PARAM_INLINE_CALL_COST)) -+ set_param_value ("inline-call-cost", 5); -+ - for (t = avr_mcu_types; t->name; t++) - if (strcmp (t->name, avr_mcu_name) == 0) - break; |