From 57933edc91fa0f7afb1d47e9b08580b329266793 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Thu, 31 Dec 1992 08:52:40 -0500 Subject: [PATCH] (REAL_NM_FILE_NAME): Delete from here. From-SVN: r3009 --- gcc/config/rs6000/xm-rs6000.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/gcc/config/rs6000/xm-rs6000.h b/gcc/config/rs6000/xm-rs6000.h index 3f2cdc1b789..f1194fcbb84 100644 --- a/gcc/config/rs6000/xm-rs6000.h +++ b/gcc/config/rs6000/xm-rs6000.h @@ -56,8 +56,5 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* AIX is a flavor of System V */ #define USG -/* This is the only version of nm that collect2 can work with. */ -#define REAL_NM_FILE_NAME "/usr/ucb/nm" - /* Big buffers improve performance. */ #define IO_BUFFER_SIZE (0x8000 - 4096) -- 2.30.2