1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

Don't disable the use of $ in assembler labels.. It changes libstdc++

and libg++ so that they won't work with existing binaries (including
netscape!!).
This commit is contained in:
Peter Wemm 1998-03-09 03:26:57 +00:00
parent 6cc8ce08fe
commit 3f39463468
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=34349
2 changed files with 6 additions and 0 deletions

View File

@ -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. */

View File

@ -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. */