* som.c (som_prep_headers): Use CPU_PA_RISC1_0 for magic
authorJeff Law <law@redhat.com>
Thu, 24 Feb 1994 02:31:01 +0000 (02:31 +0000)
committerJeff Law <law@redhat.com>
Thu, 24 Feb 1994 02:31:01 +0000 (02:31 +0000)
        number rather than HP9000S800_ID.  Note som.c is careful
        to make sure CPU_PA_RISC1_0 is always defined.

bfd/ChangeLog
bfd/som.c

index 8661fa50f835c21a0b349470437c469cf30bae71..fc03256a742905c57b54881461d8c73cc895ead1 100644 (file)
@@ -1,3 +1,9 @@
+Wed Feb 23 18:28:37 1994  Jeffrey A. Law  (law@cygnus.com)
+
+       * 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.
+
 Mon Feb 21 10:12:02 1994  Stan Shebs  (shebs@andros.cygnus.com)
 
        * Makefile.in (targets.o, archures.o): Use ALL_CFLAGS to supply
index baae80f01458fa4da5c8ebf05b1927fa48d74527..4a4fc010961503d366ef40e6a51e8e156b9f5b3f 100644 (file)
--- 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)