patch-gcc_config_i386_openbsdelf_h 863 B

12345678910111213141516171819202122232425
  1. $OpenBSD: patch-gcc_config_i386_openbsdelf_h,v 1.2 2012/03/31 20:02:03 pascal Exp $
  2. --- gcc/config/i386/openbsdelf.h.orig Wed Dec 22 13:06:01 2010
  3. +++ gcc/config/i386/openbsdelf.h Sun Mar 11 19:53:39 2012
  4. @@ -113,9 +113,6 @@ along with GCC; see the file COPYING3. If not see
  5. /* Assembler format: exception region output. */
  6. -/* our configuration still doesn't handle dwarf2 correctly */
  7. -#define DWARF2_UNWIND_INFO 0
  8. -
  9. /* Assembler format: alignment output. */
  10. /* Note that we pick up ASM_OUTPUT_MAX_SKIP_ALIGN from i386/gas.h */
  11. @@ -128,7 +125,10 @@ along with GCC; see the file COPYING3. If not see
  12. %{shared:-shared} %{R*} \
  13. %{static:-Bstatic} \
  14. %{!static:-Bdynamic} \
  15. + %{rdynamic:-export-dynamic} \
  16. %{assert*} \
  17. -dynamic-linker /usr/libexec/ld.so"
  18. #define OBSD_HAS_CORRECT_SPECS
  19. +
  20. +#define SUBTARGET32_DEFAULT_CPU "i486"