Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 126389
Collapse All | Expand All

(-)gcc/builtins.c.orig (+3 lines)
Lines 5225-5230 Link Here
5225
  trampolines_created = 1;
5225
  trampolines_created = 1;
5226
  INITIALIZE_TRAMPOLINE (r_tramp, r_func, r_chain);
5226
  INITIALIZE_TRAMPOLINE (r_tramp, r_func, r_chain);
5227
5227
5228
  if (warn_trampolines)
5229
    warning (0, "generating trampolines in object (requires executable stack)");
5230
5228
  return const0_rtx;
5231
  return const0_rtx;
5229
}
5232
}
5230
5233
(-)gcc/common.opt.orig (+4 lines)
Lines 141-146 Link Here
141
Common Var(warn_system_headers)
141
Common Var(warn_system_headers)
142
Do not suppress warnings from system headers
142
Do not suppress warnings from system headers
143
143
144
Wtrampolines
145
Common Var(warn_trampolines) Init(1)
146
Warn whenever a trampoline is generated
147
144
Wuninitialized
148
Wuninitialized
145
Common Var(warn_uninitialized)
149
Common Var(warn_uninitialized)
146
Warn about uninitialized automatic variables
150
Warn about uninitialized automatic variables

Return to bug 126389