diff options
author | Michael Meissner <meissner@gcc.gnu.org> | 1992-10-29 19:34:42 +0000 |
---|---|---|
committer | Michael Meissner <meissner@gcc.gnu.org> | 1992-10-29 19:34:42 +0000 |
commit | ec0a33c8abc252b8490e0f2bb68f0a2ef770fb40 (patch) | |
tree | 98d682c5330592f3f5ab3d916150c28af9179aff | |
parent | d07e072c5a986bfb04ea830e3e6129290e744eaf (diff) | |
download | gcc-ec0a33c8abc252b8490e0f2bb68f0a2ef770fb40.zip gcc-ec0a33c8abc252b8490e0f2bb68f0a2ef770fb40.tar.gz gcc-ec0a33c8abc252b8490e0f2bb68f0a2ef770fb40.tar.bz2 |
Use YES_UNDERSCORES
From-SVN: r2650
-rw-r--r-- | gcc/config/i386/osfrose.h | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/gcc/config/i386/osfrose.h b/gcc/config/i386/osfrose.h index 07a01a8..1c60d57 100644 --- a/gcc/config/i386/osfrose.h +++ b/gcc/config/i386/osfrose.h @@ -18,8 +18,11 @@ You should have received a copy of the GNU General Public License along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +/* Put leading underscores in front of names. */ +#define YES_UNDERSCORES + #include "halfpic.h" -#include "i386gas.h" +#include "i386gstabs.h" #define OSF_OS @@ -43,11 +46,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ { "no-half-pic", -MASK_HALF_PIC}, \ { "debugb", MASK_HALF_PIC_DEBUG}, -/* Put leading underscores in front of names. */ -#undef NO_UNDERSCORES -#undef ASM_OUTPUT_LABELREF -#define ASM_OUTPUT_LABELREF(FILE,NAME) fprintf (FILE, "_%s", NAME) - /* Prefix that appears before all global/static identifiers, except for temporary labels. */ |