From 4f42757e381acfc4c18b901ca15f52192d330859 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Thu, 24 Feb 1994 02:31:01 +0000 Subject: * som.c (som_prep_headers): Use CPU_PA_RISC1_0 for magic number rather than HP9000S800_ID. Note som.c is careful to make sure CPU_PA_RISC1_0 is always defined. --- bfd/som.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bfd/som.c') diff --git a/bfd/som.c b/bfd/som.c index baae80f..4a4fc01 100644 --- a/bfd/som.c +++ b/bfd/som.c @@ -1909,7 +1909,7 @@ som_prep_headers (abfd) /* FIXME. This should really be conditional based on whether or not PA1.1 instructions/registers have been used. */ - file_hdr->system_id = HP9000S800_ID; + file_hdr->system_id = CPU_PA_RISC1_0; /* FIXME. Only correct for building relocatable objects. */ if (abfd->flags & EXEC_P) -- cgit v1.1