aboutsummaryrefslogtreecommitdiff
path: root/bfd/som.c
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1994-02-24 02:31:01 +0000
committerJeff Law <law@redhat.com>1994-02-24 02:31:01 +0000
commit4f42757e381acfc4c18b901ca15f52192d330859 (patch)
treef6900835aa4ecc4b285a5fe289b53990b5366616 /bfd/som.c
parent75a006d94f08c4f01e44f6caae6f161159902be7 (diff)
downloadgdb-4f42757e381acfc4c18b901ca15f52192d330859.zip
gdb-4f42757e381acfc4c18b901ca15f52192d330859.tar.gz
gdb-4f42757e381acfc4c18b901ca15f52192d330859.tar.bz2
* 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.
Diffstat (limited to 'bfd/som.c')
-rw-r--r--bfd/som.c2
1 files changed, 1 insertions, 1 deletions
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)