diff options
| -rw-r--r-- | contrib/gcc/config/i386/freebsd.h | 3 | ||||
| -rw-r--r-- | contrib/gcc/config/i386/freebsd.h.fixed | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/contrib/gcc/config/i386/freebsd.h b/contrib/gcc/config/i386/freebsd.h index 093b377a72b2..f66137cca0e8 100644 --- a/contrib/gcc/config/i386/freebsd.h +++ b/contrib/gcc/config/i386/freebsd.h @@ -360,6 +360,9 @@ do { \ VOIDmode, 0); \ } while (0) +/* Use dollar signs in special g++ assembler names. */ +#undef NO_DOLLAR_IN_LABEL + /* Map i386 registers to the numbers dwarf expects. Of course this is different from what stabs expects. */ diff --git a/contrib/gcc/config/i386/freebsd.h.fixed b/contrib/gcc/config/i386/freebsd.h.fixed index 093b377a72b2..f66137cca0e8 100644 --- a/contrib/gcc/config/i386/freebsd.h.fixed +++ b/contrib/gcc/config/i386/freebsd.h.fixed @@ -360,6 +360,9 @@ do { \ VOIDmode, 0); \ } while (0) +/* Use dollar signs in special g++ assembler names. */ +#undef NO_DOLLAR_IN_LABEL + /* Map i386 registers to the numbers dwarf expects. Of course this is different from what stabs expects. */ |
