Commit 2c713d6
committed
Remove theoretically-unnecessary special case for icc.
Intel's icc is generally able to swallow asm blocks written for gcc.
We have a few places that don't seem to know that, though. Experiment
with removing the special case for icc in ia64_get_bsp(); if the buildfarm
likes this, I'll try more cleanup. This is a good test case because it
involves a "stop" notation that seems like it might not be very portable.1 parent a65e086 commit 2c713d6
1 file changed
+5
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2997 | 2997 | | |
2998 | 2998 | | |
2999 | 2999 | | |
3000 | | - | |
| 3000 | + | |
3001 | 3001 | | |
3002 | 3002 | | |
3003 | 3003 | | |
3004 | | - | |
| 3004 | + | |
| 3005 | + | |
3005 | 3006 | | |
3006 | 3007 | | |
3007 | 3008 | | |
3008 | | - | |
3009 | | - | |
3010 | | - | |
3011 | | - | |
3012 | | - | |
| 3009 | + | |
3013 | 3010 | | |
3014 | 3011 | | |
3015 | 3012 | | |
3016 | 3013 | | |
3017 | 3014 | | |
3018 | | - | |
3019 | 3015 | | |
3020 | 3016 | | |
3021 | 3017 | | |
3022 | 3018 | | |
3023 | 3019 | | |
3024 | | - | |
3025 | | - | |
3026 | | - | |
| 3020 | + | |
3027 | 3021 | | |
3028 | 3022 | | |
3029 | 3023 | | |
| |||
0 commit comments