diff options
author | Richard Stallman <rms@gnu.org> | 1992-10-25 04:43:15 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-10-25 04:43:15 +0000 |
commit | 82ac9846be2ed9190df93057fc0a04376be24df4 (patch) | |
tree | c20325836ec5d1ee939f1cb402d2a18f780ab566 | |
parent | c7a8bc2413c56138f0f2ceaed55e0a6b61299f28 (diff) | |
download | gcc-82ac9846be2ed9190df93057fc0a04376be24df4.zip gcc-82ac9846be2ed9190df93057fc0a04376be24df4.tar.gz gcc-82ac9846be2ed9190df93057fc0a04376be24df4.tar.bz2 |
(NO_UNDERSCORES): Defined.
From-SVN: r2600
-rw-r--r-- | gcc/config/i386/gas.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/i386/gas.h b/gcc/config/i386/gas.h index 4617e10..eeb123d 100644 --- a/gcc/config/i386/gas.h +++ b/gcc/config/i386/gas.h @@ -21,6 +21,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ file. */ #include "i386.h" + +/* Define this now, because bsd386.h tests it. */ +#define NO_UNDERSCORES + /* Use the bsd assembler syntax. */ /* we need to do this because gas is really a bsd style assembler, * and so doesn't work well this these att-isms: |