diff options
author | Cristian Moldovan <cristian@crismblog.ro> | 2015-06-19 09:18:30 +0300 |
---|---|---|
committer | Cristian Moldovan <cristian@crismblog.ro> | 2015-06-19 09:18:30 +0300 |
commit | b81de13a45795842f4d296c2dfff6aab2a9dd97e (patch) | |
tree | 039b13059e556a8a7461281b623c903c616318d5 /sys-devel/base-gcc/files/base-gcc-4.8.4-no_instrument_function.patch | |
parent | 975d01bc65f0f9190808c0d3cddf3131a790a8f6 (diff) | |
parent | 4772dd84c7144b95c0489f25f669006726af8cfe (diff) |
Merge pull request #1 from Rogentos/master
Database Update
Diffstat (limited to 'sys-devel/base-gcc/files/base-gcc-4.8.4-no_instrument_function.patch')
-rw-r--r-- | sys-devel/base-gcc/files/base-gcc-4.8.4-no_instrument_function.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/sys-devel/base-gcc/files/base-gcc-4.8.4-no_instrument_function.patch b/sys-devel/base-gcc/files/base-gcc-4.8.4-no_instrument_function.patch deleted file mode 100644 index c363b961..00000000 --- a/sys-devel/base-gcc/files/base-gcc-4.8.4-no_instrument_function.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- trunk/gcc/c-family/c-common.c 2014/01/02 22:23:26 206289 -+++ trunk/gcc/c-family/c-common.c 2014/01/15 19:37:35 206643 -@@ -7985,12 +7985,6 @@ - "%qE attribute applies only to functions", name); - *no_add_attrs = true; - } -- else if (DECL_INITIAL (decl)) -- { -- error_at (DECL_SOURCE_LOCATION (decl), -- "can%'t set %qE attribute after definition", name); -- *no_add_attrs = true; -- } - else - DECL_NO_INSTRUMENT_FUNCTION_ENTRY_EXIT (decl) = 1; - |