public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: "Inderpreet Singh Baweja" <Inderpreet.Baweja@noida.hcltech.com>
To: "Nick Clifton" <nickc@redhat.com>
Cc: <binutils@sources.redhat.com>
Subject: RE: [PATCH] Maxq port
Date: Tue, 09 Nov 2004 16:05:00 -0000	[thread overview]
Message-ID: <33BC33A9E76474479B76AD0DE8A169728DE3@exch-ntd.nec.noida.hcltech.com> (raw)

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

 
Hi Nick,

Thanks for accepting the patch.
I have update the patch for the maxq port. 
Can u please apply this to the mainline.

Thanks,
Inderpreet

[-- Attachment #2: patch_maxq --]
[-- Type: application/octet-stream, Size: 5708 bytes --]

? bfd/doc/bfd.info
? gas/doc/as.info
Index: config.sub
===================================================================
RCS file: /cvs/src/src/config.sub,v
retrieving revision 1.48
diff -c -3 -p -r1.48 config.sub
*** config.sub	4 Sep 2004 07:53:53 -0000	1.48
--- config.sub	9 Nov 2004 15:16:13 -0000
*************** case $basic_machine in
*** 237,243 ****
  	| h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
  	| i370 | i860 | i960 | ia64 \
  	| ip2k | iq2000 \
! 	| m32r | m32rle | m68000 | m68k | m88k | mcore \
  	| mips | mipsbe | mipseb | mipsel | mipsle \
  	| mips16 \
  	| mips64 | mips64el \
--- 237,243 ----
  	| h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
  	| i370 | i860 | i960 | ia64 \
  	| ip2k | iq2000 \
! 	| m32r | m32rle | m68000 | m68k | m88k | maxq |mcore \
  	| mips | mipsbe | mipseb | mipsel | mipsle \
  	| mips16 \
  	| mips64 | mips64el \
*************** case $basic_machine in
*** 311,317 ****
  	| m32r-* | m32rle-* \
  	| m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
  	| m88110-* | m88k-* | mcore-* \
! 	| mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
  	| mips16-* \
  	| mips64-* | mips64el-* \
  	| mips64vr-* | mips64vrel-* \
--- 311,317 ----
  	| m32r-* | m32rle-* \
  	| m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
  	| m88110-* | m88k-* | mcore-* \
! 	| maxq-* | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
  	| mips16-* \
  	| mips64-* | mips64el-* \
  	| mips64vr-* | mips64vrel-* \
*************** case $basic_machine in
*** 642,647 ****
--- 642,650 ----
  	m88k-omron*)
  		basic_machine=m88k-omron
  		;;
+ 	maxq)
+                 basic_machine=maxq
+                 ;;
  	magnum | m3230)
  		basic_machine=mips-mips
  		os=-sysv
Index: gas/testsuite/gas/maxq10/call.d
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/maxq10/call.d,v
retrieving revision 1.1
diff -c -3 -p -r1.1 call.d
*** gas/testsuite/gas/maxq10/call.d	8 Nov 2004 13:17:42 -0000	1.1
--- gas/testsuite/gas/maxq10/call.d	9 Nov 2004 15:16:14 -0000
***************
*** 1,36 ****
! #objdump:  -dw
! #name: call operations
! 
! .*: +file format .*
! 
! Disassembly of section .text:
! 0+000 <foo>:
!    0:	02 3d [ 	]*CALL  #02h
!    2:	00 0b [ 	]*MOVE  PFX\[0\], #00h
! 
! 0+004 <SmallCall>:
!    4:	0d 8c [ 	]*RET 
!    6:	0d ac [ 	]*RET C
!    8:	0d 9c [ 	]*RET Z
!    a:	0d dc [ 	]*RET NZ
!    c:	0d cc [ 	]*RET S
!    e:	8d 8c [ 	]*RETI 
!   10:	8d ac [ 	]*RETI C
!   12:	8d 9c [ 	]*RETI Z
!   14:	8d dc [ 	]*RETI NZ
!   16:	8d cc [ 	]*RETI S
!   18:	10 7d [ 	]*MOVE  LC\[1\], #10h
!   1a:	00 3d [ 	]*CALL  #00h
!   1c:	ff 5d [ 	]*DJNZ  LC\[1\], #ffh
!   1e:	10 7d [ 	]*MOVE  LC\[1\], #10h
!   20:	00 3d [ 	]*CALL  #00h
! 	...
!  422:	00 0b [ 	]*MOVE  PFX\[0\], #00h
!  424:	1c 5d [ 	]*DJNZ  LC\[1\], #1ch
! 
!  426:	8d 8c [ 	]*RETI 
!  428:	8d ac [ 	]*RETI C
!  42a:	8d 9c [ 	]*RETI Z
!  42c:	8d dc [ 	]*RETI NZ
!  42e:	8d cc [ 	]*RETI S
! 	...
--- 1,42 ----
! #objdump: -dw
! #name: call operations
! 
! .*: +file format .*
! 
! Disassembly of section .text:
! 0+000 <foo>:
!    0:	03 3d [ 	]*CALL  #03h
!    2:	04 0b [ 	]*MOVE  PFX\[0\], #04h
!    4:	28 3d [ 	]*CALL  #28h
! 
! 0+006 <SmallCall>:
!    6:	0d 8c [ 	]*RET 
!    8:	0d ac [ 	]*RET C
!    a:	0d 9c [ 	]*RET Z
!    c:	0d dc [ 	]*RET NZ
!    e:	0d cc [ 	]*RET S
!   10:	8d 8c [ 	]*RETI 
!   12:	8d ac [ 	]*RETI C
!   14:	8d 9c [ 	]*RETI Z
!   16:	8d dc [ 	]*RETI NZ
!   18:	8d cc [ 	]*RETI S
!   1a:	10 7d [ 	]*MOVE  LC\[1\], #10h
! 
! 0+01c <LoopTop>:
!   1c:	00 3d [ 	]*CALL  #00h
!   1e:	ff 5d [ 	]*DJNZ  LC\[1\], #ffh
!   20:	10 7d [ 	]*MOVE  LC\[1\], #10h
! 
! 0+022 <LoopTop1>:
!   22:	00 3d [ 	]*CALL  #00h
! 	...
!  424:	00 0b [ 	]*MOVE  PFX\[0\], #00h
!  426:	1c 5d [ 	]*DJNZ  LC\[1\], #1ch
! 
! 0+428 <LongCall>:
!  428:	8d 8c [ 	]*RETI 
!  42a:	8d ac [ 	]*RETI C
!  42c:	8d 9c [ 	]*RETI Z
!  42e:	8d dc [ 	]*RETI NZ
!  430:	8d cc [ 	]*RETI S
! 	...
Index: gas/testsuite/gas/maxq10/range.d
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/maxq10/range.d,v
retrieving revision 1.1
diff -c -3 -p -r1.1 range.d
*** gas/testsuite/gas/maxq10/range.d	8 Nov 2004 13:17:42 -0000	1.1
--- gas/testsuite/gas/maxq10/range.d	9 Nov 2004 15:16:14 -0000
*************** Disassembly of section .text:
*** 46,49 ****
    4c:	81 4a [ 	]*ADD  #81h
    4e:	ff 0b [ 	]*MOVE  PFX\[0\], #ffh
    50:	7f 4a [ 	]*ADD  #7fh
! 
--- 46,49 ----
    4c:	81 4a [ 	]*ADD  #81h
    4e:	ff 0b [ 	]*MOVE  PFX\[0\], #ffh
    50:	7f 4a [ 	]*ADD  #7fh
! 	...
Index: gas/testsuite/gas/maxq20/call.d
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/maxq20/call.d,v
retrieving revision 1.1
diff -c -3 -p -r1.1 call.d
*** gas/testsuite/gas/maxq20/call.d	8 Nov 2004 13:17:42 -0000	1.1
--- gas/testsuite/gas/maxq20/call.d	9 Nov 2004 15:16:14 -0000
*************** Disassembly of section .text:
*** 24,37 ****
  
  0+01c <LoopTop>:
    1c:	00 3d [ 	]*CALL  #00h
!   1e:	ff 5d [ 	]*DJNZ LC\[1\], #ffh
    20:	10 7d [ 	]*MOVE  LC\[1\], #10h
  
  0+022 <LoopTop1>:
    22:	00 3d [ 	]*CALL  #00h
  	...
   424:	00 0b [ 	]*MOVE  PFX\[0\], #00h
!  426:	1c 5d [ 	]*DJNZ LC\[1\], #1ch
  
  0+428 <LongCall>:
   428:	8d 8c [ 	]*RETI 
--- 24,37 ----
  
  0+01c <LoopTop>:
    1c:	00 3d [ 	]*CALL  #00h
!   1e:	ff 5d [ 	]*DJNZ  LC\[1\], #ffh
    20:	10 7d [ 	]*MOVE  LC\[1\], #10h
  
  0+022 <LoopTop1>:
    22:	00 3d [ 	]*CALL  #00h
  	...
   424:	00 0b [ 	]*MOVE  PFX\[0\], #00h
!  426:	1c 5d [ 	]*DJNZ  LC\[1\], #1ch
  
  0+428 <LongCall>:
   428:	8d 8c [ 	]*RETI 

             reply	other threads:[~2004-11-09 16:05 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-09 16:05 Inderpreet Singh Baweja [this message]
2004-11-10 10:53 ` Nick Clifton
2004-11-16 14:55 Inderpreet Singh Baweja
2004-11-18 16:22 ` Nick Clifton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=33BC33A9E76474479B76AD0DE8A169728DE3@exch-ntd.nec.noida.hcltech.com \
    --to=inderpreet.baweja@noida.hcltech.com \
    --cc=binutils@sources.redhat.com \
    --cc=nickc@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).