This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Handle EM_S390_OLD


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   `------------------------


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]