diff options
Diffstat (limited to 'gcc/config/i386/gas.h')
-rw-r--r-- | gcc/config/i386/gas.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/config/i386/gas.h b/gcc/config/i386/gas.h index 78195b97a85..9f002431018 100644 --- a/gcc/config/i386/gas.h +++ b/gcc/config/i386/gas.h @@ -49,10 +49,6 @@ Boston, MA 02111-1307, USA. */ #define ASM_OUTPUT_IDENT(FILE, NAME) fprintf (FILE, "\t.ident \"%s\"\n", NAME); -/* Implicit library calls should use memcpy, not bcopy, etc. */ - -#define TARGET_MEM_FUNCTIONS - /* In the past there was confusion as to what the argument to .align was in GAS. For the last several years the rule has been this: for a.out file formats that argument is LOG, and for all other file formats the |