public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* Re: [PATCH] Enabling PSN support in IA64 assembler and objdump.
       [not found]   ` <CA+vRWO28+VEUSB7ZNWupx-uZNrt2j15VSFyM3AibUTFjNiJ_6Q@mail.gmail.com>
@ 2012-08-07 15:53     ` H.J. Lu
  2012-08-07 15:57     ` Sergey G.
  1 sibling, 0 replies; 6+ messages in thread
From: H.J. Lu @ 2012-08-07 15:53 UTC (permalink / raw)
  To: Sergey G., Jim Wilson; +Cc: binutils, Kirill Yukhin

On Tue, Aug 7, 2012 at 8:41 AM, Sergey G. <saguryev.gnu@gmail.com> wrote:
>
>    Hi all,
> This patch enables Itanium Series 9500 (Poulson) support in asm and objdump.
> Is it ok for trunk?
>
> bfd/ChangeLog entry:
>
> 2012-08-07  Sergey A. Guriev <sergey.a.guriev@intel.com>
>
> * cpu-ia64-opc.c (ins_cnt6a): New function.
> (ext_cnt6a): Ditto.
> (ins_strd5b): Ditto.
> (ext_strd5b): Ditto.
> (elf64_ia64_operands): Add new operand types.
>
>
> gas/ChangeLog entry:
>
> 2012-08-07  Sergey A. Guriev  <sergey.a.guriev@intel.com>
>
> * config/tc-ia64.c (reg_symbol): Add a new register.
> (indirect_reg): Ditto.
> (pseudo_func): Add new symbolic constants.
> (operand_match): Add new operand types recognition.
> (operand_insn): Add new register recognition.
> (md_begin): Add new register definition.
> (specify_resource): Add new register recognition.
>
>
> gas/testsuite/ChangeLog entry:
>
> 2012-08-07  Sergey A. Guriev  <sergey.a.guriev@intel.com>
>
> * gas/testsuite/gas/ia64/psn.d: New file.
> * gas/testsuite/gas/ia64/psn.s: New file.
> * gas/testsuite/gas/ia64/ia64.exp: Add new testcase.
> * gas/testsuite/gas/ia64/opc-i.d: Fixed failing tests.
> * gas/testsuite/gas/ia64/opc-m.d: Ditto.
>
>
> include/opcode/ChangeLog entry:
>
> 2012-08-07  Sergey A. Guriev <sergey.a.guriev@intel.com>
>
> * ia64.h (ia64_opnd): Add new operand types.
>
> opcodes/ChangeLog entry:
>
> 2012-08-07  Sergey A. Guriev <sergey.a.guriev@intel.com>
>
> * ia64-asmtab.h (completer_index): Extend bitfield to full uint.
> * ia64-gen.c: Promote completer index type to longlong.
> (irf_operand): Add new register recognition.
> (in_iclass_mov_x): Add an entry for the new mov_* instruction type.
> (lookup_specifier): Add new resource recognition.
> (insert_bit_table_ent): Relax abort condition according to the
> changed completer index type.
> (print_dis_table): Fix printf format for completer index.
> * ia64-ic.tbl: Add a new instruction class.
> * ia64-opc-i.c (ia64_opcodes_i): Define new I-instructions.
> * ia64-opc-m.c (ia64_opcodes_m): Define new M-instructions.
> * ia64-opc.h: Define short names for new operand types.
> * ia64-raw.tbl: Add new RAW resource for DAHR register.
> * ia64-waw.tbl: Add new WAW resource for DAHR register.
> * ia64-asmtab.c: Regenerate.
>
>
> Thank you.
>   -- Sergey
>
>

Including Jim, who is IA-64 maintainer.

-- 
H.J.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH] Enabling PSN support in IA64 assembler and objdump.
       [not found]   ` <CA+vRWO28+VEUSB7ZNWupx-uZNrt2j15VSFyM3AibUTFjNiJ_6Q@mail.gmail.com>
  2012-08-07 15:53     ` [PATCH] Enabling PSN support in IA64 assembler and objdump H.J. Lu
@ 2012-08-07 15:57     ` Sergey G.
  2012-08-07 16:15       ` H.J. Lu
  2012-08-07 17:13       ` Sergey Guryev
  1 sibling, 2 replies; 6+ messages in thread
From: Sergey G. @ 2012-08-07 15:57 UTC (permalink / raw)
  To: binutils; +Cc: Kirill Yukhin, H.J. Lu, Jim Wilson

[-- Attachment #1: Type: text/plain, Size: 2136 bytes --]

   Hi all,
This patch enables Itanium Series 9500 (Poulson) support in asm and objdump.
Is it ok for trunk?


bfd/ChangeLog entry:

2012-08-07  Sergey A. Guriev <sergey.a.guriev@intel.com>

	* cpu-ia64-opc.c (ins_cnt6a): New function.
	(ext_cnt6a): Ditto.
	(ins_strd5b): Ditto.
	(ext_strd5b): Ditto.
	(elf64_ia64_operands): Add new operand types.


gas/ChangeLog entry:

2012-08-07  Sergey A. Guriev  <sergey.a.guriev@intel.com>

	* config/tc-ia64.c (reg_symbol): Add a new register.
	(indirect_reg): Ditto.
	(pseudo_func): Add new symbolic constants.
	(operand_match): Add new operand types recognition.
	(operand_insn): Add new register recognition.
	(md_begin): Add new register definition.
	(specify_resource): Add new register recognition.


gas/testsuite/ChangeLog entry:

2012-08-07  Sergey A. Guriev  <sergey.a.guriev@intel.com>

	* gas/testsuite/gas/ia64/psn.d: New file.
	* gas/testsuite/gas/ia64/psn.s: New file.
	* gas/testsuite/gas/ia64/ia64.exp: Add new testcase.
	* gas/testsuite/gas/ia64/opc-i.d: Fixed failing tests.
	* gas/testsuite/gas/ia64/opc-m.d: Ditto.


include/opcode/ChangeLog entry:

2012-08-07  Sergey A. Guriev <sergey.a.guriev@intel.com>

	* ia64.h (ia64_opnd): Add new operand types.

opcodes/ChangeLog entry:

2012-08-07  Sergey A. Guriev <sergey.a.guriev@intel.com>

	* ia64-asmtab.h (completer_index): Extend bitfield to full uint.
	* ia64-gen.c: Promote completer index type to longlong.
	(irf_operand): Add new register recognition.
	(in_iclass_mov_x): Add an entry for the new mov_* instruction type.
	(lookup_specifier): Add new resource recognition.
	(insert_bit_table_ent): Relax abort condition according to the
	changed completer index type.
	(print_dis_table): Fix printf format for completer index.
	* ia64-ic.tbl: Add a new instruction class.
	* ia64-opc-i.c (ia64_opcodes_i): Define new I-instructions.
	* ia64-opc-m.c (ia64_opcodes_m): Define new M-instructions.
	* ia64-opc.h: Define short names for new operand types.
	* ia64-raw.tbl: Add new RAW resource for DAHR register.
	* ia64-waw.tbl: Add new WAW resource for DAHR register.
	* ia64-asmtab.c: Regenerate.


Thank you.
  -- Sergey

[-- Attachment #2: psn_binutils.patch.gz --]
[-- Type: application/x-gzip, Size: 127072 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] Enabling PSN support in IA64 assembler and objdump.
  2012-08-07 15:57     ` Sergey G.
@ 2012-08-07 16:15       ` H.J. Lu
  2012-08-07 17:13       ` Sergey Guryev
  1 sibling, 0 replies; 6+ messages in thread
From: H.J. Lu @ 2012-08-07 16:15 UTC (permalink / raw)
  To: Sergey G.; +Cc: binutils, Kirill Yukhin, Jim Wilson

On Tue, Aug 7, 2012 at 8:53 AM, Sergey G. <saguryev.gnu@gmail.com> wrote:
>    Hi all,
> This patch enables Itanium Series 9500 (Poulson) support in asm and objdump.
> Is it ok for trunk?
>
>
> bfd/ChangeLog entry:
>
> 2012-08-07  Sergey A. Guriev <sergey.a.guriev@intel.com>
>
>         * cpu-ia64-opc.c (ins_cnt6a): New function.
>         (ext_cnt6a): Ditto.
>         (ins_strd5b): Ditto.
>         (ext_strd5b): Ditto.
>         (elf64_ia64_operands): Add new operand types.
>
>
> gas/ChangeLog entry:
>
> 2012-08-07  Sergey A. Guriev  <sergey.a.guriev@intel.com>
>
>         * config/tc-ia64.c (reg_symbol): Add a new register.
>         (indirect_reg): Ditto.
>         (pseudo_func): Add new symbolic constants.
>         (operand_match): Add new operand types recognition.
>         (operand_insn): Add new register recognition.
>         (md_begin): Add new register definition.
>         (specify_resource): Add new register recognition.
>
>
> gas/testsuite/ChangeLog entry:
>
> 2012-08-07  Sergey A. Guriev  <sergey.a.guriev@intel.com>
>
>         * gas/testsuite/gas/ia64/psn.d: New file.
>         * gas/testsuite/gas/ia64/psn.s: New file.
>         * gas/testsuite/gas/ia64/ia64.exp: Add new testcase.
>         * gas/testsuite/gas/ia64/opc-i.d: Fixed failing tests.
>         * gas/testsuite/gas/ia64/opc-m.d: Ditto.
>
>
> include/opcode/ChangeLog entry:
>
> 2012-08-07  Sergey A. Guriev <sergey.a.guriev@intel.com>
>
>         * ia64.h (ia64_opnd): Add new operand types.
>
> opcodes/ChangeLog entry:
>
> 2012-08-07  Sergey A. Guriev <sergey.a.guriev@intel.com>
>
>         * ia64-asmtab.h (completer_index): Extend bitfield to full uint.
>         * ia64-gen.c: Promote completer index type to longlong.
>         (irf_operand): Add new register recognition.
>         (in_iclass_mov_x): Add an entry for the new mov_* instruction type.
>         (lookup_specifier): Add new resource recognition.
>         (insert_bit_table_ent): Relax abort condition according to the
>         changed completer index type.
>         (print_dis_table): Fix printf format for completer index.
>         * ia64-ic.tbl: Add a new instruction class.
>         * ia64-opc-i.c (ia64_opcodes_i): Define new I-instructions.
>         * ia64-opc-m.c (ia64_opcodes_m): Define new M-instructions.
>         * ia64-opc.h: Define short names for new operand types.
>         * ia64-raw.tbl: Add new RAW resource for DAHR register.
>         * ia64-waw.tbl: Add new WAW resource for DAHR register.
>         * ia64-asmtab.c: Regenerate.
>
>
> Thank you.
>   -- Sergey

Please remove ChangeLog diffs from the patch.  They should be
included as plain text like above.  Otherwise, the patch may not
apply.


-- 
H.J.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH] Enabling PSN support in IA64 assembler and objdump.
  2012-08-07 15:57     ` Sergey G.
  2012-08-07 16:15       ` H.J. Lu
@ 2012-08-07 17:13       ` Sergey Guryev
  2012-08-25 18:10         ` Sergey G.
  1 sibling, 1 reply; 6+ messages in thread
From: Sergey Guryev @ 2012-08-07 17:13 UTC (permalink / raw)
  To: binutils; +Cc: Kirill Yukhin, H.J. Lu, Jim Wilson

[-- Attachment #1: Type: text/plain, Size: 2483 bytes --]

   Resending, unneeded ChaneLog diffs excluded from the patch.
   ------------------------------------------------

   Hi all,
This patch enables Itanium Series 9500 (Poulson) support in asm and objdump.
Is it ok for trunk?


bfd/ChangeLog entry:

2012-08-07  Sergey A. Guriev <sergey.a.guriev@intel.com>

        * cpu-ia64-opc.c (ins_cnt6a): New function.
        (ext_cnt6a): Ditto.
        (ins_strd5b): Ditto.
        (ext_strd5b): Ditto.
        (elf64_ia64_operands): Add new operand types.


gas/ChangeLog entry:

2012-08-07  Sergey A. Guriev  <sergey.a.guriev@intel.com>

        * config/tc-ia64.c (reg_symbol): Add a new register.
        (indirect_reg): Ditto.
        (pseudo_func): Add new symbolic constants.
        (operand_match): Add new operand types recognition.
        (operand_insn): Add new register recognition.
        (md_begin): Add new register definition.
        (specify_resource): Add new register recognition.


gas/testsuite/ChangeLog entry:

2012-08-07  Sergey A. Guriev  <sergey.a.guriev@intel.com>

        * gas/testsuite/gas/ia64/psn.d: New file.
        * gas/testsuite/gas/ia64/psn.s: New file.
        * gas/testsuite/gas/ia64/ia64.exp: Add new testcase.
        * gas/testsuite/gas/ia64/opc-i.d: Fixed failing tests.
        * gas/testsuite/gas/ia64/opc-m.d: Ditto.


include/opcode/ChangeLog entry:

2012-08-07  Sergey A. Guriev <sergey.a.guriev@intel.com>

        * ia64.h (ia64_opnd): Add new operand types.

opcodes/ChangeLog entry:

2012-08-07  Sergey A. Guriev <sergey.a.guriev@intel.com>

        * ia64-asmtab.h (completer_index): Extend bitfield to full uint.
        * ia64-gen.c: Promote completer index type to longlong.
        (irf_operand): Add new register recognition.
        (in_iclass_mov_x): Add an entry for the new mov_* instruction type.
        (lookup_specifier): Add new resource recognition.
        (insert_bit_table_ent): Relax abort condition according to the
        changed completer index type.
        (print_dis_table): Fix printf format for completer index.
        * ia64-ic.tbl: Add a new instruction class.
        * ia64-opc-i.c (ia64_opcodes_i): Define new I-instructions.
        * ia64-opc-m.c (ia64_opcodes_m): Define new M-instructions.
        * ia64-opc.h: Define short names for new operand types.
        * ia64-raw.tbl: Add new RAW resource for DAHR register.
        * ia64-waw.tbl: Add new WAW resource for DAHR register.
        * ia64-asmtab.c: Regenerate.


Thank you.
  -- Sergey

[-- Attachment #2: psn_binutils.patch.gz --]
[-- Type: application/x-gzip, Size: 125969 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] Enabling PSN support in IA64 assembler and objdump.
  2012-08-07 17:13       ` Sergey Guryev
@ 2012-08-25 18:10         ` Sergey G.
  2012-09-04 12:34           ` nick clifton
  0 siblings, 1 reply; 6+ messages in thread
From: Sergey G. @ 2012-08-25 18:10 UTC (permalink / raw)
  To: Jim Wilson; +Cc: binutils, H.J. Lu

  Ping...

On Tue, Aug 7, 2012 at 8:14 PM, Sergey Guryev <sergey.a.guryev@gmail.com> wrote:
>    Resending, unneeded ChaneLog diffs excluded from the patch.
>    ------------------------------------------------
>
>    Hi all,
> This patch enables Itanium Series 9500 (Poulson) support in asm and objdump.
> Is it ok for trunk?
>
>
> bfd/ChangeLog entry:
>
> 2012-08-07  Sergey A. Guriev <sergey.a.guriev@intel.com>
>
>         * cpu-ia64-opc.c (ins_cnt6a): New function.
>         (ext_cnt6a): Ditto.
>         (ins_strd5b): Ditto.
>         (ext_strd5b): Ditto.
>         (elf64_ia64_operands): Add new operand types.
>
>....

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] Enabling PSN support in IA64 assembler and objdump.
  2012-08-25 18:10         ` Sergey G.
@ 2012-09-04 12:34           ` nick clifton
  0 siblings, 0 replies; 6+ messages in thread
From: nick clifton @ 2012-09-04 12:34 UTC (permalink / raw)
  To: Sergey G.; +Cc: Jim Wilson, binutils, H.J. Lu

Hi Sergey,


>> 2012-08-07  Sergey A. Guriev <sergey.a.guriev@intel.com>
>>
>>          * cpu-ia64-opc.c (ins_cnt6a): New function.
>>          (ext_cnt6a): Ditto.
>>          (ins_strd5b): Ditto.
>>          (ext_strd5b): Ditto.
>>          (elf64_ia64_operands): Add new operand types.

Approved - please apply.  (Sorry for the long delay in reviewing).

Cheers
   Nick

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-09-04 12:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CA+vRWO0O2tTvfyqhaXHrAyBDqaQkRWs=6sy9Y-yL2MHdYbWk6Q@mail.gmail.com>
     [not found] ` <CA+vRWO2F3_f82EcbuaZSMOOmjnC8eR40E3nRR3y1FTg7aogbaA@mail.gmail.com>
     [not found]   ` <CA+vRWO28+VEUSB7ZNWupx-uZNrt2j15VSFyM3AibUTFjNiJ_6Q@mail.gmail.com>
2012-08-07 15:53     ` [PATCH] Enabling PSN support in IA64 assembler and objdump H.J. Lu
2012-08-07 15:57     ` Sergey G.
2012-08-07 16:15       ` H.J. Lu
2012-08-07 17:13       ` Sergey Guryev
2012-08-25 18:10         ` Sergey G.
2012-09-04 12:34           ` nick clifton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).