* targets.c: Add copy_private_symbol_data and link_split_section
[deliverable/binutils-gdb.git] / bfd / ns32knetbsd.c
index 25a4ef9ce92e81ea4b0f9e28aedaf4e507fdb5a9..945ea6997a84d87147de5dc9981faeda0a71a621 100644 (file)
@@ -15,24 +15,20 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
-Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-
-       $Id$
-*/
+Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
 
 #define        BYTES_IN_WORD   4
 #undef TARGET_IS_BIG_ENDIAN_P
 
-#define        PAGE_SIZE       4096
-#define        SEGMENT_SIZE    PAGE_SIZE
 #define __LDPGSZ       4096
+#define        PAGE_SIZE       __LDPGSZ
+#define        SEGMENT_SIZE    __LDPGSZ
 
 #define        DEFAULT_ARCH    bfd_arch_ns32k
-#define MACHTYPE_OK(mtype) ((mtype) == M_NS32K_NETBSD || (mtype) == M_UNKNOWN)
+#define MACHTYPE_OK(mtype) ((mtype) == M_532_NETBSD || (mtype) == M_UNKNOWN)
 
 #define MY(OP) CAT(pc532netbsd_,OP)
 /* This needs to start with a.out so GDB knows it is an a.out variant.  */
 #define TARGETNAME "a.out-ns32k-netbsd"
 
 #include "netbsd.h"
-
This page took 0.023695 seconds and 4 git commands to generate.