config.gcc (sparc64-*-solaris2*): Include sparc/sol2-gas.h if the GNU assembler is...
authorEric Botcazou <ebotcazou@libertysurf.fr>
Fri, 24 Sep 2004 06:17:07 +0000 (08:17 +0200)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Fri, 24 Sep 2004 06:17:07 +0000 (06:17 +0000)
commit5d865dace2bb4f577bbd3a9b640cf5a55788c153
tree158cf50046eaac97425a94833a0a484ea974467a
parente6ab8dc2e7ddc9ba64cfa46742e55948c0e57791
config.gcc (sparc64-*-solaris2*): Include sparc/sol2-gas.h if the GNU assembler is used.

* config.gcc (sparc64-*-solaris2*): Include sparc/sol2-gas.h
if the GNU assembler is used.
(sparc-*-solaris2*): Likewise.
* dbxout.c (NO_DBX_BNSYM_ENSYM): Default to zero.
(dbxout_function_end): Protect N_ENSYM with it.
(dbxout_begin_prologue): Protect N_BNSYM with it.
* doc/tm.texi (NO_DBX_BNSYM_ENSYM): Document it.
* config/sparc/sol2.h (NO_DBX_BNSYM_ENSYM): Define to 1.
* config/sparc/sol2-gas.h: New file.

From-SVN: r88013
gcc/ChangeLog
gcc/config.gcc
gcc/config/sparc/sol2-gas.h [new file with mode: 0644]
gcc/config/sparc/sol2.h
gcc/dbxout.c
gcc/doc/tm.texi