Commit ec0a33c8 by Michael Meissner

Use YES_UNDERSCORES

From-SVN: r2650
parent d07e072c
...@@ -18,8 +18,11 @@ You should have received a copy of the GNU General Public License ...@@ -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 along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ 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 "halfpic.h"
#include "i386gas.h" #include "i386gstabs.h"
#define OSF_OS #define OSF_OS
...@@ -43,11 +46,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -43,11 +46,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
{ "no-half-pic", -MASK_HALF_PIC}, \ { "no-half-pic", -MASK_HALF_PIC}, \
{ "debugb", MASK_HALF_PIC_DEBUG}, { "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 /* Prefix that appears before all global/static identifiers, except for
temporary labels. */ temporary labels. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment