Handle EM_S390_OLD

Ulrich Drepper drepper@redhat.com
Sun Mar 11 07:51:00 GMT 2001


Andreas Jaeger <aj@suse.de> writes:

> Ok to commit the appended patch to the mainline?

There should be a timeline for phasing cruft like this out.  In any case,

> @@ -1325,6 +1327,7 @@
>      case EM_PRISM:       	return "SiTera Prism";
>      case EM_X86_64:		return "Advanced Micro Devices X86-64";
>      case EM_S390:               return "IBM S/390";
> +    case EM_S390_OLD:           return "IBM S/390";
>      default:
>        sprintf (buff, _("<unknown>: %x"), e_machine);
>        return buff;
> 

...think again about simplifying this patch.

-- 
---------------.                          ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------



More information about the Binutils mailing list