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:
parent
6cc8ce08fe
commit
3f39463468
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=34349
@ -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. */
|
||||
|
||||
|
@ -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. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user