[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[cdt-patch] FW: Committing HP-UX ia64 change
|
-----Original Message-----
From: Sarkar, Sumit
Sent: Thursday, April 22, 2004 4:37 PM
To: 'cdt-patch@xxxxxxxxxxx'; 'Douglas Schaefer'
Cc: Sarkar, Sumit
Subject: RE: Committing HP-UX ia64 change
Hi Doug,
I have attached the patch. This change is specific to IA-64
architechture.
Thanks,
sumit
-----Original Message-----
From: Douglas Schaefer [mailto:dschaefe@xxxxxxxxxx]
Sent: Thursday, April 22, 2004 5:08 AM
To: Sarkar, Sumit
Cc: Sebastien Marineau; Sarkar, Sumit
Subject: Re: Committing HP-UX ia64 change
Super, please submit the patch to cdt-patch and we will take care of
getting it committed. Does this handle all 64-bit ELF formats or is it
specific to IA64?
Thanks!
Doug Schaefer, IBM's Eclipse CDT Architect
Ottawa (Palladium), Ontario, Canada
"Sarkar, Sumit" <sumit.sarkar@xxxxxx>
04/21/2004 07:28 PM
To
Douglas Schaefer/Ottawa/IBM@IBMCA
cc
"Sarkar, Sumit" <sumit.sarkar@xxxxxx>, "Sebastien Marineau"
<sebastien@xxxxxxx>
Subject
Committing HP-UX ia64 change
Hi Doug,
I have a file (Elf.java) I want to commit to CDT. Can I have committer
right on org.eclipse.cdt.core? Or, I need to send a patch to
'cdt-patch@xxxxxxxxxxx' mailing list?
I am attaching the
org.eclipse.cdt.core/utils/org/eclipse/cdt/utils/elf/Elf.java with this
mail.
Added 94 public final static int
EM_IA_64 = 50;
and 799 case
Elf.ELFhdr.EM_IA_64:
800 attrib.cpu =
"ia64"; //$NON-NLS-1$
801 break;
to support "ia64" port.
Pl. let me know what is the preferred way.
Thanks,
sumit
Attachment:
ELf.java.patch
Description: ELf.java.patch