diff options
author | Nick Clifton <nickc@redhat.com> | 2000-01-13 20:13:35 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-01-13 20:13:35 +0000 |
commit | a7c8f90ec1f2348774f114853223ae457631d0c8 (patch) | |
tree | d035a5dd35375efd0af766b2c52812c4e85f2057 /binutils/readelf.c | |
parent | 07521389021746a73accd332d0c3d8307faee626 (diff) | |
download | gdb-a7c8f90ec1f2348774f114853223ae457631d0c8.zip gdb-a7c8f90ec1f2348774f114853223ae457631d0c8.tar.gz gdb-a7c8f90ec1f2348774f114853223ae457631d0c8.tar.bz2 |
Fix description of EM_S370.
Diffstat (limited to 'binutils/readelf.c')
-rw-r--r-- | binutils/readelf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/readelf.c b/binutils/readelf.c index bc6fbc8..aeeae9e 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -1180,7 +1180,7 @@ get_machine_name (e_machine) case EM_486: return "Intel 80486"; case EM_860: return "Intel 80860"; case EM_MIPS: return "MIPS R3000"; - case EM_S370: return "Amdahl"; + case EM_S370: return "IBM System/370"; case EM_MIPS_RS4_BE: return "MIPS R4000 big-endian"; case EM_OLD_SPARCV9: return "Sparc v9 (old)"; case EM_PARISC: return "HPPA"; |