X-Git-Url: https://oss.titaniummirror.com/gitweb?p=msp430-binutils.git;a=blobdiff_plain;f=gas%2Ftc.h;fp=gas%2Ftc.h;h=ff1cf3618add135755e1064bda7cbb82e83a83b5;hp=5386513553bd6a3141ca0da2ea75a6e2341f8e74;hb=88750007d7869f178f0ba528f41efd3b74c424cf;hpb=6df9443a374e2b81278c61b8afc0a1eef7db280b diff --git a/gas/tc.h b/gas/tc.h index 5386513..ff1cf36 100644 --- a/gas/tc.h +++ b/gas/tc.h @@ -1,7 +1,7 @@ /* tc.h - target cpu dependent Copyright 1987, 1990, 1991, 1992, 1993, 1994, 1995, 2000, 2001, 2003, - 2004, 2005, 2007 + 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -31,7 +31,9 @@ int md_parse_option (int, char *); void md_show_usage (FILE *); void md_assemble (char *); void md_begin (void); +#ifndef md_number_to_chars void md_number_to_chars (char *, valueT, int); +#endif void md_apply_fix (fixS *, valueT *, segT); #ifndef WORKING_DOT_WORD @@ -39,7 +41,7 @@ extern int md_short_jump_size; extern int md_long_jump_size; #endif -#ifdef USE_UNIQUE +#ifdef TE_PE /* The name of an external symbol which is used to make weak PE symbol names unique. */ extern const char * an_external_name;